body {
	background: #fff;
	color: #707070;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	font-weight: 400
}

a {
	color: #2173d4;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

:hover,
a:focus,
a:hover {
	transition: all .4s ease
}

.btn {
	font-weight: 400;
	border: 0
}

.btn.btn-primary {
	background-color: #52b6ec
}

.btn.btn-primary.active,
.btn.btn-primary:hover {
	background-color: #1586c3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
	outline: 0
}

* {
	outline: 0
}

b,
strong {
	font-weight: 600
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
}


body {
	font-family: "Family", Serif;
}

.release_date {
	float: left;
	font-size: 16px;
	width: 100%;
	color: #666;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: Inter, sans-serif;
}

#customer h1,
#main-slider .item.active h1,
#submit-testimonial h1 {
	-webkit-animation: scaleUp .4s;
	-o-animation: scaleUp .4s
}


#customer h1,
#main-slider .item.active h1,
#submit-testimonial h1 {
	-moz-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s
}

.navbar-default .navbar-brand img,
.navbar-default .navbar-nav>li>a,
.new-logo,
.new-logo a.navbar-brand,
ul.sub-cat,
ul.sub-cat li,
ul.sub-cat li a {
	display: inline-block
}


.header-container {
	border-bottom: 0px solid #444;
	background-color: #000;
	height: 75px;
}

.logo {
	vertical-align: middle;
	margin-top: 15px;
	text-align: left;
	display: inline-block;
	float: left;
	margin-right: 12px;
	line-height: normal;
}

.home #header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 75px;
	background: 0 0;
	border: none
}


#header {
	border-bottom: 0 solid #efefef
}

.new-logo {
	width: 250px;
	padding: 0;
	text-align: center;
	float: none;
	border-right: 0 solid #efefef;
	height: 80px
}

.new-logo .navbar-brand {
	float: none;
	height: inherit;
	padding: 0
}

.new-logo a.navbar-brand {
	padding: 24px 0
}

a.login_link,
a.new_heart-icon {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	border-left: 0 solid #efefef;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	padding-left: 0;
	border-bottom: none;
	float: right;
	color: #000;
	margin-left: 20px;
	margin-top: 18px;
	font-family: Inter, sans-serif;
}

a.login_link i {
	margin-right: 3px
}

a.login_link:hover {
	color: #000
}

.fa-building-o,
.fa-chevron-right:before {
	font-family: FontAwesome
}

a.new_heart-icon i {
	font-size: 22px;
	color: #EF7268;
	font-weight: 900
}

#header .navbar-nav {
	padding-left: 15px;
	text-align: right;
	float: right
}

#header .container-fluid {
	padding: 0
}

ul.sub-cat {
	margin: auto;
	padding: 0 0 0 15px;
	list-style: none;
	width: 100%
}

ul.sub-cat li a {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	padding: 16px 15px;

	color: #999
}

ul.sub-cat li a:hover {
	color: #000
}

.navbar-collapse {
	float: left;
	padding: 0;
	width: 84%
}

#main-slider {
	background-image: url(../images/bg-img.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: repeat;
	padding: 100px 0 0;
	color: #fff
}

.carousel-inner {
	background: url(../images/top-image.png) bottom left repeat-x
}

#main-slider .item {
	-moz-transition: opacity ease-in-out .5s;
	-o-transition: opacity ease-in-out .5s;
	-webkit-transition: opacity ease-in-out .5s;
	transition: opacity ease-in-out .5s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
	text-align: center
}

#main-slider .item:first-child {
	top: auto;
	position: relative
}

#main-slider .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .5s;
	-o-transition: opacity ease-in-out .5s;
	-webkit-transition: opacity ease-in-out .5s;
	transition: opacity ease-in-out .5s;
	z-index: 2
}

#main-slider .item.active h1 {
	animation: scaleUp .4s
}

#main-slider .next,
#main-slider .prev {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	margin-top: -50px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	z-index: 5;
	font-family: FontAwesome;
	display: none;
	font-family: Inter, sans-serif;
}

#services h2,
#services p,
.breadcrumbs,
.help-article .help-block h2,
.navbar-default .have-question a,
.navbar-default .navbar-nav>li>a {
	font-family: Inter, sans-serif
}

.box,
.box h2,
.media-browser,
.portfolio-item .portfolio-image {
	position: relative
}

.box h2,
.lead span,
.media-browser,
.portfolio-filter>li {
	display: inline-block
}

#main-slider .next:hover,
#main-slider .prev:hover {
	background-color: rgba(0, 0, 0, .5)
}

#main-slider .prev {
	left: 10px
}

#main-slider .next {
	right: 10px
}

#main-slider h1 {
	font-size: 44px;
	color: #2e2e7f;
	width: 60%;
	margin: auto
}

#main-slider h2 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #777;

	width: 60%;
	margin: 25px auto 30px;
	line-height: 1.5em
}

.lead,
.signup-form .signup-form-button,
.signup-form p.short_note {

	text-transform: uppercase
}

.lead {
	color: #e04e50;
	font-weight: 900;
	font-size: 12px;
	width: 60%;
	margin: 15px auto 25px
}

.lead span {
	color: #96b5cd;
	margin-left: 8px;
	margin-right: 8px
}

.media-browser {
	background: #b8dbfd;
	padding-top: 22px;
	border: 1px solid #d9dee1;
	border-radius: 10px 5px 0 0;
	box-sizing: border-box;
	border-bottom: none
}

.slideshow-home .left .images {
	padding-bottom: 68%;
	width: 780px;
	max-width: 100%;
	position: relative
}

.border-bottom {
	border: 1px solid #d9dee1
}

#contact .box {
	background-color: #222;
	color: #999
}

#contact .box h1,
#contact .box h2,
#contact .box h3 {
	color: #fff
}

#contact .box a {
	color: #999
}

#contact .box a:hover {
	color: #52b6ec
}

#contact .box input[type=email],
#contact .box input[type=text],
#contact .box textarea {
	background-color: #111;
	border: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#pricing .plan,
.portfolio-item .item-inner {
	border-bottom: 1px solid #e1e1e1;
	text-align: center
}

#contact .box input[type=email]:focus,
#contact .box input[type=text]:focus,
#contact .box textarea:focus {
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.box {
	padding: 0
}

.box.last {
	border-radius: 0 0 5px 5px
}

.box h2 {
	padding: 10px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 48px
}

.portfolio-filter,
.portfolio-items {
	list-style: none;
	padding: 0;
	margin: 0
}

.portfolio-items {
	margin-right: -20px
}

.portfolio-filter {
	margin-bottom: 50px;
	text-align: center
}

.portfolio-items>li {
	float: left;
	padding: 0;
	margin: 0
}

.navbar-default .have-question,
.rhs-form {
	float: right
}

.portfolio-items.col-2>li {
	width: 50%
}

.portfolio-items.col-3>li {
	width: 33%
}

.portfolio-items.col-4>li {
	width: 25%
}

.portfolio-items.col-5>li {
	width: 20%
}

.portfolio-items.col-6>li {
	width: 16%
}

.portfolio-item .item-inner {
	margin: 0 20px 20px 0;
	background: #fff;
	padding: 10px
}

.portfolio-item img {
	width: 100%
}

.portfolio-item h5 {
	margin: 0;
	padding: 10px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 255, 255, .9);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

#services img,
.portfolio-item:hover .overlay {
	opacity: 1
}

.portfolio-item .overlay .preview {
	position: relative;
	top: 50%;
	display: inline-block;
	margin-top: -20px
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

#pricing .plan {
	background: #fff;
	list-style: none;
	margin: 0 0 20px;
	padding: 0
}

#pricing .plan li {
	padding: 10px 0;
	margin: 0 15px;
	border-bottom: 1px dashed #eee
}

#pricing .plan li.plan-name {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700
}

#pricing .plan li.plan-price {
	color: #666;
	padding: 15px 0;
	font-size: 48px
}

#pricing .plan li.plan-action {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 0
}

#pricing .plan.featured {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

#pricing .plan.featured .plan-price {
	color: #fff;
	background-color: #52b6ec;
	border-bottom-color: #52b6ec;
	margin: 0
}

#services .box .no-border {
	border-bottom: none
}

#services .row>div {
	margin-bottom: 50px
}

.center {
	text-align: center
}

#team-scroller .designation {
	margin-top: 10px;
	display: block
}

.member {
	margin: 0 50px;
	text-align: center
}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
	top: 30%;
	position: absolute
}

.carousel.scale .left-arrow {
	left: -10px
}

.carousel.scale .right-arrow {
	right: -10px
}

.carousel.scale .active .row>div:nth-child(1) {
	-webkit-animation: scaleUp .2s linear 0 both;
	-moz-animation: scaleUp .2s linear 0 both;
	-ms-animation: scaleUp .2s linear 0 both;
	-o-animation: scaleUp .2s linear 0 both;
	animation: scaleUp .2s linear 0 both
}

.carousel.scale .active .row>div:nth-child(2) {
	-webkit-animation: scaleUp .2s linear .1s both;
	-moz-animation: scaleUp .2s linear .1s both;
	-ms-animation: scaleUp .2s linear .1s both;
	-o-animation: scaleUp .2s linear .1s both;
	animation: scaleUp .2s linear .1s both
}

.carousel.scale .active .row>div:nth-child(3) {
	-webkit-animation: scaleUp .2s linear .2s both;
	-moz-animation: scaleUp .2s linear .2s both;
	-ms-animation: scaleUp .2s linear .2s both;
	-o-animation: scaleUp .2s linear .2s both;
	animation: scaleUp .2s linear .2s both
}

.carousel.scale .active .row>div:nth-child(4) {
	-webkit-animation: scaleUp .2s linear .4s both;
	-moz-animation: scaleUp .2s linear .4s both;
	-ms-animation: scaleUp .2s linear .4s both;
	-o-animation: scaleUp .2s linear .4s both;
	animation: scaleUp .2s linear .4s both
}

.icon-social {
	border: 0;
	color: #fff;
	border-radius: 100%;
	display: inline-block !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0
}

.icon-social.icon-facebook {
	background: #4f7dd4
}

.icon-social.icon-facebook:hover {
	background: #789bde
}

.icon-social.icon-twitter {
	background: #5bceff
}

.icon-social.icon-twitter:hover {
	background: #8eddff
}

.icon-social.icon-linkedin {
	background: #21a6d8
}

.icon-social.icon-linkedin:hover {
	background: #49b9e3
}

.icon-social.icon-google-plus {
	background: #dc422b
}

.icon-social.icon-google-plus:hover {
	background: #e36957
}

.icon-social.icon-pinterest {
	background: #cb2027
}

.icon-social.icon-pinterest:hover {
	background: #e03e44
}

.icon-social.icon-youtube {
	background: #ce332d
}

.icon-social.icon-youtube:hover {
	background: #da5954
}

.icon-social:hover {
	color: #fff
}

.navbar-default .have-question a,
.navbar-default .navbar-nav>li>a {

	color: #6c798b
}

.navbar-default {
	background-color: transparent;
	border: 0;
	padding: 0;
	min-height: auto;
	margin: 0;
	font-weight: 400
}

.navbar-default .first a {
	border-radius: 0 0 0 5px
}

.navbar-default .navbar-brand {
	width: 230px;
	padding: 12px 0 0;
	cursor: pointer
}

.navbar-default .navbar-nav>li {
	margin-left: 1px;
	float: none;
	display: inline-block;
	position: static
}

.navbar-default .have-question a {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	color: #0095f7
}

.navbar-default .have-question a:hover {
	color: #000
}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 600;
	overflow: inherit;
	padding: 30px 15px;
	position: relative
}

.navbar-default .navbar-nav>li>a.logout-link {
	color: #ccc;
	font-size: 12px;

	font-weight: 400;
	text-transform: none;
	line-height: 25px
}

.navbar-default .navbar-nav>li>a>i {
	display: inline-block
}

.navbar-default .navbar-nav>li span.welcome-msg {
	margin-top: 6px;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #666;
	padding-right: 15px;
	color: #ccc;
	font-size: 14px;

	font-weight: 400
}

.navbar-default .navbar-nav>li.active:focus>a,
.navbar-default .navbar-nav>li.active:focus>a:focus,
.navbar-default .navbar-nav>li.active:hover>a,
.navbar-default .navbar-nav>li.active:hover>a:focus,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li:focus>a,
.navbar-default .navbar-nav>li:focus>a:focus,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li:hover>a:focus {
	color: #000;
	background: 0 0
}

.icon-lg,
.icon-md {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 100%;
	text-align: center;
	color: #fff
}

.icon-lg {
	font-size: 48px;
	height: 108px;
	width: 108px;
	line-height: 108px;
	margin: 10px;
	display: inline-block !important
}

#features .round,
.icon-md,
.input_small {
	display: inline-block
}

.icon-md {
	font-size: 24px;
	height: 68px;
	width: 68px;
	line-height: 68px;
	margin-right: 10px;
	margin-bottom: 10px
}

.icon-color1 {
	background-color: #e74c3c
}

.icon-color2 {
	background-color: #2ecc71
}

.icon-color3 {
	background-color: #3498db
}

.icon-color4 {
	background-color: #8e44ad
}

.icon-color5 {
	background-color: #1abc9c
}

.icon-color6 {
	background-color: #2c3e50
}

.gap {
	margin-bottom: 50px
}

.big-gap {
	margin-bottom: 100px
}

textarea#message {
	padding: 10px 15px;
	height: 220px
}

@keyframes scaleUp {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@-moz-keyframes scaleUp {
	0% {
		opacity: 0;
		-moz-transform: scale(.3)
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1)
	}
}

@-webkit-keyframes scaleUp {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@-ms-keyframes scaleUp {
	0% {
		opacity: 0;
		-ms-transform: scale(.3)
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1)
	}
}

@-o-keyframes scaleUp {
	0% {
		opacity: 0;
		-o-transform: scale(.3)
	}

	100% {
		opacity: 1;
		-o-transform: scale(1)
	}
}

.rhs-form {
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	margin: auto;
	width: 320px
}

.input_small {
	padding: 8px 10px 7px;
	border-radius: 10px 0 0 4px;
	font-size: 12px;
	line-height: normal;
	background: #fafbfc;
	color: #8da2b5;
	border: 1px solid #dde5ed;
	border-right-width: 0;
	float: left;

}

.top-get-started-btn {
	background: linear-gradient(to bottom, #1f8ded 0, #1985e3 100%);
	color: #fff;
	padding: 5px 20px;
	font-size: 13px;
	height: 31px;
	border-radius: 3px;
	border: 1px solid #1271c4;

	float: left;
	font-weight: 600;
	margin-left: 5px
}

#features {
	background: #1f8ceb;
	color: #b9dcfa;
	padding: 50px 0
}

#features h4 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;

	line-height: 1.5em;
	margin-top: 0
}

#features h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;

	margin-bottom: 40px;
	margin-top: 0
}

#features .round {
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50px;
	line-height: 100px
}

#features .box {
	padding: 0 140px
}

#row-full,
#testimonial-row-full {
	padding: 0;
	overflow: hidden
}

#row-full h1,
#row-full h2,
#testimonial-row-full h2 {
	padding-top: 0;
	text-shadow: none;
	text-align: center
}

.contries {
	background: url(../images/flag-img.jpg) top left;
	overflow: hidden
}

#row-full h1 {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;

	margin-bottom: 0
}

#row-full h2 {
	color: #ccc;
	font-size: 20px;
	font-weight: 400;

	line-height: 1.4em;
	padding-bottom: 30px;
	margin-top: 5px
}

.contries .arrow {
	background: url(../images/top-arrow.png) top center no-repeat;
	position: absolute;
	height: 14px;
	z-index: 100;
	width: 100%;
	margin-top: -5px
}

#testimonial-row-full .contries {
	background: url(../images/flag-img.jpg) top left;
	overflow: hidden
}

#testimonial-row-full h1 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;

	text-shadow: none;
	text-align: center;
	margin-bottom: 0
}

#testimonial-row-full h2 {
	color: #ccc;
	font-size: 22px;
	font-weight: 400;

	line-height: 1.4em;
	padding-bottom: 10px;
	margin-top: 5px
}

#testimonial-row-full h3 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;

	text-shadow: none;
	text-align: center;
	margin-bottom: 20px
}

#testimonial-row-full .contries .arrow {
	background: url(../images/top-arrow.png) top center no-repeat;
	position: absolute;
	height: 14px;
	z-index: 100;
	width: 100%;
	margin-top: -5px
}

#services {
	color: #b9dcfa;
	padding: 60px 0 15px;
	text-align: center
}

#services .container {
	padding-bottom: 70px
}

#services .screenshots p {
	text-align: left;
	padding: 0;

	font-size: 14px;
	margin-bottom: 15px
}

#services h3 {
	font-size: 26px;
	font-weight: 400;
	color: #1f8ceb;

}

#services .screenshots .img-fluid {
	display: block;
	max-width: 100%;
	height: auto
}

#services h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;

	margin-bottom: 10px;
	line-height: 19px
}

#services h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

#services p {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	color: #9b9c9e;

	margin: auto auto 35px;
	text-align: center;
	line-height: 1.5em;
	padding: 5px 15%
}

.homepage .screenshot-blurb {
	display: flex;
	align-items: center
}

.homepage.screenshots>.row {
	display: flex
}

.yellow {
	background: #fcb50c
}

.light-green {
	background: #44ce82
}

.purple {
	background: #be7af8
}

.aqua {
	background: #44e5fd
}

.red {
	background: #f3716e
}

.green {
	background: #7cc245
}

.brown {
	background: #cda15b
}

.purple1 {
	background: #7461b7
}

.orange {
	background: #ffa358
}

.blue {
	background: #67b6fa
}

.blue-dark {
	background: #3e43a0
}

.pink {
	background: #fb75e0
}

.green1 {
	background: #65c996
}

.red1 {
	background: #e7524f
}

.yellow1 {
	background: #fac326
}

.purple2 {
	background: #d868c3
}

.green2 {
	background: #82b440
}

.blue1 {
	background: #0084b4
}

#services .box {
	padding-bottom: 0
}

#services .box .border {
	border: none;
	padding: 20px 0;
	border-top: none;
	border-left: none
}

#services .box .last {
	border-right: none
}

#services .box .last1 {
	border-bottom: none
}

#services .box i {
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
	display: block
}

#pricing .lead1,
#services .box p {
	font-size: 16px;

}

#services .box p {
	padding: 0 10px;
	color: #888;
	line-height: 24px;
	width: 80%
}

#services .box p a {
	color: #fff;
	text-decoration: underline
}

#services .box p a:hover {
	text-decoration: none
}

#pricing {
	background: #1f8ceb;
	color: #b9dcfa;
	margin-bottom: 40px
}

#pricing .lead1 {
	font-weight: 400;
	text-transform: none;
	color: #b9dcfa;
	width: 85%;
	margin: auto auto 35px
}

#pricing h1,
.pricing-plan {
	margin-top: 0;

}

#pricing h1 {
	font-size: 44px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px
}

.price-inner {
	background: url(../images/bar-bg.png) bottom left repeat-x;
	padding: 120px 0 65px
}

.block-height {
	height: 676px
}

.pricing-plan {
	overflow: hidden;
	color: #b9dcfa;
	font-size: 18px
}

.pricing-plan .pricing_currency {
	position: relative;
	vertical-align: top;
	top: 30px;
	right: 0;
	color: #b9dcfa;
	font-size: 24px
}

.pricing-plan .price {
	font-weight: 400;
	font-size: 70px;
	text-align: center;
	line-height: 1.3;

	margin: -10px auto 17px;
	color: #fff
}

.signup-form {
	width: 524px;
	margin: 48px auto 37px;
	position: relative
}

.signup-form.signup-form-large input {
	font-size: 16px;
	height: 50px;
	padding: 10px 180px 10px 30px;
	border-radius: 25px;
	background-clip: padding-box;
	line-height: normal;
	display: block;
	width: 100%;
	border: none;

}

.information_block .button_download,
.signup-form .signup-form-button {
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	border: 0
}

.signup-form .signup-form-button {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	background-color: #69cb95;
	height: 30px;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-sizing: content-box;
	outline: 0;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 30px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px
}

.signup-form p.short_note {
	color: #fff;
	font-weight: 900;
	font-size: 11px;
	width: 100%;
	margin: 15px auto auto
}

.price-inner .information_block {
	background-color: #0b253b;
	border-radius: 10px 4px 0 0;
	margin: 45px auto 0;
	padding: 0 0 30px;
	width: 550px;
	overflow: hidden;
	min-height: 310px
}

.information_block h2 {
	font-size: 20px;
	font-weight: 400;
	padding: 20px 0;
	color: #fff;

	border-bottom: 1px #2d5475 solid;
	display: block;
	margin: 0 0 10px
}

.information_block .group {
	display: block;
	margin-bottom: 15px;
	position: relative;
	text-align: left;
	vertical-align: top;
	margin-left: 40px
}

.information_block label {
	color: #92a9bd;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2px;
	width: 115px;
	margin-right: 4px;
	vertical-align: top;
	padding-top: 8px;

}

.information_block .inputbox {
	border: 1px solid #071a2b;
	border-radius: 2px;
	color: #465e72;
	display: inline-block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 24px 0 60px;
	text-overflow: ellipsis;
	width: 345px;
	background: #e1eaf1
}

.information_block .info-log {
	background-color: #e1eaf1;
	border-radius: 2px 0 0 2px;
	border-right: 1px solid #b8d2e7;
	color: #668dae;
	height: 35px;
	margin-left: 125px;
	padding: 0 12px;
	position: absolute;
	top: 1px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 37px
}

.information_block .button_login {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 10px 25px;
	font-size: 14px;
	height: 50px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #005885
}

.fa-circle-o:before {
	content: "\f10c  \f10c";
	font-size: 9px;
	line-height: 12px
}

.fade_box {
	opacity: .5
}

.information_block1 {
	background-color: #fff;
	border-radius: 10px 4px 0 0;
	margin: 0 auto 40px;
	padding: 0 0 30px;
	width: 550px;
	text-align: center;
	border: 1px solid #e9edef
}

.information_block1 h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding: 20px 0;
	color: #1f8ceb;

	border-bottom: 1px #e5e5e5 solid;
	display: block;
	margin: 0 0 10px
}

.download span {
	font-size: 12px;
	color: #6b8499;

	display: block;
	margin-top: 15px
}

.information_block1 .group {
	text-align: left;
	color: #333;

}

.information_block .button_download,
.information_block1 .button_login {
	display: inline-block;
	background-color: #69cb95;
	height: 30px;
	font-weight: 600;

	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	white-space: nowrap
}

.information_block1 .group ol li {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.information_block .button_download {
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-sizing: content-box;
	padding: 10px 50px;
	border-radius: 2px
}

.information_block1 .button_login {
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	padding: 7px 30px;
	border-radius: 2px;
	margin-left: 25px
}

.blockOverlay {
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	cursor: none;
	position: absolute;
	background-color: #fff
}

.support_link {
	font-size: 14px;
	font-weight: 400;

}

.option_or {
	font-size: 24px;
	font-weight: 400;
	color: #aaa;
	margin: 15px 0
}

.information_block1 .group1 {
	display: block;
	margin-bottom: 15px;
	position: relative;
	text-align: left;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 25px
}

.information_block1 label {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
	text-shadow: 0 1px 0 #FFF;
	width: 145px;
	margin-right: 4px;
	vertical-align: top;
	padding-top: 8px
}

.information_block1 .textarea {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	color: #888;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0 73px 0 10px;
	text-overflow: ellipsis;
	width: 100%;

}

a.tooltips span,
a.tooltips1 span {
	background: #0b253b;
	line-height: 35px;
	border-radius: 3px;

}

a:hover.tooltips span,
a:hover.tooltips1 span {
	left: 100%;
	margin-left: 15px;
	z-index: 10000;
	opacity: 1
}

a.tooltips span:after,
a.tooltips1 span:after {
	content: '';
	right: 100%;
	width: 0;
	border-right: 8px solid rgba(0, 0, 0, .8);
	border-top: 8px solid transparent;
	height: 0
}

a.tooltips {
	position: relative;
	display: inline
}

a.tooltips span {
	position: absolute;
	color: #fff;
	text-align: center;
	visibility: hidden
}

a.tooltips span:after {
	position: absolute;
	top: 8%;
	margin-top: -8px;
	border-bottom: 8px solid transparent
}

a:hover.tooltips span {
	visibility: visible;
	top: -7%;
	margin-top: -17.5px;
	font-size: 12px;
	text-align: left;
	padding: 15px
}

a.tooltips1 {
	position: relative;
	display: inline
}

a.tooltips1 span {
	position: absolute;
	color: #fff;
	text-align: center;
	visibility: hidden
}


a.tooltips1 span h4 {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px #2d5475 solid;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 10px
}

a.tooltips1 span:after {
	position: absolute;
	top: 8%;
	margin-top: -8px;
	border-bottom: 8px solid transparent
}

a:hover.tooltips1 span {
	visibility: visible;
	top: 25%;
	margin-top: -17.5px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	width: 425px
}

a:hover.tooltips1 span ol {
	font-size: 14px;
	line-height: 1.6em;
	padding-right: 15px;

	color: #92a9bd;
	padding-left: 45px
}

.navbar-toggle {
	border-radius: 0
}

.faq {
	padding: 0;
	width: 100%;
	text-align: left;
	margin: auto auto 40px;
	font-size: 13px;
	line-height: 1.6em
}

.faq h1 {
	color: #2e2e7f;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	display: block;
	text-align: center
}

.faq .faq-inner {
	border: 1px solid #e9edef;
	border-radius: 6px;
	padding: 20px 25px;
	margin-top: 30px;
	overflow: hidden
}

.faq ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left
}

.faq ul li {
	font-size: 14px;
	text-align: left;
	padding: 20px 0;
	display: block;
	color: #777;

}

.faq ul li:last-child {
	border-bottom: none
}

.faq strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: 600;
	color: #333
}

#customer .lead1,
#customer h1 {
	font-weight: 400;

}

#customer {
	color: #b9dcfa;
	padding: 65px 0 85px
}

#customer .lead1 {
	font-size: 16px;
	text-transform: none;
	color: #637280;
	margin-bottom: 65px
}

#customer h1 {
	font-size: 44px;
	color: #2e2e7f;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
	animation: scaleUp .4s
}

.wrapper-dropdown-3 {
	position: relative;
	width: 410px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #c1dbf1;
	cursor: pointer;
	outline: 0;
	text-align: left;
	font-weight: 500;
	color: #1f8ceb;

}

.wrapper-dropdown-3 span i {
	margin-right: 15px;
	margin-left: 5px;
	display: inline-block;
	font-size: 18px;
	vertical-align: text-top
}

.wrapper-dropdown-3:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #1f8ceb transparent
}

.wrapper-dropdown-3 .dropdown {
	position: absolute;
	top: 140%;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: inherit;
	border: 1px solid #9ccafa;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	font-weight: 400;
	list-style: none;
	pointer-events: none;
	display: none;
	z-index: 100
}

.wrapper-dropdown-3 .dropdown:after,
.wrapper-dropdown-3 .dropdown:before {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	border-style: solid;
	content: ""
}

.wrapper-dropdown-3 .dropdown:after {
	right: 15px;
	border-width: 0 6px 6px;
	border-color: #fff transparent
}

.wrapper-dropdown-3 .dropdown:before {
	right: 13px;
	border-width: 0 8px 8px;
	border-color: #9ccafa transparent
}

.wrapper-dropdown-3 .dropdown li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.wrapper-dropdown-3 .dropdown li i {
	color: inherit;
	margin-right: 15px
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
	border-radius: 7px 7px 0 0
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
	border: none;
	border-radius: 0 0 7px 7px
}

.wrapper-dropdown-3 .dropdown li:hover a {
	background: #1f8ded;
	color: #fff
}

.wrapper-dropdown-3.active .dropdown {
	opacity: 1;
	pointer-events: auto;
	text-align: left;
	padding: 0;
	display: block
}

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
	display: none;
	opacity: 1;
	pointer-events: auto
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
	display: block
}

.fa-building-o {
	font-style: normal
}

.faq-section {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 60px
}

.inside-header {
	padding: 0;
	text-align: left;
}

.heading-block h1,
.heading-block h2,
.heading-block p,
.inside-header.color1 .heading-block h2,
.inside-header.color1 .heading-block p {
	text-align: center;
	font-family: Inter, sans-serif
}

.inside-header.dark-bg {
	background: #EFEFEF
}

.inside-header.color1 {
	background: #fff
}

.inside-header.color2 {
	background: #fff
}

.inside-header.color22 {
	background: #fff
}

.inside-header.color2 .heading-block {
	width: 78%
}

.inside-header.color22 .heading-block {
	width: 92%
}

.inside-header.color5 {
	background: #fff
}

.inside-header.color4 {
	background: #fff
}

.inside-header.color3 {
	background: #fff
}

.inside-header.color6 {
	background: #fff
}

.inside-header.color8 {
	background: #fff
}

.inside-header.color1 .heading-block h2 {
	font-size: 65px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;

}

.inside-header.color8.color1 .heading-block h1,
.inside-header.color8.color1 .heading-block h2 {
	line-height: 56px
}

.inside-header.color1 .heading-block h1 i {
	color: #ff2c33
}

.inside-header.color1 .heading-block p {
	color: #040402;
	font-size: 19px;
	font-weight: 400;
	text-transform: none;
	margin: auto auto 35px;
	line-height: 1.5em;
	padding: 0 5%
}

.heading-block h1,
.heading-block h2 {
	font-size: 54px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;

}

.inside-header.color1 .heading-block p.v-sub-text {
	margin-bottom: 30px;
	padding: 0 14%;
}

.inside-header.color1 .heading-block p.line-h {
	min-height: 57px;
	padding-top: 8px
}

.inside-header.color1 .heading-block p.line-h-1 {
	min-height: 62px;
	padding-top: 8px
}

.inside-header.color1 .heading-block p.h-c-text {
	padding: 0 12%;
}

.inside-header.color1 .heading-block p.works-text {
	padding: 0 8%
}

.heading-block {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 60px 0
}

.heading-block h1 {
	margin: 0 0 15px;
	line-height: 60px
}

.heading-block.contact_text h1 {
	line-height: 80px
}

.heading-block h2 {
	margin: 0 0 15px;
	line-height: 60px
}

.heading-block p {
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
	color: #040402;
}

.heading-block p.works-text {
	padding: 0 6%
}

.heading-block p.h-c-text {
	padding: 0 10%
}

.search-input {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 16px 140px 15px 20px;
	border: 2px solid #e5e5e5;

	color: #999;
	border-radius: 10px;
}

.help-article {
	padding: 10px 0;

}

.help-article.gray-bg-full {
	background-color: #ebebeb
}

.help-article.gray-bg-full .row {
	margin: 0 22%
}

.help-article .faq-block {
	padding: 5px 0 0;
	border-top: 0 #999 solid;
	margin-bottom: 80px
}

.help-article.small-space-tips {
	padding: 100px 0 0
}

.heading-block.tips-article h2 {
	color: #fff;
	font-size: 65px !important;

}

.heading-block.tips-article {
	width: 90% !important;
	padding: 40px 0 50px !important
}

.help-inner-block {
	padding: 25px 0px
}

.help-article .row {
	margin: 0 12%
}

.help-article .help-block {
	margin-bottom: 5px;
	margin-top: 5px;


}

.help-article .help-block iframe {
	margin: 0;
	padding: 0;
	width: 100%;
}

.help-article .help-block ul li {
	margin-bottom: 7px;
}

.help-article .help-block ul {
	margin-top: 15px;
	padding-left: 0px
}

.help-article .help-block ol {
	margin-top: 15px
}

.help-article .help-block ol li {
	margin-bottom: 5px;
	color: #707070
}

.help-article .help-block h1,
.help-article .help-block h2 {
	color: #000000;
	font-weight: 700;
	line-height: 1.3em;
	display: block;
	text-align: left;
}

.help-article .help-block h2 strong {
	font-weight: 700;
}

.help-article .help-block h1 {
	color: #333;
	font-weight: 600;
	line-height: 1.3em;
	display: block;
	text-align: left;
	font-size: 26px;
}

.help-article .help-block h3 {
	color: #000;
	font-weight: 700;
	line-height: 1.3em;
	display: block;
	text-align: left;
	font-size: 24px;
	font-family: Inter, sans-serif;

}

.help-article .help-block h4 {
	color: #333;
	font-weight: 600;
	line-height: 1.3em;
	display: block;
	text-align: left;
	font-size: 20px;

}

.help-article .help-block h1 {
	font-size: 30px;
	margin: 0 0 5px
}

.help-article .help-block h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

.help-block b,
.help-block strong {
	font-weight: 700;
	color: #000;
}

.help-article p,
.tips-tricks h1,
.ui_qtext_image_wrapper {
	margin-bottom: 10px
}

.help-article p {
	font-size: 28px;
	font-weight: 400;
	line-height: 39px;
	padding: 0 0% 20px 15px;
}

.tips-tricks h1 {
	color: #2e2e7f;
	font-size: 36px;

	line-height: normal;
	display: block;
	font-weight: 100;
	margin-top: 10px
}

.tips_page .tips-tricks {
	padding-top: 20px
}

.tips-tricks {
	padding: 0 0 30px;
	width: 100%;
	text-align: left;
	margin: auto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

.tips-tricks h2 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0
}

.tips-tricks b,
.tips-tricks h3 {
	font-weight: 600
}

.tips-tricks h3 {
	font-size: 16px;
	text-transform: none;
	color: #444;

	margin-bottom: 5px;
	line-height: 1.5em;
	margin-top: 0
}

.tips-tricks .tips-article {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
	color: #444;
	background: #fff;
	border: 1px solid #E0EBEE;
	padding: 20px;
	border-radius: 3px
}

.tips-tricks .left-col h3,
.tips-tricks .right_col h3 {

	padding: 0;
	line-height: 1.4;
	text-shadow: none
}

.tips-tricks .right_col h3 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-align: center
}

.tips-tricks .left-col h3 {
	font-size: 16px;
	font-weight: 900;
	color: #333;
	margin: 20px 0 5px;
	text-align: left
}

.tips-tricks .download_btn {
	background: #dd172b;
	border: 1px solid #a10d1a;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 10px 50px;
	vertical-align: top;
	margin: 20px 20px 20px 35px;
	font-weight: 900;
	text-shadow: none
}

.tips-tricks .left-col {
	width: 835px;
	font-size: 13px;
	text-align: left;
	line-height: 1.6em;
	color: #444;

	word-spacing: 1px;
	padding-right: 25px
}

.tips-tricks p {
	margin-bottom: 15px;
	margin-top: 15px;
	width: auto;
	line-height: 1.6em;
	font-size: 15px
}

.tips-tricks .ans_row {
	border-bottom: 1px solid #E0EBEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: left
}

.tips-tricks .ans_row strong {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px
}

.tips-tricks .tips-list {
	font-size: 14px;
	border-bottom: 1px #e5e5e5 solid;
	text-align: left;
	background: #fff;
	padding: 15px 0
}

.tips-tricks .tips-list:last-child {
	border: none
}

.tips-tricks .tips-list h2 {
	font-size: 16px;
	text-align: left;

	text-shadow: none;
	padding: 0;
	font-weight: 400;
	margin: 0;
	border: none;
	line-height: 24px
}

.tips-tricks .tips-list h2 a,
.tips-tricks .tips-list li a {
	background: url(https://www.picbackman.com/images/support_arrow.png) right center no-repeat;
	padding-right: 19px;
	cursor: pointer;
	display: block
}

.tips-tricks .tips-list h2 a {
	color: #2173d4;
	font-size: 14px;
	font-weight: 400;

}

.tips-tricks .tips {
	margin-top: 10px
}

.tips-tricks .tips h2 {
	font-size: 18px;
	color: #333;
	margin: 0 0 4px;
	font-weight: 700;
	text-shadow: none;
	text-align: left
}

.tips-tricks .tips h2 span {
	float: right;
	font-size: 14px;
	cursor: pointer;
	color: #207ECF;
	font-weight: 400
}

.tips-tricks .tips-list span.count {
	float: right;
	color: #666;
	font-size: 11px;
	padding: 0;
	background: #f2f1f1;
	border-radius: 3px;
	width: 35px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-weight: 400
}

.tips-tricks .tips-article img {
	border: 1px solid #e1e1e1;
	background-color: #FFF;
	padding: 4px;
	border-radius: 10px;
	box-sizing: content-box;
	max-width: 670px;
	height: auto;
	box-shadow: 0 1px 2px #eaeaea
}

.tips-article ol,
.tips-tricks .tips-article ul {
	margin: .5em 2em
}

.tips-tricks .tips-article ol li {
	list-style: decimal
}

.tips-tricks .tips-article ul li {
	list-style: disc
}

.tips-tricks .back-link-wrap {
	font-size: 14px;
	margin-bottom: 10px
}

.breadcrumbs {
	text-align: left;
	color: #333;
	margin-top: 0;

	padding: 5px 0;
	font-size: 10px;
	overflow: hidden
}

.breadcrumbs a {
	background: #e1e1d6;
	display: block;
	color: #f63293;
	float: left;
	height: 23px;
	padding-left: 5px;
	text-decoration: none
}

.breadcrumbs span {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	background: url(../images/bc_segment_right.png) top right no-repeat;
	display: block;
	line-height: 13px;
	padding: 5px 17px 5px 6px
}

.breadcrumbs a span.parent,
.breadcrumbs a:last-child span {
	background: url(../images/bc_segment_right_end.png) top right no-repeat
}

.breadcrumbs .span-end {
	background: 0 0;
	margin-left: 0;
	float: left;
	font-weight: 600;
	color: #6c798b
}

.intro .rhs-form .download_button,
.tips-tricks #subscribe-box .subscribe_button {
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: content-box;
	cursor: pointer;
	float: none;
	text-decoration: none;
	-moz-box-sizing: content-box
}

.tips-inner {
	border-radius: 0;
	background-color: #fff;
	padding: 0
}

.tips-tricks .tips-inner h1 {
	color: #3d4350;
	font-weight: 400;
	text-align: left;
	font-size: 41px;
	padding: 7px 0 15px;
	margin: 0;
	display: block;

	line-height: 1.2em;
	border-bottom: none
}

.support-article {

	color: #333;
	line-height: 1.6em
}

.tips-inner p,
.tips-inner ul {

	font-weight: 400
}

.tips-inner p {
	font-size: 16px;
	padding: 0 0 25px;
	line-height: 1.7em;
	margin: 0;
	color: #444
}

.rec-tips {
	overflow: hidden;
	margin-top: 20px
}

.tips-inner p img {
	width: 100%
}

.tips-inner ul {
	margin-left: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 24px
}

.tips-inner ul li {
	list-style-type: square;
	margin-bottom: 5px;
	padding-left: 20px;
	display: block
}

.content ul,
.faq-block ul,
ul.sub-nav li,
ul.sub-nav1 li {
	list-style-type: none
}

.tips-inner ul li::before {
	color: #9fa4aa;
	content: "\f111";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 6px;
	margin-left: -17px;
	margin-right: 8px;
	vertical-align: top;
	width: 8px
}


.tips-inner .support-article span {
	font-weight: 600 !important
}

.rhs-border {
	padding-right: 40px
}

.pop-tips {
	margin-top: 25px
}

.intro h2,
.support-article h1 {
	margin-top: 20px;

}

.support-article h1 {
	color: #1f8ceb;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
	font-size: 36px;
	font-weight: 100
}

.intro {
	border-radius: 0;
	padding: 20px 20px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e9edef
}

.intro h2 {
	font-size: 34px;
	color: #2e2e7f;
	margin-bottom: 0;
	line-height: 1.3em;
	font-weight: 600
}

.intro h3,
.intro h4 {
	font-weight: 400;
	text-transform: none;
	width: 90%;
	line-height: 1.5em;

	text-align: center
}

.intro h3 {
	font-size: 16px;
	color: #b9dcfa;
	margin: 25px auto 45px;
	border-top: 1px #1271c4 solid
}

.intro h4 {
	font-size: 18px;
	color: #1f8ceb;
	margin: 10px auto 0
}

.intro .media-browser {
	border: none
}

.intro .lead {
	color: #e04e50;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 13px;

	margin-top: 15px;
	margin-bottom: 20px
}

.intro .lead span {
	display: inline-block;
	color: #999;
	margin-left: 4px;
	margin-right: 4px
}

.intro .media-browser img {
	width: 100%
}

.space {
	padding-top: 10px
}

.intro .rhs-form {
	margin-bottom: 10px
}

.intro .rhs-form .download_button {
	display: inline-block;
	background-color: #69cb95;
	height: 30px;
	font-weight: 600;

	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-sizing: content-box;
	border: 0;
	outline: 0;
	white-space: nowrap;
	padding: 7px 30px;
	border-radius: 0;
	margin: 20px 0
}

.tips-tricks #subscribe-box {
	width: 100%;
	padding: 20px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 35px;
	border: 1px solid #E0EBEE;
	text-align: left;
	border-radius: 0
}

.tips-tricks #subscribe-box .sub_header {
	color: #2e2e7f;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	background: 0 0;
	padding: 0;
	line-height: normal
}

.tips-tricks #subscribe-box .label {
	display: inline;
	padding: .2em .6em .3em 0;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0
}

.tips-tricks #subscribe-box .subscribe_input {
	background-image: url(../images/email_blog.png);
	background-position: 8px 11px;
	background-repeat: no-repeat;
	border: 2px solid #eaeaea;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	padding: 0 7px 0 35px;
	width: 100%;
	margin: 10px 0 5px;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}

.tips-tricks #subscribe-box .subscribe_button {
	display: inline-block;
	background-color: #69cb95;
	height: 30px;
	font-weight: 600;

	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-sizing: content-box;
	border: 0;
	outline: 0;
	white-space: nowrap;
	padding: 7px 30px;
	border-radius: 2px;
	margin: 10px 0 0
}

.tips-tricks article .heading {
	background: #1f8ceb;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
	text-shadow: none;
	text-align: center
}

.tips-tricks article h2 {
	color: #444;
	font-size: 18px;
	font-weight: 600;

	line-height: 1.3;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	text-shadow: none
}

.tips-tricks article .heading em {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1f8ceb;
	bottom: -10px;
	height: 0;
	left: 49%;
	position: absolute;
	width: 0
}

.tips-tricks article .inner {
	background: #FFF;
	border: 1px solid #E0EBEE
}

.tips-tricks article .inner div {
	padding: 20px 20px 15px
}

.tips-tricks article ul.sub-nav {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	text-shadow: 0 1px #FFF;
	overflow: hidden
}

.tips-tricks article ul.sub-nav li {
	list-style-type: none;
	width: 300px;
	display: block;
	padding: 8px 0 8px 16px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	margin: 0 0 8px 20px
}

.tips-tricks article ul.sub-nav li:last-child {
	border-bottom: 0 solid #e8e8e8
}

.tips-tricks article ul.sub-nav li span {
	font-size: 18px;
	color: #adc3ab;
	font-weight: 400;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	height: 33px;
	width: 34px
}

.content-blog .img-div img,
.content-blog .post img-div img,
.footer {
	width: 100%
}

.tips-tricks article ul.sub-nav li dt {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 600;

}

.blog {
	overflow: hidden;
	padding-top: 0px;
	background: #ebebeb
}

.blog.blog-listing {
	background: #fff
}

.blog.blog-listing .row {
	margin-right: -15px;
	margin-left: -15px
}

.blog .row {
	margin: 0 22%
}

.content-blog {
	text-align: left;
	overflow: hidden;
	padding: 0
}

.content-blog .recentposts {
	padding-bottom: 0px;
	margin-bottom: 35px;
	display: inline-block;
}

.content-blog .recentposts img {
	max-width: 100%
}

.blog-list-img img,
.main-post-img img {
	border: 1px solid #ddd;
}

.content-blog .post {
	margin-bottom: 50px
}

.content-blog .post p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 15px 0px;
}

.content-blog .post b,
.content-blog .post strong {
	font-weight: 500;
}

.entry-content ol {
	padding-left: 18px;
	line-height: 22px;
	color: #666;
	font-size: 15px;
	font-weight: 400;
}

.entry-content ol li {
	padding-bottom: 5px;
}

.content-blog .post p img {
	margin-top: 10px
}

.content-blog .post img {
	max-width: 100%;
	margin-bottom: 10px
}

.content-blog .post img-div {
	height: auto
}

.content-blog .post h2 {
	font-size: 24px;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 15px;
	font-family: Inter, sans-serif;
	font-weight: 700 !important;
}

.landing-page .thm-list span {
	font-size: 16px !important;
}

.content-blog .post h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 7px;
	line-height: 1.4em;
	color: #111
}

#extras ul,
.content-blog .recentposts p {
	margin-bottom: 20px;
	color: #707070;
	font-weight: 400
}

.content-blog .recentposts p {
	font-size: 20px;
	margin-top: 6px;
	line-height: 32px
}

#extras ul {
	margin-top: 8px;
	list-style-type: disc;

	line-height: 24px;
	padding-left: 18px;
}

#extras ul li {
	float: none !important;
	margin-bottom: 4px;
}

.pagination {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 5px;
	text-align: center
}

.pagination .current {
	background: #1e8bd8;
	color: #FFF;
	display: inline;
	margin-right: 3px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	font-family: Inter, sans-serif;
}

#content .pagination a,
.pagination a {
	background: #fcfcfc;
	color: #777;
	margin-right: 3px;
	padding: 8px 12px;
	border: 1px solid #eaeaea;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	font-family: Inter, sans-serif;
}

.content-blog header {
	color: #999;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.content-blog .img-div {
	height: 250px;
	overflow: hidden
}

.content-blog h2 {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0px
}

.content-blog h2 a {
	font-size: 22px;
	color: #000;
	display: block;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	font-family: Inter, sans-serif;
}

.content-blog h2 a:hover {
	text-decoration: underline;
}

.post-meta {
	overflow: hidden;
	margin: 0;
	padding: 5px 0px 12px;
	border-bottom: 1px #ccc solid;
}

.post-meta li {
	float: left;
	padding: 0;
	margin: 0px;
	display: inline;
}

.post-meta li a {
	/* background: #eee; */
	display: inline-block;
	margin-left: 0px;
	margin-right: 18px;
	color: #999;
	/* width: 32px; */
	/* height: 32px; */
	/* line-height: 32px; */
	text-align: left;
	font-size: 16px;
	vertical-align: top;
	border-radius: 0px;
}

.post-meta li a:hover {
	background: #fff;
	color: #000;
}

.RC-info,
.RHS_box {
	margin-bottom: 40px
}

.content-blog h1,
.content-blog h1 a {
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 62px;
	text-align: left;
}

.post-meta .author {
	border-right: 1px #ddd dotted;
	padding-right: 15px
}

.post-meta .author-name {
	padding-top: 2px;
	font-size: 13px;
	padding-right: 20px
}

.content-blog h1 {
	font-size: 50px;
	margin-top: 0;
	border-bottom: 0px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: left;

}

.content-blog h1 a {
	font-size: 50px;

}

.content-blog ul {
	margin-left: 0
}

a.more-link {
	background: #000;
	border-radius: 6px;
	clear: both;
	color: #fff;
	display: inline-block;
	padding: 7px 15px 8px;
	text-decoration: none;
	border: 1px #000 solid;
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 16px;
}

a.more-link:hover {
	color: #fff;
	background: #111111;
	border: 1px #111111 solid;

}

.top-space {
	padding-top: 15px
}

.RC-info {
	overflow: hidden;
	color: #333;
	text-shadow: 0 1px #FFF
}

.RC-info h3 {
	background: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 7px;
	margin: 0;
	color: #000;
	border-bottom: 1px #ddd solid
}

.RC-info .inner {
	padding: 10px 0;
	color: #666;
	line-height: 1.6em;
	font-size: 13px
}

.most_popular {
	border: 1px solid #e9edef;
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
	margin-top: 30px
}

.most_popular h3 {
	background: #fff;
	font-size: 18px;
	padding: 0 0 14px;
	margin: 0 0 10px;
	color: #000;
	border: none;
	border-bottom: 1px #e5e5e5 solid;
	font-weight: 700
}

.most_popular ul {
	border-bottom: 1px dotted #DEDEDE;
	overflow: hidden;
	margin: 0;
	padding: 12px 0 12px 5px
}

.most_popular ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;

	line-height: 24px;
	font-weight: 400
}

.most_popular ul:first-child {
	background-clip: padding-box;
	border-top: 0 none;
	border-radius: 0 0 2px 2px
}

.most_popular ul:last-child {
	background-clip: padding-box;
	border-bottom: 0 none;
	border-radius: 0 0 2px 2px
}

.content-blog .recentposts span {
	color: #64c457;
	font-weight: 600
}

.footer {
	color: #949494;
	padding: 0;
	margin: auto;
	overflow: hidden;
	bottom: 0;
	background: #fff;
	position: relative;
	z-index: 10;
	border-top: 0px solid #e6e6e6;
	margin-top: 60px;
}

ul.new-footer {
	padding: 55px 0px 50px;
	margin: auto;
	width: 100%;
	text-align: center;
}

ul.new-footer li {
	list-style: none;
	padding: 0px;
	display: inline-block;
}

ul.new-footer li a {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	padding: 10px 10px 10px 12px;
	text-align: center;
	font-family: Inter, sans-serif;
	color: #666;
}

ul.new-footer li i {
	font-size: 5px;
	vertical-align: 2px;
	color: #999;
}

.footer_service {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
	margin-top: 70px
}

.footer_service a {
	display: inline-block;
	color: #949494;
	font-size: 12px;
	margin-left: 16px;
	margin-right: 16px;
	font-weight: 400;

}

.footer h3,
.footer_service h6 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}

.footer_service img {
	vertical-align: middle;
	margin-right: 3px;
	height: 16px
}

.footer_service h6 {
	margin: 25px 10px 20px
}

.footer h3 {
	margin: 0px;
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer h3 img {
	vertical-align: -16px;
}

.footer .f-logo h3 {
	margin-left: 0px;
}

.footer-links {
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

.footer .footer-links li {
	padding: 0px;
	display: block;
	font-weight: 400;
	font-size: 14px;


	line-height: normal;
	padding-bottom: 4px;
}

.bottom-cta h4,
.social-section-footer h4 {

	font-weight: 500;
	text-transform: uppercase
}

.footer .footer-links a {
	color: #666;

	padding: 3px 0px;
	display: inline-block;
	font-family: Inter, sans-serif;
	line-height: 20px;
}

.social-section-footer {
	overflow: hidden;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
}

.social-section-footer h4 {
	color: #6c798b;
	margin: 25px 0;
	font-size: 13px
}

.social-section-footer a {
	background: #eee;
	display: inline-block;
	margin-left: 0px;
	margin-right: 6px;
	color: #999;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	vertical-align: top;
	border-radius: 999px
}

.social-section-footer a:hover {
	background: #000;
	color: #fff
}

.footer .footer-links a:hover,
.footer_service a:hover,
.service-pages a:hover {
	background: #fff;
	color: #2173d4;
	text-decoration: underline;
}

.bottom-cta {
	overflow: hidden;
	text-align: center;
	margin-top: 30px
}

.bottom-cta h4 {
	color: #fff;
	margin: 25px 0 10px;
	font-size: 11px;
	display: block
}

.bottom-cta a {
	border: 1px solid #000;
	border-radius: 2px;
	padding: 7px 16px !important;
	background: #000;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;

}

.bottom-cta a:hover {
	background: #61bc17;
	border: 1px solid #61bc17
}

.footer-bottom {
	clear: both;
	color: #7c7c7c;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 1em 0;
	margin-top: 0px;
	font-weight: 400;
	font-family: Inter, sans-serif;
	margin-top: 50px;
}

.service-pages {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.service-pages .row {
	margin: 0 23%
}

.service-pages h5 {
	color: #6c798b;
	text-transform: uppercase;

	font-weight: 500;
	margin: 25px 0 12px;
	font-size: 13px
}

.service-pages h5 i {
	color: #888
}

.service-pages a {
	padding: 0;
	font-size: 14px;

	font-weight: 400;
	color: #949494
}

.service-pages span {
	color: #999;
	vertical-align: middle
}

.top-padd {
	padding-top: 120px !important
}

.top-padd1 {
	padding-top: 80px
}

#submit-testimonial {
	margin-bottom: 0
}

#submit-testimonial .submit-testimonial-inner {
	padding: 15px 0 65px
}

#submit-testimonial h1 {
	font-size: 44px;
	font-weight: 400;
	text-align: center;

	color: #2e2e7f;
	margin-bottom: 20px;
	margin-top: 0;
	animation: scaleUp .4s
}

#customer-testimonial h1,
#feature-compare-list h2 {
	-webkit-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s;
	-moz-animation: scaleUp .4s
}

#submit-testimonial .submit-testimonial-inner .information_block {
	background-color: #fff;
	border-radius: 0;
	padding: 50px 0 30px;
	margin: 45px auto auto;
	width: 700px;
	overflow: hidden;
	min-height: 260px
}

#submit-testimonial .submit-testimonial-inner .information_block label {
	color: #444
}

#submit-testimonial .submit-testimonial-inner .information_block .inputbox {
	color: #000;
	display: inline-block;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 24px 0 10px;
	text-overflow: ellipsis;
	width: 75%;
	background: #fff;

}

#submit-testimonial {
	color: #444;
	padding-top: 10px;
	padding-bottom: 10px
}

#submit-testimonial .submit-testimonial-inner .information_block textarea {
	color: #000;
	display: inline-block;
	font-size: 13px;
	height: 155px;
	line-height: 38px;
	margin: 0;
	padding: 0 24px 0 10px;
	text-overflow: ellipsis;
	width: 75%;
	background: #fff;

	font-weight: 400
}

#submit-testimonial .submit-testimonial-inner .information_block .group-inner {
	display: inline-block
}

#submit-testimonial .submit-testimonial-inner .information_block .group-inner img {
	border: 1px solid #ddd;
	padding: 1px;
	margin-right: 15px
}

#submit-testimonial .submit-testimonial-inner .information_block .group-inner input[type=file] {
	display: inline-block
}

.thank-you-msg {
	background-color: #fff;
	border-radius: 10px 4px 0 0;
	margin: 100px auto 0;
	padding: 40px 40px 30px;
	width: 680px;
	overflow: hidden;
	min-height: 250px
}

.thank-you-msg h2 {
	font-size: 36px;
	font-weight: 600;
	color: #3c474f;
	;
	text-shadow: none;
	padding-bottom: 20px;
	margin: 0
}

.thank-you-msg h3 {
	color: #626B6E;
	font-size: 18px;
	font-weight: 400;

	line-height: 1.4em;
	padding-bottom: 25px;
	padding-top: 0;
	text-shadow: none;
	text-align: center
}

#customer-testimonial {
	color: #777;
	padding: 10px 0 65px;
	overflow: hidden;
	background: #fff
}

#customer-testimonial .quote {
	margin-top: -5px;
	margin-left: -55px;
	display: none;
}

#customer-testimonial h1 {
	font-size: 44px;
	color: #2e2e7f;
	text-align: center;

	margin-bottom: 20px;
	margin-top: 0;
	-o-animation: scaleUp .4s;
	animation: scaleUp .4s
}

#customer-testimonial .lead1 {
	font-size: 20px;
	text-transform: none;
	color: #637280;

	width: 40%;
	margin: auto
}

#customer-testimonial .testimonials_NR {
	margin-bottom: 30px;
	padding: 0px;
	display: inline-block;
}

#customer-testimonial .testimonials_NR .quote-box {
	padding: 40px;
	background: #fff;
	text-align: center;
	min-height: 305px;
	border: 1px #dfdfdf solid;
	border-radius: 10px
}

#customer-testimonial .testimonials_NR cite {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400
}

#customer-testimonial .testimonials_NR cite .photo {
	display: inline-block;
	height: 115px;
	margin: 0;
	width: 115px
}

#customer-testimonial .testimonials_NR img {
	border-radius: 90px;
	height: 110px;
	margin: 0 0 25px;
	width: 110px
}

#customer-testimonial .testimonials_NR cite .author {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
	font-weight: 700;
	font-family: Inter, sans-serif;
}

#customer-testimonial .testimonials_NR .quote-box q:before {
	display: inline-block;
	padding: 38px 0 0 35px;
	overflow: hidden;
	background: url(../images/qoute-img.png) 0 3px no-repeat;
	background-size: 28px;
	content: "";
	vertical-align: bottom;
}

#customer-testimonial .testimonials_NR .quote-box q {
	color: #707070;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	quotes: none;
	margin-top: 20px;

}

#customer-testimonial .testimonials_NR-1 .user-text,
#customer-testimonial .testimonials_NR-1 cite {
	display: inline-block;
	color: #c3c9d1;
	font-size: 12px;
	font-weight: 400;

	font-style: normal
}

#customer-testimonial .testimonials_NR .quote-box .quote-right {
	height: 28px;
	margin: 4px -10px 0 10px;
	position: absolute;
	width: 33px
}

#customer-testimonial .testimonials_NR-1 {
	margin-bottom: 30px;
	padding: 0px;
	display: inline-block;
}

#customer-testimonial .testimonials_NR-1 .quote-box {
	padding: 40px 35px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	border: 1px #dfdfdf solid
}

#customer-testimonial .testimonials_NR-1 cite {
	margin: 5px 0 0;
	width: 15%;
	position: relative
}

#customer-testimonial .testimonials_NR-1 cite .photo {
	display: inline-block;
	margin: 0;
	width: 120px
}

#customer-testimonial .testimonials_NR-1 img {
	border-radius: 90px;
	height: 125px;
	margin: 0;
	width: 125px
}

#customer-testimonial .testimonials_NR-1 .user-text {
	width: 80%;
	vertical-align: top;
	text-align: left;
	float: none
}

#customer-testimonial .testimonials_NR-1 .quote-box .author {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
	font-weight: 700;
	font-family: Inter, sans-serif;
}

#customer-testimonial .testimonials_NR-1 .quote-box .quote-left {
	display: inline-block;
	padding: 37px 0 0 45px;
	overflow: hidden;
	background: url(../images/qoute-img.png) 0 3px no-repeat;
	background-size: 35px;
	content: "";
	vertical-align: bottom;
	position: absolute
}

#customer-testimonial .testimonials_NR-1 .quote-box q {
	color: #707070;
	display: block;
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0 0 45px;
	quotes: none;

	font-weight: 400
}

#customer-testimonial strong {
	font-weight: 700;
	color: #000000;
}

#customer-testimonial .testimonials_NR-1 .quote-box .quote-right {
	height: 28px;
	margin: 4px -10px 0 10px;
	position: absolute;
	width: 33px
}

#customer-testimonial .testimonials_NR-2 {
	margin-bottom: 30px;
	padding: 0px;
	display: inline-block;
}

#customer-testimonial .testimonials_NR-2 .quote-box {
	padding: 40px;
	background: #fff;
	text-align: center;
	min-height: 330px;
	border-radius: 10px;
	border: 1px #dfdfdf solid;
}

#customer-testimonial .testimonials_NR-2 cite {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400
}

#customer-testimonial .testimonials_NR-2 cite .photo {
	display: inline-block;
	height: 115px;
	margin: 0;
	width: 115px
}

#customer-testimonial .testimonials_NR-2 .quote-box q,
#customer-testimonial .testimonials_NR-2 cite .author {
	display: block
}

#customer-testimonial .testimonials_NR-2 img {
	border: 4px solid #e5e5e5;
	border-radius: 90px;
	height: 110px;
	margin: 0 0 25px;
	width: 110px
}

#customer-testimonial .testimonials_NR-2 cite .author {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
	font-weight: 700;
	font-family: Inter, sans-serif;
}

#customer-testimonial .testimonials_NR-2 .quote-box .quote-left {
	height: 28px;
	margin: 15px 0 0 -5px;
	position: absolute;
	width: 33px;
	float: left;
	left: 50px
}

#customer-testimonial .testimonials_NR-2 .quote-box q {
	color: #707070;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	quotes: none;
	margin-top: 15px;
}

#customer-testimonial .testimonials_NR-2 .quote-box q:before {
	display: inline-block;
	padding: 38px 0 0 35px;
	overflow: hidden;
	background: url(../images/qoute-img.png) 0 3px no-repeat;
	background-size: 28px;
	content: "";
	vertical-align: bottom
}

#feature-compare-list h4,
#feature-list h3 {
	display: block
}

#customer-testimonial .testimonials_NR-2 .quote-box .quote-right {
	height: 28px;
	margin: 4px -10px 0 10px;
	position: absolute;
	width: 33px
}

#customer-testimonial .yellow-round {
	border: 4px solid #ffeaab !important;
	background: #fff
}

#customer-testimonial .green-round {
	border: 4px solid #e0f6bd !important;
	background: #fff
}

#customer-testimonial .aqua-round {
	border: 4px solid #c8f1fc !important;
	background: #fff
}

#customer-testimonial .pink-round {
	border: 4px solid #fdccdd !important;
	background: #fff
}

#customer-testimonial .lightgreen-round {
	border: 4px solid #c0f8e2 !important;
	background: #fff
}

#customer-testimonial .purple-round {
	border: 4px solid #efdffb !important;
	background: #fff
}

#customer-testimonial .red-round {
	border: 4px solid #ffc6bd !important;
	background: #fff
}

#feature-compare-list {
	padding-top: 0px
}

#feature-compare-list ul {
	text-align: left;
	line-height: 1.3em;
	list-style: none;
	padding: 0 0 80px 20px;
	margin: 0
}

#feature-compare-list ul li {
	position: relative;
	padding: 12px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-right: 20px
}

#feature-compare-list ul li i {
	width: 22px;
	margin-bottom: 15px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#feature-compare-list ul li:before {
	content: '\2022';
	color: #2ebef3;
	position: absolute;
	top: .3em;
	left: -1em;
	font-size: 28px
}

#feature-compare-list .features-col {
	margin-bottom: 70px
}

#feature-compare-list .title-bar {
	text-align: center
}

#feature-compare-list img {
	width: 100px
}

#feature-compare-list h4 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	padding: 15px 10px
}

#feature-compare-list h2 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-bottom: 0;
	margin-top: 0;
	-o-animation: scaleUp .4s;
	animation: scaleUp .4s;
	padding-top: 0
}

#customer-testimonial-1 #customer h1,
#login-section h1,
.press-section h2,
.pricing-page .plans_header {
	-moz-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	-webkit-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s
}

#feature-compare-list h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #666;

	margin-bottom: 50px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0
}

#feature-list {
	margin-top: 5px;
	display: inline-block;
}

#feature-list h1 {
	font-size: 65px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;

}

#feature-list h3 {
	font-size: 14px;
	font-weight: 700;

	line-height: normal;
	word-spacing: normal;
	margin-bottom: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff
}

#feature-list h3 em {
	display: inline-block;
	font-style: normal;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: text-top;
	color: #faa928
}

#feature-list .lead1 {
	font-size: 21px;
	font-weight: 500;
	text-transform: none;
	color: #ddd;

	margin: auto auto 30px;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 14%
}

#feature-list .button_download {
	background: #000;
	border: none;
	color: #fff;
	padding: 16px 35px;
	font-size: 18px;
	border-radius: 3px;
	float: none;
	font-weight: 600;

	margin-bottom: 0;
	box-shadow: 0 3px 0 #54aa0e;
	text-transform: uppercase
}

#feature-list .button_download span {
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
	font-weight: 400;
	display: inline-block;
	margin-left: 2px;
	text-transform: none;

}

#feature-list .services-for-wrapper {
	width: 100%;
	display: block
}

#feature-list .services-for-wrapper ul.services-for {
	margin: 0;
	padding: 0;
	display: block
}

#feature-list .services-for-wrapper ul.services-for li {
	margin-right: 5px;
	padding: 0;
	display: inline-block;
	width: 6%;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

#feature-list .services-for-wrapper ul.services-for li img {
	display: block;
	margin: auto auto 5px
}

.features-table {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	font-size: 14px
}

.features-table .star {
	text-align: center !important
}

.features-table .current-plan,
.features-table .sign-up {
	color: #FFF;
	display: block;
	height: 27px;
	padding: 3px 0 5px;
	text-align: center;
	font-size: 13px;
	width: 125px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none
}

.features-table .sign-up {
	border-radius: 3px;
	background-color: #FD7145;
	border: none;
	box-shadow: 0 -3px 0 0 #FF3D00 inset
}

.features-table .current-plan {
	border-radius: 3px;
	background-color: #64c458;
	border: none;
	box-shadow: 0 -3px 0 0 #4cac40 inset
}

.features-table td,
.features-table th {
	border-right: 1px solid #efefef;
	text-align: center
}

.features-table .price {
	font-size: 16px;
	font-weight: 700
}

.features-table th {
	padding: 15px 10px;
	border-bottom: 2px solid #ddd;
	font-weight: 400;
	white-space: nowrap;
	font-size: 26px;
	border-left: none;
	color: #555;
	border-top: none
}

.features-table .heading-txt {
	font-size: 14px !important;
	font-weight: 700 !important
}

.features-table span {
	font-style: italic;
	font-weight: 400;
	color: #999;
	display: inline-block;
	margin-left: 5px
}

.features-table td {
	padding: 12px 5px 12px 10px;
	border-bottom: 1px solid #f6f6f6;
	color: #555;
	font-size: 14px;

	font-weight: 400;
	line-height: 22px
}

.features-table thead {
	background-color: #F3F7F9
}

.features-table .last {
	border-right: none !important
}

.features-table tbody.even td,
.features-table tbody.odd td {
	border-width: 0 1px
}

.features-table .white {
	color: #333;
	text-align: left
}

.features-table .title {
	background: #fff !important;
	color: #6c798b;
	text-align: left;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 10px
}

.features-table .free,
.features-table .platinum,
.features-table .premium {
	background: #556e87;
	padding: 10px 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;

	line-height: normal
}

.features-table .free {
	text-align: center
}

.features-table tr.even {
	background-color: #fff
}

.features-table .odd {
	background-color: #f8f8f8
}

.features-table .odd:hover {
	background-color: #000 !important
}

.features-table .odd:hover td {
	background-color: #f4f4f3
}

.features-table tbody.even {
	background-color: #f6f6f6
}

.features-table tbody.even tr.border td,
.features-table tbody.odd tr.border td {
	border-bottom-width: 1px
}

.restiction_note {
	font-size: 12px;
	color: #666;
	text-align: left;
	margin: 5px 0;

}

.features-compare-table .available-tick,
.features-compare-table .available-tick:before,
.features-compare-table .unavailable-cross {
	text-align: center !important
}

.features-compare-table .available-tick:before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 15px;
	color: #69cb95
}

.features-compare-table .unavailable-cross:before {
	content: '\f00d';
	font-family: FontAwesome;
	font-size: 15px;
	text-align: center !important;
	color: #d65d5d
}


#press-kit a,
#press-kit-home.press-section h2,
#press-kit-home.press-section h3,
#pricing-section .nav-tabs>li>a,
#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc,
#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading p,
#pricing-section .pricing-inner-wrapper .pricing-inner .plan-pricing1,
#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download,
.most-popular-plan,
.store-info,
.store-info h2,
p.sub-heading {
	font-family: Inter, sans-serif
}

.meet-customer {
	background: url(../images/customer-bg.jpg) center top no-repeat;
	padding: 35px 0 0;
	background-size: cover;
	position: relative;
	width: 100%
}

.meet-customer .col-lg-5 {
	width: 47%
}

.meet-customer .tasker-window {
	width: 521px;
	height: 321px;
	background: url(../images/testimonials-bg.png) center bottom no-repeat;
	margin-top: 40px
}

.meet-customer .testimonilas-text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 60px 75px 10px
}

.meet-customer .customer-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	padding: 0 70px;
	color: #fff;
	display: block;
	font-style: italic
}

.socail-section {
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	background: #fff
}

.socail-section h2 {
	font-size: 18px;
	font-weight: 400;
	color: #626B6E;

	text-shadow: none;
	padding: 0 15px 20px;
	text-align: center
}

.socail-section a {
	padding-right: 0 !important;
	margin-bottom: 15px
}

.socail-section .button .left {
	float: left;
	width: 27%
}

.socail-section .button .left img {
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: block;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 0;
	width: 60px
}

.socail-section .button .right {
	float: right;
	width: 67.5%;
	text-align: left;
	font-size: 12px
}

.socail-section .button span.count {
	font-weight: 900;
	text-align: left;
	display: block;
	line-height: 20px;
	font-size: 15px
}

.socail-section .button {
	-moz-box-sizing: border-box;
	border-radius: 10px;
	color: #FFF;
	display: block;
	font-size: 13px;
	padding: 1em 0;
	overflow: hidden
}

#login-section .login-section-inner .information_block .group-inner,
#login-section .login-section-inner .information_block .group-inner input[type=file],
#press-kit-home .press-block {
	display: inline-block
}

.socail-section .button.twitter {
	background-color: #00ACEE
}

.socail-section .button.facebook {
	background-color: #3B5998
}

.socail-section .button.linkedin {
	background-color: #0E76A8
}

.socail-section .button.googleplus {
	background-color: #f63e28;
	margin-right: 0
}

#login-section {
	margin-bottom: 0
}

#login-section .login-section-inner {
	padding: 40px 0 65px
}

#login-section h1 {
	font-weight: 400;
	text-align: center;

	margin-bottom: 25px;
	margin-top: 0;
	font-size: 44px;
	color: #2e2e7f;
	animation: scaleUp .4s
}

#login-section .login-section-inner .information_block {
	background-color: #fff;
	border-radius: 0;
	margin: 45px auto 0;
	padding: 50px 0 30px;
	width: 600px;
	overflow: hidden;
	min-height: 260px;
	border: 1px solid #eaeaea
}

#login-section .login-section-inner .information_block .inputbox,
#login-section .login-section-inner .information_block textarea {
	font-size: 12px;
	line-height: 38px;
	margin: 0;
	padding: 0 24px 0 10px;

	display: inline-block;
	text-overflow: ellipsis
}

#login-section .login-section-inner .information_block label {
	color: #444;
	width: 15%
}

#login-section .login-section-inner .information_block .inputbox {
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	color: #000;
	height: 38px;
	width: 76%;
	background: #fff
}

#login-section {
	color: #444
}

#login-section .login-section-inner .information_block textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	height: 155px;
	width: 450px;
	background: #f1f1f1
}

#login-section .login-section-inner .information_block .group-inner img {
	border: 1px solid #ddd;
	padding: 1px;
	margin-right: 15px
}

#press-kit-home.press-section {
	overflow: hidden;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F7F8FA
}

#press-kit-home.press-section h2 {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

#press-kit-home.press-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #777;

	margin: auto auto 55px;
	text-align: center;
	line-height: 1.5em;
	padding: 5px 24%
}

#press-kit-home {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 54px;
	overflow: hidden;
	text-align: center;
	background: #f3f3f3
}

#press-kit-home .press-block {
	margin: 0 9px 26px;
	padding: 30px;
	background-color: #fff;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	position: relative;
	transition: all .3s;
	bottom: 0
}

#press-kit-home .press-block:hover {
	bottom: 5px;
	cursor: pointer;
	box-shadow: 0 0 17px 6px rgba(0, 0, 0, .05)
}

#press-kit-home .press-block .client-block {
	background-position: left top;
	background-repeat: no-repeat;
	padding: initial;
	height: 120px
}

#press-kit-home .press-logo,
#press-kit-home.press-section .press-logo {
	padding-top: 0;
	border-top: 0 #e5e5e5 solid;
	background: #fff;
	overflow: hidden
}

#press-kit-home .press-block q {
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 22px;
	padding-bottom: 0;
	overflow: hidden;

	color: #333;
	text-align: center
}

#press-kit-home .raiting-block {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 8px
}

#press-kit-home .press-block q::before {
	content: open-quote;
	font-size: 22px;
	vertical-align: middle;
	font-weight: 400
}

#press-kit-home .press-block q::after {
	content: close-quote;
	font-size: 22px;
	vertical-align: middle;
	font-weight: 400
}

#press-kit-home.press-section .press-logo {
	height: 80px
}

#press-kit-home .press-logo,
#press-kit-home.mgk-press-kit .press-logo {
	height: 100px
}

#press-kit-home .press-box {
	padding: 0 4px
}

#press-kit-home .press-logo a {
	display: block;
	font-size: 13px;

}

#press-kit-home .press-logo img {
	margin-bottom: 10px
}

#press-kit {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center
}

#press-kit .press-block {
	text-align: center;
	background: #fff;
	padding: 0;
	margin-bottom: 32px;
	font-weight: 400;
	border-radius: 10px;
	border: 1px #dfdfdf solid;
}

#press-kit .press-block .client-block {
	background-position: left top;
	background-repeat: no-repeat;
	padding: initial;
	text-align: left
}

#press-kit .press-block q {
	padding: 0 25px 15px;
	font-size: 20px;
	font-weight: 400;
	display: block;
	line-height: 1.4em;
	height: 200px;
	overflow: hidden;


	color: #707070;

}

#press-kit .press-block q::after,
#press-kit .press-block q::before {
	content: none
}

#press-kit.press-section .press-logo {
	height: 90px;
	padding-top: 20px;
	overflow: hidden;
	border-top: 1px #e5e5e5 solid;
	background: #fff
}

#press-kit .press-logo {
	height: 100px;
	padding-top: 20px;
	overflow: hidden;
	line-height: 100px
}

#press-kit a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	overflow: inherit;
	padding: 5px 25px 15px;

	color: #6c798b;
	text-align: left
}

#blog_pbm h2,
#blog_pbm h2 a,
.presskit_link,
.presskit_link:hover {
	color: #fff
}

#press-kit .press-logo img {
	margin-bottom: 10px;
	width: 140px
}

#press-kit.mgk-press-kit .press-logo {
	height: 120px
}

.presskit_link {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	padding: 15px 40px;
	font-size: 18px;
	height: 55px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #005885;
	margin-bottom: 40px;
	display: inline-block
}

.store-info {
	padding: 0px 0 70px;
	font-size: 19px
}

.store-info .row {
	margin: 0 15%
}

.store-info .store-block2 {
	margin-bottom: 45px
}

.store-info h2 {
	font-size: 18px;
	margin-top: 0;
	font-weight: 600;
	color: #000;

	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px #e5e5e5 solid;
	margin-bottom: 20px
}

.store-info .store-block2 ul {
	color: #333;
	font-size: 15px;

	line-height: 23px;
	font-weight: 400
}

.clients-txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #000;

	text-align: left
}

.clients-text .author {
	font-style: italic;
	color: #777;
	margin-top: 5px;
	text-align: left
}

.clients-txt img {
	border-radius: 60px;
	width: 80px;
	margin-bottom: 10px
}

.clients-txt {
	background-image: url(../images/qoutes_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0
}

.clients-text {
	width: 50%;
	margin: 0 auto;
	float: left;
	padding: 15px 0;
	position: relative
}

.support-wrap {
	width: 100%;
	margin: auto;
	text-align: left;
	padding-bottom: 65px
}

.support-wrap h1 {
	color: #2e2e7f;
	font-size: 36px;

	line-height: normal;
	display: block;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px
}

#wpf-wrapper {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;
	line-height: 24px;
	color: #000
}

#wpf-wrapper h1 {
	color: #1f8ceb;
	border: 1px solid #e0ebee;
	font-size: 36px;

	font-weight: 100;
	margin-top: 0;
	background: #fff;
	margin-bottom: -1px;
	z-index: 1000;
	position: relative;
	padding: 20px
}

.wpf-post-table td,
.wpf-table td {
	background: #fff;
	border: 1px solid #e0ebee;
	border-radius: 3px;
	padding: 15px
}

#wpf-wrapper td,
#wpf-wrapper th {
	vertical-align: top
}

.support-wrap p {
	margin-bottom: 15px;
	line-height: 24px
}

#wpf-wrapper a,
#wpf-wrapper p a,
#wpf-wrapper span a,
.wpf-post-table a,
.wpf-table a {
	color: #369;
	text-decoration: none
}

tr#upshrinkHeader a {
	border: 1px solid #A1D4E5;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #D2ECF5 !important;
	color: #369 !important;
	padding: 4px 10px;
	display: inline-block;
	margin-left: 5px
}

.wpf-input,
.wpf-table textarea,
.wpf-textarea {
	background-color: rgba(255, 255, 255, .8);
	border: 1px solid rgba(255, 255, 255, .1);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-border-radius: 10px;
	box-shadow: -1px -1px 5px rgba(0, 0, 0, .2) inset;
	-box-shadow: -1px -1px 5px rgba(0, 0, 0, .2) inset;
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, .2) inset;
	color: #333;
	margin: 5px;
	padding: 7px 10px
}

#quick-reply-submit,
#wpf-login-button,
#wpf-post-submit,
#wpf-search-submit,
.wpf-edit-button {
	display: inline-block;
	background-color: #69cb95;
	height: 25px;
	font-weight: 600;

	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
	-webkit-box-sizing: content-box;
	padding: 5px 30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	white-space: nowrap;
	text-rendering: optimizeLegibility
}

#quick-reply-submit,
#wpf-login-button,
#wpf-post-submit,
.wpf-edit-button {
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	border-radius: 0;
	margin-right: 10px
}

#upshrinkHeader2 {
	padding: 10px;
	display: block;
	background: #fff;
	border: 1px solid #e0ebee;
	border-top: none;
	border-bottom: none
}

#wpf-search-submit {
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	border-radius: 0
}

.wpf-table strong a {
	font-size: 18px;
	font-weight: 400
}

#wpf-wrapper small {
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	line-height: 18px
}

#blog_pbm {
	background: #fff;
	color: #b9dcfa;
	padding: 65px 0 0
}

.page-body aside.before #blog_pbm h2 {
	font-size: 14px !important;
	!important;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0
}

.page-body aside.before #blog_pbm h2 a {
	font-weight: 400 !important;
	font-size: 18px;

	line-height: 1.4em
}

ul#blog_pbm.pinterest {
	list-style: none;
	margin: 0;
	padding-top: 20px;
	background-color: transparent
}

ul#blog_pbm li.col-md-3 {
	padding-right: 0
}

#blog_pbm.pinterest li {
	position: relative
}

#blog_pbm.pinterest li.first {
	clear: both
}

#blog_pbm.pinterest .picture_overlay {
	border-color: transparent
}

#blog_pbm.pinterest .picture_overlay img {
	width: 100%
}

#blog_pbm.pinterest li p {
	padding-left: 5px
}

#blog_pbm h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4em;
	text-shadow: none;
	text-align: left;

	position: absolute;
	bottom: 20px;
	margin-bottom: 0;
	z-index: 20;
	padding: 0 35px 15px
}

#blog_pbm .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 224px;
	z-index: 10;
	width: 100%;
	overflow: hidden
}

#portfolio.pinterest li,
.picture_overlay {
	position: relative
}

#blog_pbm .featured-img img {
	width: 100%;
	margin-top: -30px
}

#blog_pbm.pinterest li p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #333;
	font-weight: 400;
	padding: 0 35px;

}

#blog_pbm .continue-btn {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	color: #1f8ceb;
	display: block;
	padding: 10px 14px;
	text-align: center;
	width: 190px;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 35px;

	line-height: 1.7em
}

#portfolio.pinterest .picture_overlay img,
#primary {
	width: 100%
}

#blog_pbm .continue-btn:hover {
	background: #1f8ceb;
	border: 1px solid transparent;
	color: #fff !important;
	text-decoration: none
}

#blog_pbm .continue-btn span {
	font-size: 20px;
	display: inline-block;
	margin-left: 5px
}

#primary {
	overflow: hidden;
	padding-top: 10px;
	background: url(../images/blog-bg.jpg) top left no-repeat fixed #f1f1f1
}

#primary .blog_post {
	display: block;
	background: #fff;
	padding-bottom: 35px;
	margin-bottom: 30px
}

ul#portfolio.pinterest {
	list-style: none;
	margin: 0;
	padding-top: 20px;
	background-color: transparent
}

ul#portfolio li.col-md-3 {
	padding-right: 0
}

#portfolio.pinterest li.first {
	clear: both
}

.pinterest .thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
	height: 224px;
	border: none
}

.picture_overlay {
	cursor: pointer;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4)
}

#portfolio.pinterest .picture_overlay {
	border-color: transparent
}

.picture_overlay .overlay div {
	padding-top: 10%;
	left: 50%;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden
}

.picture_overlay .overlay div p {
	color: #fff;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
	overflow: auto
}

.picture_overlay .overlay div p.title {
	margin-top: 20% !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	text-align: center !important;
	color: #fff !important;
	background: #1f8ceb;
	font-size: 13px !important
}

#portfolio.pinterest li p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
	padding-left: 5px;
	color: #777
}

.gradient-overlay {
	background: url(../images/article-header-overlay.png) no-repeat;
	height: 224px;
	width: 100%;
	z-index: 25;
	position: absolute;
	opacity: .9
}

.blog-list-img {
	margin-bottom: 14px;
}

.nav-links {
	margin-bottom: 60px;

	font-size: 13px;
	width: 230px
}

.nav-links .nav-previous {
	float: left
}

.nav-links .nav-next {
	float: right
}

.nav-links span {
	font-size: 22px
}

.nav-links a {
	-webkit-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	background: #fff;
	border-radius: 0;
	color: #1f8ceb;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;

	line-height: 1.7em;
	font-weight: 700;
}

.nav-links a.active,
.nav-links a:hover {
	color: #000 !important
}

.nav-links a:hover {
	text-decoration: none
}

.page-body {
	padding-top: 24px;
	overflow: hidden;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 30px
}

.page-body aside.before {
	display: block;
	text-align: left;
	padding-right: 25px;
	margin-top: 20px
}

.page-body aside.before .pinterest .thumbnail {
	margin-bottom: 15px !important
}

.page-body aside.before #portfolio h2 {
	font-size: 14px !important;
	!important;
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0
}

.page-body aside.before #portfolio h2 a {
	font-weight: 400 !important;
	font-size: 18px;

	line-height: 1.4em
}

.nav-tabs {
	border-bottom: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #69cb95;
	border: none;
	font-size: 13px;
	font-weight: 600;

	box-shadow: inset 0 -2px 0 0 #4fb67d
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background: #fff
}

.nav-tabs>li>a {
	margin-right: 0;
	line-height: 1.42857143;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	font-weight: 600;

}

.nav-tabs>li {
	width: 50%;
	text-align: center
}

.hide {
	display: none
}

.page-body aside.before ul#portfolio.pinterest {
	padding: 0;
	margin-top: 20px
}

.page-body aside.before ul#portfolio.pinterest .featured-img img {
	width: 100%;
	margin-top: 0
}

.picture_overlay .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.picture_overlay:hover,
.picture_overlay:hover .overlay {
	box-shadow: inset 0 0 20px 450px rgba(0, 0, 0, .4)
}

article.story.view-full {
	padding: 35px;
	background: #fff;
	margin-top: 20px
}

.main_header header h1 {
	border-bottom: 1px #ddd solid
}

.page-body .view-full h1 {
	color: #333;
	font-size: 40px;
	font-weight: 400;

	line-height: 1.4em;
	padding-bottom: 25px;
	padding-top: 0;
	text-shadow: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 25px
}

.page-body .socail-div,
.socail-div {
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden
}

.page-body .view-full p img {
	width: 100%
}

.page-body .socail-div .button .left {
	float: left;
	width: 33%
}

.page-body .socail-div .button .right {
	float: right;
	width: 59.5%;
	text-align: left;
	font-size: 14px;
	padding-right: 7px;
	font-weight: 600
}

.page-body .socail-div .button .left img {
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: block;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 10px;
	position: relative;
	top: 0;
	width: 50px
}

.page-body .socail-div .button {
	-moz-box-sizing: border-box;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	margin-right: 4px;
	padding: 10px 0;
	width: 24%
}

.page-body .socail-div .button.twitter {
	background-color: #00ACEE
}

.page-body .socail-div .button.facebook {
	background-color: #3B5998
}

.page-body .socail-div .button.linkedin {
	background-color: #0E76A8
}

.page-body .socail-div .button.googleplus {
	background-color: #f63e28;
	margin-right: 0
}

.page-body .view-full p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #333;
	font-weight: 400;
	padding: 0;

}

.page-body .view-full h2,
.page-body .view-full h3,
.page-body .view-full h4,
.page-body .view-full h5 {
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 25px;
	padding-top: 0;
	color: #333;
	text-align: left;
	text-shadow: none
}

.page-body .view-full h2,
.page-body .view-full h3,
.page-body .view-full h4 {}

.page-body .view-full h2 {
	font-size: 28px
}

.page-body .view-full h3 {
	font-size: 22px
}

.page-body .view-full h4 {
	font-size: 18px
}

.page-body .view-full h5 {
	font-size: 16px;

}

.page-body .view-full ol li,
.page-body .view-full ul li {
	color: #333;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;

}

.page-body .view-full ul {
	margin-bottom: 14px;
	padding: 0
}

.page-body .view-full ul li {
	list-style: square;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px
}

.page-body .view-full ol {
	margin: 0 0 10px;
	padding: 0
}

.page-body .view-full ol li {
	list-style: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px
}

.page-body .view-full strong {
	font-weight: 600
}

.page-body .view-full em {
	font-style: italic
}

.related_post {
	height: 200px;
	overflow: hidden
}

.related-post .col-lg-3 {
	padding-left: 0;
	padding-right: 0
}

.related-post .picture_overlay {
	border: none
}

.related-post img {
	width: 100%
}

.related_post .picture_overlay .overlay div {
	padding-top: 14% !important
}

.related_post .title {
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	text-align: center
}

.picture_overlay:hover .overlay div {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}


#pricing-section h1 {
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 70px;
	font-weight: 800;
	font-family: Family, serif;
	line-height: 70px;

	text-align: center;
}

p.sub-heading {
	padding: 0 9%;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5em;
	color: #040402;
}

.product-collateral p.sub-heading {
	padding: 0 16%;
	padding-bottom: 25px;
}

#pricing-section.pricing-page h3 {
	color: #666
}

.pricing-page .nav-tabs>li>a {
	background: #fff
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button-block {
	margin: 18px 8px;
	display: inline-block;
	width: 90%
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button-block span {
	font-style: italic;
	color: #4692b8;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 24px;
	display: block;

}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download {
	border: none;
	background: #000;
	color: #fff;
	padding: 10px 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	border-radius: 6px;
	width: 150px;
	font-weight: 700;
	line-height: normal;
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download:hover {
	background: #111;
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download1 {
	border-radius: 3px;
	padding: 7px 16px 9px;
	background: #999;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;

	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 100%;
	border: none;
	text-transform: uppercase
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download2,
#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download3 {
	border-radius: 3px;
	padding: 7px 16px 9px;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;

	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 100%;
	text-transform: uppercase
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download2 {
	background: #61b554;
	border: none
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download3 {
	background: #f64d4d;
	border: none
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button_download4 {
	border-radius: 3px;
	padding: 7px 16px 9px;
	background: #47aedb;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;

	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 8px;
	width: 100%;
	border: none;
	text-transform: uppercase
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner {
	background-color: #fff;
	padding-bottom: 0
}

#pricing-section .more-info-link,
.pricing-page .more-info-link {
	text-align: center;
	display: block;
	text-decoration: underline;
	font-weight: 600;

	font-size: 18px;
	margin-top: 25px
}

.pricing-page .features-table .th_heading {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #e5e5e5
}

.pricing-page .plans_header {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-bottom: 25px;
	margin-top: 0;
	animation: scaleUp .4s;
	padding-top: 0
}

#pricing-section {

	color: #b9dcfa;

	background-size: cover
}

.most-popular-plan {
	margin-right: auto;
	padding: 6px 12px;
	background-color: #ff2c33;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	line-height: normal;
	width: 80%;
}


.arrow-img {
	position: absolute;
	top: -45px;
	right: 52%;
	z-index: 10
}

.current-plan {
	margin-right: auto;
	padding: 8px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	display: block;
	border-radius: 30px;
	font-weight: 600;
	margin-top: -80px;
	width: 158px;
	position: absolute;
	left: 45%;
	margin-left: -70px;

	text-transform: uppercase;
	z-index: 90
}

#pricing-section .nav-tabs>li.active>a,
#pricing-section .nav-tabs>li.active>a:focus,
#pricing-section .nav-tabs>li.active>a:hover {
	background-color: #20d565;
	color: #fff;
	font-size: 15px;
	box-shadow: none;
	padding: 15px 25px
}

#pricing-section .nav-tabs>li>a:hover {
	background-color: #19ca5c;
	color: #fff
}

#pricing-section .nav-tabs>li>a {
	font-size: 15px;
	box-shadow: none;
	padding: 15px 10px;
	background-color: #eceff1;
	color: #777;
	border: none;
	min-width: 140px
}

#pricing-section h2 {
	padding-top: 0
}

#pricing-section h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #9fb3c3;

	margin-bottom: 15px;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 40px
}

#pricing-section .nav-tabs {
	text-align: center;
	width: 285px;
	margin: 40px auto 65px
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading h4,
#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading h4 span {

	margin-bottom: 10px;
	font-family: Inter, sans-serif
}

#pricing-section .nav-tabs>li {
	width: auto;
	text-align: center
}

#pricing-section .nav-tabs>li:first-child a {
	border-radius: 999px 0 0 999px;
	margin-right: 1px
}

#pricing-section .nav-tabs>li:last-child a {
	border-radius: 0 999px 999px 0;
	margin-left: 1px
}

#pricing-section .nav-tabs>li a i {
	margin-right: 5px;
	font-size: 14px
}

#pricing-section .pricing-inner-wrapper {
	padding: 0;
	margin-top: 0px;
	width: 25%;
	display: inline-block;
	float: left;
	position: relative
}

#pricing-section .pricing-inner-wrapper.lifetime-box {
	width: 22%;
	margin-left: 0px;
	float: left;
	margin-right: 8px
}

#pricing-section.pricing-page .pricing-inner-wrapper.lifetime-box .pricing-inner {
	background: #f0f7fb
}

#pricing-section .pricing-inner-wrapper.lifetime-box .pricing-inner .plan-desc ul li.bg-color {
	background: #e8f5fd
}

#pricing-section .pricing-inner-wrapper .pricing-inner .higlighted-bg3 .plan-desc {
	border-right: 0 solid #e7e7e7
}

.effect6 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.effect6:after,
.effect6:before {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	border-radius: 100px/10px
}

#pricing-section .pricing-inner-wrapper .pricing-inner .higlighted-bg3 .plan-desc ul.new-d-p li:last-child {
	border-bottom: none
}

#pricing-section .pricing-inner-wrapper .pricing-inner {
	text-align: center;
	background: #fff;
	padding: 0;
	border-radius: 10px
}

#pricing-section .pricing-inner-wrapper .pricing-inner .price-block {
	border-top: none;
	display: inline-block;
	width: 100%;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .price-block.higlighted-bg1 {
	background: #f0f7fb;
	padding-top: 14px;
	margin-top: -66px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .disable {
	opacity: .3;
	text-decoration: line-through
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc {
	padding: 0
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;

}



#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading:before {
	content: "";
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	left: -1px;
	position: absolute;
	top: 0
}

.standard h4 {
	color: #5B6B7F
}

.advanced h4 {
	color: #0691f2
}

.elite h4 {
	color: #f27398
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading h4 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	color: #000
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading h4 span {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	vertical-align: 2px
}

.free-month {
	position: absolute;
	z-index: 1;
	margin-left: 138px;
	margin-top: -61px;
	left: 44.5%
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-heading p {



	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #777777;
	letter-spacing: .2px;
	min-height: 82px;
	padding: 0 8%;

}

.price-block .table-responsive {
	padding-bottom: 20px
}

#pricing-section .pricing-inner-wrapper .pricing-inner p {
	margin: 0;
	font-family: Inter, sans-serif;
}

.features-text-p {
	min-height: 196px !important;
	padding-top: 40px !important;
	text-align: left;
}

.product-collateral {
	margin-top: 55px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner p.plan-pricing {
	font-size: 36px;
	color: #333;
	font-weight: 400;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px
}

#pricing-section .pricing-inner-wrapper .pricing-inner p.plan-pricing span {
	font-size: 16px;
	color: #999;
	font-weight: 400;
	vertical-align: middle;

}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-pricing1 {
	font-size: 38px;
	color: #0095f7;
	font-weight: 600;
	padding-top: 10px;
	display: block;
	line-height: normal
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-pricing1 span {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	vertical-align: middle;

	display: block
}

#pricing-section .pricing-inner-wrapper .pricing-inner p.plan-desc {
	font-weight: 400;
	font-size: 14px;
	color: #888;
	margin: 20px 20px 10px;

	min-height: 80px
}

#pricing-section .pricing-inner-wrapper .pricing-inner p.plan-button a {
	display: inline-block;
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	height: 30px;
	font-weight: 600;

	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 3px 0 #0676af;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	outline: 0;
	cursor: pointer;
	white-space: nowrap;
	padding: 7px 30px;
	border-radius: 2px;
	float: none;
	margin: 25px 0 0;
	width: 60%
}

#pricing-section .pricing-inner-wrapper .pricing-inner p.current a {
	border-radius: 999px;
	font-size: 18px;
	height: 50px;
	padding: 0 16px;
	line-height: 50px;
	margin-top: 20px;
	width: inherit
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul {
	color: #333;
	margin: 0;
	padding: 0
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul li,
#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul li.bg-color {
	display: block;
	font-weight: 600;
	font-size: 17px;
	color: #040402;
	line-height: 40px;
	padding: 10px 15px;
	list-style-type: disc;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
	height: 60px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.last {
	margin-bottom: 0;
	border: none
}

.pricing-row,
.pricing-row h2 {
	margin-bottom: 10px;
	text-align: center
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul li.bg-color {
	background: #f8f8f8
}

#pricing-section #lifetime .pricing-inner-wrapper .pricing-inner .plan-desc ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	content: "\f111";
	font-size: 5px;
	margin-top: 12px;
	margin-right: 8px;
	vertical-align: top
}

#feature-compare-list .features-col.new-features-box ul li:before,
.content ul li.active:before,
.leftarrowdiv:after {
	content: ''
}

#pricing-section #lifetime .pricing-inner-wrapper .pricing-inner .plan-desc ul li {
	text-align: left;
	display: block;
	list-style-type: disc;
	font-weight: 400;
	font-size: 17px;
	color: #5a697d;
	line-height: 28px;

	padding: 0
}

#pricing-section #lifetime .pricing-inner-wrapper .pricing-inner .plan-desc ul {
	padding-bottom: 10px;
	margin-bottom: 10px
}

#pricing-section #lifetime .pricing-inner-wrapper .pricing-inner .plan-desc {
	padding: 25px 30px 0
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul strong {
	font-size: 25px;
	font-weight: 500;
	margin-left: 4px;
	line-height: 16px
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc h3,
.pricing-row h2 {
	font-weight: bold;
	font-family: Inter, sans-serif
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc h3 {
	font-size: 16px;
	text-transform: none;
	color: #333;

	margin-bottom: 2px;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0
}

#pricing-section .red-text {
	color: #d2504d !important
}

#pricing-section .green-text {
	color: #3ab174 !important
}

#pricing-section .purple-text {
	color: #7768ad !important
}

#pricing-section .btn-red {
	background-color: #d2504d !important;
	box-shadow: inset 0 -4px 0 0 #bd4845 !important
}

#pricing-section .btn-green {
	background-color: #3ab174 !important;
	box-shadow: inset 0 -4px 0 0 #349f68 !important
}

#pricing-section .btn-purple {
	background-color: #7768ad !important;
	box-shadow: inset 0 -4px 0 0 #6b5e9c !important
}

#pricing-section .price-block .nav-tabs {
	margin-top: 35px
}

.leftarrowdiv {
	background: #EF7268;
	color: #fff;
	padding: 1px 5px 2px 7px;
	word-wrap: break-word;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	position: absolute;
	border: 1px solid #EF7268;
	border-left: none;
	text-shadow: none;
	line-height: 15px;
	right: 170px;
	margin-top: -22px;

}

.leftarrowdiv:after {
	display: block;
	position: absolute;
	top: 4px;
	left: -10px;
	width: 0;
	height: 0;
	border-color: transparent #EF7268 transparent transparent;
	border-style: solid;
	border-width: 5px
}

.pricing-row {
	overflow: hidden;
	padding-bottom: 65px;
	padding-top: 50px;
	background: #F7F8FA;
	margin-top: 45px;
}

.pricing-row h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 40px;
	margin-top: 25px;
	text-align: center;
}

.discount {
	background: #ffefae;
	color: #ef7268;
	font-family: Inter, sans-serif;
	font-size: 18px;

	font-weight: 700;
	padding: 10px 0;
	border: 1px solid #eec75f;
	margin-top: 20px;
	text-transform: uppercase
}

.pricing-row .inclusion-list {
	margin-top: 30px;
	text-align: left;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;

}

.pricing-row .button_download {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	height: 50px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #0b6a9a;
	margin-bottom: 20px;
	margin-top: 25px
}

.pricing-row .inclusion-list span.title {
	font-family: Inter, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: #000;
	margin-bottom: 6px;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0
}

.pricing-row .inclusion-list span.title:before {
	font: normal normal normal 14px/1 FontAwesome;
	color: #111;
	content: "\f00c";
	height: 20px;
	position: absolute;
	margin-top: 6px;
	margin-left: -25px;
	display: block;
	font-size: 20px
}

.RC_customer h2,
.RC_customer h3,
.contact-block #container .row .signup-button,
.contact-block .email-info,
.contact-block h2,
.email-box h2,
.email-box p,
.help-box h2,
.sign-up-form .button_download,
.sign-up-form h1,
.sign-up-form h5,
.sign-up-form label,
.signup-question h5,
.slides_container cite .author,
.slides_container q {
	font-family: Inter, sans-serif
}

.pricing-row .inclusion-list .block {
	padding-right: 30px;
	margin-bottom: 25px
}

.signup-page {
	overflow: hidden;
}

.signup-logo {
	text-align: center
}

.signup-logo img {
	width: 80px
}

.signup-question {
	overflow: hidden;
	font-size: 14px;

	line-height: 23px;
	font-weight: 400;
	margin-top: 100px
}

.signup-question .row {
	margin: 0 29%
}

.signup-question h5 {
	color: #000;
	font-weight: 500;
	display: block;
	max-width: 635px;
	padding-bottom: 1px;
	font-size: 18px;
	margin-top: 22px
}

.signup-question p {
	margin-bottom: 22px;
	color: #000;
	padding: 0 20px
}

.signup-question .signup-q {
	border-bottom: 1px #ddd solid;
	text-align: center
}

/*.signup {
	max-width: 510px
}*/
.sign-up-form {
	text-align: left
}

.sign-up-form h1,
.signup-logo h1 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	text-align: center;

	margin-bottom: 10px;
	margin-top: 25px
}

.sign-up-form p {
	font-weight: 400
}

.sign-up-form p,
.signup-logo p {
	padding: 0 25px;
	font-size: 22px;
	text-align: center;
	line-height: 28px;
	color: #707070;
	margin-bottom: 60px
}

.signup-page a {
	font-weight: 700;
}

.signup-page a:hover {
	color: #000;
	text-decoration: underline;
}

.sign-up-form label {
	color: #000;
	display: block;
	max-width: 635px;
	padding-bottom: 1px;
	font-size: 16px;
	font-weight: 700;
}

.container.signup.margin-top {
	margin-top: 50px;
}

#new_registration {
	padding-right: 35px;
}

.sign-up-form .input-form {
	vertical-align: middle;
	border-radius: 3px;
	min-width: 50px;
	max-width: 635px;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(120, 130, 140, .2);
	margin: 0 0 18px;
	min-height: 52px;
	font-size: 17px;
	line-height: 20px;
	padding: 0 15px;
	font-family: Inter, sans-serif;
	color: #000;
}

#slides a.next:before,
#slides a.prev:before,
.quote:before {
	vertical-align: top;
	display: block
}

.sign-up-form .button_download,
.sign-up-form h5 {
	margin-top: 20px
}

.sign-up-form .input-form:focus {
	border-color: #333
}

.sign-up-form .button_download {
	background: #000;
	border: none;
	color: #fff;
	padding: 12px 0;
	font-size: 20px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.sign-up-form .button_download i {
	margin-right: 4px;
}

.sign-up-form .button_download:hover {
	background: #111;
	border: none;
}

.sign-up-form h5 {
	font-size: 16px;
	font-weight: 400;
	text-align: center
}

.sign-up-form h5 a {
	color: #000
}

.sign-up-form h5 a:hover {
	color: #2173d4
}

a.text-info:focus,
a.text-info:hover {
	color: #000;
}

#customer-testimonial-1 {
	background: #fff;
	padding: 65px 0 85px
}

#customer-testimonial-1 .center {
	margin-bottom: 70px
}

#customer-testimonial-1 .client {
	padding: 0
}

#customer-testimonial-1 #customer {
	background: #f0f6fb;
	color: #b9dcfa;
	padding: 65px 0 85px
}

#customer-testimonial-1 #customer .lead1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #637280;

	width: 70%;
	margin: auto auto 85px
}

#customer-testimonial-1 #customer h1 {
	font-size: 44px;
	color: #2e2e7f;
	font-weight: 400;
	text-align: center;

	margin-bottom: 20px;
	margin-top: 0;
	animation: scaleUp .4s
}

#customer-testimonial-1 .testimonials_NR .quote-box {
	border: 1px solid #e9edef;
	border-radius: 6px 0 0;
	padding: 45px 30px;
	background: #fff;
	text-align: center
}

#customer-testimonial-1 .testimonials_NR .roundness {
	border-radius: 0 6px 0 0 !important;
	border-left: none
}

#customer-testimonial-1 .testimonials_NR .quote-box .quote-left {
	background: url(../images/qoutes_left.png) top left no-repeat;
	height: 28px;
	margin: 15px 0 0 -15px;
	position: absolute;
	width: 33px;
	float: left;
	left: 50px
}

#customer-testimonial-1 .testimonials_NR .quote-box q {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7em;
	margin: 25px 34px 0;
	quotes: none;

}

#customer-testimonial-1 .testimonials_NR .quote-box .quote-right {
	background: url(../images/qoutes_right.png) top left no-repeat;
	height: 28px;
	margin: 4px -10px 0 10px;
	position: absolute;
	width: 33px
}

#customer-testimonial-1 .testimonials_NR .quote-arrow {
	background: url(../images/test_arrow.png) top left no-repeat;
	display: block;
	height: 13px;
	margin: -1px 0 0 15px;
	width: 99px
}

#customer-testimonial-1 .testimonials_NR cite {
	display: block;
	margin: -90px 0 0;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400
}

#customer-testimonial-1 .testimonials_NR cite .photo {
	display: inline-block;
	height: 115px;
	margin: 0 15px 0 0;
	width: 115px
}

#customer-testimonial-1 .testimonials_NR img {
	border: 4px solid #e9edef;
	border-radius: 90px;
	height: 110px;
	margin: 0 0 25px;
	width: 110px
}

.email-box h2,
.email-box p,
.help-box h2 {
	margin-bottom: 0
}

#customer-testimonial-1 .testimonials_NR cite .author {
	color: #08C;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	line-height: 24px;
	font-weight: 700;

	text-transform: uppercase
}

.contact-page {
	padding: 0 20% 60px 0px;
	overflow: hidden
}

.contact-page img {
	width: 30px
}

.email-box {
	padding-top: 17px;
	text-align: left;
	font-size: 16px;

}

.email-box h2,
.help-box h2 {

	padding-bottom: 12px;
	margin-top: 5px
}

.email-box h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.email-box a {

	font-family: "Family", Serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 21px;
	margin-top: 5px;
}

.email-box a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-block #container.login-block,
.contact-block .email-info,
.contact-block h2,
.help-box,
.help-box h2,
.help-box p {
	text-align: left
}

.help-box {
	padding-top: 20px
}

.help-box h2 {
	font-size: 22px;
	font-weight: 600;
	color: #000
}

a.go-help-center-link {
	color: #2173d4;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: Inter, sans-serif;
}

a.go-help-center-link i {
	font-weight: 100;
	font-size: 15px;
}

a.go-help-center-link:hover {
	color: #000;
	text-decoration: underline;
}

.contact-block .email-info,
.contact-block h2 {
	margin-bottom: 0;
	font-weight: 600
}

.contact-block .email-info {
	font-size: 19px;
	color: #777;
	border-bottom: 2px #e5e5e5 solid;
	padding-bottom: 15px
}

.heading-block.contact-top-box {
	padding: 120px 0
}

.contact-block h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.contact-block #container.login-block .row {
	margin: 0
}

.contact-block #container .row .field {
	background: #fff;
	border: 1px solid #ddd;
	font-weight: 500;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 10px;
	width: 100%
}

.contact-block #container .row .field input,
.contact-block #container .row .field textarea {
	background: 0 0;
	color: #000;
	padding: 14px 7px 14px 12px;
	width: 100%;
	position: relative;
	transition-property: padding, color;
	transition-duration: .3s;
	transition-timing-function: ease;
	margin: 0;
	border: none;
	font-size: 18px;
	font-style: normal;
	outline: 0;
	font-weight: 400;
	font-family: Inter, sans-serif;
	line-height: normal;
}


.contact-block #container .row .field textarea {

	height: 90px
}

.contact-block #container .row .signup-button {
	display: block;
	background: #000;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	border-radius: 10px;
	padding: 12px 120px;
	border: none;
	transition: all .4s ease;
}

.contact-block #container .row .signup-button:hover {
	background: #111;
}

.error-tooltip {
	position: absolute;
	height: 24px;
	padding: 7px 12px;
	z-index: 9999;
	opacity: 0;
	-webkit-transform: translate(50px);
	transform: translate(50px);
	transition: all .3s ease;
	margin-top: -45px;
	right: 130px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
	border-radius: 3px;
	color: #f82116;
	font-size: 12px;
	font-style: italic;
	line-height: .8;
	display: block
}

.error_message {
	background: #FDC;
	border: 1px solid #ECB;
	padding: 12px 10px 12px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: auto 25px 10px 0;
	color: #333;
	font-family: Inter, sans-serif;
	line-height: normal;
	font-size: 14px;
}

.error {
	padding-left: 150px;
	color: red
}

#reg_block_2,
.information_block22 {
	background-color: #FDD96D;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 20px auto 0;
	padding: 30px 25px;
	width: 550px;
	color: #333
}

.information_block .textarea {
	border: 1px solid #C3CBD3;
	border-radius: 3px;
	color: #999;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0 73px 0 10px;
	text-overflow: ellipsis;
	width: 310px
}

.thanks_message {
	background: #D5FFCA;
	border: 1px solid #80F062;
	padding: 12px 10px 12px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: auto 25px;
	color: #333
}

.lastsec {
	border-bottom: 1px solid #e5e5e5
}

.forgot_pass {
	font-size: 15px;

	color: #838992;
	display: inline;
	margin-left: 15px
}

.subscribe-form {
	overflow: hidden;
	text-align: center;
	margin: auto auto 35px
}

.subscribe-form .top-get-started-btn {
	background: #69cb95;
	border: none;
	color: #fff;
	padding: 12px 30px;
	font-size: 14px;
	height: 50px;
	border-radius: 10px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: inset 0 -2px 0 0 #4fb67d
}

.RC_customer {
	overflow: hidden;
	padding-bottom: 50px;
	text-align: center;
	padding-top: 80px;
	position: relative;
	background: #e4f9f7
}

.RC_customer:before {
	content: "";
	background: url(../images/testimonials-bg.png) top left no-repeat #e5faf8;
	width: 111px;
	height: 91px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 0
}

.home .RC_customer,
.home .slides_container,
.home .slides_container div {
	background: #FFF
}

.RC_customer h2 {
	font-size: 34px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.RC_customer h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	color: #777;
	margin: auto auto 55px;
	text-align: center;
	line-height: 1.5em;
	padding: 5px 15%
}

.testimonials_RC {
	overflow: hidden;
	text-align: center;
	width: 950px
}

.testimonials_RC .inner-left {
	margin-left: 0 !important;
	width: 460px;
	float: left;
	text-align: left
}

#slides a.next,
#slides a.prev,
.button-cta,

.icon-space,
.press-section .press_logo,
.press-section .raiting_div,
.press-section h2,
.press-section h3,
.quote,
.stats1-info,
.stats2 h2,
.stats2 h3,
.stats2 h5,
.testimonials_RC h3 {
	text-align: center
}

.testimonials_RC .quote-box {
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	padding: 30px
}

.testimonials_RC .quote-box .quote-left {
	background: url(../images/qoutes_left.png) top left no-repeat;
	height: 28px;
	margin: -12px 0 0 -10px;
	position: absolute;
	width: 33px
}

.testimonials_RC .quote-box q {
	display: block;
	margin: 0 0 0 30px;
	quotes: none;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em
}

.testimonials_RC .quote-box .quote-right {
	height: 28px;
	margin: 4px -10px 0 10px;
	position: absolute;
	width: 33px
}

.testimonials_RC .quote-arrow {
	background: url(../images/test_arrow.png) top left no-repeat;
	display: block;
	height: 13px;
	margin: -1px 0 0 15px;
	width: 99px
}

.testimonials_RC cite {
	display: block;
	margin: 10px 0 0 10px;
	font-style: normal;
	font-size: 13px;
	color: #777
}

.testimonials_RC cite .photo {
	display: block;
	float: left;
	height: 89px;
	margin: 0 15px 0 0;
	width: 85px
}

.testimonials_RC cite .author {
	color: #479CCF;
	font-size: 18px;
	display: block;
	margin-top: 5px;
	line-height: 30px
}

.testimonials_RC h3 {
	color: #111;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	;
	line-height: normal;
	padding-bottom: 5px;
	text-shadow: 0 1px #FFF;
	border-bottom: none !important
}

.testimonials_RC h5 {
	color: #777;
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 400;
	padding-bottom: 15px
}

.testimonials_RC img {
	border: 4px solid #eaeaea;
	border-radius: 90px;
	height: 80px;
	margin: 0 0 25px;
	width: 80px
}

#slides {
	position: relative;
	width: 90%;
	margin: auto
}

.slides_container {
	position: relative;
	padding-left: 0;
	margin-top: 0
}

.slides_container div {
	display: inline-block;
	position: relative;
	z-index: 20;
	width: 100% !important
}

.slides_container cite,
.slides_container q {
	display: block;
	font-weight: 400;

}

.slides_container .quote-box {
	border: none;
	border-radius: 0;
	padding: 30px 100px
}

.slides_container img {
	border-radius: 90px;
	height: 120px;
	margin: 0 0 25px;
	width: 120px
}

.slides_container q {
	margin: 0;
	quotes: none;
	color: #000;
	font-size: 20px;
	line-height: 1.6em
}

.slides_container cite {
	margin: 10px 0 0 10px;
	font-size: 13px;
	color: #999
}

.stats1-info h2,
.stats1-info p,
.stats2 .count,
.stats2 h2 {}

.slides_container cite .author {
	color: #6c798b;
	font-size: 16px;
	display: inline-block;
	margin-top: 0;
	line-height: 30px;
	font-weight: 600;
	font-style: normal
}

.quote {
	background: #009bea;
	position: absolute;
	color: #fff;
	font-size: 40px;
	display: block;
	left: 50%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	border-radius: 999px;
	margin-top: -55px;
	margin-left: -50px
}

#slides a.next,
#slides a.prev {
	z-index: 50;
	position: absolute;
	top: 0;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-decoration: none;
	margin: 175px 0 0
}

.pattern-grey,
.stats2 {
	z-index: 90;
	position: relative
}

.quote:before {
	font-size: 16px;
	font-family: FontAwesome;
	font-weight: 400;
	content: '\f10d';
	padding-top: 5px
}

#slides a.prev {
	left: 0;
	color: #009bea;
	font-weight: 600;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-size: 0;
	background: 0 0;
	opacity: 1
}

#slides a.prev:before {
	content: '\f104';
	font-size: 40px;
	font-family: FontAwesome;
	font-weight: 400
}

#slides a.prev:hover {
	background: #009bea;
	opacity: 1;
	color: #fff
}

#slides a.next {
	right: 0;
	color: #009bea;
	font-weight: 600;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-size: 0;
	background: 0 0
}

#slides a.next:before {
	content: '\f105';
	font-size: 40px;
	font-family: FontAwesome;
	font-weight: 400
}



#slides a.next:hover {
	background: #009bea;
	opacity: 1;
	color: #fff
}

.slides_container div p {
	top: 175px;
	left: 320px
}

.pattern-grey {
	background: #f8f8f8;
	overflow: hidden;
	padding: 30px 0 0;
	border-top: 1px solid #e6e6e6;
}

#stats1 {
	padding: 25px 0
}

#stats1 .pro-count {
	background: 0 0;
	border-radius: 25px;
	width: 185px;
	margin: auto
}

.stats1-info {
	padding: 0
}

.stats1-info i {
	font-size: 16px;
	margin: 0 3px 0 auto;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400
}

.icon-box,
.info-box {
	vertical-align: top
}

.stats1-info p {
	color: #000;
	font-size: 18px;
	margin: 0;
	line-height: normal;
	display: block;
	font-weight: 600
}

.icon-box,
.info-box,
.stats1-info h2,
.stats2 em {
	display: inline-block
}

.stats1-info h2 {
	color: #777;
	font-size: 11px;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase
}

.stats1-info i {
	color: #888
}

.stats2 {
	padding: 85px 0 120px !important;
	overflow: hidden;
	background: #000
}

.photo-col,
.video-col {
	float: left;
	width: 50%;
	padding: 10px 30px 10px 40px
}

.photo-col {
	border-right: 1px #ddd solid
}

.icon-box {
	width: 95px;
	font-size: 64px;
	color: #EF7268
}

.stats2 .video-col em,
.stats2 em {
	background: #fff;
	color: #000;
	box-shadow: 0 3px 10px rgba(0, 34, 51, .15);
	margin-bottom: 10px;
	font-style: normal
}

.testimonials-slider {
	padding-bottom: 5px
}

.stats2 em {
	margin-left: 2px;
	margin-right: 3px;
	padding: 8px 8px;
	border-radius: 6px;
	line-height: 32px;
	border: none;
	font-size: 30px;
	width: 42px;
	font-weight: 500;
	vertical-align: bottom;
}

.stats2 .video-col em,
.stats2 span {
	margin-right: 2px;
	display: inline-block
}

.stats2 .video-col em {
	margin-left: 3px;
	padding: 0 15px;
	border-radius: 3px;
	line-height: 50px;
	border: 1px solid #333
}

.stats2 h2,
.stats2 span {
	color: #fff;
	font-weight: 400
}

.stats2 span {
	margin-left: 2px;
	margin-bottom: 9px;
	vertical-align: bottom;
	font-size: 24px
}

.stats2 h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 7px 0 0;
	font-family: Inter, sans-serif;
}

.stats2 p {
	margin: 0
}

.stats2 .count {
	color: #000;
	font-size: 22px;
	margin: 0;
	line-height: normal;
	display: block;
	font-weight: 500;
	padding: 0;
	font-family: Inter, sans-serif;
}

.stats2 h3 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.stats2 h5 {
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	margin: auto auto 40px;
	padding: 8px 6%;
	color: #999;
}

.button-cta .button_download,
.stats2 .button_download {}

.stats2 i {
	font-size: 38px;
	color: #fff;
	margin-top: 15px
}

.stats2 .button_download {
	background: #56be8e;
	border: none;
	color: #fff;
	padding: 16px 35px;
	font-size: 18px;
	border-radius: 3px;
	float: none;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #3ab16a
}

.account-info {
	margin: 0 30%
}

.account-infor {
	padding: 20px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: Inter, sans-serif;
	color: #333;
}

.account-infor span {
	display: inline-block;
	width: 120px
}

.account-infor em {
	display: inline-block;
	font-style: normal;
	color: #777777
}

.account-infor i {
	margin-right: 5px
}

.button-cta {
	margin: 25px auto 70px;
	overflow: hidden
}

.button-cta.bottom-spacing {
	margin-bottom: 55px
}

.button-cta .button_download {
	background: #000;
	border: none;
	color: #fff;
	padding: 14px 40px;
	font-size: 22px;
	border-radius: 3px;
	float: none;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
	font-family: Inter, sans-serif;
	border: 1px #000 solid;
}

.faq-block h3,
.press-section h3 {
	text-transform: none
}

.faq-block ul {
	margin-left: 0;
	counter-reset: li;
	padding-left: 0;
	font-size: 16px
}

.faq-block ul li {
	padding: 5px 10px 5px 17px;
	position: relative;
	font-weight: 400;
	line-height: 25px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-size: 17px;
	color: #040402;
}

.faq-block ul li a {
	color: #363945
}

.faq-block ul li::before {
	color: #333;
	content: "\f111";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 6px;
	margin-left: -17px;
	margin-right: 8px;
	vertical-align: top;
	width: 8px
}


.faq-block h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	;
}

.faq-block h3 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;

	margin-top: 5px;
}

.faq-block h4,
.faq-block h5,
.faq-block h7 {
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
	margin-top: 0
}

.faq-block h4 {
	font-size: 18px;
	line-height: 24px
}

.faq-block h7 {
	font-size: 21px
}

.faq-block h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 24px
}

.faq-block .question {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 25px;
}

.question p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;

}

.question-block {
	margin-bottom: 20px;

	margin-top: 20px
}

.question-block p {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
}

.press-section {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 70px;
	background: #F7F8FA
}

.press-section h2 {
	font-size: 42px;
	color: #2e2e7f;
	font-weight: 400;

	margin-bottom: 15px;
	margin-top: 0;
	animation: scaleUp .4s
}

.press-section h3 {
	font-size: 16px;
	font-weight: 400;
	color: #637280;

	margin: 0 0 45px
}

.press-section .raiting_div {
	width: auto;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #E0EBEE
}

.press-section .raiting_div .col-1 {
	margin-right: 0;
	background: #f8f8f8;
	padding: 20px;
	border: 1px solid #eaeaea;
	border-right: none
}

.press-section .raiting_div .col-2 {
	margin-right: 0;
	background: #f8f8f8;
	padding: 20px;
	border: 1px solid #eaeaea
}

.icon-space {
	display: block;
	padding-top: 10px
}

.icon-space .service-block {
	padding-bottom: 15px
}

.icon-space h3 {
	font-size: 17px;

	margin-bottom: 15px;
	color: #000
}

.icon-space img {
	border-right: 1px #e5e5e5 solid;
	width: 43px;
	padding: 8px 10px 8px 8px
}

.icon-space img:hover {
	transform: rotate(-360deg);
	transition: all .5s ease 0s;
	-webkit-transform: rotate(-360deg);
	-webkit-transition: all .5s ease 0s;
	cursor: pointer
}

.click-nav .no-js .detailed-menu-wrapper,
.click-nav .no-js:hover .detailed-menu-wrapper {
	font-size: 12px;
	line-height: 25px;
	z-index: 100;
	transition: all .3s ease-in-out 0s;
	border-top: none;
	position: absolute;
	right: 0
}

.search-btn,
.sign-up-bnt a {
	-webkit-transition: .2s box-shadow ease;
	outline: 0
}

.no-js {
	padding-bottom: 10px
}

.click-nav .no-js .detailed-menu-wrapper {
	background: #fff;
	padding: 15px;
	margin: 20px 0 0;
	opacity: 0;
	transform: scale(0) rotate(0);
	visibility: hidden
}

.click-nav .no-js:hover .detailed-menu-wrapper {
	background: #333;
	padding: 0;
	margin: 23px 0 0;
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
	border-radius: 0 0 3px 3px;

}

.click-nav .no-js:hover .detailed-menu-wrapper:before {
	content: "\f0d8";
	position: absolute;
	font-size: 20px;
	margin-top: -16px;
	font-family: FontAwesome;
	color: #333;
	margin-left: 778px
}

.click-nav .no-js a {
	padding: 0 12px;
	font-size: 12px;
	line-height: 32px;
	color: #fff;

	text-transform: uppercase;
	font-family: Inter, sans-serif
}

.detailed-menu {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden
}

.detailed-menu dl {
	margin: 0;
	padding-bottom: 0
}

.detailed-menu dt {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	font-family: Inter, sans-serif
}

.detailed-menu dd {
	font-size: 13px;
	color: #ddd;

	font-weight: 400;
	margin-top: 3px;

}

.inner-header h1,
.testimonials-header h1 {
	font-family: Inter, sans-serif;
	-webkit-animation: scaleUp .4s;
	-moz-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s
}

.detailed-menu li a {
	color: #999 !important;
	padding: 0 !important
}

.detailed-menu .level-2 {
	float: left;
	width: 50%;
	padding: 30px 150px 30px 30px
}

.detailed-menu .level-2:hover {
	background: rgba(255, 255, 255, .1)
}

.detailed-menu .level-2 img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px
}

.learn_more_links {
	margin-left: 74px
}

.detailed-menu .product {
	display: block;
	padding: .25em;
	margin-bottom: .25em;
	color: #333;
	text-decoration: none;
	text-transform: none !important
}

.detailed-menu .detailed-menu dl {
	margin: 0
}

.detailed-menu li {
	display: block
}

.detailed-menu .detailed-menu dt {
	margin: 0;
	font-weight: 600;
	line-height: 1.5
}

.detailed-menu .detailed-menu dd {
	margin: 0;
	font-size: .75em;
	line-height: 1.5;
	color: gray
}

.detailed-menu .promotion {
	position: relative;
	display: block;
	float: left;
	padding: 0 .30769em;
	line-height: normal;
	color: #c3c3c3 !important;
	font-size: 12px !important;
	text-decoration: underline;
	text-transform: none !important;
	!important
}

.detailed-menu .promotion+.promotion {
	margin-left: 1em
}

.inner-header {
	background: url(../images/banner.jpg) 50% 50% fixed;
	color: #fff;
	padding: 0;
	overflow: hidden
}

.inner-header .inner,
.inner-header .inner1 {
	height: auto;
	background: rgba(0, 5, 8, .75);
	overflow: hidden
}

.inner-header .inner {
	padding: 100px 0 0
}

.inner-header .inner1 {
	padding: 75px 0 0
}

.inner-header h1 {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	animation: scaleUp .4s
}

.inner-header .button_download {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #005885;
	margin-bottom: 20px;
	float: right;
	display: block;
	width: 100%
}

.inner-header h2 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #c3c3c3;

	margin-bottom: 40px;
	text-align: left;
	line-height: 1.6em;
	width: 80%;
	margin-top: 10px
}

.inner-header .col-lg-3 {
	padding: 0
}

.inner-header .col-lg-3:first-child .place-holder {
	border-left: 1px solid #555
}

.inner-header .place-holder {
	position: relative;
	text-align: center;
	border: none;
	border-right: 1px solid #555
}

.inner-header .place-holder a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 20px 15px
}

.inner-header .place-holder a:hover {
	background: rgba(255, 255, 255, .15)
}

.inner-header .place-holder h2 {
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin: 10px 0 0;
	text-align: center;
	width: inherit;
	color: #fff;
	text-transform: uppercase;

}

.inner-header .place-holder h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #ddd;

	line-height: 1.6em;
	width: 69%;
	text-align: center;
	margin: 5px auto 0
}

.extra-space {
	margin-bottom: 90px !important
}

.testimonials-header {
	background: url(../images/customer-bg.png) 50% 50% #1f8ceb;
	color: #fff;
	padding: 40px 0 0;
	overflow: hidden
}

.testimonials-header h1 {
	font-size: 42px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
	animation: scaleUp .4s
}

#portfolio1 h1,
#portfolio2 h1,
#submit-testimonial h2,
.static_content .inside-page-header h2 {
	-webkit-animation: scaleUp .4s;
	-moz-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s
}

.testimonials-header h2 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #666;
	margin: auto auto 60px;
	text-align: center;
	width: 70%;
	line-height: 1.4em
}

.banner-img img {
	width: 100%
}

.search-input-wrap {
	position: relative
}

.search-input-wrap input.search-input {
	background: #fff;
	border-color: #ddd;
	border-image: none;
	border-radius: 2px;
	border-right: 1px solid #ddd;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	padding: 6px 60px 6px 10px;
	width: 100%;
	color: #999;

}

.search_btn {
	font-size: 13px;
	font-weight: 400;
	height: 29px;
	line-height: 29px;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 4px;
	background: 0 0;
	background-size: 100% auto;
	border: none;
	color: #FFF;
	display: inline-block;
	border-radius: 2px;
	text-transform: uppercase;

}

.search_btn:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999
}

.dd-popup {
	text-align: left
}

.dd-popup img.cntrl {
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 1000;
	cursor: pointer
}

.get-started-form {
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	left: 50%;
	margin: 0 0 50px -240px;
	opacity: 1;
	position: fixed;
	text-align: left;
	top: 8%;
	padding: 40px;
	width: 485px;
	z-index: 1000
}

.get-started-form h4 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
	color: #000;
	margin-top: 0;
	font-weight: 400
}

.get-started-form p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
	color: #333;

	font-weight: 400
}

.get-started-form .dd-field label .email:after,
.get-started-form .dd-field label .name:after,
.get-started-form .dd-field label .username:after {
	font-size: 18px;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 40px
}

.get-started-form .dd-field {
	position: relative;
	margin: 15px 0
}

.get-started-form .dd-field label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px dotted #cfcfcf;
	width: 65px;
	display: inline-block;
	z-index: 10;
	color: transparent;
	margin: 10px 5px 10px 10px;
	text-align: center
}

.get-started-form .dd-field label .name:after {
	content: '\f007';
	color: #333
}

.get-started-form .dd-field label .email:after {
	content: '\f0e0';
	color: #666
}

.get-started-form .dd-field label .username:after {
	content: '\f007';
	color: #333
}

.get-started-form .dd-field label .confirm-pass:after,
.get-started-form .dd-field label .passowrd:after {
	content: '\f141';
	font-size: 19px;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 40px
}

.get-started-form .dd-field label .passowrd:after {
	color: #666
}

.get-started-form .dd-field label .confirm-pass:after {
	color: #333
}

.get-started-form .dd-field label .company-url:after {
	content: '\f0ac';
	font-size: 19px;
	color: #333;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 40px
}

.get-started-form .input-fom {
	height: 55px;
	border-radius: 3px;
	box-shadow: 0 0 0 transparent;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding-left: 85px;
	vertical-align: top;
	font-size: 14px;
	width: 400px;

}

.get-started-form .btn,
.login-form .btn {
	border: none;
	float: none;
	text-transform: uppercase
}

.get-started-form .btn {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	color: #fff;
	padding: 15px 40px;
	font-size: 18px;
	height: 60px;
	border-radius: 3px;
	font-weight: 700;

	box-shadow: 0 3px 0 #005885;
	width: 400px
}

.login-form,
.login-form h4 {
	color: #000;
	font-weight: 400
}

.login-form {
	background: #fff;
	font-size: 18px;
	left: 50%;
	margin: 0 0 50px -240px;
	opacity: 1;
	position: fixed;
	text-align: left;
	top: 8%;
	padding: 40px 30px;
	width: 450px;
	z-index: 1000
}

.login-form h4 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 0
}

.login-form p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
	color: #777;

	font-weight: 400
}

.login-form .dd-field label .email:after,
.login-form .dd-field label .name:after,
.login-form .dd-field label .username:after {
	font-size: 18px;
	font-family: FontAwesome;
	line-height: 40px;
	font-style: normal
}

.login-form .dd-field {
	position: relative;
	margin: 0 0 15px
}

.login-form .dd-field label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px dotted #cfcfcf;
	width: 65px;
	display: inline-block;
	z-index: 10;
	color: transparent;
	margin: 10px 5px 10px 10px;
	text-align: center
}

.login-form .dd-field label .name:after {
	content: '\f007';
	color: #333
}

.login-form .dd-field label .email:after {
	content: '\f0e0';
	color: #666
}

.login-form .dd-field label .username:after {
	content: '\f007';
	color: #333
}

.login-form .dd-field label .company-url:after,
.login-form .dd-field label .confirm-pass:after,
.login-form .dd-field label .passowrd:after {
	font-size: 19px;
	font-family: FontAwesome;
	line-height: 40px;
	font-style: normal
}

.login-form .dd-field label .passowrd:after {
	content: '\f141';
	color: #666
}

.login-form .dd-field label .confirm-pass:after {
	content: '\f141';
	color: #333
}

.login-form .dd-field label .company-url:after {
	content: '\f0ac';
	color: #333
}

.login-form .input-fom {
	height: 55px;
	border-radius: 3px;
	box-shadow: 0 0 0 transparent;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding-left: 85px;
	vertical-align: top;
	font-size: 14px;
	width: 100%;


}

.video-live h2,
.video_page .video-block h2 {
	font-family: Inter, sans-serif
}

.login-form .btn {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	color: #fff;
	padding: 15px 40px;
	font-size: 18px;
	height: 60px;
	border-radius: 3px;
	font-weight: 700;

	box-shadow: 0 3px 0 #005885;
	width: 100%
}

.login-form .site-login {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-right: 0;
	padding-right: 0
}

.login-form .social_login {
	display: inline-block;
	width: 40%;
	position: relative;
	vertical-align: top;
	padding-top: 20px
}

.login-form .social_login a {
	display: block;
	margin-bottom: 30px
}

.login-form .social_login a img {
	max-width: 100%
}

.login-form .ur_email {
	color: #999;
	font-weight: 400;
	font-size: 90%;
	display: block;
	padding: 4px 10px;
	z-index: 400;
	margin: 4% 0;
	text-align: center;
	position: absolute;
	left: 49.5%;
	background: #fff;
	top: 52%
}

.video_page {
	padding: 10px 0 90px;
	overflow: hidden
}

.video_page .video-block {
	background: #fff;
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px #dfdfdf solid;
}

.video-live,
.video-popup img.cntrl {
	right: 20px;
	top: 18px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: inherit;
	border: none
}

.video_page .video-img {
	text-align: center;
	padding: 0;
}

.video_page .video-block img {
	width: 100%;
	border-radius: 10px 4px 0px 0px;
}

.video_page .video-block h2 {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: 500;
	text-align: left;

	line-height: 1.3em;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 48px;
}

.video_page .video-block h2 a {
	color: #000;
	font-weight: 700
}

.video_page .video-block p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 1.6em;
	line-height: 24px;

	font-weight: 400
}

.video-live,
.video-live h2 {
	color: #000;
	text-align: left
}

.video-popup {
	display: none
}

.video-popup #close_icon {
	right: 20px;
	top: 18px;
	cursor: pointer;
	position: fixed;
	z-index: 201;
	width: 50px;
}

.video-live {
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	left: 50%;
	margin: 0 0 50px -375px;
	opacity: 1;
	top: 8%;
	padding: 30px;
	width: 750px;
	z-index: 700;
	position: fixed;
	display: inline-block;
	height: inherit
}

.video-live h2 {
	font-size: 22px;
	display: block;
	font-weight: 600;

	line-height: 1.3em;
	margin: 15px 0 0
}

.video-live p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 1.6em;
	line-height: 24px;

	font-weight: 400
}

#fade {
	background: #000;
	height: 100%;
	left: 0;
	opacity: .8;
	top: 0;
	width: 100%
}

.static_content {
	overflow: hidden;
	padding-bottom: 15px
}

.static_content .inside-page-header h2 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-bottom: 10px;
	margin-top: 0;
	animation: scaleUp .4s;
	padding-top: 0
}

.static_content .inside-page-header h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #999;

	margin-bottom: 0;
	line-height: 1.5em;
	margin-top: 0;
	border: none;
	padding-top: 0
}

.static_content h1,
.static_content h3,
.static_content h7 {
	color: #000;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 8px;

}

.static_content .tips-inner h3 {
	border-bottom: none;
	margin-bottom: 0
}

.static_content .tips-inner span {}

.static_content h1 {
	font-size: 36px;
	margin-bottom: 15px;
	padding-top: 0;
	margin-top: 15px
}

.static_content h3,
.static_content h7 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-top: 5px
}

.static_content h3 {
	font-size: 16px
}

.static_content h7 {
	font-size: 18px;
	display: block
}

ul.sub-nav li a,
ul.sub-nav1 li a {

	position: relative;
	overflow: hidden
}

ul.sub-nav {
	margin: 0 0 30px;
	padding: 0;
	color: #666;
	font-size: 14px;
	position: relative;
	font-family: Inter, sans-serif
}

ul.sub-nav li {
	width: 190px;
	display: block;
	padding: 3px 0
}

ul.sub-nav li:first-child {
	border-top: 0 none;
	border-radius: 0 0 2px 2px
}

ul.sub-nav li a {
	font-size: 14px;
	padding: 0;
	width: 280px;
	text-decoration: underline;
	font-weight: 400
}

ul.sub-nav li.active a {
	cursor: default;
	font-weight: 400;
	color: #333
}

ul.sub-nav .email {
	font-size: 14px;
	font-weight: 400
}

ul.sub-nav .email:before,
ul.sub-nav .twitter:before {
	font-size: 11px;
	padding: 3px 4px;
	color: #fff;
	font-weight: 400;
	background: #1f8ceb;
	border-radius: 2px;
	margin-right: 5px;
	vertical-align: middle;
	font-family: FontAwesome
}

ul.sub-nav .email:before {
	content: "\f0e0"
}

ul.sub-nav .twitter:before {
	content: "\f099"
}

.left-seprator {
	padding-right: 15px;
	margin-top: 10px
}

.left-seprator h1 {
	margin-top: 0 !important
}

.left-seprator .tips-list:first-child {
	padding-top: 0 !important
}

ul.sub-nav1 {
	margin: 10px 0 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	position: relative
}

ul.sub-nav1 span {
	display: inline-block;
	margin-right: 5px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	font-family: Inter, sans-serif
}

.my-plan .pricing-inner p.plan-desc,
.my-plan .pricing-inner p.plan-heading,
.my-plan .pricing-inner p.plan-pricing1,
.my-plan h6 {
	font-family: Inter, sans-serif
}

ul.sub-nav1 li {
	padding: 8px 0;
	display: block;
	border-bottom: 1px #e5e5e5 solid
}

ul.sub-nav1 span.count {
	float: right;
	color: #aaa;
	font-size: 12px;
	width: auto;
	margin-bottom: 0;
	padding: 0 8px;
	background: #f8f8f8;
	margin-right: 0
}

ul.sub-nav1 li.active a {
	cursor: default;
	font-weight: 400;
	text-shadow: 0 1px #fff;
	color: #1f8ceb
}

ul.sub-nav1 li a {
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	color: #333
}

.tab-box .since {
	color: #666 !important;
	font-weight: 400;
	font-size: 11px;
	margin-right: 3px;
	text-decoration: none !important;
	background: #fff;
	padding-left: 14px;
	border-radius: 20px;
	padding-right: 14px;
	display: inline-block;
	line-height: 30px;
	margin-bottom: 15px;

}

.tab-box {
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase
}

.tab-box a,
.tab-box a.activeLink {
	font-size: 11px;
	margin-right: 3px;
	font-weight: 400
}

.tab-box a {
	padding: 0 14px;
	text-decoration: none;
	color: #fff !important;
	line-height: 40px;
	display: inline-block;

}

.tab-box a:hover {
	color: #5a5a5a;
	text-decoration: underline
}

.tab-box a.activeLink {
	color: #333 !important;
	text-decoration: none !important;
	background: #fff;
	border-radius: 3px 3px 0 0;
	padding-right: 14px
}

.logout-link {
	text-align: right;
	font-size: 13px;
	color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;

}

.logout-link span {
	color: #ccc !important
}

.logout-link a {
	color: #fff;
	font-size: 12px;

	font-weight: 400
}

.my-plan {
	margin-top: 40px;
	margin-bottom: 50px;
	overflow: hidden
}

.my-plan h1,
.my-plan h6 {
	margin-bottom: 10px;
	text-align: center
}

.my-plan h1 {
	font-size: 60px;
	color: #000;
	font-weight: 700;
	margin-top: 0
}

.my-plan p {
	padding: 0 9%;
	font-size: 14px;
	font-weight: 400;

	text-align: center;
	line-height: 23px;
	color: #444
}

.my-plan h6 {
	font-size: 22px;
	color: #000;
	font-weight: 600;

	margin-top: 90px
}

.bottom-wrap {
	height: 70px;
	display: block;
	overflow: hidden;
	margin: 25px 20px 0
}

.pricing-page .button_plan {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 12px 0;
	font-size: 14px;
	height: 44px;
	border-radius: 3px;

	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #0b6a9a;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	box-sizing: border-box
}

.my-plan h2 {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	line-height: 23px;
	color: #707070;
	margin-bottom: 45px;
	margin-top: 20px;
}

.my-plan .pricing-inner-wrapper {
	width: 24%;
	padding: 0 8px
}

.my-plan .pricing-inner-wrapper1 {
	width: 20%;
	padding: 0 8px
}

.my-plan .pricing-inner {
	text-align: center;
	background: #fff;
	padding: 0;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.my-plan #pricing-section .pricing-inner .price-block {
	border: none;
	padding: 25px 20px;
	min-height: 575px
}

.my-plan #paymentpage .pricing-inner .price-block {
	border: none;
	padding: 35px 20px;
	min-height: 646px;
}

.my-plan .pricing-inner p.plan-heading {
	font-size: 28px;

	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	color: #000
}

.my-plan .pricing-inner p.plan-pricing {
	font-size: 36px;
	color: #333;
	font-weight: 400;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.my-plan .pricing-inner p.plan-pricing1 {
	font-size: 42px;
	color: #0095f7;
	font-weight: bold;
	padding-top: 10px;
	display: block;
	line-height: normal
}

.my-plan .pricing-inner p.plan-pricing1 span {
	font-size: 15px;
	color: #777;
	font-weight: 400;
	vertical-align: middle;

	display: block
}

.my-plan .pricing-inner p.plan-desc {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	min-height: 80px;
	padding: 0;
}

.my-plan .pricing-inner .plan-desc ul {
	padding-left: 2px;
	color: #333;
	list-style-type: disc !important;
	min-height: 295px
}

.my-plan .pricing-inner .plan-desc ul li {
	text-align: left;
	display: block;
	list-style-type: disc;
	font-weight: 400;
	font-size: 13px;
	color: #888;
	line-height: 24px
}

.my-plan .pricing-inner .plan-desc ul li strong {
	font-size: 25px;
	font-weight: 500;
	margin-left: 4px
}

.my-plan .pricing-inner .plan-desc ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	font-size: 7px;
	margin-top: 10px;
	margin-right: 8px;
	vertical-align: top
}

#features-section .features .PBM_features .col h4,
#features-section h2,
#features-section h3,
#pay_info h4,
#payment_detail h3,
.subscribe_btn {
	font-family: Inter, sans-serif
}

.my-plan .pricing-inner .plan-desc ul li a {
	padding: 0;
	text-align: left;
	list-style-type: disc;
	font-weight: 400;
	font-size: 14px;
	color: #888;
	line-height: 24px;
	text-transform: none;
	display: inline-block;

	text-decoration: underline
}

.my-plan #pricing-section .pricing-inner .plan-desc h3,
.my-plan .tab-organizer-pricing .pricing-inner .plan-desc h3 {
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	color: #888;

	margin-bottom: 5px;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0;
	border: none
}

.price-heading-new {
	display: block;
	width: 100%;
	margin-bottom: 8px
}

.price-heading-new .free-pricing {
	background: #f8f8f8;
	color: #333;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #e5e5e5;

	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px
}

.price-heading-new .one-time-plan,
.price-heading-new .subscription-plan {
	color: #fff;
	display: inline-block;
	width: 100%;
	margin: 0 8px 0 0;
	padding: 7px 0;

	font-size: 14px;
	text-align: center
}

.price-heading-new .subscription-plan {
	background: #69cb95;
	border: 1px solid #4fb67d;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px
}

.price-heading-new .one-time-plan {
	background: #008ed6;
	font-weight: 600;
	border: 1px solid #008ed6;
	text-transform: uppercase;
	border-radius: 3px
}

.my-plan .pricing-inner p.plan-button a,
.my-plan .pricing-inner p.plan-button1 a {
	display: inline-block;
	height: 30px;
	font-weight: 600;

	text-decoration: none;
	float: none;
	text-transform: uppercase;
	color: #fff;
	-moz-box-sizing: content-box;
	white-space: nowrap
}

.tab-organizer-pricing .price-heading-new .free-pricing {
	margin: 0 12px 0 8px;
	width: 31.9%
}

.tab-organizer-pricing .price-heading-new .subscription-plan {
	margin: 0 12px 0 0;
	width: 31.9%
}

.tab-organizer-pricing .price-heading-new .one-time-plan {
	margin: 0;
	width: 31.9%
}

.my-plan .pricing-inner p {
	margin: 0
}

.my-plan .pricing-inner p.plan-button a {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	text-rendering: optimizeLegibility;
	font-size: 14px;
	line-height: 30px;
	box-shadow: 0 3px 0 #0676af;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 7px 30px;
	border-radius: 2px;
	margin: 25px 0 0;
	width: 60%
}

.my-plan .pricing-inner p.current a {
	border-radius: 999px;
	font-size: 18px;
	height: 50px;
	padding: 0 16px;
	line-height: 50px;
	margin-top: 20px;
	width: inherit
}

.my-plan .pricing-inner p.plan-button1 a,
.new-style-feature-list .button_download {
	line-height: 30px;
	-webkit-box-sizing: content-box;
	text-rendering: optimizeLegibility;
	cursor: pointer;
	outline: 0
}

.my-plan .pricing-inner p.plan-button1 a {
	background: #69cb95;
	font-size: 14px;
	box-shadow: 0 3px 0 #4fb67d;
	box-sizing: content-box;
	border: 0;
	padding: 7px 30px;
	border-radius: 2px;
	margin: 25px 0 0;
	width: 60%
}

.my-plan .current-plan em:after,
.my-plan .current-plan em:before {
	height: 0;
	position: absolute;
	z-index: -1;
	border: 17px solid;
	content: ""
}

.my-plan .current-plan em {
	display: inline
}

.my-plan .current-plan em:before {
	width: 0;
	top: -17px;
	right: 69px;
	border-color: transparent transparent #662121
}

.my-plan .current-plan em span {
	position: absolute;
	display: inline-block;
	right: -36px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 5px 30px rgba(255, 255, 255, .2);
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #d93131;
	width: 150px;
	padding: 5px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;

}

.my-plan .current-plan em:after {
	width: 0;
	top: 74px;
	right: -10px;
	border-color: #662121 transparent transparent
}

#features-section .features .PBM_features .no-border,
#features-section .features .PBM_features .no-border1:last-child {
	border-right: none !important
}

#features-section {
	color: #777;
	padding: 67px 0;
	text-align: center;
	background: url(../images/never-loose-bg.png) top left repeat-x;
	border-bottom: 1px solid #e6e6e6
}

#features-section h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

	padding: 0 16%
}

#features-section h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	color: #9b9c9e;

	margin: auto auto 35px;
	text-align: center;
	line-height: 1.5em;
	padding: 5px 6%
}

#features-section p {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #637280;

	margin-bottom: 30px;
	text-align: center;
	padding: 0 120px
}

#pay_info h4,
.download_msg h1,
.mig-price .start-btn {
	text-transform: uppercase
}

#features-section .features .PBM_features .col {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 25px 25px 10px;
	border-radius: 2px;
	text-align: center;

}

#features-section .features .PBM_features .photo {
	margin-bottom: 15px;
	text-align: center;
	display: block
}

#features-section .features .PBM_features .photo img {
	width: 80px
}

#features-section .features .PBM_features .col h4 {
	color: #5B6B7F;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 9px;
	line-height: 1.2em
}

#features-section .features .PBM_features .col_new {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 25px 25px 10px;
	border-radius: 2px;
	height: 380px;
	text-align: center;

}

#features-section .features .PBM_features .photo_new {
	margin-bottom: 15px;
	text-align: center;
	height: 120px
}

#features-section .features .PBM_features .col_new h4 {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 9px;
	line-height: 1.2em
}

#feature-list .button_download-new,
#features-section .button-wrapper .button_download-new {
	color: #fff;
	font-size: 18px;
	height: 60px;
	font-weight: 700;

	box-shadow: 0 3px 0 #005885;
	margin-bottom: 20px;
	float: none;
	text-transform: uppercase
}

#features-section .features .PBM_features .no-border1 {
	border-bottom: none !important
}

#feature-list .button_download-new {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	padding: 15px 40px 15px 80px;
	border-radius: 3px;
	position: relative
}

#feature-list .button_download-new img {
	border-radius: 3px;
	border: 0 solid #fff !important;
	margin-left: 1px;
	margin-right: 6px;
	width: 46px;
	background: #fff;
	padding: 8px;
	display: inline-block;
	margin-top: -12px;
	position: absolute;
	left: 8px
}

#features-section .button-wrapper {
	display: inline-block;
	padding: 33% 0
}

#features-section .button-wrapper .button_download-new {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	padding: 15px 40px 15px 80px;
	border-radius: 3px;
	position: relative
}

#features-section .button-wrapper .button_download-new img {
	border-radius: 3px;
	border: 0 solid #fff !important;
	margin-left: 1px;
	margin-right: 6px;
	width: 46px;
	background: #fff;
	padding: 8px;
	display: inline-block;
	margin-top: -13px;
	position: absolute;
	left: 8px
}

.mig_features {
	margin: 60px auto 45px;
	overflow: hidden;
	text-align: center;

	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #333
}

.mig_features .photo {
	margin-bottom: 15px;
	text-align: center;
	height: 105px
}

.mig_features .col h4 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 9px;
	line-height: 1.2em
}

.mig_features .no-border {
	border-right: none !important
}

.mig-price {
	overflow: hidden;
	text-align: center
}

.mig-price .start-here-btn,
.price-col {
	display: block;
	vertical-align: middle;
	text-align: center
}

.mig-price h3 {
	font-size: 40px;
	font-weight: 400;
	color: #000;
	;
	text-shadow: none;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block
}

.mig-price h2,
.mig-price h3 span {

	font-size: 16px
}

.mig-price h3 span {
	font-weight: 400;
	color: #999
}

.mig-price h3 strong {
	color: #000;
	font-weight: 600
}

.mig-price h2 {
	font-weight: 400;
	color: #333;
	text-shadow: none;
	padding-bottom: 3px;
	text-align: center;
	margin: 0 5px 0 0;
	display: inline-block
}

.mig-price .start-btn {
	background: #69cb95;
	border: none;
	color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	float: none;
	font-weight: 700;

	box-shadow: inset 0 -3px 0 0 #4fb67d;
	margin-top: 20px
}

.bottom-text {
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	width: 80%;
	margin: 65px auto 45px;

}

.bottom-text h2 {
	color: #444 !important;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 8px;
	padding-top: 0;
	text-shadow: none;
	text-align: center;

	margin: 0
}

#payment_detail {
	background: #fff;
	overflow: hidden;
	padding: 0 20px;
	border: 1px solid #e5e5e5
}

#payment_detail .inputbox,
#payment_detail .selectbox {
	border-radius: 2px;
	color: #333;
	font-size: 15px;
	margin: 0
}

#payment_detail .inputbox {
	border-color: #B0BACA;
	border-left: 1px solid #B0BACA;
	border-right: 1px solid #B0BACA;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	padding: 8px 2%;
	width: 97%;
	display: inline-block;
	font-family: Inter, sans-serif;
	color: #000;

}

#payment_detail .inputbox:focus {
	border-color: #5695DB #70A7E4 #89B8EC;
	box-shadow: 0 1px 2px rgba(70, 123, 181, .35) inset, 0 0 4px #5695DB;
	-moz-box-shadow: 0 1px 2px rgba(70, 123, 181, .35) inset, 0 0 4px #5695DB;
	-webkit-box-shadow: 0 1px 2px rgba(70, 123, 181, .35) inset, 0 0 4px #5695DB;
	outline: 0
}

#payment_detail .selectbox,
.pay-form .inputbox {
	border-color: #B0BACA;
	box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	font-family: Inter, sans-serif;
	color: #000;
}

#payment_detail .selectbox {
	border-left: 1px solid #B0BACA;
	border-right: 1px solid #B0BACA;
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	padding: 12px 6px 11px 4px;
	width: 48.4%;
	height: 42px;
	line-height: 34px;
	font-family: Inter, sans-serif;
	color: #000;
}

#payment_detail .selectbox:focus {
	outline: 0;
	color: #333
}

#payment_detail h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 0 20px -30px;
	color: #000;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	background: #f8f8f8;

}

.or {
	position: absolute;
	z-index: 10;
	width: 36px;
	height: 36px;
	margin-top: 25px;
	right: -20px
}

#paypal_info {
	width: 40%;
	float: right;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #777;
	padding: 0;
	text-align: left;
	font-family: Inter, sans-serif;
	color: #666;
	letter-spacing: normal !important;

}

#paypal_info h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 -30px 0 0
}

#pay_info {
	width: 60%;
	float: left;
	border-right: 1px #e5e5e5 solid;
	padding: 0 0 30px;
	text-align: left;
	position: relative
}

#pay_info ul {
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	text-align: left;
	width: 100%
}

#pay_info .label {
	color: #333;
	margin-right: 5px;
	padding-top: 12px;
	text-align: left !important;
	width: 120px;
	font-size: 17px;
	font-weight: 400;
	padding-left: 0;
	font-family: Inter, sans-serif;

}

#pay_info ul li {
	display: inline;
	float: left;
	text-align: left;
	width: 68%
}

#pay_info h4 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
	text-align: left;

}

.subscribe_btn {
	background: #000;
	border: none;
	color: #fff;
	padding: 14px 0;
	font-size: 20px;
	border-radius: 3px;
	float: none;
	font-weight: 600;

	display: block;
	width: 100%;
	margin-bottom: 5px
}

.pay-with-paypal-text {
	padding: 30px;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
}

.subscribe_btn:hover {
	background: #111;
}

.mig-price .form-box {
	border: 2px solid #ddd;
	padding: 13px 15px;
	font-size: 14px;
	width: 435px;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #777;
	vertical-align: top;
	height: 50px;

}

.thank_msg h1,
.thank_msg h2 {

	text-align: center;
	text-shadow: none
}

.thank_msg {
	overflow: hidden;
	background: #fff;
	padding-bottom: 70px;
	padding-top: 80px
}

.thank_msg h1 {
	font-size: 70px;
	font-weight: 800;
	color: #000;

	font-family: "Family", serif;
	padding: 0px 13%;
	margin-bottom: 35px;
}

.thank_msg h2 {
	color: #707070;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;

	padding: 0 14%;
}

.thank_msg .thankyou_msg {
	padding: 40px 0
}

.home-features img {
	width: 30px;
	opacity: .7 !important
}

.home-features {
	padding: 0 170px;
	overflow: hidden
}

.home-features h4 {
	color: #000 !important;
	font-weight: 400;
	text-transform: none !important;
	font-size: 14px !important;
	margin-bottom: 20px !important
}

.home-features .photo {
	height: 26px
}

.home-features .col {
	border-right: 1px solid #d6e3f2;
	border-bottom: 1px solid #d6e3f2;
	padding-top: 20px
}

.home-features .no-border,
.star_img {
	border-right: none !important
}

.home-features .no-border-bottom {
	border-bottom: none !important
}

#submit-testimonial .submit-testimonial-inner .information_block .inputbox,
#submit-testimonial .submit-testimonial-inner .information_block textarea {
	border: 1px solid #ddd;
	border-radius: 0
}

#submit-testimonial .submit-testimonial-inner .information_block label {

	font-size: 14px
}

#submit-testimonial .submit-testimonial-inner .information_block {
	margin-top: 0;
	padding-top: 40px;
	border-bottom: none
}

#submit-testimonial .submit-testimonial-inner {
	min-height: auto;
	padding-bottom: 40px !important
}

#submit-testimonial .block-height {
	height: auto
}

#submit-testimonial h2 {
	font-size: 36px;
	color: #000;
	font-weight: 400;
	text-align: center;

	margin-bottom: 15px;
	margin-top: 25px;
	animation: scaleUp .4s;
	padding-top: 0
}

#intro .inner-download {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 0;
	text-align: Center
}

#portfolio h1,
#portfolio h4,
#portfolio1 h1,
#portfolio2 h1,
.android_btn {
	text-align: center
}

#intro .inner-download h1 {
	font-size: 44px;
	color: #000;
	text-shadow: none;
	margin-bottom: 70px
}

.download_msg {
	margin-bottom: 20px;
	overflow: hidden
}

.download_msg h1 {
	font-family: Inter, sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;

	line-height: 1.6em
}

#portfolio h1,
#portfolio h2 {
	font-family: Inter, sans-serif
}

.download_msg h3 {
	font-size: 15px !important;
	font-weight: 400;
	text-transform: none;
	color: #c3c3c3 !important;

	line-height: 1.6em
}

.download_msg a {
	color: #fff;
	text-decoration: underline
}

.download_msg a:hover {
	color: #fff
}

#loadingProgressG {
	background-color: rgba(255, 255, 255, .1)
}

.loadingProgressG {
	background-color: #64c457;
	margin-top: 0;
	margin-left: -100%;
	-moz-animation-name: bounce_loadingProgressG;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: bounce_loadingProgressG;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-ms-animation-name: bounce_loadingProgressG;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: bounce_loadingProgressG;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: bounce_loadingProgressG;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 100%;
	height: 20px
}

@-moz-keyframes bounce_loadingProgressG {
	0% {
		margin-left: -200%
	}

	100% {
		margin-left: 100%
	}
}

@-webkit-keyframes bounce_loadingProgressG {
	0% {
		margin-left: -200%
	}

	100% {
		margin-left: 100%
	}
}

@-ms-keyframes bounce_loadingProgressG {
	0% {
		margin-left: -200%
	}

	100% {
		margin-left: 100%
	}
}

@-o-keyframes bounce_loadingProgressG {
	0% {
		margin-left: -200%
	}

	100% {
		margin-left: 100%
	}
}

@keyframes bounce_loadingProgressG {
	0% {
		margin-left: -200%
	}

	100% {
		margin-left: 100%
	}
}

.android_btn {
	margin-bottom: 50px;
	margin-top: 20px
}

.app-screens {
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px #e5e5e5 solid
}

.app-screens .slide {
	overflow: hidden;
	padding: 0;
	height: 530px;
	margin: auto
}

.app-screens .slide .img_col {
	width: 250px;
	text-align: center;
	margin: 0 20px;
	padding-top: 30px;
	display: inline-block
}

.app-screens .slide .img_col img {
	border: 1px solid #e5e5e5;
	padding: 10px;
	background: #fff
}

.app-screens #slider li {
	overflow: hidden;
	width: 920px;
	list-style: none;
	margin: 0;
	padding: 0
}

.app-screens ol#controls {
	height: 10px;
	margin: 0 0 0 570px;
	padding: 0;
	position: relative;
	z-index: 1000
}

.app-screens ol#controls li {
	float: left;
	font-size: 10px;
	height: 10px;
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 0
}

.app-screens ol#controls li a {
	background: url(../images/slide_bg.png) top left no-repeat;
	color: #A1A1A1;
	float: left;
	font-size: 0;
	height: 10px;
	padding: 0 2px 4px 4px;
	text-decoration: none;
	width: 25px
}

.app-screens ol#controls li.current a {
	background: url(../images/current_bg.png) no-repeat;
	color: #666;
	font-size: 0
}

#portfolio {
	color: #b9dcfa;
	padding: 0px 0 0
}

#portfolio .lead1 {
	text-transform: none;
	width: 70%;
	margin: auto auto 65px
}

#portfolio h1 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 60px;
	margin-top: 40px;

}

#portfolio h4,
#portfolio1 .lead1 {
	font-size: 16px;

	font-weight: 400;
	text-transform: none
}

#portfolio h4 {
	color: #637280;
	margin-bottom: 30px;
	padding: 0 120px 50px;
	line-height: 1.5em
}

#portfolio1 {
	color: #b9dcfa;
	padding: 65px 0 85px
}

#portfolio1 .lead1 {
	color: #637280;
	width: 60%;
	margin: auto auto 65px
}

#portfolio1 h1 {
	font-size: 44px;
	color: #1f8ceb;
	font-weight: 400;

	margin-bottom: 20px;
	margin-top: 0;
	animation: scaleUp .4s
}

#portfolio2 {
	background: #fff;
	color: #b9dcfa;
	padding: 65px 0 85px
}

#portfolio2 .lead1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #637280;

	width: 60%;
	margin: auto auto 65px
}

#portfolio2 h1 {
	font-size: 44px;
	color: #1f8ceb;
	font-weight: 400;

	margin-bottom: 20px;
	margin-top: 0;
	animation: scaleUp .4s
}

.content {
	text-align: left;
	padding-right: 0px
}

.content h1 {
	text-align: left !important
}

.content .lead1 {
	width: auto !important;
	margin-bottom: 15px !important
}

.content ul {
	padding: 0;
	margin: 40px 0 0
}

.content ul li {
	font-size: 14px;
	padding: 12px 14px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
	color: #2173d4;

}

.content ul li.active,
.content ul li.active:hover {
	border-color: #D2EAFA;
	background-color: #ECF8FE;
	color: #2173d4;
	font-weight: 600;
	text-decoration: none
}

.content .more-links {
	margin-top: 25px;
	margin-left: 15px;
	background: url(../images/comment-img.png) 0 3px no-repeat;
	color: #888;

	padding-left: 30px
}

.content .action,
.content .define,
.content .download-pbm,
.content .engage,
.content .special {
	min-height: 64px;
	padding-left: 80px
}

.content .more-links i {
	margin-right: 5px;
	color: #999
}

.content .more-links a {
	color: #999 !important;
	text-decoration: underline;
	font-size: 12px;

	font-weight: 400
}

.content .engage {
	background: url(../images/engage.png) 8px 10px no-repeat;
	background-size: 50px
}

.content .convert {
	background: url(../images/convert.png) 8px 10px no-repeat;
	min-height: 69px;
	padding-left: 80px;
	background-size: 50px
}

.content .ab_testing,
.content .reports,
.content .segmentation {
	min-height: 64px;
	padding-left: 80px
}

.content .segmentation {
	background: url(../images/segmentation.png) 8px 10px no-repeat;
	background-size: 50px
}

.content .personliaze_conversation {
	background: url(../images/personliaze_conversation.png) 5px 5px no-repeat;
	min-height: 64px;
	padding-left: 80px;
	background-size: 55px
}

.content .reports {
	background: url(../images/reports.png) 0 5px no-repeat
}

.content .ab_testing {
	background: url(../images/ab_testing.png) 0 5px no-repeat
}

.content.right-space {
	padding-left: 70px !important;
	padding-right: 0 !important
}

#portfolio h2 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	text-align: left;

	margin-bottom: 10px;
	margin-top: 0
}

#portfolio h2.line-h {
	line-height: 55px;
}

.how-to-work-text {
	min-height: 60px;
	margin-top: 25%;
}

#portfolio .work-box {
	margin-bottom: 110px;
	display: inline-block;
}

#portfolio .media-browser,
#portfolio .media-browser img {
	width: 100%
}

#portfolio .lead1 {
	color: #707070;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
	display: inline-block;
}

#portfolio .row {
	margin-bottom: 110px
}

.small_strip {
	overflow: hidden;
	text-align: center;
	width: 345px;
	margin: auto
}

.small_strip .user-img {
	display: inline-block;
	width: 60px;
	vertical-align: text-bottom
}

.small_strip .user-img img {
	width: 35px;
	border-radius: 999px
}

.small_strip .user-img1 {
	display: inline-block;
	width: 60px;
	vertical-align: middle
}

.small_strip .user-img1 img {
	width: 50px;
	border-radius: 999px
}

.small_strip .vertical-middle {
	vertical-align: middle
}

.small_strip .user-text {
	display: inline-block;

	color: #999;
	width: 280px;
	text-align: left;
	line-height: 19px;
	padding-left: 8px;
	padding-top: 7px;
	float: none;
	margin-left: 0
}

.small_strip span {
	font-size: 16px;
	font-family: Inter, sans-serif;
	margin-left: -10px
}

.customer-block {
	text-align: center;
	margin-bottom: 32px;
	font-weight: 400;
	background: #fff;
	padding: 60px 50px 40px;
	box-shadow: 0 0 10px 0 rgba(50, 50, 50, .3)
}

.customer-block .client-block {
	background-position: left top;
	background-repeat: no-repeat;
	padding: initial
}

.customer-block q {
	padding: 20px 0 15px;
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 27px;
	overflow: hidden;

	color: #777
}

.customer-block .review__button {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;

	text-transform: uppercase;
	color: #67aded;
	padding: 25px 0 0;
	border-top: 1px solid #e2e3e4;
	margin: 20px 0 0;
	text-align: center
}

.inner-links a,
.inner-links span {
	display: inline-block;
	color: #ccc;
	vertical-align: middle
}

.customer-block .customer-logo {
	padding-bottom: 30px;
	overflow: hidden;
	background: #fff
}

.inner-links {
	padding: 0;
	text-align: center;
	background: rgba(0, 0, 0, .7);
	margin-top: 30px;
	font-family: Inter, sans-serif
}

.account-tab ul li a,
.home-nav-tabs li a {
	font-family: Inter, sans-serif
}

.inner-links a {

	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	font-weight: 400;
	padding: 14px 0
}

.inner-links span {
	margin-right: 15px;
	margin-left: 15px;
	font-weight: 400;
	border-left: 1px #444 solid;
	width: 1px;
	height: 17px
}

.inner-links .active {
	color: #fff;
	border-bottom: 4px #3ed281 solid;
	padding-bottom: 11px;
	font-weight: 600
}

.inner-page .inner-links {
	margin-top: 75px
}

.inner-page #header {
	background: rgba(0, 0, 0, .8)
}

.inner-page h1 {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 15px;
	color: #333;
	border-bottom: 2px #e5e5e5 solid;
	padding-bottom: 15px;
	margin-top: 5px
}

.bottom_space,
.product_logo {
	margin-bottom: 25px
}

.star_img {
	color: #69cb95 !important;
	width: 50px
}

.home-nav-tabs li P {
	display: none
}

.home-nav-tabs li.active P {
	display: block;
	color: #333
}

.home-nav-tabs li a {
	font-size: 17px;
	padding: 10px 14px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
	color: #000;
	font-weight: 400;
	line-height: 24px;
}

.home-nav-tabs li.active a,
.home-nav-tabs li.active a:hover {
	border-color: #eaeaea;
	background-color: #f9f9f9;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

.home-nav-tabs .more-links {
	margin-top: 25px;
	margin-left: 15px;
	background: url(../images/comment-img.png) 0 3px no-repeat;
	color: #707070;
	padding-left: 30px;
	font-size: 19px;
	line-height: normal;
}

.RC_customer .button_download1,
.home-nav-tabs .button_download1 {
	color: #fff;
	font-size: 14px;
	height: 48px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #0A7BB5
}

.home-nav-tabs .button_download1 {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	padding: 10px 60px;
	border-radius: 3px;
	margin-top: 20px
}

.home-nav-tabs .button_download1 img {
	margin-right: 20px
}

#feature-list.flickr-uploader .button_download img,
#feature-list.smugmug-uploader .button_download img {
	margin-right: 5px;
	vertical-align: middle
}

.left-img .home-nav-tabs {
	padding-left: 15px
}

.RC_customer .button_download1 {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	padding: 10px 60px;
	border-radius: 3px
}

.home-nav-tabs li a:hover {
	text-decoration: none;
	background-color: #fff
}

.home-nav-tabs li.active a.connect-source:before {
	background: url(../images/connect-source-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.destination:before {
	background: url(../images/destination-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.instant-organization:before {
	background: url(../images/instant-organization-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.simple-folders:before {
	background: url(../images/simple-folders-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.organized-by-place:before {
	background: url(../images/organized-by-place-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.full-photo-details:before {
	background: url(../images/full-photo-details-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.continuos-organization:before {
	background: url(../images/continuos-organization-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.simple-fast-easy:before {
	background: url(../images/simple-fast-easy-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.connect-flickr:before,
.home-nav-tabs li.active a.connect-smugmug:before {
	background: url(../images/connect-source-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.choose-folders:before {
	background: url(../images/choose-folders-icon.png) top left no-repeat
}

.home-nav-tabs li.active a.continuos-backup:before {
	background: url(../images/continuos-backup-icon.png) top left no-repeat
}

#feature-list.flickr-uploader .button_download {
	background: #3c9cea;
	background: -moz-linear-gradient(top, #3c9cea 0, #1f8ceb 100%);
	background: -webkit-linear-gradient(top, #3c9cea 0, #1f8ceb 100%);
	background: linear-gradient(to bottom, #3c9cea 0, #1f8ceb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9cea', endColorstr='#1f8ceb', GradientType=0);
	box-shadow: 0 3px 0 #135C90
}

#feature-list.smugmug-uploader .button_download {
	background: #96c83d;
	background: -moz-linear-gradient(top, #96c83d 0, #77c600 100%);
	background: -webkit-linear-gradient(top, #96c83d 0, #77c600 100%);
	background: linear-gradient(to bottom, #96c83d 0, #77c600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96c83d', endColorstr='#77c600', GradientType=0);
	box-shadow: 0 3px 0 #5f8b11
}

.inner-links-new.sticky-header,
.inner-links-new1.sticky-header {
	position: fixed;
	margin-top: 0;
	z-index: 1000;
	top: 0;
	background-color: #000;
	width: 100%;
	display: inline-block;
	height: 52px
}

.inner-links-new .sicky-logo,
.inner-links-new1 .sicky-logo {
	display: none
}

.sticky-header .sicky-logo {
	margin-right: 10px;
	display: inline-block
}

.pattern-grey .stats-organizer .col-md-3 {
	width: 25%
}

.flickr-uploader .content .engage,
.organizer-uploader .content .engage,
.smugmug-uploader .content .engage {
	padding-left: 0;
	background: 0 0;
	min-height: inherit
}

#portfolio.flickr-uploader h2,
#portfolio.organizer-uploader h2,
#portfolio.smugmug-uploader h2 {
	color: #333;
	font-weight: 400;
	text-align: center !important;

	margin-bottom: 10px;
	margin-top: 0;
	font-size: 42px
}

#portfolio.flickr-uploader .lead1,
#portfolio.organizer-uploader .lead1,
#portfolio.smugmug-uploader .lead1 {
	font-size: 15px !important;
	!important;
	padding-top: 10px;
	text-align: center;
	width: 70% !important
}

#portfolio.flickr-uploader .home-nav-tabs li.active,
#portfolio.organizer-uploader .home-nav-tabs li.active,
#portfolio.smugmug-uploader .home-nav-tabs li.active {
	border: 1px solid #ddf1ff;
	background-color: #f3fcff;
	color: #2173d4;
	text-decoration: none;
	padding: 15px
}

#portfolio.flickr-uploader .home-nav-tabs li,
#portfolio.organizer-uploader .home-nav-tabs li,
#portfolio.smugmug-uploader .home-nav-tabs li {
	padding: 0;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
	background-color: transparent;
	color: #2173d4;

}

#portfolio.flickr-uploader .home-nav-tabs li.active a,
#portfolio.organizer-uploader .home-nav-tabs li.active a,
#portfolio.smugmug-uploader .home-nav-tabs li.active a {
	padding: 10px 0;
	font-weight: 600;
	text-decoration: none;
	background: 0 0;
	border: none
}

#portfolio.flickr-uploader .home-nav-tabs li.active a:before,
#portfolio.organizer-uploader .home-nav-tabs li.active a:before,
#portfolio.smugmug-uploader .home-nav-tabs li.active a:before {
	content: "";
	width: 26px;
	height: 26px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

#portfolio.organizer-uploader .home-nav-tabs li.active a.connect-source:before {
	background: url(../images/connect-source-icon.png) top left no-repeat
}

#pricing-section.flickr-pricing .pricing-inner-wrapper .pricing-inner p.plan-heading,
#pricing-section.organizer-pricing .pricing-inner-wrapper .pricing-inner p.plan-heading,
#pricing-section.smugmug-pricing .pricing-inner-wrapper .pricing-inner p.plan-heading {
	color: #333;
	font-size: 22px;

	font-weight: 400;
	margin-bottom: 30px
}

.account-tab-content ul li a {
	text-transform: uppercase;

	margin-right: 3px
}

#pricing-section.flickr-pricing .pricing-inner-wrapper .pricing-inner p.plan-pricing,
#pricing-section.organizer-pricing .pricing-inner-wrapper .pricing-inner p.plan-pricing,
#pricing-section.smugmug-pricing .pricing-inner-wrapper .pricing-inner p.plan-pricing {
	font-size: 42px;
	color: #1f8ceb;
	font-weight: 400;
	margin-bottom: 10px
}

.account-tab ul li {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.account-tab ul li a {
	color: #777;
	font-weight: 400;
	font-size: 18px;
	padding: 13px 0px 0px 0px;
}

.account-tab ul li a:hover {
	background: 0 0;
	text-decoration: underline
}

.account-tab ul li.active a {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none !important;
	background: #fff;
	border-radius: 0;
	border-bottom: 2px #333 solid;
	padding-bottom: 2px;
}

.account-tab .inner-header {
	background-position: 50% 50%;
	background-repeat: repeat;
	color: #fff;
	padding: 0;
	overflow: hidden
}

.account-tab .inner-header .inner {
	padding: 30px 0 5px;
	overflow: hidden;
	height: auto;
	background: #fff;
	border-bottom: 0px solid #e6e6e6;
}

.account-tab-content,
.account-tab-content1 {
	padding-top: 15px;
	position: relative;
	overflow: hidden
}

.account-tab-content2 {
	padding-top: 0;
	position: relative;
	overflow: hidden
}

.account-tab-content ul li {
	position: relative;
	display: inline-block
}

.account-tab-content ul li a {
	color: #333;
	font-weight: 400;
	font-size: 11px;
	padding: 13px 15px
}

.account-tab-content ul li a:hover {
	background: 0 0;
	text-decoration: underline
}

.account-tab-content ul li.active a {
	color: #333;
	font-weight: 400;
	font-size: 11px;
	margin-right: 3px;
	text-decoration: none !important;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
	padding-right: 14px;
	border: 1px solid #ddd;
	border-bottom: none
}

.account-tab-content ul.account-nav-tabs1 {
	padding: 0 15px
}

.tab-organizer-pricing .pricing-inner-wrapper .pricing-inner p.plan-pricing {
	font-size: 42px;
	color: #1f8ceb;
	font-weight: 400;
	margin-bottom: 10px;
	border: none
}

.my-plan .tab-organizer-pricing .pricing-inner p.plan-heading {
	font-size: 34px
}

.my-plan .tab-organizer-pricing .pricing-inner p.plan-pricing1 {
	font-size: 40px
}

.my-plan .tab-organizer-details h3,
.my-plan .tab-organizer-pricing h3 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	text-align: left;
	-webkit-animation: scaleUp .4s;
	-moz-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s;

}

.my-plan .tab-organizer-pricing .pricing-inner .price-block {
	min-height: 485px
}

.my-plan .tab-organizer-pricing .pricing-inner .plan-desc ul {
	min-height: 195px
}

.my-plan .tab-organizer-details,
.my-plan .tab-organizer-pricing {
	float: left;
	width: 100%
}

.my-plan .tab-organizer-pricing {
	margin-bottom: 45px;
	margin-top: 15px
}

.my-plan .tab-organizer-pricing h3 {
	margin-bottom: 5px;
	margin-top: 0;
	animation: scaleUp .4s;
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px
}

.my-plan .tab-organizer-details h3 {
	margin-bottom: 10px;
	margin-top: 0;
	animation: scaleUp .4s
}

.new-style-feature-list h2,
.tab-content-wrapper .inside-page-header h2,
.video-block .video_preview h2 {
	-moz-animation: scaleUp .4s;
	-ms-animation: scaleUp .4s
}

.my-plan .tab-organizer-details i.fa {
	font-size: 16px
}

.my-plan .other-pricing .pricing-inner p.plan-heading {
	color: #333;
	font-size: 22px;

	font-weight: 400;
	margin-bottom: 30px
}

.my-plan .other-pricing .pricing-inner p.plan-pricing {
	font-size: 42px;
	color: #1f8ceb;
	font-weight: 400;
	margin-bottom: 10px;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px
}

.new-style-feature-list {
	padding: 50px 0;
	overflow: hidden;
	height: auto;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	background: #f4f4f4
}

.new-style-feature-list h2 {
	font-size: 52px;
	color: #333;
	font-family: Inter, sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
	-webkit-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	animation: scaleUp .4s
}

.new-style-feature-list .lead1 {
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
	color: #999;

	margin: 25px auto 20px;
	text-align: center;
	width: 64%
}

.new-style-feature-list .button_download {
	display: inline-block;
	background-color: #69cb95;
	height: 30px;
	font-weight: 600;

	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: inset 0 -2px 0 0 #4fb67d;
	box-shadow: inset 0 -2px 0 0 #4fb67d;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	white-space: nowrap;
	padding: 7px 30px;
	border-radius: 2px;
	float: none;
	margin: 25px 0 0
}

.back-links a,
.plan-button-link a,
.quick-links a {
	text-decoration: underline
}

.tab-content-wrapper-overlay:before {
	content: "";
	position: absolute;
	z-index: 1000;
	background: rgba(255, 255, 255, .65);
	width: 100%;
	height: 100%
}

.account-tab ul li.active.active1 a {
	background: #f4f4f4
}

.static_content h3.sub-header {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-top: 5px;

}

.tips-inner ul.feature-desc li:before {
	content: "\f111";
	font-family: FontAwesome;
	margin-right: 9px;
	margin-left: -19px;
	display: inline-block;
	width: 10px;
	color: #000;
	font-size: 8px;
	vertical-align: top
}

#other-payment .quote-box q:before,
.fa-Testimonial-title:after,
.fa-Testimonial-title:before,
.home-screen:before {
	content: ""
}

.help-page .help-block h2,
.services h2 {
	font-family: Inter, sans-serif
}

.tips-inner ul.feature-desc li {
	margin-bottom: 0;
	padding-left: 10px;
	margin-left: 15px
}

.my-plan .tab-organizer-pricing .pricing-inner-wrapper {
	width: 33.33%
}

.inside-page-header {
	background: url(../images/inner_bg.png) top center #f8f8f8;
	padding: 25px 0;
	margin-bottom: 20px
}

#pricing-section .inside-page-header h2 {
	text-align: left !important;
	font-size: 28px
}

#pricing-section .inside-page-header h3 {
	text-align: left !important;
	padding: 0 !important;
	font-size: 14px;
	font-weight: 400;

}

.tab-content-wrapper .inside-page-header h2 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-bottom: 0;
	margin-top: 0;
	-webkit-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	animation: scaleUp .4s;
	padding-top: 0
}

.tab-content-wrapper .inside-page-header h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #666;

	margin-bottom: 15px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 10px
}

.address-info strong,
.box-title,
.footer-links h3,
.my-plan-selected a {
	text-transform: uppercase
}

.PBM_inner_header {
	width: 100%;
	z-index: 100;
	padding-bottom: 10px;
	height: 75px;
	background: 0 0 !important
}

.search-input-large {
	padding: 20px 20px 20px 55px;
	background: url(../images/search.svg) 20px center/20px no-repeat #fff
}

.quick-links {
	margin-top: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;

	color: #333
}

.quick-links strong {
	font-weight: 600
}

.quick-links a {
	margin-left: 5px;
	margin-right: 10px;
	color: #333
}

.help-page {
	padding: 10px 0 60px;
	overflow: hidden
}

.search-block {
	position: relative;
	width: 550px;
	margin: 45px auto auto
}

.search-block.kb-s-box {
	margin-bottom: 27px
}

.search-btn {
	padding: 12px 25px;
	border-radius: 10px;
	border: 1px solid transparent;
	background: #000;
	display: inline-block;
	color: #fff;

	-moz-transition: .2s box-shadow ease;
	transition: .2s box-shadow ease;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
}

.help-page .help-block {
	background: #fff;

	position: relative;
	margin-bottom: 45px;
	border-radius: 10px;
	border: 0px solid #e5e5e5;
	padding-bottom: 55px;
}

.help-page .help-block .icon-img {
	position: absolute;
	margin-left: -100px;
	margin-top: -20px;
	display: none
}

.help-page .help-block .icon-img img {
	width: 90px;
	border: 6px solid #fff;
	border-radius: 999px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1)
}

.help-page .help-block .article-link a:hover {
	color: #000;
	text-decoration: underline;
}

.help-page .help-block .article-link ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 2px;
}

.help-page .help-block .article-link ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px #eaeaea solid;
}

.help-page .help-block h2 {
	font-size: 22px;
	color: #000;
	display: block;
	font-weight: bold;
	text-align: left;

	line-height: 1.3em;
	margin: 0 0 5px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
}

.help-block1,
.help-block2,
.help-block3 {
	background: #f2fafd;
	padding: 25px;
	min-height: 380px;
	color: #333;
	margin-top: 15px;
	border: 1px solid #e4f4fa
}

.help-category {
	overflow: hidden;
	margin-top: 0;
	padding-bottom: 40px
}

.help-category ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left
}

.help-category ul li {
	width: 25%;
	display: block;
	float: left;
	font-size: 14px;

	line-height: 24px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	padding: 15px 15px 0;
	border: 1px solid #fff;
	min-height: 140px
}

.help-category a {
	font-weight: 600;
	color: #2173d4
}

.help-category ul li:hover {
	background: #fff;
	border: 1px solid #e5e5e5
}

.help-category a span {
	color: #333;
	display: block;
	margin-top: 5px;
	font-weight: 400
}

.box-title {
	padding: 0 0 18px;
	font-size: 13px;
	color: #000;

	font-weight: 700;
	line-height: normal
}

.help-block2 span,
.help-block3 p {
	margin-bottom: 25px;

	font-weight: 400;
	font-size: 14px
}

.help-block3 p {
	margin-top: 0
}

.help-block2 a {
	display: block;
	overflow: hidden;
	padding-left: 55px
}

.help-block2 a img {
	display: inline-block;
	float: left;
	position: absolute;
	margin-left: -55px;
	margin-top: 5px
}

.help-block2 span {
	margin-top: 0;
	color: #333;
	display: block
}

.block-title {
	padding: 0;
	font-size: 14px;
	color: #2173d4;

	font-weight: 600
}

.article-header,
.back-links,
.help-block1 ul li {

	font-weight: 400
}

.help-block1 ul {
	overflow: hidden;
	padding: 0 0 7px;
	margin: 0 0 7px;
	text-align: left;
	border-bottom: 1px #d1eaf4 solid
}

.help-block1 ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	width: 280px;
	line-height: 21px
}

.help-block1 ul .number {
	font-weight: 400;
	color: #333;
	width: 20px
}

.help-block1 ul:last-child {
	border: none
}

.article-header {
	font-size: 18px;
	color: #333
}

.back-links {
	font-size: 14px;
	margin-top: 10px
}

.my-plan-selected a {
	background: #ef073f;
	box-shadow: 0 3px 0 #bd002e;
	display: inline-block;
	height: 30px;
	font-weight: 600;

	text-rendering: optimizeLegibility;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	box-sizing: content-box;
	border: 0;
	outline: 0;
	cursor: pointer;
	white-space: nowrap;
	padding: 7px 30px;
	border-radius: 2px;
	float: none;
	margin: 25px 0 0;
	width: 60%
}

.address-info {
	color: #aaa;
	font-size: 14px;
	font-weight: 400;

	line-height: 24px
}

.address-info strong {
	font-weight: 600;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;

	color: #fff
}

.footer-links ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left
}

.footer-links ul li {
	color: #aaa;
	font-size: 14px;
	font-weight: 400;

}

.footer-links a {
	color: #aaa
}

.footer-links h3 {
	font-weight: 600;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;

	color: #fff;
	padding-top: 0;
	margin-top: 0
}

iframe {
	margin: 0;
	padding: 0
}

.win-mac {
	float: right;
	margin-right: 12px
}

.win-mac i {
	margin-left: 5px
}

.one-time-plan-box,
.subscription-plan-box {
	width: 40%;
	padding: 0 7px
}

#pricing-section .pricing-inner-wrapper.premium {
	padding: 0 7px 0 0;
	width: 50%;
	float: left
}

#pricing-section .pricing-inner-wrapper.platinum {
	padding: 0 0 0 7px;
	width: 50%;
	float: right
}

#header .navbar-default .navbar-nav>li>a:focus,
#header .navbar-default .navbar-nav>li>a:hover {
	color: #000
}

.support-article img {
	max-width: 100%;
	height: auto
}

.my-plan #pricing-section {
	background: inherit;
	padding: 0
}

.comment-list.row {
	margin-left: -10px;
	margin-right: -10px
}

.header-download {
	overflow: hidden;
	padding: 15px 0;
	margin: 40px 0 0
}

.support-email {
	text-align: right;

	color: #444;
	margin-top: 10px
}

.header-download-logo {
	text-align: center
}

.normal-texts {

	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: center;
	color: #333;
	padding: 10px 180px;
	font-size: 17px
}

.normal-texts em {
	display: block;
	font-size: 14px;

	font-style: italic;
	color: #777
}

.download-section {
	overflow: hidden;
	color: #333;
	padding-top: 30px
}

.download-section .left-section {
	padding-right: 25px
}

.download-section .right-section {
	padding-left: 25px
}

.download-section .step {
	overflow: hidden;
	margin-bottom: 10px
}

.download-section .first {
	margin-top: 18px
}

.download-section .step .number {
	background: #fff;
	border-radius: 2px;
	width: 60px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: #50c770;
	font-size: 42px;
	font-weight: 600;
	float: left;
	margin-top: 10px;
	border-right: 2px #e5e5e5 dotted
}

.download-section .step .text {
	width: 385px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;

	font-size: 14px;
	line-height: 24px
}

.download-section p.bottom-msg {
	margin-top: 5px;
	line-height: 24px;
	text-align: center;
	padding: 0 250px;

	font-weight: 400
}

.fa-Testimonial .cust-logos {
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom: 2px #e5e5e5 solid;
	margin-bottom: 5px
}

.fa-Testimonial h2 {
	color: #000;
	display: inline-block;
	font-size: 38px;
	font-weight: 400;
	margin: auto;

	padding-top: 30px
}

.fa-Testimonial h3 {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 8px auto 15px;

	color: #777;
	text-align: center;
	width: 70%
}

.tips-rhs-box .dwn-btn-mambo:before,
.tips-rhs-box .dwn-btn-pageperi:before,
.tips-rhs-box .dwn-btn-tru:before,
.tips-rhs-box .dwn-btn-zilla:before {
	content: "\f0ab";
	font-family: FontAwesome;
	margin-right: 6px
}

.fa-Testimonial-title,
.test-text {
	line-height: 24px;

}

.fa-Testimonial span {
	font-size: 18px;
	display: inline-block
}

.fa-Testimonial-copy {
	padding: 35px 10px 50px 60px;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.fa-Testimonial-title {
	font-size: 14px;
	margin-bottom: 45px;
	text-align: left;
	font-weight: 400;
	position: relative;
	color: #585858;
	margin-top: 0;
	padding-right: 50px
}

.fa-Testimonial-title:before {
	position: absolute;
	left: -28px;
	height: calc(100% + 46px);
	width: 100%;
	top: -23px;
	background: #fbf8b2;
	border-radius: 12px;
	transform: skewX(-10deg);
	z-index: -1
}

.fa-Testimonial-title:after {
	position: absolute;
	top: 145px;
	left: 30px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #fbf8b2 transparent;
	display: block;
	width: 0;
	right: inherit;
	z-index: 10000
}

.fa-Testimonial-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.fa-Testimonial-smallPic {
	border-radius: 50%;
	vertical-align: middle;
	height: 70px;
	width: 70px;
	margin-bottom: 0
}

.fa-Testimonial-info {
	text-align: left;
	margin-left: 1.5rem
}

.fa-Testimonial-info p {
	margin-top: 22px
}

.fa-Testimonial-name {
	font-weight: 600;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0;

}

.test-text {
	font-weight: 400;
	color: #111;
	padding: 20px 25px;
	background: #fcfacf;
	border: 1px solid #f0e058;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden
}

.user-photo {
	width: 60px;
	float: left
}

.user-photo img {
	border-radius: 999px;
	width: 60px
}

.user-text {
	float: left;
	width: 350px;
	margin-left: 30px
}

#loadingProgressG {
	width: 88%;
	height: 6px;
	overflow: hidden;
	position: absolute;
	background: #f2f2f2;
	margin-top: -18px
}

.download-section .main-texts {
	margin-top: 0;
	line-height: 22px;
	text-align: left;

	padding-left: 60px;
	font-style: italic;
	color: #777
}

.tips-rhs-box .dwn-btn-mambo,
.tips-rhs-box .dwn-btn-pageperi,
.tips-rhs-box .dwn-btn-tru,
.tips-rhs-box .dwn-btn-zilla {
	float: none;

	margin-top: 5px;
	height: 52px;
	text-transform: uppercase
}

.download-section .main-texts strong {
	font-weight: 600
}

.tips-rhs-box .dwn-btn-tru {
	background: #2bb264;
	background: linear-gradient(to bottom, #2bb264 0, #1d9b52 100%) rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	padding: 8px 55px;
	font-size: 15px;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 3px 0 #158c47
}

.tips-rhs-box .dwn-btn-mambo,
.tips-rhs-box .dwn-btn-zilla {
	border: none;
	padding: 8px 35px;
	font-weight: 700;
	color: #fff
}

.tips-rhs-box .dwn-btn-tru:before {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top
}

.tru .main-text {
	font-size: 30px
}

.tru .main-text span {
	display: block
}

.tips-rhs-box .dwn-btn-zilla {
	background: #f8328b;
	background: linear-gradient(to bottom, #fa5ba3 0, #f8328b 100%);
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0 3px 0 #ed217d
}

.tips-rhs-box .dwn-btn-zilla:before {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top
}

.tips-rhs-box .dwn-btn-mambo {
	background: #96c83d;
	background: linear-gradient(to bottom, #a6d74e 0, #96c83d 100%) rgba(0, 0, 0, 0);
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0 3px 0 #80ae2e
}

.tips-rhs-box .dwn-btn-mambo:before {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top
}

.tips-rhs-box .dwn-btn-pageperi {
	background: #008ed6;
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 8px 25px;
	font-size: 15px;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 3px 0 #076ca0
}

.tips-rhs-box .dwn-btn-pageperi:before {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top
}

.tips-tricks .pattern-grey h3 {
	font-weight: 400;
	font-size: 16px;


	margin-top: 10px
}

.category a,
.share-list {
	font-family: Inter, sans-serif
}

.tips-tricks .pattern-grey h3 a {
	background: #ff0;
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
	font-style: italic;
	font-weight: 600
}

.share-list {
	font-size: 14px !important;
	color: #fff !important;
	margin: 0;
	padding: 0 !important;
	list-style: none !important
}

.share-list .share {
	border-radius: 3px
}

.share-list .url {
	display: flex;
	align-items: center;
	width: 90px;
	padding: 9px 15px;
	color: inherit;
	text-decoration: none
}

.share-list .genericon {
	font-size: 21px;
	line-height: 1em;
	margin: 0 10px 0 0;
	width: 30px;
	display: inline-block
}

.share-list .facebook1 {
	background: #6788ce
}

.share-list .twitter1 {
	background: #29c5f6
}

.share-list .linkedin1 {
	background: #3a9bdc
}

.share-list .googleplus1 {
	background: #e75c3c
}

#shares {
	left: 50%;
	transition: opacity .5s ease-in-out;
	top: 340px;
	margin-left: -702px;
	position: fixed;
	opacity: 1
}

.share-list li {
	display: block;
	margin: 5px 0 0 !important;
	padding: 0 !important
}

.share-list li:before {
	display: none !important
}

.category {
	overflow: hidden;
	display: block
}

.category a {
	color: #3d4350;
	font-size: 16px;
	font-weight: 700;
	display: block
}

p.category {
	padding: 0
}

.nex-prev-article {
	zoom: 1;
	width: 100%;
	padding: 25px 0;
	border-top: 2px solid #eaebed;
	border-bottom: 2px solid #eaebed;
	position: relative;
	overflow: hidden;

	margin-bottom: 25px
}

.button-nav-prev a span,
.nex-prev-article .button-nav-next a span {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	font-size: 17px;
	display: block
}

.button-nav-prev a span {
	left: 0
}

.nex-prev-article .button-nav-next a span {
	right: 0;
	left: auto
}

.banner-img,
.top-logo {
	position: relative
}

.im-arrow-left:before {
	content: "\f177";
	display: block;
	font-family: FontAwesome
}

.im-arrow-right:before {
	content: "\f178";
	display: block;
	font-family: FontAwesome
}

.navbar-header .tag-line,
.tips-rhs-box .main-text {
	font-family: Inter, sans-serif;
	text-align: center
}

.nex-prev-article .button-nav-prev {
	width: 47%;
	margin-right: 6%;
	float: left;
	line-height: 150%
}

.nex-prev-article div {
	position: relative;
	box-sizing: border-box
}

.nex-prev-article .button-nav-prev a {
	font-size: 14px;
	color: #9fa4aa;
	line-height: 135%;
	font-weight: 600;
	padding-left: 35px;
	display: block;
	-webkit-transition: .5s color ease;
	transition: .5s color ease
}

.nex-prev-article a:hover {
	color: #1f8ceb !important
}

.nex-prev-article .button-nav-next {
	width: 47%;
	float: left;
	line-height: 150%;
	margin-right: 0
}

.footer-logo-block img,
.navbar-header.tips-header {
	width: 100%
}

.nex-prev-article .button-nav-next a {
	font-size: 14px;
	color: #9fa4aa;
	line-height: 135%;
	font-weight: 600;
	display: block;
	-webkit-transition: .5s color ease;
	transition: .5s color ease;
	padding-left: 0;
	padding-right: 35px
}

.support-article ol {
	margin-bottom: 30px
}

.support-article ol li {

	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px
}

.tips-rhs-box {
	overflow: hidden;
	margin-bottom: 15px;
	border: 2px solid #dfe3e7;
	border-radius: 3px;
	padding: 30px 30px 0;
	margin-top: 40px
}

.tips-rhs-box .inner-text {
	text-align: center;
	margin-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 20px
}

.tips-rhs-box .main-text {
	font-weight: 700;
	font-size: 26px;
	color: #3d4350;
	line-height: 1.4em;

	margin-bottom: 18px
}

.tips-rhs-box p {
	font-size: 14px;

	font-weight: 400;
	line-height: 23px;
	color: #333;
	margin-top: 5px
}

.tips-rhs-box p span {
	background: #ff0
}

.tips-rhs-box .dwn-btn {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 8px 25px;
	font-size: 15px;
	height: 52px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #005885;
	margin-top: 5px
}

.navbar-header .tag-line {
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	line-height: 43px;

	margin-bottom: 0;
	margin-left: 25px;
	padding-left: 20px;
	box-shadow: inset 1px 0 0 #101011, inset 2px 0 0 #4d4d4f
}

.header-download-btn-wrapper {
	display: inline-block;
	float: right;
	color: #fff;
	line-height: 38px
}

.footer-logo-block span,
.my-plan-selected1,
.plan-button-link a {
	display: block;

}

.header-download-btn-wrapper a {
	margin-left: 5px;
	color: #fff;
	border-bottom: 1px solid #aaa;
	text-transform: uppercase
}

.tips-tricks .pattern-grey .icon-space .service-block {
	padding-bottom: 0
}

.tips-tricks .pattern-grey #stats1 {
	padding: 20px 0
}

.plan-button-link a {
	color: #1f8ceb;
	font-weight: 600;
	font-size: 16px;
	margin-top: 45px
}

.my-plan-selected1 {
	color: #ef073f;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	margin-top: 45px !important
}

.account-table td,
.affiliates-box,
.footer-logo-block span {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.email-acc a,
.small-info a {
	text-decoration: underline
}

.my-plan-selected1 i {
	color: #ef073f;
	margin-right: 5px
}

.account-table {
	margin-top: 13px
}

.account-table td {
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 10px
}

.account-table .white {
	background: #f5fcff !important
}

.account-table i {
	color: #888;
	margin-right: 5px
}

.migrate .inner-header .inner {
	padding: 67px 0 0 !important
}

.top-logo {
	background: #000;
	padding-top: 12px;
	padding-bottom: 14px;
	text-align: center;
	overflow: hidden;
	z-index: 100000
}

.top-logo img {
	height: 14px;
	margin-left: 8px;
	margin-right: 8px
}

.footer-logos {
	border-bottom: 1px #403f3f solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden
}

.footer-logo-block span {
	margin-top: 10px;
	color: #fff
}

.footer-logos .col-lg-3 {
	width: 20%
}

.footer-logo-block {
	margin-bottom: 0;
	text-align: center;
	padding: 0 15px
}

.affiliates-box,
.affiliates-box h4 {
	text-align: left;

}

.affiliates-box {
	padding: 15px 0;
	overflow: hidden;
	border-top: none;
	color: #333
}

.affiliates-box h4 {
	font-weight: 700;
	font-size: 20px;
	color: #3d4350;
	font-family: Inter, sans-serif;
	line-height: 1.4em;
	margin-bottom: 18px
}

.affiliates-box .rhs-form-box {
	background: #f4f4f4;
	padding: 20px 25px;
	border-radius: 3px;
	margin-bottom: 30px
}

.affiliates-box .fieldset {
	padding: 0 0 15px;
	border-radius: 3px;
	overflow: hidden
}

.affiliates-box .affiliate-reg-div {
	display: inline-block;
	float: left
}

.affiliates-box .form-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.affiliates-box .fieldset li {
	display: block
}

.affiliates-box .fieldset li .field {
	float: left;
	margin-top: 0;
	margin-right: 0
}

.affiliates-box label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600
}

.affiliates-box .form-list label {
	font-size: 13px;
	margin-bottom: 0
}

.affiliates-box #captcha_affregister,
.affiliates-box .form-list input {
	display: block;
	clear: both;
	width: 242px;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	padding: 6px;
	border-radius: 3px
}

.affiliates-box .form-list select {
	display: block;
	clear: both;
	width: 242px;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
	padding: 6px;
	height: 38px;
	border-radius: 3px
}

.affiliates-box .form-list .field {
	width: 245px;
	display: inline-block;
	margin-right: 0
}

.affiliates-box .reg-btn {
	background: #008ed6;
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 5px 25px;
	font-size: 14px;
	height: 40px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #076ca0;
	margin-top: 0
}

.affiliates-box .required {
	margin-top: 4px;
	font-size: 14px;

	font-weight: 400;
	color: red
}

.affiliates-box .login-input {
	display: block;
	clear: both;
	width: 420px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 3px
}

.affi-dashboard {
	margin-bottom: 7px;
	overflow: hidden;
	margin-top: 18px;
	min-height: 400px
}

.affi-dashboard h5 {
	border-bottom: 1px solid #eaeaea;
	margin: auto auto 10px;
	padding: 5px 0 10px;
	text-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;

}

.affi-dashboard h5 span {
	float: right;
	font-size: 13px;
	font-weight: 400;

}

.affi-dashboard .metrics {
	margin: 6px -15px;
	overflow: hidden;
	padding: 14px 0 0
}

.affi-dashboard .metrics .box1 {
	background-color: #fff;
	border-color: #eaeaea;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #2173d4;
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-top: 30px;
	text-align: center
}

.affi-dashboard .metrics span {
	background: #F8F8F8;
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 30px;
	text-shadow: 0 1px #FFF;
	text-transform: uppercase
}

.affi-dashboard h2 {
	margin: auto;
	padding: 5px 0 10px;
	text-shadow: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;

}

.list-table {
	line-height: 19px;
	width: 100%
}

.list-table td,
.list-table th {
	padding: 10px;
	line-height: 20px
}

.list-table thead {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #E1E1E1 #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-style: none solid solid;
	border-width: medium 1px 1px
}

.affi-dashboard table {
	border-collapse: separate;
	border-spacing: 0
}

.list-table tr {
	color: #555
}

.list-table td {
	font-size: 13px;
	vertical-align: top
}

.list-table tbody td {
	border-bottom: 1px solid #ddd
}

.list-table th {
	color: #333;
	font-size: 13px !important;
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap
}

.list-table thead tr th {
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	color: #333
}

.affi-dashboard #search-box {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	color: #242424;
	float: left;
	font-size: 14px;
	height: 40px;
	outline: 0;
	padding: 5px 40px 5px 12px;
	width: 70%
}

.button-common-link {
	font-size: 12px !important;
	font-weight: 600 !important;
	padding: 7px 12px;
	text-align: center !important;
	background: #2173d4;
	color: #fff;
	border: 1px solid #2173d4;
	display: inline-block;
	text-transform: none;
	margin-left: 10px;

	height: 40px
}

.affi-dashboard .inner {
	padding: 15px 0 25px;
	display: inline-block;
	width: 100%
}

.affi-dashboard .pager {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none
}

.affi-dashboard .pager .amount {
	padding-left: 10px;
	margin-top: 4px;
	display: inline-block;
	margin-right: 20px;
	float: left
}

.affi-dashboard .pager .pages {
	margin: 0;
	display: inline-block;
	float: right
}

.affi-dashboard label {
	font-weight: 400;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	vertical-align: top;
	line-height: 32px
}

.affi-dashboard .pages .pagination {
	margin: auto
}

.affi-dashboard .pager .pages li {
	display: inline-block
}

.affi-dashboard .pages .pagination>.active>a,
.affi-dashboard .pages .pagination>.active>a:focus,
.affi-dashboard .pages .pagination>.active>a:hover,
.affi-dashboard .pages .pagination>.active>span,
.affi-dashboard .pages .pagination>.active>span:focus,
.affi-dashboard .pages .pagination>.active>span:hover {
	background-color: #2173d4;
	color: #fff
}

.affi-dashboard .pager .pages li a {
	box-shadow: none;
	padding: 6px 12px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	font-weight: 400;
	font-size: 13px
}

.affi-banner .affi-txtarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 13px;
	margin: 5px auto auto;
	padding: 10px 15px;
	width: 100%
}

.affi-banner .affi-txt {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 10px
}

.affi-main-banner {
	display: inline-block;
	margin-bottom: 0;
	width: 100%
}

.sign_error_message {
	background: #FDC;
	border: 1px solid #ECB;
	padding: 12px 10px 12px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: auto 0 10px;
	color: #333
}

.affiliates-box .affiliate-reg-div1,
.affiliates-box .affiliate-reg-div1 .form-list .field,
.affiliates-box .affiliate-reg-div1 .form-list input {
	width: 100%
}

.affiliate-links-wrapper {
	display: block;
	width: 100%;
	margin: 15px 0;
	border-bottom: 1px solid #eaeaea;
	font-size: 13px;
	padding-bottom: 20px
}

.affiliate-links-wrapper:last-child {
	border-bottom: 0;
	margin-bottom: 25px
}

.affiliate-links-wrapper-banner {
	border-bottom: 0 solid #eaeaea;
	padding-bottom: 10px
}

.affiliate-links-wrapper span {
	padding-bottom: 15px;
	color: #333;
	font-size: 14px;
	font-weight: 500
}

.pass_error_message {
	background: #FDC;
	border: 1px solid #ECB;
	padding: 12px 10px 12px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: auto 25px 10px;
	color: #333
}

.pass_success_message {
	color: #32CD32
}

.aff-edit-wrapper #form-validate li {
	width: 48%;
	display: inline-block;
	margin-bottom: 0
}

.aff-edit-wrapper .fieldset li .field {
	width: 100%
}

.aff-edit-wrapper #form-validate li .input-box input,
.aff-edit-wrapper #form-validate li .input-box select {
	width: 95%;
	margin-bottom: 8px
}

.affi-tabs-wrapper .nav-tabs {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ddd
}

.affi-tabs-wrapper .nav-tabs>li {
	width: 20%;
	text-align: center
}

.affi-tabs-wrapper .nav-tabs>li>a {
	margin-right: 0;
	border-radius: 0;
	display: block;
	padding: 15px 15px 5px;
	background: 0 0;
	text-transform: none;
	color: #2173d4;
	line-height: 18px;
	font-size: 13px;
	font-weight: 600;

	border: none
}

.get-code,
.sign-up-bnt a {
	text-transform: uppercase
}

.affi-tabs-wrapper .nav-tabs>li>a span {
	font-size: 10px;
	color: #aaa;
	display: block;
	font-weight: 400
}

.affi-tabs-wrapper .nav-tabs>li.active>a,
.affi-tabs-wrapper .nav-tabs>li.active>a:focus,
.affi-tabs-wrapper .nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #fff;
	line-height: 18px;
	font-size: 13px;
	font-weight: 600;

	box-shadow: none;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.affi-tabs-wrapper .affiliate-links-wrapper span {
	display: none
}

.affi-tabs-wrapper .tab-content {
	margin-top: 30px
}

.affi-tabs-wrapper .affi-image-container {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd
}

.affi-tabs-wrapper .img-wrapper,
.affi-tabs-wrapper .textarea-wrapper {
	display: inline-block;
	vertical-align: top
}

.affi-tabs-wrapper .img-wrapper {
	width: 44%;
	padding-right: 15px
}

.affi-tabs-wrapper .textarea-wrapper {
	width: 55%;
	padding-left: 15px
}

.aff-forgot-pass-link {
	display: inline-block;

	font-size: 13px;

	margin-left: 10px
}

#affiliate_login_form h5,
#affiliate_register_form h5 {
	color: #000;

	font-size: 16px;
	font-weight: 600;

}

#aff-forgot-pass .error_message,
#aff-forgot-pass .thanx_message,
.affiliates-box .error_message {
	margin: auto 0 10px;
	font-size: 13px
}

.aff-inner-edit {
	padding-top: 0 !important
}

#aff-forgot-pass .thanx_message {
	color: #006400
}

#feature-list #register ul {
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 10px;
	display: inline-block;
	list-style: none;
	margin: 0 0 10px;
	padding: 0
}

#feature-list .handwritten_text1 {
	margin-left: 725px;
	margin-top: -20px;
	position: absolute;
	z-index: 100
}

#feature-list #register li:first-child {
	border-radius: 3px 3px 0 0
}

#feature-list #register li:last-child .input-box {
	border-radius: 0 0 3px 3px;
	border-bottom: none
}

#feature-list #register li {
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative
}

#feature-list .add-on {
	color: #BFBFBF;
	display: block;
	float: left;
	font-weight: 400;
	height: 18px;
	line-height: 18px;
	min-width: 16px;
	padding: 12px 2px 9px 9px;
	position: absolute;
	text-align: center;
	width: auto
}

#feature-list #register li .input-prepend .input-box {
	margin: 0;
	padding-left: 35px
}

#feature-list #register li:first-child .input-box {
	border-radius: 3px 3px 0 0
}

#feature-list #register li .input-box {
	border: none;
	border-radius: 0;
	line-height: 1;
	min-width: 378px;
	padding: 14px 10px 14px 35px;
	display: block;
	color: #6A777D;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
	font-weight: 400;

}

.small-text {

	color: #999
}

.invite-div {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 24px;

	font-weight: 400;
	color: #333
}

.invite-tbl .last {
	border-right: none
}

.invite-tbl td {
	text-align: left;
	vertical-align: top
}

.refrel-link {
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 8px 10px;
	width: 305px
}

.invite-form {
	overflow: hidden;
	width: 630px;
	margin: 30px auto 45px;
	position: relative
}

.invite-form h3 {
	font-size: 32px;
	color: #333;
	font-family: Inter, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px
}

.invite-form .form-group {
	margin-bottom: 10px
}

.form-control,
.form-control-area {
	width: 100%;
	font-weight: 400;

	margin: 5px 0 0;
	font-size: 14px
}

.form-control {
	border: 1px solid #ccc;
	color: #333;
	border-radius: 2px;
	height: 43px;
	padding: 0 10px;
	line-height: 32px
}

.form-control-area {
	display: block;
	height: 100px;
	padding: 9px 10px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px
}

.email-acc {
	text-align: center;
	display: inline-block;
	line-height: 19px;
	padding-left: 10px
}

.email-acc img {
	width: 24px;
	margin-left: 3px;
	margin-right: 3px
}

.invite-form .button_invite {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 12px 40px;
	font-size: 14px;
	height: 50px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #005885;
	margin-top: 7px;
	width: 630px
}

.dropdown span,
.dropdown-content a {
	font-weight: 400;

}

#feature-list #register li .input-block {
	border: none;
	line-height: 1;
	min-width: 378px;
	padding: 14px 10px 14px 35px;
	display: block;
	color: #6A777D;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
	font-weight: 400;

	background: #fff;
	text-align: left;
	border-radius: 0 0 3px 3px
}

.get-code,
.get-code:hover {
	color: #fff
}

.get-code {
	background: #4aca6c;
	padding: 8px 10px;
	border-radius: 3px;
	float: right;
	position: absolute;
	right: 8px;
	margin-top: -6px;
	font-size: 12px
}

.dropdown,
.header-top {
	position: relative
}

.dropdown,
.logo-icon {
	display: inline-block;
	float: left
}

.confirm_msg {
	background: #ebfee6;
	border: 1px solid #defdd6;
	padding: 12px 10px 12px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 15px auto auto;
	color: #198a37;

}

.header-top {
	padding: 18px 0;
	z-index: 120
}

.logo-icon {
	margin-right: 13px;
	padding-right: 18px
}

.dropdown span {
	color: #2a2a2a;
	padding-bottom: 8px;
	display: block;
	cursor: pointer;
	padding-top: 5px
}

.dropdown span i {
	vertical-align: top;
	margin-left: 5px;
	margin-top: 0
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	padding: 8px 0;
	z-index: 1;
	border: 1px solid #d9d9d9;
	border-radius: 2px
}

.dropdown-content p {
	display: block;
	margin: 0;
	padding: 0
}

.dropdown-content a {
	color: #777;
	display: block;
	padding: 9px 16px;
	border-bottom: 1px #eaeaea solid;
	font-size: 14px
}

.dropdown-content p:last-child a {
	border: none
}

.dropdown-content a:hover {
	color: #2173d4
}

.dropdown:hover .dropdown-content {
	display: block
}

.social-section {
	float: right;
	margin-top: 10px;
	margin-left: 20px
}

.social-section a {
	border: none;
	text-align: center;
	display: inline-block !important;
	margin-left: 2px;
	margin-right: 0;
	border-radius: 3px;
	line-height: 30px;
	vertical-align: text-top
}

.social-section a.help-icon {
	background: #fff;
	height: 30px;
	color: #008ed6;
	border-radius: 3px;
	line-height: 27px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: 700;

	padding: 0 12px;
	border: 1px solid #b3bbc1 !important
}

.social-section a.help-icon:hover {
	border: 1px solid #008ed6
}

.social-section a.heart-icon {
	background: #EF7268;
	height: 30px;
	width: 30px !important;
	color: #fff
}

.navbar-default .navbar-nav>li.sign-up-bnt {
	margin-left: 15px
}

.sign-up-bnt a {
	padding: 7px 25px !important;
	border-radius: 2px;
	border: 1px solid transparent;
	background: #000;
	-moz-transition: .2s box-shadow ease;
	transition: .2s box-shadow ease;
	font-size: 13px !important;

	color: #fff !important;
	!important;
	line-height: normal !important
}

.sign-up-bnt a:hover {
	background: #333 !important;

}

.footer .col-lg-12 {
	padding: 0
}

.left-seprator .tips-list:first-child {
	border-bottom: 0
}

.stats1-info p em {
	font-style: normal
}

.customer-snippt {
	padding-bottom: 10px
}

.customer-snippt .quote-box {
	border-radius: 10px;
	padding: 22px 25px 30px;
	margin: 5px 5px 30px;
	position: relative
}

.customer-snippt .quote-box cite {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400;
	float: left;
	width: 190px;
	text-align: left
}

.customer-snippt .quote-box cite .photo {
	display: inline-block;
	margin: 45px 0 0;
	width: 150px;
	text-align: center
}

.customer-snippt .quote-box img {
	border-radius: 999px;
	height: 150px;
	margin: 0 0 5px;
	width: 150px
}

.customer-snippt .author {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	font-style: normal;
	margin-top: 15px;
}

.customer-snippt .quote-box q {
	display: block;
	margin: 0;
	quotes: none;

	float: left;
	width: 74%;
	text-align: left;
	background-image: url(../images/qoute-img-new.png);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #707070;
	font-style: normal;
	padding: 50px 0 20px 60px;
	font-weight: 400;
	background-size: 55px;
	background-position: 0px 30px;
}

.customer-snippt .quote-box strong {
	font-weight: 700;
	color: #000;
}

.customer-snippt .quote-box q strong {
	font-weight: 500;
}

.customer-snippt {
	margin-right: -2px
}

.pattern-grey .testimonials-slider .row {
	margin: 0px
}

.pattern-grey .owl-controls {
	height: 0px;
	display: none !important;
}

.customer-snippt .item {
	margin: auto
}

.customer-snippt .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 2px;
	border: none
}

.customer-snippt .owl-theme .owl-controls .owl-buttons .owl-prev {
	right: -110px;
	position: absolute;
	top: 50%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center
}

.customer-snippt .owl-theme .owl-controls .owl-buttons .owl-prev .flex-prev:before {
	content: '\f105';
	font-size: 30px;
	font-family: FontAwesome;
	font-weight: 400;
	color: #333
}

.customer-snippt .owl-theme .owl-controls .owl-buttons .owl-next {
	left: -110px;
	position: absolute;
	top: 50%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center
}

.other-features h3,
.services h3 {
	line-height: 1.5em;
	text-transform: none
}

.customer-snippt .owl-theme .owl-controls .owl-buttons .owl-next .flex-next:before {
	content: '\f104';
	font-size: 30px;
	font-family: FontAwesome;
	font-weight: 400;
	color: #333
}



.services {
	overflow: hidden;
	padding-top: 70px;
	text-align: center;
	clear: both;
	padding-bottom: 70px;
	border-bottom: 1px solid #e6e6e6
}

.services h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.services h3 {
	font-size: 21px;
	font-weight: 400;
	color: #9b9c9e;
	margin: auto auto 35px;
	padding: 5px 10%
}

.services .container-fluid {
	padding: 0
}

.services .col {
	background: #fff;
	padding: 0;
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid
}

.services .col img {
	max-width: 70px;
	margin-bottom: 35px
}

.services .col span {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #777;
	font-weight: 400;
	z-index: 10
}

.other-features h3,
.other-features p {
	font-weight: 400
}

.services .last-row .col-lg-2 {
	border-bottom: none !important
}

.services .container .row div:last-child {
	border-right: 1px #fff solid
}

.other-features {
	overflow: hidden;
	padding-bottom: 100px;
	border-top: 0px solid #e6e6e6;
}

.other-features p {
	color: #666;
	font-size: 20px;
	margin-top: 65px
}

.other-features h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.other-features h3 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;

}

.other-features h3.dedupe-subtext {
	padding: 5px 8%;
}

.other-features ul,
.other-features ul li {
	line-height: 24px;
	font-weight: 400;

}

.other-features ul {
	overflow: hidden;
	text-align: left;
	padding: 0;
	margin: 20px 0 0;
	color: #333
}

.other-features ul li {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	padding-right: 40px;
	padding-left: 0px;
	padding-top: 25px;
	color: #707070;
	font-size: 18px;
}

.other-features ul li i {
	color: #000 !important;
	font-size: 34px;
	height: 50px;
	float: left;
	margin-top: 10px;
	width: 50px;
	margin-bottom: 15px;
}

.other-features ul li i img {
	max-width: 100%;
}

.other-features span {
	font-size: 19px;
	margin-bottom: 1px;
	color: #000;
	display: block;
	font-weight: 700;

	font-family: Inter, sans-serif;
}

.video-block .video_preview h2 {
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;

	margin-top: 0;
	-webkit-animation: scaleUp .4s;
	-o-animation: scaleUp .4s;
	animation: scaleUp .4s;
	padding-top: 0;
	margin-bottom: 10px
}

.download-msgs .text-msg span:nth-child(2),
.pay-form .normal-texts1 span:nth-child(2) {
	animation-delay: .2s
}

.download-msgs .text-msg span:nth-child(3),
.pay-form .normal-texts1 span:nth-child(3) {
	animation-delay: .4s
}

.download-msgs .text-msg span,
.pay-form .normal-texts1 span {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both
}

#account-tab-section {
	z-index: 1000;
	margin-left: 0
}

#account-tab-section ul {
	text-align: left;
	margin: 0
}

.welcome-block {
	margin-top: 0
}

.welcome-block a {
	font-size: 14px;

	text-transform: none
}

.pay-form h4,
.payment_btn,
.step1 span {
	text-transform: uppercase
}

.small-info {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #777;

	font-weight: 400
}

.my-plan .select-plan-block {
	padding: 0 8px
}

.my-plan .selected-block {
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff
}

.my-plan .selected-block .plan-heading {
	padding: 18px 15px;
	min-height: 205px;
	position: relative
}

.my-plan .selected-block.advanced-plan {
	border-top: 6px #ef7268 solid
}

.my-plan .selected-block.advanced-plan .plan-heading {
	background: #feefe8
}

.my-plan .selected-block.standard-plan {
	border-top: 6px #8acd80 solid
}

.my-plan .selected-block.standard-plan .plan-heading {
	background: #f2fff0
}

.my-plan .selected-block.elite-plan {
	border-top: 6px #69cffb solid
}

.my-plan .selected-block.elite-plan .plan-heading {
	background: #f5fcff
}

#reg_detail h3,
.my-plan .selected-block.starter-plan .plan-heading {
	background: #f8f8f8
}

.my-plan .selected-block.starter-plan {
	border-top: 6px #ddd solid
}

.my-plan .selected-block .plan-heading h4 {
	color: #000;
	font-size: 22px;

	font-weight: 700;
	margin-bottom: 10px;
	font-family: Inter, sans-serif;
	margin-top: 0;
	text-align: center
}

.my-plan .selected-block .plan-heading p {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: #222;

	min-height: 60px;
	margin: 0;
	padding: 0
}

.my-plan .selected-block .plan-pricing1 {
	font-size: 36px;
	color: #333;
	font-weight: 400;
	padding-top: 10px;
	display: block;
	line-height: normal;
	text-align: center
}

.my-plan .selected-block .plan-pricing1 span {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	vertical-align: middle;

	display: block
}

.my-plan .selected-block .plan-desc {
	padding: 15px 20px
}

.my-plan .selected-block .plan-desc ul {
	color: #333;
	border-bottom: 1px #eaeaea solid;
	margin: 0 0 10px;
	padding: 0 0 10px
}

.my-plan .selected-block .plan-desc ul li {
	text-align: left;
	display: block;
	list-style-type: disc;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 24px;

}

.my-plan .selected-block .plan-desc ul li.disable {
	opacity: .3;
	text-decoration: line-through
}

.my-plan .selected-block .plan-desc ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	content: "\f111";
	font-size: 5px;
	margin-top: 10px;
	margin-right: 8px;
	vertical-align: top
}

#footer-cta .button_download,
#footer-cta .lead1,
#footer-cta h2,
.benefits h2,
.customer-msg,
.customer-msg1,
.download-msgs .text-msg,
.download-pbm-red,
.home-screen .button_download,
.home-screen h2,
.home-screen h3,
.home-screen h4,
.home-support h2,
.home-support h3,
.install-page h3,
.install-page p,
.item_header_title,
.migrate-to .col h4,
.migrate-to h2,
.migrate-to h5,
.thank-you-pbm h1,
.thank-you-pbm p,
.welcome-msg {
	font-family: Inter, sans-serif
}

#reg_detail h3,
.pay-form h3 {
	font-size: 14px;
	color: #000;

	font-weight: 400
}

.my-plan .selected-block .plan-desc ul.last {
	margin-bottom: 0;
	border: none
}

#reg_detail {
	overflow: hidden;
	padding: 0;
	border-left: none
}

#reg_info {
	width: 100%;
	padding: 0 0 13px;
	text-align: left;
	position: relative;
	min-height: 560px
}

#reg_detail h3 {
	padding: 10px 30px;
	margin: 0 0 20px;
	border: none;
	border-bottom: 1px solid #e5e5e5
}

.pay-form {
	overflow: hidden;
	border: 2px solid #e5e5e5;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #fff
}

.pay-form .small-info {
	text-align: left;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0;
	margin-left: 190px
}

.pay-form ul {
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	text-align: left;
	width: 100%
}

.pay-form ul li {
	display: inline;
	float: left;
	text-align: left;
	width: 75%
}

.pay-form h3 {
	padding: 10px 30px;
	margin: 0;
	border: none !important;
	margin-bottom: 0 !important;
	background: #f8f8f8;
	padding-left: 20px !important
}

.pay-form i {
	color: #444;
	font-size: 20px;
	float: right;
	margin-right: -15px
}

.pay-form i.act-tick,
.pay-form.done i {
	color: #69cb95
}

.pay-inner {
	overflow: hidden;
	padding: 22px 25px;
	border-top: 1px solid #e5e5e5
}

.pay-form.done {
	border-color: #69cb95
}

.pay-form.done h3 {
	background: #fff !important
}

.or1 {
	position: relative;
	z-index: 10;
	margin-top: 15px;
	text-align: center;
	margin-left: 90px
}

.pay-form h4 {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 3px;
	text-align: left;

	margin-top: 0
}

.pay-form .label {
	color: #333;
	margin-right: 5px;
	padding-top: 10px;
	text-align: left !important;
	width: 115px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 0;

}

.pay-form .inputbox,
.pay-form .selectbox {
	border-radius: 2px;
	color: #999;
	font-size: 13px;
	margin: 0
}

.pay-form .inputbox {
	border-left: 1px solid #B0BACA;
	border-right: 1px solid #B0BACA;
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	padding: 5px 2%;
	width: 97%;
	display: inline-block;

}

.pay-form .selectbox {
	border-color: #B0BACA;
	border-left: 1px solid #B0BACA;
	border-right: 1px solid #B0BACA;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0 1px 2px rgba(130, 137, 150, .23) inset, 0 1px 0 rgba(255, 255, 255, .5);
	padding: 6px 6px 6px 4px;
	width: 48%;
	height: 38px;
	line-height: 38px
}

#reg_detail .bottom-info,
.step1 {
	margin-left: 30px;
	text-align: center
}

.pay-form .install_download {
	background: #008ed6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a9ff), color-stop(100%, #008ed6));
	background: -webkit-linear-gradient(top, #00a9ff 0, #008ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
	background: linear-gradient(to bottom, #00a9ff 0, #008ed6 100%);
	border: none;
	color: #fff;
	padding: 13px 0;
	font-size: 16px;
	height: 48px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	text-transform: uppercase;

	box-shadow: 0 3px 0 #0b6a9a;
	margin-top: 0;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box
}

.pay-form .normal-texts1 {

	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
	color: #000;
	padding: 25px 0;
	font-size: 28px
}

.pay-form .normal-texts1 span {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	width: 10px
}

.pay-form .normal-texts1 em {
	display: block;
	font-size: 20px;
	font-style: normal;
	color: #777;
	font-weight: 400;
	padding: 5px 35px;
	line-height: 28px;
	margin-top: 15px;
}

#reg_detail .bottom-info {
	margin-top: 20px;
	line-height: 22px;
	padding: 0 20px;

	font-weight: 400;
	font-size: 12px
}

.blank-col {
	width: 12.5%;
	padding: 0;
	float: left
}

.step1 {
	margin-top: 10px
}

.step1 span {
	display: inline-block;
	background: #333;
	padding: 5px 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 999px;
	font-size: 12px
}

.step1 h5 {
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px
}

#other-payment p {
	margin-top: 10px;
	color: #888;
	line-height: 22px
}

#other-payment .top-space-pay {
	margin-top: 140px
}

#other-payment .top-space-pay1 {
	margin-top: 390px
}

#other-payment .success-msg {
	background: #92cc84
}

#other-payment {
	width: 40%;
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #777;
	padding: 0;
	text-align: left;

}

#other-payment .quote-box {
	text-align: center;
	padding: 10px 40px 40px
}

#other-payment .quote-box cite {
	display: block;
	margin: auto;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400;
	width: 120px;
	text-align: center
}

#other-payment .quote-box q:before {
	height: 40px;
	margin: 0;
	width: 40px;
	left: 0;
	background: url(../images/qoutes_left.png) 0 10px no-repeat;
	position: relative;
	display: inline-block;
	vertical-align: bottom
}

#other-payment .quote-box .author {
	color: #106ef0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	display: block;

}

#other-payment .quote-box cite .photo {
	display: block;
	margin: 5px 0 0;
	width: 120px;
	text-align: center
}

#other-payment .quote-box img {
	border-radius: 999px;
	height: 120px;
	margin: 0 0 5px;
	width: 120px
}

#other-payment .quote-box q {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	quotes: none;

	text-align: center
}

.payment_btn {
	background: #69cb95;
	border: none;
	color: #fff;
	padding: 12px 0;
	font-size: 16px;
	height: 45px;
	border-radius: 3px;
	float: none;
	font-weight: 700;

	box-shadow: inset 0 -3px 0 0 #4fb67d;
	width: 100%
}

.account-link,
.desc-block {
	font-weight: 600;
	text-align: center
}

.account-link {
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
	text-decoration: underline
}

.desc-block {
	line-height: 25px;
	margin-top: 35px;
	padding: 0 5%;
	color: #ec8717 !important;
	font-size: 16px !important;

}

.reg_detail .error_message {
	background: #FDC !important;
	border: 1px solid #ECB !important;
	padding: 5px 10px 5px 12px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: auto auto 10px;
	color: #333 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 14px !important;

}

.welcome-msg {
	margin: 18px 0 0 20px;
	color: #777;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	border-right: 1px #b1b1b1 solid;
	padding-right: 20px;
	line-height: 15px;
}

.welcome-msg i {
	margin-right: 3px
}

em.required,
em.required1 {
	font-size: 32px;
	position: absolute;
	font-style: normal
}

em.required {
	margin-top: 5px
}

em.required1 {
	margin-top: 8px;
	left: 14px
}

p.pricing-text {
	padding-left: 0
}

.benefits {
	padding: 0 0 10px;
	overflow: hidden
}

.benefits h2 {
	font-size: 26px;
	margin-top: 35px;
	font-weight: bold;
	color: #000;

	padding-bottom: 0
}

.benefits .inner-block .benefits__block {
	display: table-cell;
	border-bottom: none;
	border-right: 1px solid #EFEFEF;
	padding: 0 50px;
	width: 50%;
	text-align: center
}

.about-block {
	text-align: left;
	margin: 10px auto 60px
}

.about-block img {
	width: 60px;
	display: none
}

.about-block h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

#footer-bottom h1 {
	font-size: 46px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

#footer-bottom h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #ccc;

	margin: auto auto 20px;
	text-align: center
}

#footer-bottom .lead1 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #fff;

	margin: auto auto 42px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 32% 0
}

.button_download_small {
	border: 1px solid #00a9ff;
	border-radius: 3px;
	padding: 7px 16px !important;
	background: #00a9ff;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;

}

#footer-bottom .button_download {
	border: none;
	padding: 16px 35px;
	font-size: 20px;
	border-radius: 3px;
	float: none;
	font-weight: 600;
	text-transform: capitalize;

	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0 4px 0 #ccc;
	color: #3c4fdf;
	outline: 0
}

#footer-bottom,
#footer-cta {
	margin-bottom: 20px;
	color: #fff
}

#footer-bottom .button_download span {
	font-size: 16px;
	color: rgba(0, 142, 214, .5);
	font-weight: 400;
	display: inline-block;
	margin-left: 2px;
	text-transform: none;

}

#footer-bottom {
	background-image: linear-gradient(82deg, #4357ec, #3c4fdf)
}

#footer-bottom .inner {
	padding-top: 80px;
	padding-bottom: 80px;
	height: auto
}

#footer-cta {
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(#fcfeff, #eff9ff);
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6
}

#footer-cta .inner {
	padding-top: 70px;
	padding-bottom: 70px;
	height: auto
}

#footer-cta .button_download {
	background: #000;
	border: none;
	color: #fff;
	padding: 10px 32px;
	font-size: 22px;
	border-radius: 3px;
	float: none;
	font-weight: 500;

	margin-bottom: 0;
	display: inline-block;
	border: 1px #000 solid;
}

#footer-cta .button_download span {
	font-size: 17px;
	font-weight: 400;
	text-transform: none;

	vertical-align: 2px;
	font-style: italic
}

#footer-cta .lead1 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #777;
	margin: auto auto 35px;
	text-align: center;
	line-height: 1.5em;
	padding: 0 25%
}

#footer-cta h2,
.migrate-to h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px
}

#footer-cta h2 {
	color: #000;
	margin-top: 0;
	padding: 0;
	line-height: 1.4em
}

.tips-cta {
	padding-top: 0
}

.tips-cta .customer-snippt1 {
	margin-top: 70px !important
}

.tips-cta h2 {
	padding-top: 200px !important
}

.tips-cta .clients-block {
	background: #fff !important;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2) !important
}

.migrate-to {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px
}

.migrate-to h2 {
	color: #000;
	margin-top: 0;

}

.migrate-to .col,
.migrate-to h5 {
	font-weight: 400;

	text-align: center
}

.migrate-to h5 {
	font-size: 21px;
	text-transform: none;
	color: #9b9c9e;
	margin: auto auto 35px;
	line-height: 1.5em;
	padding: 5px 15%
}

.migrate-to .col {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 25px 30px 10px;
	border-radius: 2px;
	height: 410px
}

.migrate-to .col .photo {
	margin-bottom: 15px;
	text-align: center;
	height: 115px
}

.migrate-to .col h4 {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 15px;
	line-height: 1.4em
}

.migrate-block .need-text {
	padding-top: 150px
}

#press-kit-home .press-test .quote-box {
	border-radius: 10px;
	padding: 10px 25px 0 0;
	margin: 0 0 30px;
	position: relative;
	overflow: hidden
}

#press-kit-home .press-test .quote-box cite {
	display: block;
	margin: 0;
	font-style: normal;
	font-size: 12px;
	color: #c3c9d1;

	font-weight: 400;
	float: left;
	width: 165px;
	text-align: center
}

#press-kit-home .press-test .quote-box cite .photo {
	display: inline-block;
	margin: 10px 0 0;
	width: 140px;
	text-align: center
}

#press-kit-home .press-test .quote-box img {
	border-radius: 999px;
	height: 120px;
	margin: 0 0 5px;
	width: 120px
}

#press-kit-home .press-test .author {
	color: #4fb67d;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	display: block;

}

#press-kit-home .press-test .quote-box q:before {
	height: 30px;
	margin: 0;
	width: 35px;
	left: 0;
	background: url(../images/qoutes_left.png) 0 10px no-repeat;
	background-size: 24px;
	content: "";
	position: relative;
	display: inline-block
}

#press-kit-home .press-test .quote-box q {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	quotes: none;
	float: left;
	width: 520px;
	text-align: left
}

#press-kit-home .press-test .quote-box q.full-testimonails {
	width: auto;
	margin-left: 25px;
	border-top: 1px #ddd solid;
	padding-top: 30px
}

.faq-block {
	overflow: hidden;
	padding: 110px 0 0px;
	text-align: left
}

.press-kit-home {
	padding: 30px 0 50px !important;
	position: relative;
	overflow: hidden;
	background: #f8f8f8;
	border-bottom: 0px solid #e6e6e6
}

.press-kit-home .press-box {
	padding: 0 4px
}

.press-kit-home .press-block {
	display: inline-block;
	margin: 0 9px 26px;
	padding: 35px 22px;
	background-color: #fff;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	position: relative;
	transition: all .3s;
	bottom: 0;
	border: 1px solid #efefef
}

.download-pbm .get-started-btn-big,
.get-started-btn-big {
	-webkit-transition: .2s box-shadow ease;
	-moz-transition: .2s box-shadow ease;
	outline: 0
}

.press-kit-home .press-logo {
	height: 70px;
	padding-top: 0;
	overflow: hidden;
	border-top: 0 #e5e5e5 solid;
	background: #fff
}

.press-kit-home .press-logo img {
	margin-top: 15px
}

.press-kit-home .client-block {
	background-position: left top;
	background-repeat: no-repeat;
	padding: initial;
	height: 125px
}

.press-kit-home q {
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 26px;
	padding-bottom: 0;
	overflow: hidden;

	color: #333;
	text-align: center;
	quotes: none
}

.home-screen h2,
.home-screen h3 {
	color: #fff;
	text-align: center
}

.press-kit-home .press-block:hover {
	bottom: 5px;
	cursor: pointer;
	box-shadow: 0 0 17px 6px rgba(0, 0, 0, .05)
}

.home-screen {
	position: relative
}

.home-screen-inner {
	position: relative;
	padding: 70px 0 85px;
	text-align: center
}

.home-screen:before {
	background-color: #319BED;
	width: 100%;
	height: 650px;
	position: absolute
}

.home-screen h2 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;

}

.home-screen h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;

	margin: auto auto 55px;
	line-height: 1.5em;
	padding: 5px 20%
}

.home-screen h4 {
	font-size: 30px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 45px;

}

.home-screen p {
	font-weight: 400;

	margin-bottom: 25px;
	font-size: 14px
}

.home-screen .button_download {
	background: #56be8e;
	border: none;
	color: #fff;
	padding: 16px 35px;
	font-size: 18px;
	border-radius: 3px;
	float: none;
	font-weight: 600;

	margin-bottom: 0;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #3ab16a
}

.customer-snippt1 {
	width: 1050px;
	margin: 95px auto auto;

	line-height: 1.6em
}

.clients-block {
	width: 320px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 30px 30px 27px;
	margin-right: 15px;
	margin-left: 15px;
	border: none;
	border-bottom: 8px #faa928 solid;
	border-radius: 3px 3px 0 0;
	margin-bottom: -7px
}

.clients-block img {
	border-radius: 80px;
	height: 105px;
	margin: -70px 0 20px;
	width: 105px
}

.clients-text1 {
	background-image: url(../images/small-qoute.png);
	background-position: left top;
	background-repeat: no-repeat
}

.clients-block-meta {
	color: #858586;
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 11px 0 0
}

.clients-txt1 p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	color: #000
}

.home-support {
	overflow: hidden;
	padding: 45px 0 85px;
	text-align: center;
	background: #f9fafb;
	border-top: 1px solid #e6e6e6
}

.home-support h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;

}

.home-support .customer-snippt1 {
	margin-top: 45px !important
}

.home-support h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	color: #777;

	margin: auto auto 40px;
	text-align: center;
	line-height: 1.5em;
	padding: 5px 15%
}

.item_header_title {
	font-weight: 600;
	color: #000;
	font-size: 24px
}

.item_header_title .text-regular {
	font-weight: 500
}

.home-support .item_text {
	text-align: left;
	margin-top: 25px;
	color: #000
}

.last-review {
	margin-top: 70px
}

.home-page #features-section h2 {
	padding: 0 12%
}

.landing-page .cat-list {
	border: none !important
}

.landing-page #extras ul h2 {
	margin-bottom: 0
}

.landing-page h2 a {
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.landing-page h2 a:hover {
	color: #2173d4
}

.thank-you-pbm {
	background-color: #fff;
	padding: 30px 0 80px;
	overflow: hidden
}

.thank-you-pbm p {

	padding: 0px 10%;

	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;
	margin-top: 5px;
}

.thank-you-pbm p a {
	font-weight: 700;
}

.thank-you-pbm p a:hover {
	text-decoration: underline;
	color: #000;
}

.thank-you-pbm h1 {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 800;
	font-family: Family, serif;
	line-height: 60px;

}

.thank-you-pbm i,
.thank_msg i {
	color: #50ba6c;
	font-size: 120px;
	font-weight: 600;
}

.mac-page #feature-list h1 {
	font-size: 54px !important
}

.customer-msg,
.customer-msg1 {
	padding: 30px 25px;
	margin: 0 16%;
	color: #000;
	font-size: 19px;

	font-weight: 400;
	line-height: 30px;
	text-align: center
}

.customer-msg {
	background: #eefef2;
	border: 2px solid #c9eed6;
	border-bottom: 4px #c9eed6 solid;
	border-radius: 10px
}

.customer-msg1 {
	background: #feeeea;
	border: 2px solid #f9d8d2;
	border-bottom: 4px #f9d8d2 solid;
	border-radius: 10px
}

.download-pbm-red {
	font-weight: 500
}

.download-pbm-red {
	padding: 16px 30px 15px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #e65d56;
	outline: 0;
	display: inline-block;
	color: #fff;

	font-size: 16px;
	text-transform: uppercase;
	margin-top: 25px;
	box-shadow: 0 3px 0 #c93b34
}


.download-msgs {
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px
}

.download-msgs .text-msg {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px
}

.download-msgs h1 {
	font-size: 22px;
	line-height: 1.4em;
	padding: 0 60px;
	color: #000
}

.download-msgs .text-msg span {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 999px;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	margin-right: 2px
}

@keyframes blink {

	0%,
	100% {
		opacity: .2
	}

	20% {
		opacity: 1
	}
}

.install-page {
	overflow: hidden;
	text-align: left
}

.install-page .install-step {
	margin-top: 0px;
	margin-bottom: 100px
}

.install-page .install-videos {
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	padding: 6px
}

.install-videos .help-article .help-block iframe {
	width: 100%
}

.install-page h3 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.install-page p {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;
}

.install-page p a {
	font-weight: 700;
}

.install-page p a:hover {
	color: #000;
	text-decoration: underline;
}

.domain-block {
	position: relative;
	width: 578px;
	margin: 20px auto 12px;
	background-color: #7777;
	padding: 15px;
	border-radius: 3px
}

.domain-input {
	width: 368px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 19px 10px 17px 20px;
	border: none;
	font-family: Inter,
		sans-serif;

	color: #999;
	border-radius: 3px;
	box-shadow: 0 3px 0 #ddd;
	display: inline-block;
	margin-right: 10px
}

.small-text1 {
	font-size: 15px;

	font-family: Inter, sans-serif
}

.email-block-div .button_get_started,
.get-started-btn-big {
	display: inline-block
}

.get-started-btn-big {
	padding: 17px 30px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #000;
	color: #fff;
	font-weight: 600;
	transition: .2s box-shadow ease;
	top: 20px;
	right: 20px
}

.small-text1 {
	position: relative;
	width: 500px;
	margin: 4px auto auto;
	color: #777;
	font-weight: 400;
	text-align: center
}

.email-block-div {
	position: relative;
	width: 610px;
	margin: 20px auto 30px;
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 8px
}

.email-input {
	width: 368px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 15px 10px 15px 20px;
	font-family: Inter,
		sans-serif;

	color: #999;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #d1d1d1
}

#pricing-section .ac-new-box h1,
#pricing-section .product-collateral h1,
#pricing-section h2,
#pricing-section.new-text .pricing-inner-wrapper .pricing-inner .plan-heading p,
.ac-new-box p.sub-heading,
.button_subscribe,
.download-pbm .get-started-btn-big,
.email-block-div .button_get_started,
.get-started-bnt a,
.main-services .bottom-txt,
.main-services h2,
.main-services h3,
.main-services h4,
.never-loose h2,
.never-loose h3,
.never-loose h4.new-text,
.never-loose h4.old-text,
.new-box p.sub-heading,
.new-desc-box h2,
.new-desc-box span,
.new-p-p .txt-l,
.new-p-p td,
.new-p-p th,
.new-p-p ul,
.new-testimonials h2,
.new-testimonials h3,
.o-n-vs-test,
.offer-p-text,
.offer-price,
.right-box .new-testimonials h3,
.right-box .new-testimonials h4,
.store-info.new-release-notes h2,
.v-text,
.win-mac-icon span {
	font-family: Inter, sans-serif
}

.email-block-div .button_get_started {
	background: #000;
	border: none;
	color: #fff;
	padding: 14px 40px;
	font-size: 14px;
	border-radius: 3px;
	float: none;
	font-weight: 600;

	margin-bottom: 5px;
	vertical-align: top
}

.video-block-home {
	padding: 5px 0;
	margin-bottom: 50px
}

.video-block-home .row {
	margin: auto;
	text-align: center
}

.video-block-home iframe,
.video-block-home video {
	border: 15px solid;
	border-radius: 10px
}

.main-services {
	overflow: hidden;
	padding-top: 90px;
	text-align: center;
	clear: both;
	padding-bottom: 60px;
	border-bottom: 1px #e5e5e5 solid
}

.main-services h2 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;

}

.main-services h3 {
	font-size: 21px;
	font-weight: 400;
	color: #9b9c9e;

	margin: auto auto 55px;
	line-height: 1.5em;
	padding: 5px 10%
}

.main-services h4 {
	color: #f27398;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 9px;
	line-height: 1.2em
}

.main-services .bottom-txt,
.main-services p {
	font-weight: 400;
	margin-right: 0;
	border-radius: 2px;

	text-align: center;
	overflow: hidden
}

.main-services p {
	color: #363945;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0;
	padding-bottom: 10px
}

.main-services .bottom-txt {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	margin-top: 30px;
	padding: 10px 18%
}

.services-icon {
	margin-bottom: 30px
}

.support-block .clients-block {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	border: none
}

.support-block .clients-block .clients-txt1 p strong {
	font-weight: 600
}

.win-mac-icon {
	text-align: center;
	margin-bottom: 35px;
	color: #999;
	text-transform: uppercase
}

.win-mac-icon span {
	margin-right: 25px;
	font-size: 15px;
	font-weight: 500;
	color: #777;

}

.lifetime-note {
	padding: 40px 18% 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #333;
	text-align: center
}

.download-pbm {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 14px
}

.download-pbm .get-started-btn-big {
	padding: 12px 35px;
	border-radius: 6px;
	border: 1px solid transparent;
	background: #000;
	display: inline-block;
	color: #fff;
	transition: .2s box-shadow ease;
	font-size: 22px;
	font-weight: 600;

}

.get-started-bnt a,
.get-started-btn-big1,
.get-started-btn-big2 {
	-webkit-transition: .2s box-shadow ease;
	-moz-transition: .2s box-shadow ease
}

#video-bnt a,
.get-started-bnt a {
	transition: .2s box-shadow ease;
	outline: 0
}

p.sub-heading.new-text {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 30px;
	text-transform: inherit;

	margin-top: 5px;
	padding: 0 18%;
}

#pricing-section h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;

	margin-bottom: 6px;
	margin-top: 25px;
	text-align: center;


}

.new-box p.sub-heading {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 30px;
	text-transform: inherit;

	margin-top: 15px;

	padding: 5px 22%
}

.new-box {
	margin-top: 15px;
	padding-top: 25px
}

.pricing-top-bg {
	padding: 150px 0 60px;
	border-bottom: 0px solid #e6e6e6;
}

.ac-new-box {
	margin-top: 60px;
	margin-bottom: 40px
}

#pricing-section .ac-new-box h1 {
	font-size: 40px;
	color: #000;
	font-weight: 500;

	margin-bottom: 10px;
	margin-top: 25px;
	text-align: center
}

.ac-new-box p.sub-heading {
	padding: 0 9%;
	font-size: 19px;
	font-weight: 400;

	text-align: center;
	line-height: 24px;
	color: #6c798b
}

.color-new-bg {
	background: #7077e3;
	background: linear-gradient(180deg, #7077e3, #9c6fc7)
}

.heading-block.tips-article p.sub-heading.new-text,
.heading-block.tips-article p.sub-heading.new-text a {
	margin-top: 15px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	padding: 0 8%;
	line-height: 1.5em
}

.color-new-bg2 {
	background: #4b4b77
}

.color-new-bg3 {
	background: linear-gradient(45deg, #6fe594, #27a47c)
}

.color-new-bg1 {
	background: #37517e
}

.new-testimonials {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 30px
}

.new-testimonials .customer-snippt1 {
	width: 100%;
	margin-top: 5px
}

.new-testimonials .clients-block {
	width: 304px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2)
}

.help-article.gray-bg-full .new-testimonials .row {
	margin: 0 -15px
}

#feature-list .inner_1 {
	padding: 10px 0;
	background: rgba(0, 5, 8, .75);
	height: inherit
}

.color-new-bg1 .small-text1 {
	text-align: center
}

.new-testimonials h2 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.new-testimonials h3,
.right-box .new-testimonials h3,
.right-box .new-testimonials h4 {}

.new-testimonials h3 {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	color: #555;
	margin: auto auto 20px;
	text-align: center;
	line-height: 1.5em;
	padding: 0 6%
}

.new-testimonials .owl-carousel .owl-item {
	padding-top: 45px
}

.heading-block.tips-article.new-ch h2 {
	color: #fff;
	font-size: 42px !important
}

.heading-block.tips-article.new-ch p.sub-heading.new-text,
.heading-block.tips-article.new-ch p.sub-heading.new-text a {
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	line-height: 1.4em;
	text-align: left
}

.heading-block.tips-article.new-ch .left-box {
	float: left;
	width: 42%;
	text-align: left
}

.heading-block.tips-article.new-ch .download-pbm {
	text-align: left;
	margin-top: 24px
}

.color-new-bg1 .heading-block.tips-article.new-ch .small-text1 {
	text-align: left;
	margin-top: 15px
}

.right-box {
	float: right;
	width: 48%
}

.right-box .new-testimonials h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	color: #fff;
	margin: auto auto 10px;
	text-align: center;
	line-height: 1.5em;
	padding: 0 0 0 50px
}

.right-box .new-testimonials h4 {
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	line-height: 1.4em;
	text-align: left
}

.right-box .clients-txt1 p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #000;
	margin-top: 0
}

.right-box .clients-block img {
	border-radius: 80px;
	height: 70px;
	margin: -70px 0 14px;
	width: 70px
}

.right-box .new-testimonials {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 20px
}

.right-box .new-testimonials .clients-block {
	width: 375px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	padding: 30px 15px 20px;
	float: none;
	margin: auto
}

.heading-block.tips-article.new-ch p.sub-heading.new-text a {
	padding: 0 0 8px !important
}

.heading-block.tips-article.new-ch {
	width: 92% !important;
	padding: 20px 0 15px !important;
	display: inline-block
}

.heading-block.tips-article.new-ch .download-pbm .get-started-btn-big {
	padding: 14px 25px;
	font-size: 15px
}

.right-box .clients-block-meta {
	color: #858586;
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0 0
}

.offer-box {
	display: inline-block;
	text-align: center;
	margin-top: 5px
}

.offer-price {
	text-decoration: line-through;
	font-size: 20px;
	color: #777777;
	display: inline-block;
	margin-right: 2px;
	font-weight: 500
}

.offer-p-text,
.v-text {
	font-weight: 400;
	display: inline-block
}

.v-text {
	font-size: 18px;
	color: #777777;
	margin-right: 5px;
	vertical-align: 1px
}

.offer-p-text {
	color: #00AD21;
	font-size: 13px;
	vertical-align: 2px
}

.new-desc-box {
	text-align: left;
	margin-left: 50px;
	margin-bottom: 70px;
	position: relative
}

.new-desc-box h1 {
	font-size: 50px;
	line-height: 1.4em;
	color: #000;
	font-weight: 700;
	text-align: center;

	margin-bottom: 16px;
	margin-top: 25px;
	font-family: Family, serif;
}

.new-desc-box h2 {
	font-size: 40px;
	line-height: 46px;
	color: #000;
	font-weight: bold;
	text-align: left;

	margin-bottom: 25px;
	margin-top: 25px;



}

.new-desc-box span,
.new-p-p td,
.new-p-p th {
	font-weight: 400
}

.new-desc-box span {
	display: inline-block;
	width: 100%;
	margin-bottom: 66px !important;
	font-size: 26px;
	color: #333;
	font-weight: 400;
	line-height: 40px;
	font-family: "Family", Serif;
}

.new-p-p ul {
	top: 0;
	z-index: 10;
	padding-bottom: 14px;
	display: none
}

.new-p-p li {
	list-style: none;
	flex: 1
}

.new-p-p li:last-child {
	border-right: 1px solid #DDD
}

.new-p-p li.active button {
	background: #F5F5F5;
	color: #000
}

.new-p-p table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%
}

.new-p-p th {
	background: #F5F5F5
}

.new-p-p td,
.new-p-p th {
	height: 53px;
	border: 1px solid #eee;
	padding: 10px;
	empty-cells: show;
	text-align: left;
	color: #000;
	font-size: 17px;
	width: 330px
}

.new-p-p tr.no-border td {
	border: 0 solid #eee
}

.new-p-p.new-d td,
.new-p-p.new-d th {
	border: 0 solid #eee;
	padding: 10px;
	empty-cells: show
}

.new-p-p.new-d th {
	background: #fff
}

.new-p-p td+td,
.new-p-p th+th {
	text-align: center;
	display: none
}

.new-p-p td,
.new-p-p th {
	display: table-cell !important
}

.new-p-p .sep {
	background: #F5F5F5;
	font-weight: 700
}

.new-p-p .txt-l,
.new-p-p th {
	font-weight: 600
}

.new-p-p .txt-l {
	font-size: 28px
}

.new-p-p .txt-top {
	position: relative;
	top: -9px;
	left: -2px
}

.new-p-p .tick {
	font-size: 18px;
	color: #2CA01C
}

.new-p-p .hide {
	border: 0;
	background: 0 0
}

.new-p-p td+td {
	width: 180px;
	color: #858585
}

.new-p-p th+th {
	width: 180px;
	color: #000
}

tr.bg-color {
	background: #f8f8f8
}

.button_subscribe {
	background: #000;
	border: none;
	color: #fff;
	padding: 12px 0;
	font-size: 14px;
	border-radius: 3px;
	float: none;
	font-weight: 600;

	margin-bottom: 0;
	box-shadow: 0 3px 0 #54aa0e;
	display: block;
	text-transform: uppercase;
	width: 100%
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p {
	display: inline-block;
	text-align: center;
	width: 100%
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p li {
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 400;
	color: #040402;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .higlighted-bg1 .plan-desc ul li.bg-color {
	background: #e8f5fd;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p li:before {
	display: none
}

.get-started-bnt a,
.plan-text {
	display: inline-block;
	text-transform: uppercase
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p li .tick {
	font-size: 18px;
	color: #2CA01C;
	background: url(../images/check-m-icon.png) top center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -3px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p li .cross-mark {
	font-size: 18px;
	color: #f33;
	background: url(../images/x-mark.png) top center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -4px;
}

#pricing-section .product-collateral h1 {
	font-size: 40px;
	color: #000;
	font-weight: bold;

	margin-bottom: 10px;
	margin-top: 55px;
	text-align: center
}

#pricing-section.new-text .pricing-inner-wrapper .pricing-inner .plan-heading p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #777777;

	min-height: 80px;
	padding: 0 8%
}

.plan-text {
	font-size: 11px;
	color: #fff;

	margin-bottom: 10px;
	background: #999;
	border-radius: 2px;
	padding: 4px 8px
}

.get-started-bnt a,
.t-label-box {
	color: #fff;
	font-weight: 600;

}

.t-label-box {
	position: absolute;
	background: #ff2c33;
	border-radius: 10px;
	padding: 0 6px 1px;
	font-size: 12px;
	top: 14px;
	right: -5px
}

.get-started-bnt a {
	padding: 7px 25px;
	border-radius: 2px;
	border: 1px solid transparent;
	background: #000;
	font-size: 13px;
	top: 20px;
	right: 20px;
	box-shadow: 0 2px 0 #54aa0e
}

.get-started-bnt a:hover {
	background: #333;
	box-shadow: 0 2px 0 #5ead1c
}

.get-started-btn-big:hover {
	background: #111;
	transition: all .4s ease;
	border: 1px solid #111;
}

.get-started-bnt {
	float: right;
	margin-top: 23px;
	margin-right: 0
}

.sticky-header,
.sticky-lhs-box {
	position: fixed;
	margin-top: 0;
	display: block
}

.sticky-header {
	z-index: 100;
	top: 0;
	width: 100%
}

#header.sticky-header {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.sticky-lhs-box {
	z-index: 10;
	width: 475px;
	top: 55px
}

#feature-compare-list .features-col.new-features-box .title-bar img {
	width: 45px;
	float: left;
	margin-right: 10px
}

#feature-compare-list .features-col.new-features-box h4 {
	float: left;
	padding: 4px 0 0;
	text-align: left;
	font-family: Inter, sans-serif;
}

#feature-compare-list .features-col.new-features-box .title-bar {
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 10px 0px
}

#feature-compare-list .features-col.new-features-box ul.features-list {
	border-bottom: 0 #eaeaea solid;
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
	padding: 0
}

#feature-compare-list .features-col.new-features-box .features-item {
	width: 100%;
	font-weight: 400;
	text-transform: none;
	font-size: 20px;
	line-height: 28px;
	color: #707070;
	text-align: left;
	list-style: none;
	border-bottom: 1px #ccc solid;
}

#feature-compare-list .features-col.new-features-box .features-item strong {
	font-weight: 700;
	color: #000;
}

#feature-compare-list .features-col.new-features-box {
	margin-bottom: 70px;

}

.never-loose {
	overflow: hidden;
	padding-top: 70px;
	text-align: center;
	clear: both;
	padding-bottom: 85px;
	background: url(../images/never-loose-bg.png) top left repeat-x;
	border-bottom: 1px solid #e6e6e6;
}

.never-loose h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.never-loose h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	color: #9b9c9e;

	margin: auto auto 35px;
	text-align: center;
	line-height: 1.4em;
	padding: 5px 18%
}

.never-loose h4.new-text,
.never-loose h4.old-text {
	font-size: 22px;
	text-transform: none;
	margin: auto auto 25px;
	line-height: 1.5em;
	text-align: center
}

.never-loose h4.old-text {
	font-weight: 500;
	color: #b1b1b1;

}

.never-loose h4.new-text {
	font-weight: 600;

	color: #56be8e
}

.old-new-img {
	position: relative
}

.o-n-vs-test {
	text-align: center;
	color: #ccc;
	font-size: 17px;
	margin: 16px 0 0;
	display: inline-block
}

.store-info.new-release-notes h2 {
	font-size: 20px;
	margin-top: 0;
	color: #000;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px #ccc solid;
	margin-bottom: 6px;
	font-weight: 700;
}

.store-info.new-release-notes .store-block2 ul {

	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	background: #fff;
	border: 0px solid #eaeaea;
	padding: 0;
	color: #707070;
	font-family: "Family", Serif;
}

.store-info.new-release-notes .store-block2 ul li {
	list-style: none;
	padding: 6px 0px 6px
}

.store-info.new-release-notes .store-block2 ul li i {
	font-weight: 400;
	margin-right: 2px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
}

.store-info.new-release-notes .store-block2 ul li.bg {
	background: #fff;
	padding: 4px 8px
}

#video-bnt {
	position: absolute;
	width: 50%;
	text-align: center;
	left: 48%;
	top: 83%;
	padding-left: 13.5%
}

#video-bnt a span {
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 12px
}

#video-bnt a {
	padding: 10px 20px;
	border-radius: 3px;
	border: 2px solid #000;
	background: #fff;
	display: inline-block;
	color: #000;
	font-weight: 600;
	box-shadow: 0 6px 20px rgba(0, 34, 51, .15);
	font-size: 13px;
	top: 20px;
	right: 20px;

	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

#video-bnt a i {
	margin-right: 6px
}

#video-bnt a:hover {
	background: #000;
	color: #fff
}

.video-popup {
	text-align: left
}

.home-video-live img.cntrl {
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 1000;
	cursor: pointer
}

.home-video-live {
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	left: 25%;
	margin: 0 0 50px;
	opacity: 1;
	position: fixed;
	text-align: left;
	top: 12%;
	padding: 20px 20px 10px;
	width: 950px;
	z-index: 1000
}

.inside-header.color1.color22 .heading-block p {
	padding: 0 12%
}

.no-padding {
	padding: 0
}

.new-tip-page .help-article.small-space-tips {
	padding: 0;
	/*min-height: 600px;*/
	margin-bottom: 20px;
}

.new-tip-page #feature-list h3 {
	font-size: 11px;
	display: block;
	font-weight: 600;

}

.new-tip-page #feature-list .new-lead,
.new-tip-page #feature-list h4 {
	font-weight: 500
}

.new-tip-page #feature-list h1 {
	font-size: 35px;
	margin-bottom: 10px
}

.new-tip-page #feature-list .inner {
	padding: 40px 20px 50px;
	height: 900px;
	display: inline-block;
	width: 100%
}

.new-tip-page #feature-list .lead1 {
	font-size: 16px;

	margin-bottom: 0;
	padding: 5px 5% 10px
}

.new-tip-page #feature-list .lead1 span {
	color: #fff
}

.new-tip-page #feature-list .new-lead {
	font-size: 16px;

	margin-bottom: 15px;
	padding: 10px 0;
	color: #faa928
}

.new-tip-page #feature-list h4 {
	color: #fff;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 12px
}

.new-tip-page .small-text1 {
	width: 100%
}

.new-tip-page .customer-snippt1 {
	width: 100%;
	text-align: center;
	margin-top: 130px
}

.new-tip-page .clients-block {
	margin-left: 8%;
	margin-bottom: 25px;
	width: 80%
}

.new-tip-page .help-article .help-block h1 {
	font-size: 52px;

	color: #000;
	display: block;
	font-weight: bold;
	text-align: left;
	line-height: 58px;
	margin: 0 0 20px;
	border-top: 0px #ccc solid;
	padding: 0px 0px 5px;
}

.new-breadcrumb li a::after,
.new-breadcrumb li a::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	top: 50%;
	margin-top: -50px;
	left: 100%
}

.new-breadcrumb,
.new_breadcrumb {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px
}

.new-tip-page .help-article .help-block {
	font-size: 20px;
	line-height: 30px;
}

.new-tip-page .help-article .help-block ol {
	padding-left: 0px
}

.new-breadcrumb {
	padding: 0;
	font-size: 14px
}

.new-breadcrumb li {
	float: left
}

.new-breadcrumb li a {
	text-decoration: none;
	padding: 6px 0 6px 50px;
	background: #71ade0;
	position: relative;
	display: block;
	float: left;
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	color: #666
}

.new-breadcrumb li:nth-child(2) a,
.new-breadcrumb li:nth-child(3) a,
.new-breadcrumb li:nth-child(4) a,
.new-breadcrumb li:nth-child(5) a {
	background: #f5f5f5
}

.new-breadcrumb li a::after {
	border-left: 30px solid #71ade0;
	position: absolute;
	z-index: 2
}

.new-breadcrumb li a::before {
	border-left: 30px solid #fff;
	position: absolute;
	margin-left: 1px;
	z-index: 1
}

.new-t-img,
.new-t-img1,
.new-t-img2,
.new-t-text,
.new-t-text1,
.new-t-text2,
.new_breadcrumb li,
a.go-ac-link {
	display: inline-block
}

.new-breadcrumb li:nth-child(2) a:after,
.new-breadcrumb li:nth-child(3) a:after,
.new-breadcrumb li:nth-child(4) a:after,
.new-breadcrumb li:nth-child(5) a:after {
	border-left-color: #f5f5f5
}

.new-breadcrumb li:first-child a {
	padding-left: 10px;
	color: #fff
}

.new-breadcrumb li:last-child a {
	background: 0 0 !important;
	color: #000;
	pointer-events: none;
	cursor: default
}

.new-breadcrumb li:last-child a::after {
	border: 0
}

.new-breadcrumb li a:hover {
	background: #3276b1;
	color: #fff
}

.new-breadcrumb li a:hover:after {
	border-left-color: #3276b1 !important
}

.f-s-landing-page {
	border-bottom: 1px #ddd solid
}

.new_breadcrumb {
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: Inter, sans-serif;
}

.new_breadcrumb li a,
.new_breadcrumb a {
	color: #777
}

.new_breadcrumb li a:hover,
.new_breadcrumb a:hover {
	color: #2173d4 !important;
	font-weight: 500 !important;
}

.swingimage.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes swingimage {

	0%,
	100% {
		-webkit-transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px)
	}
}

@keyframes swingimage {

	0%,
	100% {
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.swingimage {
	-webkit-animation-name: shake;
	animation-name: shake
}

a.go-ac-link {
	margin-top: 0px;
	border: none;
	color: #fff;
	padding: 12px 35px;
	font-size: 22px;
	border-radius: 3px;
	float: none;
	font-weight: 700;
	background: #000;

	margin-bottom: 30px;
	font-family: Inter, sans-serif;
}

a.go-ac-link i {
	font-weight: 400;
	font-size: 16px;
	margin-left: 3px;
}

a.go-ac-link:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}

.d-line-img,
.d-line-img1 {
	position: absolute;
	left: 50%;
	top: 125px
}

.new-t-box,
.new-t-box1 {
	position: fixed;
	left: 15px;
	padding: 10px;
	bottom: 15px;
	z-index: 1000
}

.new-t-box {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 60px;
	width: 380px
}

.new-t-img img {
	width: 90px;
	border-radius: 100%;
	float: left
}

.new-t-img {
	float: left
}

.new-t-text {
	float: left;
	margin-left: 12px;
	width: 245px
}

.new-t-text p {
	font-size: 15px;
	margin: 0 0 5px;

	color: #000
}

.new-t-text p i {
	font-size: 11px;
	color: #999;
	vertical-align: 5px
}

.new-meta {
	font-size: 13px;
	font-weight: 700;
	color: #333
}

.rating-s {
	margin-left: 6px;
	vertical-align: 2px
}

.new-t-box1 {
	background: #f3f5f6;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 390px
}

.new-t-img1 img {
	width: 75px;
	border-radius: 100%;
	position: absolute;
	top: -38px;
	border: 2px solid #fff;
	left: 35%
}

.new-t-text1 {
	float: inherit;
	margin-left: 0;
	width: 100%;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 10px
}

.new-t-text1 p i {
	font-size: 11px;
	color: #999;
	vertical-align: 5px
}

.new-t-text1 p {
	margin-bottom: 8px;
	padding: 0 10px
}

.new-meta1 {
	font-size: 14px;
	font-weight: 600;
	color: #333
}

.new-t-box2 {
	position: fixed;
	bottom: 15px;
	left: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	z-index: 1000;
	width: 380px;
	padding: 8px
}

.new-t-img2 img {
	width: 100px;
	border-radius: 100%;
	float: left
}

.new-t-img2 {
	float: left
}

.new-t-text2 {
	float: left;
	margin-left: 12px;
	width: 245px;
	margin-top: 5px
}

.new-t-text2 p {
	font-size: 15px;
	margin: 0 0 5px;

	color: #000
}

.get-started-btn-big1,
.new-meta2 {}

.new-t-text2 p i {
	font-size: 11px;
	color: #999;
	vertical-align: 5px
}

.new-meta2 {
	font-size: 14px;
	font-weight: 600;
	color: #333
}

.new-tip-page.new-design #feature-list,
.new-tip-page.new-design #feature-list .inner {
	background: 0
}

.new-tip-page.new-design #feature-list .inner {
	border-radius: 10px;
	background-color: #f8f8f8;
	border: 1px #dfdfdf solid;
	padding: 20px 20px 30px;
	max-width: 308px;
	margin-top: 0px;
	min-height: inherit;
	height: inherit;
	float: left;
}

.new-tip-page.new-design #feature-list .top-rating {
	margin-bottom: 6px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	height: 48px;
}

.new-tip-page.new-design #feature-list h1 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	border: none;
}

.new-tip-page.new-design #feature-list .lead1 {
	color: #000;
	font-size: 15px;
	padding: 2px 2% 5px;
	font-weight: 400
}

.new-tip-page.new-design #feature-list .lead1 span {
	color: #666
}

.new-tip-page.new-design #feature-list .new-lead {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	padding: 0px 0;

	text-align: center;
	margin-bottom: 0px;
	margin-top: 0;
}

#feature-list h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;

}

.new-tip-page.new-design .download-pbm .get-started-btn-big {
	text-transform: inherit;
	font-weight: 500;
	font-size: 18px;
	padding: 12px 18px;
}

.new-tip-page.new-design .download-pbm {
	text-align: center;
	margin-top: 15px
}

.new-tip-page.new-design .customer-snippt1 {
	width: 100%;
	text-align: center;
	margin-top: 50px
}

.new-tip-page.new-design .clients-block {
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	padding: 0;
	border: none;
	color: #666;
	margin-right: 0
}

.new-design .clients-img {
	float: left;
	margin-right: 10px
}

.new-design .clients-img img {
	width: 70px;
	height: inherit;
	margin: auto
}

.new-design .clients-text1 {
	float: left;
	width: 72%;
	text-align: left;
	background-size: 14px
}

.new-design .clients-block-meta {
	font-size: 13px;
	padding: 6px 0 0
}

.new-design .help-inner-block {
	padding: 15px 0px 15px 0
}

.new-tip-page.new-design #feature-list.sticky-lhs-box .inner {
	margin-top: 20px
}

.services h3.sub-text {
	padding: 5px 20%
}

#works-slider .item img {
	border: 1px solid #ddd;
	border-radius: 10px 4px 0 0
}

.get-started-btn-big1,
.get-started-btn-big2 {
	border-radius: 8px;
	background: #000;
	border: 1px solid #000;
	transition: all .4s ease
}

.get-started-btn-big1 {
	padding: 12px 35px;
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: Inter, sans-serif;

}

.rhs-box-all-content .get-started-btn-big1 {
	width: 94%;
}

.get-started-btn-big1 i {
	margin-right: 5px;
}

.get-started-btn-big span,
.get-started-btn-big1 span,
.get-started-btn-big2 span {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;

	vertical-align: 2px;
	font-style: italic
}

.get-started-btn-big2,
.get-started-btn-big3 {
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 28px;

	margin-bottom: 8px
}

.get-started-btn-big2 {
	padding: 10px 40px
}

#footer-cta .button_download:hover,
.get-started-btn-big1:hover,
.get-started-btn-big2:hover,
.get-started-btn-big3:hover {
	background: #111;
	transition: all .4s ease;
	border: 1px solid #111;
}

.get-started-btn-big3 {
	padding: 10px 50px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #000;
	-webkit-transition: .2s box-shadow ease;
	-moz-transition: .2s box-shadow ease;
	transition: .2s box-shadow ease;
	box-shadow: 0 3px 0 #54aa0e
}

.press-block .client-block .raiting-block img {
	width: 90px;
	margin-top: 10px
}

.pbm-f-b img {
	vertical-align: -3px
}

.other-features ul li i.emerald-color {
	color: #56be8e
}

.other-features ul li i.pink-color {
	color: #f27398
}

.other-features ul li i.blue-color {
	color: #3ea9f5
}

.other-features ul li i.yellow-color {
	color: #faa928
}

.other-features ul li i.cobalt-blue-color {
	color: #3769cc
}

.other-features ul li i.purple-color {
	color: #ba8de8
}

.other-features ul li i.slate-gray-color {
	color: #76839d
}

.other-features ul li i.green-color {
	color: #7dbd6c
}

.other-features ul li i.red-color {
	color: #EF7268
}

#feature-list .top-text {
	font-size: 14px;
	display: block;
	font-weight: 700;
	line-height: normal;
	word-spacing: normal;
	margin-bottom: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff
}

.main-slider .info h1,
.pbm-start-d {
	text-align: center
}

#feature-list .top-text em {
	display: inline-block;
	font-style: normal;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: text-top;
	color: #faa928
}

.article-hide,
.signup-page #error_messages {
	display: none
}

.see_less_text,
.see_more_text {
	float: right;
	color: #000;
	margin-top: 10px;
	font-size: 18px;
	font-family: Inter, sans-serif;
}

.install-page {
	padding: 30px 0 0px
}

.pbm-start-d {
	padding: 0 5px;
	font-size: 22px;
	font-weight: 400;
	line-height: 20px;
	color: #707070;
	margin-bottom: 0;
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}

.main-slider {
	background: url(../images/top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider .info {
	margin: auto;
	text-align: center;
	padding: 60px 0;
	width: 870px;
}

.main-slider .info h1 {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 54px;
	font-weight: bold;

}

#header.sticky-header .navbar-nav,
.sticky-header .get-started-bnt,
.t-right-box p {
	display: inline-block
}

.t-right-box p {
	font-weight: 400
}

.main-slider .info p.lead {
	color: #040402;
	text-align: center;
	padding: 0 1%;
	font-size: 19px;
	width: 100%;
	margin-bottom: 20px;
	text-transform: inherit;

	font-weight: 400;
}

.main-slider .container {
	min-height: 720px
}

.author-img {
	float: left
}

.author-img img {
	width: 60px;
	border-radius: 100px
}

.top-testimonials-box {
	margin: 30px 30px 0;
	width: 240px;
	display: inline-block
}

.t-right-box {
	float: left;
	margin-left: 18px;
	width: 60%;
	text-align: left;
	margin-top: 2px
}

.new-services-box,
.new-services-box .col span,
.new-services-box h3,
.services-col {
	text-align: center
}

.t-right-box p {
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;

}

.t-right-box i {
	color: #fbc73c;
	font-size: 18px;
	font-weight: 400;
	margin-right: 4px
}

.text-box,
.text-box a {
	font-size: 24px;
	cursor: default;
	font-weight: 400;
	color: #000
}

.text-box {
	box-shadow: 0 0 35px rgba(0, 0, 0, .1);
	padding: 30px 20px;
	margin: 70px 25px;
	background: #fff
}

.get-started-bnt {
	display: none
}

.new-services-box {
	overflow: hidden;
	padding-top: 70px;
	clear: both;
	padding-bottom: 70px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff
}

.new-services-box h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.new-services-box .col span,
.new-services-box h3,
.services-col span,
.top-new-icon span {}

.new-services-box h3 {
	font-size: 21px;
	font-weight: 400;
	color: #9b9c9e;
	margin: auto auto 35px;
	padding: 5px 10%
}

.services-col {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.services-col img {
	display: inline-block;
	margin-top: 15px;
	max-width: 100%
}

.services-col span {
	font-size: 19px
}

.top-new-icon {
	margin-top: 24px;
	float: left;
	display: inline-block
}

.top-new-icon img {
	vertical-align: -10px
}

.top-new-icon span {
	display: inline-block;
	font-size: 17px;
	padding-top: 5px;
	font-weight: 500;
	margin-left: 4px;
	color: #2173d4;
	text-decoration: underline
}

.googletagmanager {
	display: none;
	visibility: hidden
}

.landing-page .thm-list {
	border: 0 solid #e5e5e5 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.service-pages p,
p.mac-windows a {
	padding: 0;
	font-size: 14px;

	color: #949494
}

.service-pages.new-service-pages .row {
	margin: 0 10%;
	text-align: left
}

.service-pages p {
	font-weight: 400;
	line-height: 20px
}

p.mac-windows {
	margin-top: 12px
}

p.mac-windows a {
	font-weight: 400;
	line-height: 23px
}

p.mac-windows a:hover {
	color: #2173d4
}

.footer-box {
	width: 20%
}

.footer-box1 {
	width: 45%
}

.footer-box1 li {
	display: inline-block !important;
	width: 49%
}

.home-page .service-pages.new-service-pages {
	display: inline-block
}

.service-pages.new-service-pages {
	display: none
}

.main-slider.smugmug-page {
	background: url(../images/smugmug-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.smugmug-page .info {
	width: 900px;
	margin: auto;
	text-align: center;
	padding: 60px 0
}

.other-features.smugmug-box {
	background: #fff
}

.main-slider.smugmug-page .info p.lead {
	padding: 0 10%
}

.smugmug-page .top-testimonials-box {
	width: 380px
}

.smugmug-page .t-right-box {
	margin-left: 15px;
	width: 80%;
	margin-top: 0
}

.smugmug-page .t-right-box p {
	border-bottom: 0 #ddd solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
	color: #333;
	font-size: 15px;

}

.smugmug-testimonials {
	padding: 40px 0 80px
}

.smugmug-testimonials .clients-block img {
	border-radius: 80px;
	height: 105px;
	margin: auto 0 15px;
	width: 105px
}

.smugmug-testimonials .clients-block {
	width: 310px;
	float: left;
	text-align: center;
	background: #fff;
	padding: 30px 18px 27px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 0
}

.smugmug-testimonials .clients-block:hover {
	box-shadow: 0 0 17px 6px rgba(0, 0, 0, .05);
	border: 1px solid #eee
}

.main-slider.dropbox-page {
	background: url(../images/dropbox-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page .info {
	width: 85%;
	margin: auto;
	text-align: center;
	padding: 120px 0
}

.main-slider.dropbox-page .info p.lead {
	padding: 0 10%
}

.main-slider.dropbox-page .text-box {
	margin: 70px 12%
}

.dropbox-page .top-testimonials-box {
	width: 380px
}

.dropbox-page .t-right-box {
	margin-left: 15px;
	width: 80%;
	margin-top: 0
}

.dropbox-page .t-right-box p {
	border-bottom: 0 #ddd solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
	color: #777;
	font-size: 15px;

}

.main-slider.dropbox-page.box-bg {
	background: url(../images/box-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.google-driver-bg {
	background: url(../images/gd-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.smugmug-page.onedriver-bg {
	background: url(../images/od-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.amazon-bg {
	background: url(../images/amazon-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.youtube-bg {
	background: url(../images/youtube-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.instagram-bg {
	background: url(../images/instagram-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.google-photos-bg {
	background: url(../images/gp-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.flickr-bg {
	background: url(../images/flickr-top-bg.jpg) top center no-repeat;
	border-bottom: 0px solid #e6e6e6
}

.main-slider.dropbox-page.flickr-dropbox-bg {
	background: url(../images/top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.dedupe-photo-bg {
	background: url(../images/dedupe-photo-top-bg.jpg) top center no-repeat;
	border-bottom: 1px solid #e6e6e6
}

.main-slider.dropbox-page.dedupe-photo-bg .info p.lead {
	padding: 0 16%
}

.other-features.new-dedupe-box h3 {
	padding: 5px 12%
}

.main-slider.dropbox-page.dedupe-photo-bg .container,
.main-slider.dropbox-page.flickr-dropbox-bg .container {
	min-height: inherit
}

.other-features.f-d-box ul li {
	width: 49%
}

.main-slider.smugmug-page.onedriver-bg .info p.lead,
.other-features.f-d-box .container ul {
	padding: 0 8%
}

.main-slider.dropbox-page.amazon-bg .info p.lead {
	padding: 0 17%
}

.main-slider.dropbox-page.youtube-bg .info p.lead {
	padding: 0 26%
}

.main-slider.dropbox-page.google-photos-bg .info p.lead {
	padding: 0 15%
}

.main-slider.dropbox-page.flickr-bg .info p.lead {
	padding: 0 10%
}

.inside-header.faq-bg {
	border-top: 0px solid #e6e6e6;
	margin-bottom: 0
}

.inside-header.faq-bg1,
.inside-header.faq-bg2,
.inside-header.faq-bg3 {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 40px
}

.inside-header.faq-bg1 {
	background: #f7f8f9 !important;
	border-bottom: 1px #ddd solid
}

.inside-header.faq-bg2 {
	background: #f6f9fc !important;
	border-bottom: 1px #d8e0e9 solid
}

.inside-header.faq-bg3 {
	background: url(../images/inner_bg.png) top left repeat-x !important;
	border-bottom: 1px solid #e6e6e6
}

.faq-block.new-faq-box h4 {
	border-bottom: 1px #ddd solid;
	padding-bottom: 6px
}

.question-block-1 {
	margin: 40px 0;
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px
}

.question-block-1:last-child {
	border: none
}

.question-block-1:first-child {
	margin-top: 0
}

.faq-block .panel-default .accordion-toggle,
.faq-block .panel-default .accordion-toggle:active,
.faq-block .panel-default .accordion-toggle:focus,
.faq-block .panel-default .accordion-toggle:hover {
	color: #000;
	text-decoration: none;
	display: inline-block
}

.faq-block .panel-default .collapsed {
	color: #000
}

.faq-block .panel-body a {
	font-weight: 700;
}

.faq-block .panel-body a:hover {
	color: #000;
	text-decoration: underline;
}

.faq-block .panel-default>.panel-heading {
	color: #000;
	background-color: #fff;
	border: none;
	border-bottom: 0px #ccc solid;
	position: relative;
	padding: 0
}

.migrate-link-box ul,
.new-faq-box.help-article .faq-block {
	border-top: 1px #E7E8E9 solid
}

.faq-block .panel-heading {
	border-radius: 0
}

.faq-block .panel-group .panel {
	box-shadow: none;
	border: none;
	border-bottom: 1px #E7E8E9 solid;
	margin-bottom: 0;
	padding: 14px 0;
}

.faq-block .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none
}

.faq-block .panel-body {
	padding: 5px 0 0
}

.migrate-box {
	padding: 70px 0;
	text-align: left;
	background: #fff;
	border-top: 1px #ddd solid
}

.migrate-box h2 {
	font-size: 34px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;

	text-align: center
}

.migrate-box h3 {
	font-size: 19px;
	font-weight: 400;
	color: #040402;
	margin: auto auto 25px;
	line-height: 1.5em;
	padding: 5px 18%;
	text-align: center
}

.migrate-box .nav-tabs {
	border-bottom: 0 solid #DDD;
	margin-bottom: 15px;
}

.migrate-box .nav-tabs>li {
	width: 25%;
	text-align: center
}

.migrate-box .nav-tabs>li.active>a,
.migrate-box .nav-tabs>li.active>a:focus,
.migrate-box .nav-tabs>li.active>a:hover {
	border-width: 0
}

.migrate-box .nav-tabs>li>a {
	border: none;
	color: #666;
	text-transform: inherit;
	font-size: 15px;

	font-weight: 400;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: 1px #ccc solid;
	background: inherit
}

.migrate-box .nav-tabs>li.active>a,
.migrate-box .nav-tabs>li>a:hover {
	border: none;
	color: #000 !important;
	background: 0 0;
	box-shadow: none;
	font-size: 15px;

	font-weight: 600;
	background: #f8f8f8;
}

.migrate-box .nav-tabs>li>a::after {
	content: "";
	background: #333;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0)
}

.migrate-box .nav-tabs>li.active>a::after,
.migrate-box .nav-tabs>li:hover>a::after {
	transform: scale(1)
}

.migrate-box .tab-nav>li>a::after {
	background: #21527d;
	color: #fff
}

.migrate-box .tab-pane {
	padding: 15px 0
}

.migrate-box .tab-content {
	padding: 8px;
	font-size: 16px;
	text-align: center;
	padding: 0px 10%;
}

.migrate-box .images {
	text-align: center;
	margin-top: 25px
}

.migrate-testimonials,
.migrate-testimonials1 {
	background: #37517e
}

.migrate-testimonials .smugmug-testimonials,
.migrate-testimonials1 .smugmug-testimonials {
	padding: 40px 0 0
}

.migrate-testimonials .smugmug-testimonials .clients-block {
	border-bottom: 6px #000 solid;
	border-radius: 3px 3px 0 0;
	width: 100%
}

.migrate-testimonials1 .smugmug-testimonials .clients-block {
	border-bottom: 6px #000 solid;
	border-radius: 3px 3px 0 0;
}

.migrate-testimonials .clients-txt1 p {
	font-size: 20px
}

.migrate-testimonials.migrate-new-testimonials .smugmug-testimonials .clients-block {
	width: 100%
}

.migrate-testimonials.migrate-new-testimonials .new-test-img {
	float: left
}

.migrate-testimonials.migrate-new-testimonials .clients-text1 {
	float: left;
	width: 88%;
	margin-left: 20px
}

.migrate-testimonials.migrate-new-testimonials .clients-txt1 p {
	min-height: inherit;
	font-size: 19px;
	text-align: left
}

.migrate-testimonials.migrate-new-testimonials .clients-txt1 {
	text-align: left
}

.migrate-testimonials.migrate-new-testimonials .clients-name {
	font-size: 18px;
	font-weight: 500
}

.top-border {
	border-top: 1px #ddd solid
}

.supported-box {
	margin-bottom: 80px;
}

.supported-box ul {
	padding: 0;
	margin: auto auto 60px;
	border-top: 1px #cccccc solid;
	padding-left: 0 !important;
}

.supported-box ul li {
	border-bottom: 1px #ccc solid;
	font-size: 24px !important;
	font-weight: 400;
	padding-bottom: 18px !important;
	padding-top: 18px;
	list-style: none;
	margin-bottom: 0px !important;
}

.supported-box ul li i {
	margin-right: 4px;
	color: #999;
	font-size: 20px;
	font-weight: 400;
}

.heading-block p.v-sub-text {
	padding: 0 9%
}

.refund-policy-box {
	padding: 0px 0% 100px
}

.refund-policy-box .benefits .about-block:last-child {
	margin-bottom: 0px;
}

.refund-policy-box h1 {
	color: #000;
	font-weight: bold;
	font-size: 54px;
	text-align: center;

	line-height: 60px;
}

.refund-policy-box p {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;
}

.refund-policy-box p a {
	font-weight: 700;
}

.refund-policy-box p a:hover {
	color: #000;
	text-decoration: underline;
}

.refund-policy-box h3 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.refund-sub-text {
	font-size: 19px !important;
	text-align: center;
	margin-bottom: 40px;
}

.co-add,
.refund-policy-box ul li {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 21px;
	margin-top: 5px;
}

.refund-policy-box ul li {
	padding-bottom: 6px
}

.co-add {
	padding-left: 24px;
	padding-bottom: 10px
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 25%;
	border-right: 1px solid #efefef;
	display: inline-block !important;
	float: left
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul:last-child {
	margin: 0;
	border: none
}

.navbar-nav li.mega-menu:hover .mega-inner-box {
	display: inline-block
}

.navbar-nav li.mega-menu .mega-inner-box {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
	font-weight: 400;
	font-size: 14px;
	top: 65px;
	white-space: nowrap;
	z-index: 100;
	width: 1170px;
	right: 3%;
	padding: 15px 10px 20px;
	text-align: left
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul li {
	margin: 0 10px
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul li a {
	font-weight: 500;
	font-size: 15px;
	color: #333;

	display: block;
	padding: 9px 5px;
	border-bottom: 2px #e8e9ec dotted
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul li a i {
	font-size: 12px;
	color: #999;
	margin-right: 3px;
	font-weight: 400
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul li a img {
	width: 26px;
	margin-right: 3px
}

.navbar-nav li.mega-menu:hover .mega-inner-box ul li a:hover,
.navbar-nav li.mega-menu:hover .mega-inner-box ul li a:hover i {
	color: #1576ec
}

.help-page.migrate-link-box .row {
	margin: 0 8%
}

.help-page.migrate-link-box .help-block .article-link ul li {
	display: inline-block;
	width: 49%;
	padding-bottom: 9px;
	padding-top: 7px
}

.help-page.migrate-link-box .help-block .article-link ul li a {
	font-size: 18px
}

.migrate-link-box .row {
	margin: 0 12%
}

.migrate-link-box ul {
	margin-bottom: 60px;
	padding: 0
}

.migrate-link-box ul li {
	list-style: none;
	border-bottom: 1px #999 solid;
	padding: 18px 0
}

.migrate-link-box ul li a {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 24px;
	color: #333
}

.migrate-link-box ul li a:hover {
	color: #2173d4
}

.migrate-testimonials .smugmug-testimonials .clients-text1 {
	float: left;
	width: 82%;
	text-align: left
}

.migrate-testimonials .smugmug-testimonials .author-img {
	margin-right: 18px
}

.learn-more-box {
	text-align: left
}

.learn-more-box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 15px
}

.learn-more-box ul {
	padding: 0;
	margin: auto;
	min-height: 138px
}

.learn-more-box li {
	list-style: none
}

#pricing-section .pricing-inner-wrapper.three-box {
	width: 60%
}

#pricing-section.pricing-page .pricing-inner-wrapper.three-box .pricing-inner {
	width: 33%;
	display: inline-block;
	float: left
}

.three-box .most-popular-plan {
	left: 81%
}

.three-box .elite-top-box h4 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	color: #000;
	margin-bottom: 0
}

.three-box .elite-top-box {
	background-color: #f8f8f8;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .03);
	text-align: center;
	padding: 25px;
	border-radius: 10px 5px 0 0;
	width: 99%
}

#pricing-section .pricing-inner-wrapper.three-box .pricing-inner {
	border-radius: 0
}

#pricing-section .pricing-inner-wrapper.three-box .pricing-inner .plan-heading {
	padding: 32px 16px 30px
}

#pricing-section .pricing-inner-wrapper.three-box .pricing-inner .plan-heading p {
	padding: 0 2%
}

.free-top-box {
	background-color: #f8f8f8;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .03);
	text-align: center;
	padding: 25px 25px 14px;
	border-radius: 10px 5px 0 0;
	width: 110%;
	margin: -31px -9px;
	border: none;
	border-bottom: 1px #eee solid
}

#pricing-section .pricing-inner-wrapper .pricing-inner .price-block.higlighted-bg2 {
	background: #fff
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc {
	border-right: 0px solid #e7e7e7
}

#pricing-section .pricing-inner-wrapper .pricing-inner .higlighted-bg2 .plan-desc {
	border-right: 0 solid #e7e7e7
}

.main-slider .info.migrate-info h1 {
	font-size: 44px
}

.info.migrate-info {
	width: 930px
}

.main-slider .info.migrate-info p.lead {
	padding: 0 6%
}

.main-slider .info.migrate-info .text-box {
	margin: 70px 90px
}

.flickr-update-section {
	background: #f8f8f8;
	padding: 60px 0
}

.flickr-update-section h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;

}

.flickr-update-section .f-u-subtext {
	font-size: 19px;
	color: #040402;
	margin: auto auto 35px;
	padding: 5px 4%;
	font-weight: 400;
}

.flickr-update-inner-box h4 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
	margin-top: 30px;
	text-align: center
}

.flickr-update-inner-box h4 img {
	vertical-align: -14px;
	margin-right: 8px
}

.flickr-update-inner-box p {
	font-size: 19px;
	font-weight: 400;
	text-transform: none;
	color: #000f1a;

	margin: auto auto 55px;
	line-height: 1.5em;
	padding: 5px 8%;
	text-align: center
}

.flickr-update-inner-box ul {
	padding: 0;
	margin: 0;
	display: inline-block
}

.flickr-update-inner-box ul li {
	width: 100%;
	padding-bottom: 20px;
	float: left;
	font-size: 20px;
	list-style: none
}

.flickr-update-inner-box ul li img {
	vertical-align: 0;
	margin-right: 2px
}

.flickr-update-inner-box ul li a {
	color: #333
}

.faq-block.f-m-faq h3 {
	padding: 5px 12%
}

.press-kit-home.no-border {
	border-bottom: 0
}

.faq-block.f-m-faq {
	border-bottom: 1px solid #e6e6e6
}

.flickr-update-section .row {
	padding-left: 10px
}

.update-box ul li {
	list-style: none
}

.update-box ul li.c-icon {
	width: 60px;
	display: inline-block;
	float: left;
	margin-right: 15px
}

.update-box ul li.update-text {
	margin-top: 5px;
	font-size: 21px;
	float: left;
	width: 90%
}

.flickr-update-section.new-f-u-box {
	background: #fff;
	border-bottom: 1px solid #e6e6e6
}

.update-box {
	padding-bottom: 10px
}

.update-box ul {
	display: inline-block;
	padding: 0 15%;
	text-align: left;
	color: #000f1a;
	margin: 15px 0
}

.flickr-update-inner-box {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6
}

.flickr-fetures-box {
	margin: 0;
	padding: 120px 0 60px;
	border-bottom: solid 1px rgba(138, 144, 149, .18)
}

.f-fetures-inner-box.f-box1 {
	margin-top: 42px;
	margin-bottom: 153px
}

.f-fetures-inner-box {
	font-size: 16px;
	line-height: 1.5;
	color: #636f75;
	margin-bottom: 92px
}

.f-fetures-inner-box .textbox {
	width: 45%;
	padding: 15px 20px 0 0;
	font-size: 17px;
	font-weight: 400;
	color: #040402;
	line-height: 1.5;
}

.f-fetures-inner-box h2 {
	font-size: 14px;
	margin: 0 0 21px;
	font-weight: 500;
	color: #21323b;
	text-transform: uppercase
}

.f-fetures-inner-box h3 {
	font-size: 42px;
	line-height: 1.142857;
	margin: 0 0 18px;
	position: relative;
	color: #000;
	font-weight: 700
}

.f-fetures-inner-box .img-area {
	width: 55%
}

.f-fetures-inner-box.f-box1 .img-holder {
	margin: -88px 0 0 51px;
	width: 868px
}

.f-fetures-inner-box .img-area img {
	display: block
}

.f-fetures-inner-box.f-box3 .img-holder {
	margin: -2px 0 0 79px;
	width: 868px
}

.f-fetures-inner-box.f-box2 .img-holder {
	float: right;
	width: 870px;
	margin: -2px 48px 0 0
}

.f-fetures-inner-box.f-box3 .textbox {
	width: 45%;
	padding: 30px 20px 0 0
}

.f-fetures-inner-box.f-box4 .textbox {
	width: 42%;
	padding: 30px 20px 0 0
}

.f-fetures-inner-box.f-box5 .textbox {
	width: 42%;
	padding: 30px 20px 0 0
}

.f-fetures-inner-box.f-box6 .textbox {
	width: 42%;
	padding: 30px 20px 0 0
}

.f-fetures-inner-box.f-box4 .img-holder {
	float: right;
	width: 868px;
	margin: -2px 50px 0 0
}

.f-fetures-inner-box.f-box5 .img-holder {
	margin: -2px 0 0 50px;
	width: 869px
}

.f-fetures-inner-box.f-box6 .img-holder {
	float: right;
	width: 869px;
	margin: -2px 48px 0 0
}

.f-fetures-inner-box.f-box2 .textbox {
	width: 42%;
	padding: 30px 20px 0 0
}

.f-fetures-inner-box .textbox ul {
	margin: 15px 0;
	display: inline-block;
	padding: 0 18px
}

.calendar-box,
.calendar-box p,
.f-fetures-inner-box .textbox .get-started-btn-big1 {
	margin-top: 15px
}

.f-fetures-inner-box .textbox ul li {
	padding-bottom: 5px
}

.calendar-box .row {
	padding: 0
}

.calendar-box p {
	font-size: 17px;
	line-height: 1.5;
	padding: 0 8%;

}

.calendar-box img {
	width: 50%
}

.calendar-box {
	display: inline-block;
	width: 100%
}

.other-features.smugmug-box .customer-snippt .quote-box img {
	height: 150px;
	width: 150px
}

.imp-update {
	margin: -10px 0 0px
}

.imp-update i {
	color: #155724;
	font-size: 25px;
	vertical-align: -4px
}

.imp-update .alert-danger {
	border: 1px solid #ebccd1;
	color: #a94442;
	text-align: left;
	font-size: 14px;
	line-height: 22px;

	padding: 10px 15px;
	background: #f5ebeb;
	display: inline-block;
	margin-bottom: 5px;
}

.imp-update a:focus,
.imp-update a:hover {
	color: #2173d4
}

.product-collateral .imp-update {
	margin: 20px 0 50px 15px
}

.modal-backdrop.in {
	display: none;
	opacity: .8
}

.update-popup .modal-dialog {
	width: 900px;
	margin-top: 60px
}

.modal-open {
	padding-right: 0 !important
}

.update-popup .modal-body {
	padding: 25px
}

.update-popup {
	text-align: left
}

#pricing-section .update-popup h3,
.update-popup h3 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-top: 0;
	text-align: left;

	padding: 0;
	margin-bottom: 10px;
	line-height: inherit
}

.update-popup li,
.update-popup p {
	color: #333;
	text-align: left;
	font-size: 17px;
	line-height: 24px;

}

.update-popup p {
	margin-bottom: 20px
}

.update-popup li {
	margin-bottom: 5px
}

.update-popup ul {
	margin: 0 0 25px;
	padding-left: 18px
}

.update-popup button.close {
	position: absolute;
	right: 13px;
	top: 3px;
	z-index: 100;
	font-size: 26px;
	opacity: .5
}

.box1 {
	float: left;
	width: 48%
}

.box2 {
	float: left;
	width: 100%;
	margin-top: 5px
}

.screenshots-box {
	display: inline-block;
	width: 100%
}

.video-popup #fade {
	background: #000;
	height: 100%;
	left: 0;
	opacity: .8;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 200
}

.main-slider .info.mac-d-box {
	width: 930px;
	margin: auto;
	text-align: center;
	padding: 60px 0
}

.main-slider p.uploader-subtext {
	padding: 0 12%;
	color: #8189a9;
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
	text-transform: inherit;

	font-family: Inter, sans-serif;
}

.new-top-heading p.sub-text-p {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #777777;

	padding: 0 2%;
}

.new-top-heading {
	border-bottom: 1px solid #e7e7e7;
	padding: 24px 10px;
}

.pricing-inner.text-box-d {
	float: left;
	width: 28%;
}

.pricing-inner.free-plan {
	float: left;
	width: 23%;
}

#pricing-section .pricing-inner-wrapper.col-4 {
	width: 100%;
}

.pricing-inner.col-2 {
	float: left;
	width: 100%;
}

.plan-heading-new .new-features-text-box {
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
	padding: 51px 10px 19px;
	width: 26.5%;
	display: inline-block;
	float: left;
}

.plan-heading-new .monthly-box {
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
	padding: 52px 15px 20px;
	width: 18.5%;
	display: inline-block;
	float: left;
}

.plan-heading-new .free-box {
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
	padding: 52px 15px 20px;
	width: 25.5%;
	display: inline-block;
	float: left;
}

.plan-heading-new .yearly-box {
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
	padding: 52px 15px 20px;
	width: 23.5%;
	display: inline-block;
	float: left;
	background: #fff;
}

.plan-heading-new .new-lifetime-box {
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
	padding: 52px 15px 21px;
	width: 24.5%;
	display: inline-block;
	float: left;
	background: #f0f7fb;
	position: relative;
}

.price-dowload-box {
	float: left;
	width: 100%;
}

.price-dowload-box .plan-desc.f-new-box {
	width: 26.5%;
	float: left;
}

.price-dowload-box .plan-desc {
	width: 24.5%;
	float: left;
}

.price-dowload-box .plan-desc.border-right-none {
	border-right: none;
}

.new-top-heading.col-t-box {
	display: inline-block;
	border-right: none;
	width: 100%;
	padding: 0px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc.border-right-none {
	border-right: none;
}

.monthly-box h4,
.yearly-box h4,
.free-box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	color: #000;
	margin-bottom: 0px;
	font-family: Inter, sans-serif;
}

.coffee-free,
.coffee-your-plan {
	padding: 33px 20px 34px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
}

.coffee-full,
.coffee-your-plan {
	padding: 20px 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	display: none;
}

.coffee-full.sticky-pricebox,
.coffee-your-plan.sticky-your-plan {
	display: inline-block;
	animation: .8s ease-in-out 0s normal none 1 running fadeInDown;
	animation-timing-function: linear;
}

.coffee-full p,
.coffee-your-plan p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #5a697d;

	padding: 0 10%;
	padding-top: 5px;
	margin-bottom: 0px;
	width: 22%;
	text-align: left;
	vertical-align: -13px;
}

.hight-box {
	height: 110px;
	background: #fff;
}

.plan-heading-new .new-features-text-box p.features-text-p {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #040402;
	min-height: 80px;
	padding: 0 2%;
}

#pricing-section .plan-desc.higlighted-bg3.lifetime-bg ul li.bg-color {
	background: #333;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p.lifetime-box li {
	background: #f0f7fb;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-desc ul.new-d-p.lifetime-box li.bg-color {
	background: #e8f5fd;
}

.c-img-box {
	display: inline-block;
}

.coffee-subtext {
	display: inline-block;
	padding: 8px !important;
	padding: 0px !important;
}

.new-p-t-box {
	padding-top: 5px;
}

.all-plans-text {
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 21% 25px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
}

.all-plans-text p {
	margin-bottom: 0px;
}

.pricing-all-button-box {
	border-bottom: 1px solid #e7e7e7;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button-block.lifetime-bnt {
	float: right;
	width: 24.5%;
	background: #e8f5fd;
	display: inline-block;
	padding: 15px;
	margin: 0;
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button-block.yearly-bnt {
	float: right;
	width: 24.5%;
	padding: 15px;
	margin: 0px;
	border-left: 0px solid #e7e7e7;
	border-right: 0px solid #e7e7e7;
}

#pricing-section.pricing-page .pricing-inner-wrapper .pricing-inner .price-block .button-block.monthly-but {
	float: right;
	width: 15.4%;
	padding: 15px;
	margin: 0px;
	border-left: 0px solid #e7e7e7;
}

.pattern-grey.pricing-testimonials {
	border-top: 1px solid #e6e6e6;
}

.pattern-grey.pricing-testimonials .press-kit-home {
	border-bottom: 0px solid #e6e6e6;
}

.get-started-testimonials .customer-snippt .quote-box q {
	background-size: 40px;
	width: 100%;
	font-size: 26px;
	line-height: 38px;
	padding: 10px 0 20px 50px;
	font-style: normal;
	background-position: 0px 0px;
}

.get-started-testimonials .customer-snippt .quote-box q strong {
	font-weight: 600;
}

.get-started-testimonials .customer-snippt .quote-box img {
	height: 80px;
	width: 80px;
	border: 1px #ddd solid;
}

.get-started-testimonials .customer-snippt .quote-box cite .photo {
	margin: 0;
	width: 120px;
}

.get-started-testimonials .customer-snippt .quote-box {
	padding: 0px 25px 30px;
}

.get-started-testimonials .customer-snippt .quote-box .icon-feed-box {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	margin-top: 8px;
}

.get-started-testimonials .customer-snippt .quote-box .icon-feed-box img {
	border: none;
	height: inherit;
	width: auto;
}

.get-started-testimonials .customer-snippt .quote-box cite {
	width: 120px;
	margin-left: 32px;
}

.get-started-testimonials .customer-snippt .author {
	margin-top: 14px;
	font-size: 20px;
	font-weight: 700;
	float: left;
	font-family: Inter, sans-serif;
}

.new-desc-box.last-box {
	margin-bottom: 15px;
}

#works-slider .owl-pagination {
	bottom: 0;
	text-align: center;
	position: absolute;
	right: 10px;
	background: 0 0;
	padding-left: 10px;
	top: auto;
	display: none
}

#works-slider .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 2px;
	border: none
}

#works-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
	right: 5%;
	position: absolute;
	top: 50%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center
}

#works-slider .owl-theme .owl-controls .owl-buttons .owl-prev .flex-prev:before {
	content: '\f105';
	font-size: 32px;
	font-family: FontAwesome;
	font-weight: 400;
	color: #999
}

#works-slider .owl-theme .owl-controls .owl-buttons .owl-next .flex-next:before {
	content: '\f104';
	font-size: 32px;
	font-family: FontAwesome;
	font-weight: 400;
	color: #999;
}

#works-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	left: 5%;
	position: absolute;
	top: 50%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center
}

.get-started-testimonials .customer-snippt .owl-pagination .owl-page span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.get-started-testimonials .customer-snippt .owl-pagination .owl-page.active span,
.get-started-testimonials .owl-pagination .owl-dots .owl-dot:hover span {
	background: #666;
}

.get-started-testimonials .customer-snippt .owl-pagination .owl-page {
	display: inline-block;
	zoom: 1;
}

.get-started-testimonials .customer-snippt .owl-controls {
	text-align: right;
}

.mockup-img .card {
	position: relative;
	display: inline-block;
}

.mockup-img .card .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.mockup-img .card:hover .img-top {
	display: inline;
}

.home-page .navbar-default .navbar-nav>li {
	display: none;
}

.navbar-default .navbar-nav>li.download-m-bnt {
	display: none;
}

.navbar-default .navbar-nav>li.my-account-link {
	display: none;
}

.home-page .navbar-default .navbar-nav>li.download-m-bnt {
	display: inline-block;
}

.home-page .navbar-default .navbar-nav>li.download-m-bnt a {
	color: #0095f7;
	border-right: 1px #ddd solid;
	padding: 0px 18px 0px 0px;
	margin: 32px 0 0 20px;
}

.home-page .navbar-default .navbar-nav>li.login-new-bnt {
	display: inline-block;
}

.home-page .navbar-default .navbar-nav>li.my-account-link {
	display: inline-block;
}

.home-page .navbar-default .navbar-nav>li.login-new-bnt a {
	padding-right: 0px;
}

.home-top-testimonials .customer-snippt3 .photo img {
	height: 70px;
	width: 70px;
	border-radius: 90px;
}

.home-top-testimonials .customer-snippt3 cite {
	float: left;
	width: 70px;
	margin-right: 15px;
}

.home-top-testimonials {
	padding: 10px 0px;
	margin-top: 15px;
}

.home-top-testimonials .customer-snippt3 .quote-box {
	float: left;
	width: 81%;
	color: #333;
	padding: 0;
	font-size: 17px;
	margin-bottom: 0;
	text-transform: inherit;

	font-weight: 400;
	border-left: 1px #ddd solid;
	padding-left: 15px;
}

.home-top-testimonials .customer-snippt3 .quote-box b {
	font-weight: 600;
	font-size: 14px;
}

.home-top-testimonials .customer-snippt3 .author {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	font-style: normal;
}

.top-rating i {
	color: #ef8200;
	font-size: 20px;
	font-weight: 400;
	margin-right: 4px;
}

.top-rating span {
	font-size: 16px;
	font-weight: 400;
	vertical-align: 2px;
	color: #333;

	width: 100%;
}

.top-rating {
	margin-bottom: -12px;
	margin-top: 0px;
	text-align: center;
	font-family: Inter, sans-serif;
	line-height: normal;

}

.home-top-testimonials .customer-snippt3 .owl-pagination .owl-page span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.home-top-testimonials .customer-snippt3 .owl-pagination .owl-page.active span,
.home-top-testimonials .owl-pagination .owl-dots .owl-dot:hover span {
	background: #999;
}

.home-top-testimonials .customer-snippt3 .owl-pagination .owl-page {
	display: inline-block;
	zoom: 1;
}

.home-top-testimonials .customer-snippt3 .owl-controls {
	text-align: left;
	margin-left: 115px;
	margin-top: 8px;
}

#pricing-section .product-collateral .your-plan-l-box h1 {
	text-align: left;
}

.product-collateral .your-plan-l-box p.sub-heading {
	padding: 0px 22% 0px 0px;
	padding-bottom: 25px;
	text-align: left;
}

.new-account-info {
	border: 0px solid #e5e5e5;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 15px;
	background: #fff;
	margin-bottom: 25px;
}

.new-account-infor {
	font-size: 17px;
	font-weight: 400;
	font-family: Inter, sans-serif;
	color: #000;
	margin: 8px 0px;
	padding-left: 0px;
}

.new-account-infor span {
	display: inline-block;
	width: 120px;
	font-weight: 700;
}

.new-account-infor i {
	width: 25px;
	text-align: center;
}

.new-account-infor .fa-envelope {
	color: #000;
}

.new-account-infor .fa-credit-card-alt {
	color: #000;
}

.new-account-infor .fa-calendar {
	color: #000;
}

.plan-new-text {
	color: #000;
	font-style: normal
}

.new-account-infor em {
	display: inline-block;
	font-style: normal;
	color: #777777;
}

.your-plan-top-box {
	display: inline-block;
	width: 100%;
	border-bottom: 1px #e7e7e7 solid;
	margin-bottom: 45px;
}

a.flickr-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 0px;
	right: 275px;
	border-radius: 100px;
}

a.smugmug-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 74px;
	right: 85px;
	border-radius: 100px;
}

a.dropbox-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 273px;
	right: 1px;
	border-radius: 100px;
}

a.google-drive-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 466px;
	right: 78px;
	border-radius: 100px;
}

a.amazons3-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 542px;
	right: 275px;
	border-radius: 100px;
}

a.box-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 460px;
	right: 458px;
	border-radius: 100px;
}

a.onedrive-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 272px;
	right: 545px;
	border-radius: 100px;
}

a.google-photos-landing-page-link {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 78px;
	right: 468px;
	border-radius: 100px;
}

/*New CSS 2-3-19*/
/******************************************
Main menu
******************************************/
nav {
	height: 60px;
	position: relative;
	margin: auto;
	width: 100%;
	background: #222222;
}

nav a {
	color: #333333
}

nav a:hover {
	color: #333333
}

@media (max-width:767px) {
	nav .mtmegamenu {
		display: none;
	}
}

.mtmegamenu .menu-items {
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.8s ease 0s;
	left: 0 !important;
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .24);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .24);
}

.mtmegamenu li:hover .menu-items {
	opacity: 1;
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.mtmegamenu {
	width: 80%;
	position: relative;
	font-family: Inter,
		sans-serif;
	display: inline-block;
	text-align: right;
	float: right;
}

.mtmegamenu a:focus {
	outline: 0
}

.mtmegamenu>ul {
	display: inline-block;
	clear: both;
	margin: 0
}

.mtmegamenu>ul {
	padding: 0;
	text-align: left
}

.mtmegamenu>ul>li {
	display: inline-block;
	font-size: 16px;
	background: none !important;
	float: left;
}

.mtmegamenu>ul>li.demo_custom_link_cms {
	position: relative;
}

.mtmegamenu .demo_custom_link_cms .menu-items.active {
	width: 200px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.mtmegamenu>ul>li {
		margin-right: 12px;
	}
}

.mtmegamenu .mt-root-item.no-description .title {
	padding: 0 12px;
	display: block;
	padding-top: 1px
}

.mtmegamenu .mt-root:hover .mt-root-item>a>.title,
.mtmegamenu .mt-root:hover .mt-root-item>.title,
.mtmegamenu .mt-root.active .mt-root-item>a>.title,
.mtmegamenu .mt-root.active .mt-root-item>.title,
.mtmegamenu .mt-root .mt-root-item>a.active>.title {
	color: #333333
}

.mtmegamenu>ul>li img {
	max-width: 100%;
}

#header_menu .mtmegamenu>ul>li:hover {
	padding-bottom: 40px
}

.mtmegamenu .mt-root>li {
	overflow: hidden
}

.mtmegamenu .mt-root-item {
	float: left;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;

	line-height: normal;
}

.mtmegamenu a .title.title_font span {
	color: #fff;
}

.mtmegamenu .title_font span.pro-subtext {
	font-weight: 400
}

.mtmegamenu .mt-root-item a {
	color: #fff;
	font-weight: 400;
	padding: 28px 15px 26px;
	display: inline-block;
}

.mtmegamenu .menu-item.depth-1>.title.title_font a.free-download {
	font-size: 12px;
	font-weight: 400;
	color: #2173d4;
	border: none;
	margin-top: 0px;
	display: inline-block;
	width: auto;
}

.menu-divader {
	font-style: normal;
	font-weight: 400;
	background: #ccc;
	width: 1px;
	height: 12px;
	display: inline-block;
	margin: 0px 4px;
	vertical-align: -2px;
}

.mtmegamenu .menu-item.depth-1>.title.title_font a:hover.free-download {
	background: none;
	border: none;
	color: #000;
	text-decoration: underline;
}

.mtmegamenu .mt-root:hover .mt-root-item a {
	color: #fff;
	background-color: #000;
	display: inline-block;
}

.mtmegamenu .mt-root-item .title .icon-has-sub {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 16px;
	vertical-align: top
}

.mtmegamenu .menu-items .icon {
	margin-right: 10px
}

.mtmegamenu .description {
	display: block;
	clear: both;
	font-size: 11px;
	color: #84888f
}

.mtmegamenu .menu-items {
	position: absolute;
	z-index: 99999;
	top: 75px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 9px;
	height: auto;
	border-bottom: 1px solid #ccc;
	background: #fff;
	line-height: normal;
	margin: auto;
	border-radius: 0 0 6px 6px;
	right: -60px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.mtmegamenu .menu-items {
		left: 0 !important;
		max-width: 730px
	}
}

.mtmegamenu .demo_custom_link_cms .menu-items {
	padding: 12px 6px;
	margin: auto;
	width: 200px;
}

.mtmegamenu .menu-items ul {
	font-size: 0
}

.mtmegamenu .menu-items li {
	font-size: 12px;
	list-style: none
}

.mtmegamenu .menu-items>li {
	float: left;
	padding: 8px;
	list-style: none
}

.mtmegamenu .menu-item.depth-1>.title.title_font {
	font-size: 12px;
	font-weight: 600;
}

.mtmegamenu .menu-item.depth-1>.title.title_font a {
	background: #fff;
	color: #1a1a1a;
	display: inline-block;
	width: 100%;
	padding: 6px 4px;
	font-size: 15px;
	border: 1px #fff solid;
	border-bottom: 1px #ddd solid;
}

.mtmegamenu .menu-item.depth-1>.title.title_font a:hover {
	background: #f0f0f0;
	border: 1px #eaeaea solid;
}

.mtmegamenu .menu-item.depth-1>.title.title_font a span {
	display: inline-block;
	font-size: 12px;
	width: 100%;
}

.mtmegamenu .submenu .title a {
	text-transform: uppercase;
}

.mtmegamenu .submenu {
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%
}

.mtmegamenu .submenu>li {
	margin: 0 1%
}

.mtmegamenu .submenu>li .submenu>li {
	padding-left: 10px
}

.mtmegamenu .submenu>li.no-title>.submenu>li {
	padding-left: 0
}

.mtmegamenu .submenu .title a:before {
	content: "\f105";
	font-family: "fontawesome";
	margin-right: 5px
}

.mtmegamenu .submenu .title {
	float: none
}

.mtmegamenu .menu-item.divider {
	position: relative;
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 5px 1%;
	width: 100%;
	border: none
}

.mtmegamenu .custom-content p {
	padding: 5px 0
}

.mtmegamenu .custom-content ul {
	list-style-type: disc
}

.mtmegamenu .custom-content ol {
	list-style-type: decimal
}

.mtmegamenu .custom-content li {
	margin-left: 16px
}

.mtmegamenu .product.withimage {
	display: inline-block;
	float: left;
	vertical-align: top;
	padding-bottom: 8px;
	padding-top: 15px
}

.mtmegamenu .product.withimage .product-item {
	margin: 0 2px
}

.mtmegamenu .product.withimage .right-block {
	padding-bottom: 0;
	min-height: 90px
}

.mtmegamenu>ul>li span.img_root img {
	border: none;
	padding: 0
}

.mtmegamenu .product .product-image {
	display: block
}

.mtmegamenu .product.withimage .title {
	margin-top: 10px
}

.mtmegamenu .depth-1.product .title {
	font-weight: normal;
	font-size: 12px;
	border: none;
	margin: 10px 0;
	padding: 0
}

.mtmegamenu .manufacturer.withimage {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 1px 0 !important
}

.mtmegamenu .manufacturer.withimage .title {
	margin-top: 10px
}

.mtmegamenu .depth-1.manufacturer .title {
	font-weight: normal;
	font-size: 12px;
	border: none;
	margin: 10px 0;
	padding: 0
}

.mtmegamenu .supplier.withimage {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 1px 0 !important
}

.mtmegamenu .supplier.withimage .title {
	margin-top: 10px
}

.mtmegamenu .depth-1.supplier .title {
	font-weight: normal;
	font-size: 12px;
	border: none;
	margin: 10px 0;
	padding: 0
}

.category_demo_custom>ul>li.customcontent {
	width: 40%;
	margin-top: 5px
}

[class*="menucol-"] {
	float: left
}

.menucol-1-1 {
	width: 100% !important
}

.menucol-1-2 {
	width: 50% !important
}

.menucol-1-3 {
	width: 33.33% !important
}

.menucol-2-3 {
	width: 66.67% !important
}

.menucol-1-4 {
	width: 25% !important
}

.menucol-3-4 {
	width: 75% !important
}

.menucol-1-5 {
	width: 21% !important
}

.menucol-2-5 {
	width: 37% !important
}

.menucol-1-6 {
	width: 16.66% !important
}

.menucol-1-10 {
	width: 10% !important
}

.mtmegamenu .inline ul {
	font-size: 0
}

.mtmegamenu .inline li {
	display: inline-block;
	float: left;
	padding: 0 10px;
	width: 20%;
	vertical-align: top;
	list-style: none
}

.mtmegamenu .text-center ul,
.mtmegamenu .text-center li {
	text-align: center
}

.mtmegamenu .menu-item.no-title>.title {
	display: none
}

.mtmegamenu .menu-item.no-description>.description {
	display: none
}

.mobile-menu li li a span {
	text-transform: none;

	font-weight: 500;
}

#header_menu {
	background: #f5f5f5;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -14px
}

.fieldmm-nav {
	position: relative;
	text-align: left
}

#fieldmm-button {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 21px;
	margin-right: 0;
	position: absolute;
	right: 15px
}

.mtmegamenu .menu-item.depth-1.cmspage .title {
	font-size: 12px;
	border: 0
}

.mtmegamenu .demo_custom_link_cms .menu-items>li {
	width: 100%;
	padding: 0 5px 8px
}

.mtmegamenu .demo_custom_link_cms .menu-items>li:last-child {
	padding: 0 5px 0px
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	transition: all .3s ease-in-out 0s
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:hover {
	padding-left: 5px;
	transition: all .3s ease-in-out 0s;
	color: #ffd401
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before {
	font-family: fontawesome;
	content: "\f105";
	margin-right: 8px
}

.mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before:hover {
	margin-left: 5px;
	transition: all .3s ease-in-out 0s
}

.mtmegamenu .menu-items .icon,
.mtmegamenu .menu-items .title a:hover .icon {
	transition: all .3s ease-in-out 0s
}

.mtmegamenu .submenu .title:hover a {
	margin-left: 5px;
	transition: all .3s ease-in-out 0s
}

.mtmegamenu .submenu .title a {
	margin-left: 0;
	transition: all .3s ease-in-out 0s
}

.mtmegamenu .submenu .title a:hover {
	color: #ffd401
}

.mtmegamenu>ul>li img:hover {
	opacity: .8
}

.mtmegamenu>ul>li.active,
.menu-bottom .menu-bottom-dec a {
	background-color: #ffd401;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	border-radius: 10px
}

.mtmegamenu>ul>li.active:hover,
.menu-bottom .menu-bottom-dec a:hover {
	border-color: #ffd401
}

.mtmegamenu a.active .title.title_font span {
	color: #bff9d8
}

.custom-menu-bottom img {
	float: left;
	margin-right: 20px
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.custom-menu-bottom img {
		margin-right: 10px
	}
}

.custom-menu-bottom,
.custom-menu-top {
	min-height: 140px;
	margin-top: 6px
}

.menu-bottom .menu-bottom-dec a {
	padding: 8px 18px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	border: 1px #006fa4 solid
}

.menu-bottom .menu-bottom-dec a:hover {
	color: #006fa4;
	border: 1px #006fa4 solid;
	background-color: #fff
}

.menu-bottom p {
	margin: 0;
	text-transform: none;
	line-height: 22px;
	color: #333333
}

.top-contact-us {
	display: inline-block;
	margin-left: 40px;
}

.top-contact-us a {
	padding: 9px 18px;
	font-size: 22px;
	color: #fff;
	display: inline-block;
}

.top-contact-us a:hover {
	background-color: #444;
}

.signin-link {
	border: 2px solid #bdbdbd;
	padding: 5px 12px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;

}

.signin-link:hover,
a.signin-link:focus {
	background: #ccc;
	color: #000;
	text-decoration: none !important;
}

.signin-top {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-top: 12px;

}

.product-logo {
	display: inline-block;
	margin: 14px 0px 24px;
	width: 126px;

}

.main-post-img {
	width: 100%;
	height: auto;

}

.main-post-img img {

	margin-bottom: 15px;
}


.product-tabs-box {
	display: inline-block;
	float: right;

}

.product-tabs-box ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0px;
	padding-left: 20px;
	font-family: Inter,
		sans-serif;
}

.product-tabs-box ul li {
	display: inline-block;
	padding: 28px 5px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.product-tabs-box ul li a {
	color: #666;
}

.product-tabs-box ul li a:hover {
	color: #333;
	text-decoration: underline;
}

.product-tabs-box ul li.active {
	font-weight: 600;
}

.product-tabs-box ul li.active a {
	color: #333;
}

.product-tabs-box li.mega-menu .mega-inner-box {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 0px 0px 3px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .24);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .24);
	font-weight: 400;
	font-size: 14px;
	top: 59px;
	z-index: 100;
	width: 840px;
	right: 0%;
	padding: 15px 10px 20px;
	text-align: left;
}

.product-tabs-box mega-inner-box li a {
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box {
	display: inline-block;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 33%;
	border-right: 1px solid #efefef;
	display: inline-block !important;
	float: left;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box ul:last-child {
	border-right: none;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box ul li {
	margin: 0 10px;
	padding: 0px;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box ul li a {

	display: block;
	border-bottom: 0px #ddd solid;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	padding: 3px 6px;
	display: inline-block;
	width: 100%;
}

.product-tabs-box li.mega-menu:hover .mega-inner-box ul li a:hover {
	color: #2173d4;
	;
}

.product-tabs-box li.mega-menu {
	margin-left: 1px;
	float: none;
	display: inline-block;
	position: static;
}

.new-home-page h1 {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 70px;
	font-weight: 800;
	font-family: Family,
		serif;
	line-height: 70px;

	padding-right: 2%;
}

.new-home-page h2.welcome-mat-text {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 54px;
	font-weight: bold;
	font-family: Inter, sans-serif;
	line-height: 60px;

}

.new-home-page p.lead {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;

	margin-top: 5px;

}

.new-home-page .top-rating span {
	font-size: 16px;
	font-weight: 400;
	vertical-align: 2px;
	color: #333;
	float: none;
	width: auto;
}


.h-new-right-box {
	padding: 120px 0% 0px 0px;
}

.new-home-page {
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	margin-bottom: 130px;
}

.mockup-img {
	margin-top: 45px;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	padding-top: 0px;
	position: relative;
}

.pro-top-bar {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e6e6e6;
	line-height: normal;
	margin-top: 75px;
}

.author-img {
	float: left
}

.author-img img {
	width: 60px;
	border-radius: 100px
}

.top-testimonials-box {
	margin: 30px 0px 0;
	width: 240px;
	display: inline-block
}

.t-right-box {
	float: left;
	margin-left: 18px;
	width: 60%;
	text-align: left;
	margin-top: 2px
}

.t-right-box p {
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;

}

.t-right-box i {
	color: #fbc73c;
	font-size: 18px;
	font-weight: 400;
	margin-right: 4px
}

a.free-trial-bnt {
	background-color: #000;
	border-width: 0px 0px 2px;
	box-shadow: 0px 2px 0px #54aa0e;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: all 200ms ease-in-out 0s;
	white-space: nowrap;
	padding: 8px 22px 8px;
	font-size: 16px;
	float: right;
	margin-top: 11px;
	font-weight: 500;
}

a.free-trial-bnt:hover {
	box-shadow: 0px 2px 0px #54aa0e;
	background-color: #333;
}

.stick-bar {
	position: fixed;
	margin-top: 0px;
	z-index: 100;
	display: block;
	top: 0px;
	width: 100%;

}

.container {
	width: 1310px;
}

.download-new a {
	float: right;
	color: #000;
	font-weight: 400;
	margin-top: 14px;
	padding: 8px 12px;
	background: #fff;
	border-radius: 3px;
}

.download-new a:hover {
	color: #fff;
	background: #000;
}

.new-subtext {
	font-size: 22px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
}

.trusted-by-text {
	font-size: 13px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: Inter, sans-serif;
	line-height: normal;
	margin-top: -10px;
	color: #333333;
	margin-bottom: 10px;
}

ul.pbm-tabs {
	padding: 0px;
	list-style: none;
}

ul.pbm-tabs li {
	display: inline-block;
	width: 20%;
	float: left;
	padding: 0px 20px 0px 0;
	text-align: left;
}

ul.pbm-tabs li:last-child,
ul.pbm-tabs.landing-page-tabs li {
	padding: 0px;
}

ul.pbm-tabs.landing-page-tabs li {
	width: 25%;
}

ul.pbm-tabs.t-landing-page-tabs li {
	width: 33%;
}

ul.pbm-tabs.two-landing-page-tabs li {
	width: 26%;
	float: none;
}

ul.pbm-tabs.two-landing-page-tabs {
	text-align: left;
}

ul.pbm-tabs.one-landing-page-tabs li {
	width: 26%;
	float: none;
}

ul.pbm-tabs.one-landing-page-tabs {
	text-align: left;
}

ul.pbm-tabs li a {
	color: #000;
	background: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
}

ul.pbm-tabs li:hover a {
	color: #000;
	background: #efeeeb;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
}

ul.pbm-tabs li.active a {
	color: #000;
	background: #efeeeb;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
}

ul.pbm-tabs li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
	font-family: Inter, sans-serif;
}

ul.pbm-tabs li.active h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
	font-family: Inter, sans-serif;
}

ul.pbm-tabs li p {
	padding-right: 16px;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.home-new-tabs {
	display: inline-block;
	width: 100%;
	padding-bottom: 100px;

}

.home-new-tabs .item img {
	/*box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245) 0px -1px 0px;*/
	line-height: 0;
	border: 1px #ddd solid;
}

.home-new-tabs .item {
	width: 780px;
	margin: auto;
}

.home-new-tabs.gif-animation .item {
	width: 842px;
	margin: auto;
}

.home-new-tabs .dot {
	height: 10px;
	width: 10px;
	background-color: #949494;
	border-radius: 50%;
	display: inline-block;
}

.home-new-tabs .top {
	padding: 0px 12px 6px;
	background: #c7c7c7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	position: relative;
	z-index: 10;
	text-align: left;
}

.new-inner-sec {
	padding-bottom: 100px;
	background: #fff;
}

.new-inner-sec h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.new-inner-sec h3 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;
}

.new-inner-sec h2 i {
	color: #ef2828;
	display: block;
	margin-bottom: 25px;
	font-size: 55px;
}

.author-d-box .photo {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.author-d-box .photo img {
	width: 50px;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.author-d-box .author {
	color: #777;
}

.in-sub {
	padding: 0px 25px;
}

.new-inner-sec p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 15px;
}

.author-d-box .author p {
	font-size: 14px;
}

.author-d-box .author em {
	font-style: normal;
	display: block;
}

.new-f-box {
	padding-right: 48px;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding-bottom: 40px;
}

.ss-box img {
	box-shadow: rgba(84, 70, 35, 0.15) 0px 2px 8px, rgba(84, 70, 35, 0.15) 0px 1px 3px;
	border-radius: 3px;
}

.new-f-box h4 {
	font-weight: 600;
	font-size: 23px;
	margin-top: 28px;
	margin-bottom: 12px;
	text-align: center;
	color: #000;
}

.new-f-box p {
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	min-height: 44px;
}

.new-section {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

.new-f-box.new-f-box1 {
	padding-left: 48px;
	border-right: 0px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding-bottom: 40px;
	padding-right: 0px;
}

.footer-subtext {
	font-size: 22px;
	color: #666;
	margin-left: 0;
	text-align: center;
	margin: 14px 10% 70px;
	font-weight: 400;
	line-height: 30px;
}

.f-logo {
	text-align: center;
	margin-top: 80px
}

.f-logo img {
	width: 39px;
	height: 29px;
}

.no-padding-right {
	padding-right: 0px;
}

.no-padding-left {
	padding-left: 0px;
}

.new-faq-box.help-article .faq-block.new-d-box {
	border-top: 0px #ccc solid;
}

.faq-desc {
	margin-bottom: 30px;
}

.install-page .install-step i {
	font-size: 50px;
	margin-bottom: 15px;
}

.footer-links1 {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: 55px;
}

.footer .footer-links1 li {
	padding: 0px;
	display: block;
	font-size: 13px;

	font-weight: 400;
}

.footer .footer-links1 a {
	color: #999;
	font-weight: 400;
	font-size: 13px;
	padding: 2px 8px;
	display: inline-block;
}

.footer .footer-links1 a:hover {
	color: #2173d4;
	text-decoration: underline;
}

.how-to-work-text i {
	float: left;
	font-size: 50px;
	color: #000;
	margin-right: 15px;
}

.feedback-section {
	padding: 120px 0px 110px;
	width: 100%;
	position: relative;
	background: #f8f8f8;
	padding-left: 7px;
	display: inline-block;
	width: 100%;
	z-index: 10;
	border-bottom: 1px #ddd solid;
}

.feed-head {
	font-weight: 700;
	font-size: 15px;
	color: #000;
	position: relative;
	font-family: Inter, sans-serif;
}

.feed-head .author-img-box img {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin: auto 5px;
}

.feed-body {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #707070;
	display: inline-block;
	padding: 0px;
	font-family: Inter, sans-serif;
	width: 100%;
	line-height: 24px
}

.feed-body strong {
	font-weight: 700;
	color: #333;
}

.feedback-section .item {
	border: 1px solid #e1e8ed;
	margin: 4px;
	padding: 20px;
	padding-bottom: 5px;
	position: relative;
	font-size: 15px;
	color: #333;
	background: #fff;
	border-radius: 10px;
	width: 31.9%;
	display: inline-block;
}

.feedback-section .bottom-feedback-section .item {
	float: left;
	width: 31.5%;
	margin: 7px 7px;
}

.heading-block p.line-h-1 {
	padding: 0px 9%;
}

.heading-block p.faq-subtext {
	padding: 0px 6% 35px;
}

.question-block ul {
	padding-left: 22px;
}

.feedback-section h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.star-r {
	text-align: center;
	margin-bottom: 15px;
}

.star-r i {
	font-size: 35px;
	color: #ef8200;
}

.icon-feed-box {
	position: absolute;
	right: 0px;
	top: 0px;
}

.icon-feed-box img {
	width: 18px;
	height: 18px;
}

.button_download {
	padding: 12px 35px;
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 8px;
	border-radius: 3px;
	background: #000;
	border: 1px solid #000;
	transition: all .4s ease;

}

.button_download:hover {
	background: #111;
	border: 1px solid #111;
	transition: all .4s ease;
}

.feedback-btn-box {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.price-scratch {
	text-decoration: line-through;
	color: #999 !important;
	display: inline-block;
	font-size: 26px !important;
}

.onetime-text {
	display: block !important;
}

.new-tip-page.new-design {
	margin-bottom: 50px;
	margin-top: 60px;
}

.new-tip-page.new-design .help-article p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 0% 20px 0px;
	color: #737373;
}

.new-tip-page.new-design .help-article p a {
	font-weight: 700;
}

.new-tip-page.new-design .help-article p a:hover {
	color: #000;
	text-decoration: underline;
}

.sub-sec1 {
	padding-right: 35px;
	border-right: 1px #e6e6e6 solid;
}

.sub-sec2 {
	padding-left: 55px;
}

.sub-sec3 {
	padding-left: 52px;
	padding-right: 65px;
	border-left: 1px #e6e6e6 solid;
}

.sub-sec4 {
	padding-left: 52px;
	padding-right: 25px;
	border-left: 1px #e6e6e6 solid;
}

.wsj-text {
	padding-right: 75px;
}

.author-d-box .author.wsj-author {
	padding-right: 22px;
	display: inline-block;
	width: 70%;
}

.have-question {
	text-align: right;
	margin-top: 8px;
}

.latest-download-btn a {
	margin-left: 15px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border-right: 1px #b1b1b1 solid;
	padding-right: 15px;
	font-family: Inter, sans-serif;
}

#paymentpage {
	min-height: 700px;
}

em.s-text {
	font-style: normal;
	color: #0095f7;
	font-size: 24px;
	font-weight: 400;
	padding-right: 2px;
	vertical-align: 10px;
}

.crown-icon {
	text-align: left;
	margin-bottom: 15px;
}

#customer-testimonial .icon-feed-box img {
	width: auto;
	height: auto;
	border-radius: 0px;
}

#customer-testimonial .icon-feed-box1 img {
	width: auto !important;
	height: auto !important;
	border-radius: 0px;
	margin-top: 4px;
}

#customer-testimonial .icon-feed-box {
	top: 15px;
	right: 35px;
}

.question-icon {
	font-size: 70px;
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #3498db;
}

.support-icon {
	font-size: 70px;
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #e3483a;
}

.install-step .item {
	margin-top: 20px;
}

.top-bar {
	background: #000;
	text-align: center;
	height: 65px;
	padding-top: 8px;
}

.signin-top-text {
	background-color: #fff;
	border-bottom: 0px solid #e6e6e6;
	margin-bottom: 0px;
	margin-top: 90px;
	text-align: center;
}

.signin-top-text h1 {
	font-size: 52px;
	color: #000;
	font-weight: bold;
	text-align: center;

	margin-bottom: 16px;
	margin-top: 17px;
}

.container.signup {
	margin-top: 40px;
	padding: 0 7%;
}

.author-l {
	line-height: 38px;
}

.right-new-img-box {
	display: inline-block;
}

.support-area-wrap {
	padding: 0px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}

.support-area-wrap i {
	text-align: left;
	font-size: 40px;
}

.new-block {
	text-align: left;
	padding-right: 30px;
}

.new-block h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	font-family: Inter, sans-serif;
}

.support-inner p {
	font-size: 18px;
	line-height: 30px;
}

.support-inner ul {
	padding: 0px;
	margin-left: 0px;
}

.support-inner li {
	list-style: none;
	text-align: left;
	font-size: 18px;
	padding-bottom: 6px;
}

.support-inner li i {
	font-size: 16px;
}

.support-inner li a {
	color: #000;
	font-weight: 700;
}

.support-inner li a:hover {
	color: #2173d4;
	text-decoration: underline;
}

.related-links {
	display: inline-block;
	border-top: 1px #ccc solid;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-top: 20px;
}

.related-pbm-title h2 {
	font-size: 22px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	color: #000;
}

.related-links .article-link ul {
	padding-left: 15px;
}

.related-links .article-link ul li {
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 26px;
}

.related-links .article-link ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.page-img {
	margin-top: 50px;
}

.page-img h2 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.img-box {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px #ddd solid;
}

.sub-text-box {
	padding: 0px 16%;
}

.sub-text-box p {
	text-align: center;
	font-size: 19px;
	margin-bottom: 18px;
}

.sub-text-box .author-d-box {
	text-align: center;
}

.sub-text-box .author-d-box .photo img {
	width: 80px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.sub-text-box .author-d-box .photo {
	width: 80px;
	float: none;
	margin-right: 5px;
}

.sub-text-box .author-l {
	line-height: inherit;
	font-size: 16px;
	vertical-align: 9px;
}

.new-inner-sec.flickr-box {
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.new-inner-sec.flickr-box h2 {
	margin-bottom: 30px;
}

#flickr-slider .owl-pagination .owl-page span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

#flickr-slider .owl-pagination .owl-page.active span,
#flickr-slider .owl-pagination .owl-dots .owl-dot:hover span {
	background: #666;
}

#flickr-slider .owl-pagination .owl-page {
	display: inline-block;
	zoom: 1;
}

#flickr-slider .owl-controls {
	text-align: center;
}

.welcome-mat .new-home-page {
	margin-top: 60px;
	display: inline-block;
	width: 100%;
	margin-bottom: 45px;
}

.close-mat-bnt {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 150px;
}

.closeslide {
	background: #fff;
	border: none;
	padding: 6px 12px;
	border-radius: 50px;
	color: #999;
	font-size: 62px;
	font-weight: 100;
}

.welcome-mat {
	margin-bottom: 50px;
	display: none;
}

.download-msgs .new-desc-box {
	margin-bottom: 0px;
	margin-left: 0px;
}

.download-msgs .new-desc-box .gif-div {
	margin-bottom: 80px;
	width: 88.5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.download-msgs .item img {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245) 0px -1px 0px;
	line-height: 0;
}

.download-msgs .top {
	padding: 2px 12px 10px;
	background: #c7c7c7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: left;
	line-height: normal;
}

.download-msgs .dot {
	height: 10px;
	width: 10px;
	background-color: #949494;
	border-radius: 50%;
	display: inline-block;
	margin: 0 !important;
}

.new-desc-box {
	text-align: center;
}

.new-desc-box h2 {
	text-align: center;
	margin-top: 0px;
}

.new-desc-box span {
	margin-bottom: 5px;
}

.new-desc-box span strong {
	font-weight: 700;
	color: #000;
}

.new-text {
	padding: 0px 12% 50px;
}

.gif-div i {
	font-size: 50px;
	margin-bottom: 15px;
}

ul.left-social-bar {
	padding: 0px;
	list-style: none;
	/* position: absolute; */
	/* top: 102px; */
	/* left: -45px; */
	display: inline-block;
	text-align: left;
	width: 100%;
	margin-top: 15px;
}

ul.left-social-bar li {
	list-style: none;
	margin-bottom: 2px;
	display: inline-block;
}

ul.left-social-bar li a:hover {
	opacity: 0.7;
}

ul.left-social-bar li a {
	padding: 4px;
	background: #50abf1;
	border-radius: 100px;
	margin-bottom: 8px;
	color: #fff;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	line-height: 42px;
	font-size: 18px;
}

ul.left-social-bar li a.linkedin-icon {
	padding: 4px;
	background: #007bb5;
	border-radius: 100px;
	margin-bottom: 8px;
	color: #fff;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	line-height: 42px;
	font-size: 18px;
}

ul.left-social-bar li a.fb-icon {
	padding: 4px;
	background: #3a559f;
	border-radius: 100px;
	margin-bottom: 8px;
	color: #fff;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	line-height: 42px;
	font-size: 18px;
}

#pricing-section h2 span {
	color: #2ca01c;
}

#pricing-section h6 {
	font-size: 54px;
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
	text-align: center;

}

.call-to-action-section {
	background: #f5f5f5;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding: 60px 0px;
}

.call-to-action-section h2 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;

	font-family: Inter, sans-serif;
	padding: 0px 15px;
}

.try-pbm-bnt {
	padding: 16px 35px;
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 8px;
	border-radius: 3px;
	background: #000;
	border: 1px solid #000;
	transition: all .4s ease;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 12px;
}

.try-pbm-bnt:hover {
	background: #333;
	border: 1px solid #333;
}

.call-section-left-box {
	text-align: center;
	padding-right: 35px;
}

.call-section-left-box span {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 3px;
	color: #666;
}

.call-section-right-box ul {
	padding: 0px;
	list-style: none;
}

.call-section-right-box ul li {
	list-style: none;
	font-size: 17px;
	padding-bottom: 12px;
}

.b-text-box {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.b-a-img img {
	width: 60px;
	border-radius: 50px;
}

.b-a-img {
	display: inline-block;
	margin-right: 8px;
}

.b-text-box p {
	display: inline-block;
}

#spin:after {
	content: "";
	animation: spin 9s linear infinite;
}

@keyframes spin {
	0% {
		content: "Get time back ";
		color: #2CA01C;
		animation-timing-function: steps(1, end);
	}

	50% {
		content: "Stay backed up";
		color: #FF8000;
		animation-timing-function: steps(1, end);
	}

	80% {
		content: "Automate your work ";
		color: #0095f7;
		animation-timing-function: steps(1, end);
	}
}

.landing-page .cat-list h3 {
	/* border-bottom: 1px #eee solid !important; */
	font-size: 16px;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	padding-bottom: 8px;
	/* background: #f9f9f9 !important; */
	padding-top: 8px;
	margin: 0;
	font-weight: 700 !important;
	font-family: Inter, sans-serif !important;
}

.annual-v-text {
	font-size: 15px;
	line-height: normal;
	padding: 7px 28px;
}

.annual-v-text strong {
	font-size: 14px !important;
}

.most-popular-text {
	margin-right: auto;
	padding: 10px 12px;
	background-color: #ff2c33;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 9px;
	display: inline-block;
	font-family: Inter, sans-serif;
	line-height: normal;
	width: 100%;
	position: absolute;
	left: 0;
	top: -40px;
}

.top-button-block .new_button_download {
	border: none;
	background: #000;
	color: #fff;
	padding: 10px 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	border-radius: 6px;
	width: 150px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	line-height: normal;
}

.product-collateral .plan-heading-new .yearly-box {
	padding: 15px 15px 20px;
	position: relative;
}

.product-collateral .plan-heading-new .free-box {
	padding: 56px 15px 62px;
}

.plan-heading-new .new-features-text-box.text-new {
	padding: 86px 10px 26px;
}

.product-collateral .features-text-p.new-h {
	min-height: 113px !important;
}

.yearly-box.p-52 {
	padding-top: 53px !important;
}

.free-box.p-52 {
	padding-top: 53px !important;
	padding-bottom: 20px !important
}

.blog-table.table>tbody>tr>td {
	font-weight: 400;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	padding: 16px 10px;
	list-style-type: disc;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
}

.blog-table.table>thead>tr>th {
	font-size: 22px;
	color: #333;
	padding: 8px 0px;
}

.blog-table td .tick {
	font-size: 18px;
	color: #2CA01C;
	background: url(../images/check-m-icon.png) top center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -3px;
	background-size: 15px;
}

.blog-table td .cross-mark {
	font-size: 18px;
	color: #f33;
	background: url(../images/x-mark.png) top center no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -4px;
	background-size: 15px;
}

.inside-header.storage-bg {
	border-bottom: 0px solid #e6e6e6;
	margin-bottom: 10px;
}

.inside-header.storage-bg .heading-block {
	width: 100%;
}

.inside-header.storage-bg .heading-block h1 {
	font-size: 38px;
	line-height: 46px;
	;
}

.storage-content {
	color: #040402;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;

	margin-bottom: 70px;
}

.left-storage-box {
	display: inline-block;
}

.left-storage-box ul {
	padding: 0px;
	border: 1px solid #e6e6e6;
	display: inline-block;
	width: 100%;
	margin-bottom: -1px;
	float: left;
}

.left-storage-box ul.bg-color {
	background: #f8f8f8;
}

.left-storage-box ul li {
	display: inline-block;
	list-style: none;
	padding: 10px 10px;
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
}

.left-storage-box ul li:last-child {
	border-bottom: none;
}

.storage-content .title-bar {
	width: 35%;
	display: inline-block;
	float: left;
	padding-left: 5px;
	font-family: Inter, sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.storage-content .title-bar i {
	color: #707070;
	width: 30px;
	text-align: center;
}

.storage-content .storage-desc {
	width: 65%;
	display: inline-block;
	float: left;
	border-left: 1px solid #e6e6e6;

	font-family: Inter, sans-serif;
	font-weight: 400;
	color: #3a3a3a;
	font-size: 18px;
	line-height: 26px;
}

.storage-content li .tick {
	font-size: 18px;
	color: #2CA01C;
	background: url(../images/check-b-icon.png) top center no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: -3px;
}

.storage-content li .cross-mark {
	font-size: 18px;
	color: #2CA01C;
	background: url(../images/cross-b-icon.png) top center no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: -3px;
}

.border-right2 {
	border-right: 2px solid #e6e6e6;
}

.divider-line {
	width: 400px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 2em;
	color: #3A3A3A;
	line-height: 1.4;
}

.divider {
	margin: 1rem 0;
	line-height: 1;
	height: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .85);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #ddd;
}

.storage-services-desc {

	display: inline-block;
	width: 100%;
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;

	margin-top: 0px;
}

.storage-services-table {
	padding: 10px 0% 0px;
}

.storage-services-table h3 {
	background: #000;
	padding: 12px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
	font-family: Inter, sans-serif;
}

.storage-services-table img {
	vertical-align: -4px;
	margin-right: 6px;
}

.comparisons-table {
	border: 1px solid #e6e6e6;
	margin-bottom: 0px;
	margin-top: 25px;
}

.comparisons-table-box {
	color: #3a3a3a;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;

}

.comparisons-table i {
	color: #929292;
	width: 30px;
	text-align: center;
}

.comparisons-table.table>tbody>tr>td,
.comparisons-table.table>tbody>tr>th,
.comparisons-table.table>tfoot>tr>td,
.comparisons-table.table>tfoot>tr>th,
.comparisons-table.table>thead>tr>td,
.comparisons-table.table>thead>tr>th {
	padding: 8px 10px;
	line-height: 26px;
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
	font-family: Inter, sans-serif;
}

.comparisons-table.table tbody tr td:first-child {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.comparisons-table.table>tbody>tr>td {
	border-right: 1px solid #e6e6e6;
}

.comparisons-table.table>tbody>tr>td:last-child {
	border-right: 0px solid #e6e6e6;
}

.comparisons-table thead.thead-inverse {
	background: #000;
	border: 1px #000 solid;
	color: #fff;
}

.comparisons-table.table>thead>tr>th {
	border: none;
	padding: 15px 15px 18px;
	font-size: 18px;
	border-right: 1px #272727 solid;
	text-align: center;
	position: relative;
	font-family: Inter, sans-serif;
}

.comparisons-table.table>thead>tr>th:last-child {
	border: none;
}

.comparisons-table.table>thead>tr>th:first-child {
	text-align: left;
}

.comparisons-table.table>thead>tr>th img {
	height: 22px;
	vertical-align: -5px;
}

.comparisons-table.table>thead>tr>th .vs-img img {
	height: inherit;
}

.comparisons-table.table>thead>tr>th .vs-img {
	position: absolute;
	right: -14px;
	top: 15px;
}

a.contact-btn,
a.contact-btn:hover {
	border: none;
	background: #000;
	color: #fff;
	padding: 7px 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 8px;
	display: inline-block;
	border-radius: 3px;
	width: 150px;
	font-weight: 400;
	cursor: pointer;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-pricing1 span.contact-text {
	font-size: 20px;
	color: #0095f7;
	font-weight: 700;
	margin: 11px 0px 12px;
}

#pricing-section .pricing-inner-wrapper .pricing-inner .plan-pricing1 span.con-sub-text {
	font-size: 16px;
	margin-bottom: 9px;
}

.new-tag {
	background: #28c485;
	color: #fff;
	position: absolute;
	padding: 4px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	top: 30px;
	right: 20px;
}

.thanks-msg {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 70px
}

.thanks-msg p {
	display: block;
	margin-top: 0;
	font-size: 19px;
	font-weight: 400;
	padding: 0 15%;
	line-height: 27px;
}

.thanks-msg p strong {
	display: block;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
	color: #20323c;
	margin-top: 30px
}

.checkmark-circle {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	vertical-align: top
}

.checkmark-circle .background {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #28c485;
	position: absolute
}

.checkmark-circle .checkmark {
	border-radius: 10px
}

.checkmark-circle .checkmark.draw:after {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-name: checkmark;
	-moz-animation-name: checkmark;
	animation-name: checkmark;
	-webkit-transform: scaleX(-1) rotate(135deg);
	-moz-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	-o-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.checkmark-circle .checkmark:after {
	opacity: 1;
	height: 45px;
	width: 24.5px;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	border-right: 8px solid #fff;
	border-top: 8px solid #fff;
	border-radius: 2.5px !important;
	content: '';
	left: 17px;
	top: 42px;
	position: absolute
}

@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1
	}

	20% {
		height: 0;
		width: 24.5px;
		opacity: 1
	}

	100%,
	40% {
		height: 45px;
		width: 24.5px;
		opacity: 1
	}
}

/* Add New css KB 29-7-19 */
.help-page .help-block .article-link ul li i {
	font-size: 7px;
	margin-right: 7px;
	color: #666;
	vertical-align: 2px;
}

.heading-block p.kb-subtext {
	padding: 0px 10%;
}

.inside-header.faq-bg .heading-block {
	padding-bottom: 0px;
}


.desc-counter li {
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 35px;
	list-style: none;
	padding-bottom: 15px;
}

.desc-counter li:before {
	background: #f8f8f8;
	border-radius: 2px;
	color: #333;
	content: counter(my-awesome-counter, decimal);
	display: inline-block;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 26px;
	left: 0px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 26px;
	border: 1px #eaeaea solid;
}

.help-article .help-block ul.desc-counter {
	padding-left: 0px;
}

.sticky-kb-box {
	position: fixed;
	margin-top: 0px;
	z-index: 9;
	display: block;
	top: 80px;
	width: 320px;
	background-color: #fff;
}

.new-tip-page .help-article .help-block ul li {
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 50px;
	list-style: none;
	padding-bottom: 15px;
}

.new-tip-page .help-article .help-block ul li:before {
	background: #f8f8f8;
	border-radius: 2px;
	color: #000;
	content: counter(my-awesome-counter, decimal);
	display: inline-block;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 35px;
	left: 0px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 35px;
	border: 1px #eaeaea solid;
}

.new-tip-page .help-article .help-block ul li ul li {
	counter-increment: none;
	position: relative;
	padding-left: 0px;
	padding-bottom: 0;
	list-style: disc;
	margin: 10px 0px 10px 15px;
}

.new-tip-page .help-article .help-block ul li ul li:before {
	background: #f8f8f8;
	border-radius: 2px;
	color: #333;
	content: normal;
	display: inline-block;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 26px;
	left: 0px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 26px;
	border: 1px #eaeaea solid;
}

.help-article .help-block ol li {
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 50px;
	list-style: none;
	padding-bottom: 15px;
}

.help-article .help-block ol li p {
	padding: 0px;
}

.help-article .help-block ol li ul {
	position: relative;
	padding-left: 15px;
	list-style: none;
	padding-bottom: 15px;
}

.new-tip-page .help-article .help-block ol li ul li:before {
	position: relative;
	background: #f8f8f8;
	content: counter(my-awesome-counter, decimal);
	font-weight: 600;
	width: 40px;
	border: 1px #eaeaea solid;
	height: 40px;

}

.help-article .help-block ol li:before {
	background: #f8f8f8;
	border-radius: 2px;
	color: #000;
	content: counter(my-awesome-counter, decimal);
	display: inline-block;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 35px;
	left: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 35px;
	border: 1px #eaeaea solid;
}

.help-article .help-block ol li li ol li {
	counter-increment: none;
	position: relative;
	padding-left: 0px;
	padding-bottom: 0;
	list-style: circle;
	margin: 10px 0px 10px 15px;
}

.help-article .help-block ol li ol li:before {
	background: #f8f8f8;
	border-radius: 2px;
	color: #333;
	content: normal;
	display: inline-block;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 26px;
	left: 0px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 26px;
	border: 1px #eaeaea solid;
}

.highlight-text {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.highlight-text:after {
	position: absolute;
	content: '';
	left: -5px;
	bottom: 0;
	width: calc(100% + 10px);
	height: 16px;
	background-color: #fff5ba;
	z-index: -1;
}

.exit-popup h2.size48 {
	font-size: 48px;
}

.exit-popup h2.size50 {
	font-size: 50px;
}

.exit-popup h2.p-right10 {
	padding-right: 10px;
}

.exit-popup h2 {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 54px;
	font-weight: bold;
	font-family: Inter, sans-serif;
	line-height: 60px;

}

/* New Blog CSS*/
.breadcrumb-section {
	background: #fff;
	position: relative;
	z-index: 100;
	padding-bottom: 10px;
}

.breadcrumb {
	background: none;
	line-height: 18px;
	font-size: 14px;
	font-family: Inter, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-stretch: normal;
	font-weight: 400;
	display: inline-block;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(117, 117, 117);
	padding: 11px 0px 0px;
}

.breadcrumb a {
	color: rgb(117, 117, 117);
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

ul.breadcrumb li+li:before {
	padding: 8px 12px;
	color: black;
	content: "";
	background: url(../images/breadcrumb-arrow.png) no-repeat;
	background-position: 6px;
}

.blog-details-meta {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

ul.article-meta {
	padding: 0px;
	font-weight: 500;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}

ul.article-meta li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 3px;
	color: #333;
}

ul.article-meta li a {
	color: #333;
	cursor: default;
}

.help-article.small-space-tips .entry-content {
	padding: 0px;
}

.testimonials-new-box {

	text-align: center;
	display: inline-block;
	width: 100%;

	padding: 0px 40px 30px;
	border-radius: 8px;
	margin-top: 0px;
	margin-bottom: 0px;

}

.testimonials-new-box p strong {
	font-weight: 700;
}

.testimonials-new-box p {
	font-size: 32px;
	color: #040402;
	margin: auto auto 25px;
	padding: 5px 0%;
	font-weight: 400;
	line-height: 42px;

	font-family: "Family", Serif;


}

.bg-grey {
	background: #f8f8f8;
}

.b-radius {
	border-radius: 100px;
	width: 120px;
}

.testimonials-new-box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 15px;
	font-family: Inter, sans-serif;
}

.bg-black {
	background: #000;
}

.testimonials-new-box.bg-black h4 {
	color: #fff;
}

.testimonials-new-box.bg-black p {
	color: #fff;
}

.competition-section {
	padding: 90px 0;
	margin-top: 0px;
	border-bottom: 1px #ddd solid;
	border-top: 1px #e6e6e6 solid
}

.competition-section h2 {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 42px;
	padding: 0 5%;
	;
}

.numbers {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.founders-list {
	background-color: #f5f5fa;
	margin-bottom: 30px;
}

.founders-list h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 0px;
	margin-top: 15px;
	padding: 0px;
}

.founders-list h3 {
	font-size: 19px;
	font-weight: 400;
	color: #040402;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 30px;
}

.inner-f-box {
	padding: 35px 30px 25px;
	background-color: #f5f5fa;
	text-align: left;
	position: relative;
	display: inline-block;
}

.p-item-text-wrapper {
	display: inline-block;
	height: 195px;
}

.p-item-text-wrapper.h-260 {
	height: 250px;
}

.p-item-text-wrapper.h-160 {
	height: 210px;
}

.p-item-text-wrapper.h-135 {
	height: 180px;
}

.m-t-0 {
	margin-top: 0px;
}

.m-t-35 {
	margin-top: 35px;
}

.b-t-none {
	border: none;
}

.border-top {
	border-top: 1px solid #e6e6e6 !important;
}

.home-new-tabs h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.home-new-tabs h4 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;

}

.home-new-tabs .get-started-testimonials {
	text-align: center;
}

.home-new-tabs .get-started-testimonials .item .new-icon-box img {
	box-shadow: none;
	line-height: 0;
	border: none;
}

.home-new-tabs .get-started-testimonials .item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 10px;
}

.home-new-tabs .get-started-testimonials .item p {
	font-size: 17px;
	color: #040402;
	margin: auto auto 0px;
	padding: 5px 15%;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: none;
	text-align: center;
}

.home-new-tabs .get-started-testimonials .item p.p-13 {
	padding: 5px 13%;
}

.home-new-tabs .get-started-testimonials .customer-snippt .owl-controls {
	text-align: center;
	margin-top: 15px;
}

.gif-img-box {
	width: 700px;
	margin: auto;
}

.home-new-tabs .get-started-testimonials .top {
	padding: 10px 12px 6px;
	background: #c7c7c7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	position: relative;
	z-index: 10;
	text-align: left;
}

.home-new-tabs.gif-animation .item.m-b-60 {
	margin-bottom: 60px;
	display: inline-block;
}

.money-back-guarantee {
	margin: 10px 0px 50px;
	height: 282px;
	width: 100%;

}


.money-back-guarantee img {
	width: 350px;
	height: 328px;
}

.img-b-text {
	font-size: 24px;
	color: #707070;
	margin: auto auto 0px;
	padding: 20px 0% 0px;
	font-weight: 400;

	text-transform: none;
	text-align: left;
	line-height: 32px;
}

.quote-img-box {
	margin-bottom: 10px;
}

.quote-img-box img {
	width: 30px;
}

.services-box {
	text-align: center;
	width: 192px;
	display: inline-block;
	margin: 10px 15px 20px 0px;
	position: relative;
}

.s-img img {
	width: 185px;

}

.services-box h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 15px;
	padding: 0px;
	font-family: Inter, sans-serif;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}

.s-img:hover {
	transform: translateY(-5px);
}

.s-img {
	padding: 24px 10px;
	background: #ffffff;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
	border-radius: 16px 16px 16px 16px;
	transition: transform .3s;
	border: 1px #dfdfdf solid;
	padding-bottom: 45px;
}

.manage-your-photos {
	padding: 80px 0px 0px;
	background: #fff;
	border-bottom: 1px #e6e6e6 solid;
}

.manage-your-photos h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
	;
	padding: 5px 12%;
}

.manage-your-photos h3 {
	font-size: 19px;
	color: #040402;
	margin: auto auto 35px;
	padding: 5px 8%;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: none;
	text-align: center;
}

.manage-your-photos h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 30px;
}

.manage-your-text-box p {
	font-size: 19px;
	font-weight: 400;
	color: #040402;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 30px;
}

.manage-your-photos .quote-img-box img {
	width: 26px;
}

.manage-your-photos .quote-img-box {
	margin-bottom: 10px;
	float: left;
	position: absolute;
	left: 50px;
}

.manage-your-text-box {
	border-left: 1px #e4e4e4 solid;
	padding-left: 70px;
}

.manage-your-photos p.m-y-subtext {
	font-size: 18px;
}

.manage-your-photos .row {
	margin-bottom: 100px;
}

.customer-happiness {
	background: #000;
	padding: 80px 0px 100px;
	text-align: center;
}

.customer-happiness h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
	;
	padding: 5px 0%;
}

.customer-happiness h3 {
	font-size: 19px;
	color: #fff;
	margin: auto auto 55px;
	padding: 5px 6%;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: none;
	text-align: center;
}

.customer-happiness-text-box .customer-t-box {
	font-size: 20px;
	color: #fff;
	margin: auto auto 5px;
	padding: 5px 15%;
	font-weight: 400;
	line-height: 1.6em;
	text-transform: none;
	text-align: center;
}

.customer-happiness-text-box .customer-t-box.p-20 {
	padding: 5px 20%;
}

.bordered-bottom-border {
	height: 1px;
	background-color: #999;
	margin-top: 60px;
	width: 250px;
	display: inline-block;
	margin-bottom: 60px;
}

.customer-happiness-text-box .customer-t-box .quote-img-box {
	margin-bottom: 20px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.install-page .install-step.m-b-0 {
	margin-bottom: 0px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-y-p-icon {
	width: 75px;
	float: left;
}

.m-y-p-icon i {
	font-size: 50px;
}

.decs-manage-your {
	float: left;
	width: 83%;
}

.line-h-165 {
	min-height: 165px;
}

.line-h-185 {
	min-height: 185px;
}

.w-150 {
	width: 150px;
}

.tips-img {
	margin-top: 15px;
	margin-bottom: 30px;
	border: 4px #ddd solid;
	border-radius: 3px;
	width: 100%;
	height: auto;
}

.tips-tricks-img-box {
	display: block;
}

.m-l-20 {
	margin-left: 0px;
	margin-bottom: 30px;
}

.grey-bar {
	background: #efefef;
	border: 1px solid #efefef;
	color: #282828;
	padding: 4px 20px;
	border-radius: 3px;
	float: none;
	margin-bottom: 0;
	transition: all .4s ease;
	margin-right: 0;
	font-family: Inter, sans-serif;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grey-bar h3 {
	margin: 0px;
	color: #000 !important;
	font-size: 20px;
}

.padding-r-0 {
	padding-right: 0px
}

.padding-l-0 {
	padding-left: 0px
}

.new-tip-page.new-design #feature-list .get-started-btn-big1 {
	padding: 12px 20px;
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
	align-self: flex-end;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
}

.new-tip-page.new-design #feature-list h2 {
	font-size: 21px;
}

.bounce {
	-webkit-animation: bounce .8s ease infinite alternate;
}

@-webkit-keyframes bounce {

	100% {
		transform: translateY(-15px);
		text-shadow: 0 50px 0 #black,
			0 0px 20px rgba(0, 0, 0, .6);
	}
}

.new-design .help-article.small-space-tips .help-inner-block {
	padding: 0px 0px 18px 0;
}

.new-tip-page.new-design #feature-list .inner .crown-icon {
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
	height: 65px;
}

.new-tip-page.new-design #feature-list .inner .crown-icon img {
	width: 65px;
	height: 65px;
}

/*New CSS*/
.new-how-to-section {
	margin-bottom: 100px;
}

.new-faq-section {
	float: left;
	width: 60px;
	height: 100%;
	margin-right: 12px;
	margin-left: -5px;
}

.new-how-to-section article {
	width: 100%;

}

.new-how-to-section h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	padding-bottom: 40px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 40px;
}

.new-faq-box {
	border-top: 0 #ddd solid;
	padding-top: 0;
}

.faq-box strong {
	font-weight: 700;
	color: #000;
}

.faq-box h3 {
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 15px;
	margin-top: 40px;
}

.faq-box p {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}

.faq-box h4 {
	font-size: 18px;
	font-weight: 600;

	color: #282828;
	display: block;
	text-align: left;
	font-family: Inter, sans-serif;
	margin-bottom: 8px;
}

/* Exit Popup CSS 5-10-2020*/
.close-icon {
	position: fixed;
	right: 30px;
	top: 10px;
}

.exit-popup .new-home-page {
	margin-top: 90px;
}

/*.exit-popup {
	background: #fff;
	width: 100%;
	height: 1024px;
	position: fixed;
	top: 0px;
	z-index: 10000;
}*/

.exit-popup {
	background: #fff;
	border: 0px;
	border-radius: 0px;
	float: none;

	outline: none;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	line-height: 1;
	font-family: Inter, sans-serif;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	appearance: none;
	position: fixed;
	z-index: 888888888;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	zoom: 1;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto scroll;
	display: block;
}

.exit-popup .other-features {
	overflow: hidden;
	padding-top: 00px;
	padding-bottom: 00px;
	background: #fff;
	border-top: 0px solid #e6e6e6;
}

.exit-popup .m-b-40 {
	margin-bottom: 20px;
}

.exit-popup .new-inner-sec {
	margin-top: 0px;
	border-top: 0px #e6e6e6 solid;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff;
}

.exit-popup .m-b-60 {
	margin-bottom: 30px;
}

.exit-popup .testimonials-new-box {
	padding: 50px 0px 150px;
	text-align: center;
}

.exit-popup .star-r {
	padding-top: 50px;
}

.exit-popup .other-features.box-r ul {
	overflow: hidden;
	text-align: left;
	padding: 0;
	margin: 0px 0 0;
	color: #333;
}

.exit-popup .new-home-page {
	margin-bottom: 0px;
}

.exit-popup .other-features.box-r ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 20px;
	color: #040402;
	font-size: 15px;
}

.exit-popup .other-features.box-r ul li i {
	color: #000 !important;
	font-size: 34px;
	height: 35px;
	float: left;
	margin-top: 10px;
	width: 50px;
	margin-bottom: 15px;
}

.exit-popup .top-rating.new-r-t {
	margin-bottom: 6px;
	margin-top: 5px;
	text-align: center;
}

.exit-popup .top-rating.new-r-t i {
	display: inline-block;
}

.exit-popup .top-rating.new-r-t span {
	display: inline-block;
	float: none;
	width: auto;
}

.exit-popup .trusted-by-text {
	font-size: 13px;
	font-weight: 400;
}

.m-t-45 {
	margin-top: 45px;
	padding: 30px 0px 50px;
}

/*Tool page css*/
.pbm-tool-box {
	background: #000;
	padding-bottom: 100px;
	padding-top: 30px;
}

.pbm-tool-box h1 {
	color: #fff;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
	font-family: Inter, sans-serif;
	line-height: 50px;

}

.pbm-tool-d-page h1 {
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 42px;
	font-weight: bold;
	font-family: Inter, sans-serif;
	line-height: 50px;

}

.pbm-tool-d-page h2 {
	color: #000;
	font-size: 22px;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;

	font-weight: 400;
	margin-top: 5px;
}

.pbm-tool-box p.pbm-tool-subtext {
	color: #fff;
	font-size: 22px;
	width: 100%;
	margin-bottom: 21px;
	text-transform: inherit;

	font-weight: 400;
	margin-top: 5px;
}

.tools-inner-box {
	margin-top: -80px;
	background: #fff;
	border-left: 1px solid #f6f6f8;
	border-top: 1px solid #f6f6f8;
	display: -ms-flexbox;
	display: flex;
	width: 99.6%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	margin-bottom: 100px;
}

.tools__item {
	color: #383e45;
	border-right: 1px solid #f6f6f8;
	border-bottom: 1px solid #f6f6f8;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 1;
	flex: 0 0 33.33%;
	text-align: left;
}

.tools__item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 32px;
	color: #383e45;
	position: relative;
	z-index: 2;
}

.tools__item__icon,
.tools__item h3 {
	margin-bottom: 12px;
}

.tools__item img {
	width: 50px;
	height: 50px;
}

.tools__item h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;

	color: #000;
	margin-bottom: 9px;
}

.tools__item__content {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.tools__item__content p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.tools__item:hover {
	z-index: 9;
	background: #f6f6f8;
}

.tools__item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.border-right-none {
	border-right: none;
}

.uploader__btn label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	padding: 24px 56px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	margin-bottom: 12px;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
	-ms-flex-order: 1;
	order: 1;
	max-width: 60vw;
	cursor: pointer;
}

.uploader__btn label:hover {
	background: #4d90fe;
}

.uploader-img {
	margin-bottom: 100px;
	position: relative;
}

.uploader__extra {
	position: absolute;
	right: 29.5%;
	top: -5px;
}

.uploader__extra a {
	background: #4d90fe;
	display: block;
}

.uploader__extra a:hover {
	background: #000;
}

.downloader__extra__btn,
.uploader__extra__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
	background: rgba(98, 140, 229, .6);
	margin: 6px 6px 8px;
}

.btn-icon,
.uploader.box .uploader__btn {
	width: 36px;
	min-width: 0;
	padding: 0;
	height: 36px;
	border-radius: 100%;
	background: #4d90fe;
	color: #fff;
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
	line-height: 44px;
}

/*new css 17-11-2020*/
.new-features-bar {
	overflow: hidden;
	padding-bottom: 100px;
	background: #fff;
	border-top: 0px solid #e6e6e6;
}

.new-features-bar hr {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.new-features-bar h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 15px;
	line-height: 26px;

	font-family: Inter, sans-serif;

}

.new-features-bar p {
	color: #707070;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
}

.customer-happiness.bg-grey {
	background: #f8f8f8;
}

.alternatives-box h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
	background: #f8f8f8;
	margin: 0;
	padding: 12px 10px;
	width: 100%;
	border-bottom: 1px #eee solid;
}

.alternatives-box h5 img {
	margin-right: 5px;
}

.alternatives-icon {
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
}

.alternatives-icon img {
	width: 40%
}

.alternatives-box {
	border: 0px #eee solid;
	margin-bottom: 30px;
}

.alternatives-box p {
	color: #484848;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 0px 10px;
	text-align: left;
}

.home-testimonial {
	background: #fff;
	padding: 80px 0px 100px;
	text-align: center;
}

.home-testimonial h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 25px;
	;
	padding: 5px 12%;
}

.new-pbm-testimonial_quotation {
	color: #040402;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;

	text-align: left;
	margin-bottom: 0px;
}

.new-pbm-testimonial_name {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 15px;
	line-height: 24px;
	float: left;
}

.other-features h3.p-7 {
	padding: 5px 7%;
}

.home-new-tabs h4.p-13 {
	padding: 5px 13%;
}

.w-bg {
	background: #fff;
}

p.have-qus-text {
	border-top: 1px #ccc solid;
	margin-top: 20px;
	padding-top: 25px;
	color: #666;
	font-size: 20px;
}

p.have-qus-text i,
.other-features p.contact-text i {
	font-size: 20px;
	margin-right: 3px;
	color: #333;
}

p.have-qus-text a:hover {
	color: #2173d4;
}

.crown-icon i.fa-snowflake-o {
	font-size: 80px;
	color: #ff7816;
}

.right-new-img-box {
	display: inline-block;
	width: 100%;
	border: 6px #F2F3EE solid;
	border-radius: 6px;
	text-align: center;
	margin-top: 25px;
}

.triangle-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #eeeeee;
	margin: auto;
}

.line-arrow {
	border-top: 1px solid #eee;
	position: relative;
	display: none;
}

.line-arrow::after {
	content: '';
	height: 45px;
	width: 45px;
	position: absolute;
	background-color: #fff;
	bottom: -15px;
	left: 45%;
	border-top: #eee solid 1px;
	border-left: #eee solid 1px;
	transform: rotate(225deg);
}

/* .new-features-bar .new-icon-box {
	margin-top: 75px;
} */

.other-features h3.p-15 {
	padding: 5px 15%;
}

.new-faq-box ul li {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 39px;
	margin-bottom: 25px;

}

.new-faq-box ul {
	padding-left: 30px;
	margin-bottom: 24px;
}

.new-faq-box .faq-box p a {
	font-weight: 700;
}

.new-faq-box .faq-box p a:hover {
	color: #000;
	text-decoration: underline;
}

.inside-header.faq-bg .heading-block p.line-h-1 {
	margin-bottom: 35px;
}

.exit-modal.exit-popup {
	display: none !important;
}

.new-features-bar h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.new-features-bar h5 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 50px;
	text-transform: inherit;

	margin-top: 5px;
}

.new-features-bar .new-icon-box i {
	background: #eee;
	border: 1px #ddd solid;
	width: 80px;
	height: 80px;
	font-size: 36px;
	border-radius: 100px;
	text-align: center;
	line-height: 80px;
}

.downloader-future {
	padding-top: 70px;
	padding-bottom: 70px;
}

.downloader-future h2 {
	font-size: 38px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 22px;
	;
	font-family: Inter, sans-serif;
}

.downloader-future h3 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
}

.downloader-future h4 {
	padding: 5px 15%;
	font-size: 19px;
	color: #040402;
	margin: auto auto 35px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5em;
}

.new-features-bar p.have-qus-text {
	border-top: 1px #ccc solid;
	margin-top: 40px;
	padding-top: 25px;
	color: #666;
	font-size: 20px;
	display: inline-block;
	text-align: left;
}

.new-features-bar p.have-qus-text a {
	font-weight: 700;
}

.new-features-bar p.have-qus-text a:hover {
	text-decoration: underline;
	color: #000;
}

.downloader-future .content {
	color: #040402;
	font-size: 15px;
	line-height: 24px;
}

.future-content ul li {
	color: #040402;
	font-size: 15px;
	line-height: 24px;
}

.future-content ul {
	padding-left: 18px;
}

.future-content .images {
	text-align: center;
}

.future-content .images i {
	font-size: 280px;
	text-align: center;
}

.top-features-section {
	text-align: left;
	border-left: 1px dashed #2575fc;
	padding-left: 14px;
	display: inline-block;
	margin: 0px 13%;
	height: 365px;
	margin-top: 75px;
}

.top-features-section .number-list {
	position: relative;
	margin-right: 18px;
	background: #2575fc;
	border: 1px #2575fc solid;
	width: 60px;
	height: 60px;
	font-size: 32px;
	border-radius: 100px;
	line-height: 50px;
	display: inline-block;
	font-weight: 700;
	float: left;
	margin-left: -45px;
	text-align: center;
	padding-top: 4px;
	margin-top: -5px;
	color: #fff;
}

.top-features-section h3 {
	font-size: 26px;
	font-weight: 600;
	color: #000;
	margin-bottom: 2px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: -5px;
	line-height: 1.2;
	font-family: Inter, sans-serif;
}

.new-features-bar .top-features-section p {
	color: #040402;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;

	margin-left: 28px;
}

.top-features-section .test-t-box {
	float: left;
	width: 100%;
	margin-top: 70px;
}

.download-content-desc h4 {
	font-size: 28px;
	margin-bottom: 1px;
	color: #000;
	display: block;
	font-weight: 700;

	margin-top: 0px;
	line-height: 1.2;
}

.download-icon-box i {
	font-size: 180px
}

.download-content-desc {}

.m-r-30 {
	margin-right: 30px;
}

.m-l-30 {
	margin-left: 30px;
}

.download-content-desc p {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	color: #040402;
	font-size: 19px;
	text-align: left;
	margin-top: 10px;
}

.new-download-content .text-left {
	text-align: left !important;
}

.new-download-content .text-right {
	text-align: right !important;
}

.m-b-80 {
	margin: 80px 10% 100px;
	padding-bottom: 90px;
}

.p-7 {
	padding: 0px 7%;
}

.p-10 {
	padding: 0px 10%;
}

.other-features .row.m-b-80.border-bottom {
	border: none;
	border-bottom: 1px solid #d9dee1;
}

.m-b-80.padding-b-0 {
	padding-bottom: 0px;
	margin-bottom: 50px;
}

.m-b-120 {
	margin-bottom: 120px;
}

.footer-box-w-15 {
	width: 15%
}

.footer-box-w-22 {
	width: 22%
}

.m-t-15 {
	margin-top: 15px !important;
}

.p-r-0 {
	padding-right: 0px;
}

.border-bottom4 {
	border-bottom: 4px #eaeaea solid !important;
}

.top-features-section.migrate-section {
	height: inherit;
}

.new-features-bar .top-features-section.migrate-section p {
	margin-left: 33px;
	color: #040402;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 12px;
}

.m-t-60 {
	margin-top: 60px;
}

.top-features-section.migrate-section .media-browser {
	margin-left: 35px;
	padding: 0px;
	background: #fff;
}

.p-15 {
	padding: 0px 15%;
}

.footer ul.footer-links.w-48 li {
	float: left;
	width: 48%;
}

.new-top-features-section .number-list {
	font-size: 20px;

	color: #fff;
	background-color: #2575fc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 20px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	margin-top: 5px;
	font-family: Inter, sans-serif;
}

.features-value-box {
	float: left;
	width: 84%;
}

.new-features-bar .features-value-box h3 {
	margin-top: 0px;
}

.new-top-features-section .test-t-box {
	margin-bottom: 25px;
	display: inline-block;
}

.new-top-features-section {
	margin-top: 0px;
}

.new-top-features-section.m-t-0 {
	margin-top: 0px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-t-110 {
	margin-top: 110px;
}

.m-t-190 {
	margin-top: 190px;
}

.m-t-160 {
	margin-top: 160px;
}

.features-value-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 5px;
	line-height: 26px;
	font-family: Inter, sans-serif;
}

.other-features .features-value-box p {
	margin-top: 0px;
	text-align: left;
}

.new-top-features-section .test-t-box.m-b-10 {
	margin-bottom: 8px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.bubble-doublequote>:first-child {
	margin-left: calc(110% / 8 - 112rem / 8 + 3rem);
	float: left;
}

.bubble-doublequote>:first-child,
.Hub__richtext\*>.bubble-doublequote>:last-child {
	width: calc(100% / 2.666666666666667 - 5rem / 2.666666666666667 + 1.5rem);
}

.bubble-doublequote>:last-child {
	margin-top: 10rem;
	margin-right: calc(122% / 8 - 28rem / 6 + 3rem);
	float: right;
}

.new-pbm-quote {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
	border: none;
	float: left;
}

.pbm-quote-bubble {
	margin-left: -3rem;
	margin-right: -3rem;
}

.pbm-quote-bubble {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 10px;
	min-height: 26rem;
	text-align: center;
	position: relative;
	margin: -.5rem -3rem;
}

.new-pbm-quote svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 125%;
	height: 105%;
}

svg:not(:root) {
	overflow: visible;
}

.new-pbm-quote p {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	color: #000a47;
	top: 15px;
	left: 14%
}

.Quote--noPhoto .pbm-quote-author {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.pbm-quote-author {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -7rem;
	min-height: 7rem;
	margin-left: 125px;
	font-family: Inter, sans-serif;
	color: #000;
}

.pbm-quote-author-meta {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 400;
	position: relative;
	color: #000;
	font-weight: 700;
}

.new-pbm-quote path {
	fill: rgba(118, 255, 255, .33);
}

.pbm-quote-green-bg svg path {
	fill: rgba(29, 233, 182, .33);
}

.testimonials-bubble-box {
	padding: 0px 0px 120px;
	display: inline-block;
	width: 100%;
}

.pbm-quote-author.m-l-42 {
	margin-left: 42%;
}

.testimonials-bubble-box.one-test {
	background: #fff;
	padding: 100px 0px 170px;
}

.testimonials-bubble-box.one-test .new-pbm-quote svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 120%;
}

.testimonials-bubble-box.one-test .bubble-doublequote>:last-child {
	margin-top: 0rem;
	margin-right: calc(400% / 8 - 28rem / 6 + 3rem);
	float: right;
	width: 600px;
}

.testimonials-bubble-box.one-test .new-pbm-quote p {
	left: 22%;
}

.testimonials-bubble-box.one-test .pbm-quote-author {
	margin-top: -5rem;
	margin-left: 56%;
}

.testimonials-bubble-box.one-test .pbm-quote-bubble {
	width: 540px;
}

.faqs-section h2 {
	font-size: 34px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
	;
	line-height: 1.2;
	font-family: Inter, sans-serif;
}

.pbm-quote-author-name .author-img-box img {
	border-radius: 100px;
	width: 60px;
	margin-right: 5px;
}

.faqs-section {
	padding: 80px 0px;
}

.faqs-section h3 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.2;
	font-family: Inter, sans-serif;
	padding: 0px;
	padding-right: 35px;
}

.faqs-section p,
.faqs-section .card-body {
	font-size: 19px;
	color: #040402;
	margin: auto auto 15px;
	padding: 5px 0%;
	font-weight: 400;
	line-height: 1.5em;
}

.panel-title>a span {
	position: absolute;
	right: 0px;
	font-size: 13px;
	background: #e4e4e4;
	padding: 9px 9px 4px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	top: 8px;
}

.bs-example {
	margin: 0px;
}

.rotate {
	-webkit-transform: rotate(-180deg);
	/* Chrome, Safari, Opera */
	-moz-transform: rotate(-180deg);
	/* Firefox */
	-ms-transform: rotate(-180deg);
	/* IE 9 */
	transform: rotate(-180deg);
	/* Standard syntax */
}

.bs-example .panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #fff;
	position: relative;
	padding: 10px 0px;
}

.bs-example .panel-default {
	border-color: #fff;
}

.bs-example .panel {
	box-shadow: none;
}

.bs-example .panel-body {
	padding: 0px;
}

.bs-example .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}

.pro-tips {
	padding: 0px 0px 110px;
}

.pro-tips h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}

.pro-tips h2.p-5 {
	padding: 5px 5%;
}

.pro-tips h3 {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin-bottom: 35px;
	text-transform: inherit;

	margin-top: 5px;
}

.pro-tips h3.p-12 {
	padding: 5px 12%;
}

.pro-tips h3.p-10 {
	padding: 5px 10%;
}

.pro-tips h4 {
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 15px;
	margin-top: 40px;
}

.pro-tips p {
	color: #707070;
	font-family: "Family", Serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}

.faqs-section.p-t-0,
.p-t-0 {
	padding-top: 0px;
}

.faq-block .faqs-section h3 {
	font-size: 18px;
	margin-bottom: 0px;
}

.faq-block .faqs-section p {
	font-size: 16px;
	color: #040402;
	margin: auto auto 15px;
	padding: 5px 0%;
	font-weight: 400;
	line-height: 24px;
}

.faq-block .panel-title>a span {
	position: absolute;
	right: 0px;
	font-size: 10px;
	background: #e4e4e4;
	padding: 8px 9px 4px;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	top: 8px;
}

.faq-block .bs-example .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
	padding-top: 5px;
}

.other-features .new-top-features-section ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 19px;

	line-height: 1.5em;
	margin-bottom: 18px;
}

.other-features .new-top-features-section ul li i {
	height: inherit;
}

.blog-testimonial {
	margin: 70px 0px 30px;
}

.blog-testimonial .pic img {
	border-radius: 100px;
	width: 120px;
	height: 120px;
}

.blog-testimonial h1 {
	color: #000;
	display: block;
	margin-bottom: 0px;
	font-size: 32px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 38px;
}

.blog-testimonial span {
	color: #666;
	font-size: 20px;
	font-weight: 400;
}

.blog-testimonial p {
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
	color: #040402;
	padding: 0px 0%;
}

.social-blog-icon a {
	background: #eee;
	display: inline-block;
	margin-left: 0px;
	margin-right: 12px;
	color: #999;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	vertical-align: top;
	border-radius: 999px;
	margin-top: 20px;
}

.social-blog-icon a:hover {
	background: #000;

	color: #fff;
}

.help-article .help-block .pic {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 3px;
}

.help-article .help-block .pic img {
	border-radius: 100px;
	width: 30px;
	height: 30px;
	margin-right: 3px;
}

.release_date a {
	font-weight: 600;
	margin: 0px 5px;
	color: #666;
}

a.blog-author-name {
	margin-right: 10px;
	border-right: 1px #ccc solid;
	padding-right: 12px;
	font-family: Inter, sans-serif;
}

.grey-bg {


	border-bottom: 1px #ccc solid;
	padding: 20px 0px 10px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;

}

.tips-tricks-singup {
	background: #000;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 20px;
	border: 5px #ff9f00 solid;
	margin-top: 20px;
}

.tips-tricks-singup .row {
	margin: 0px;
}

.tips-tricks-singup .inner {
	padding: 25px 15px 40px;
}

.tips-tricks-singup h2 {
	color: #fff !important;
	text-align: center !important;
	font-size: 42px !important;
	padding: 0 5%;
}

.tips-tricks-singup h3 {
	color: #fff !important;
	text-align: center !important;
	font-size: 42px !important;
	padding: 0 18%;
}

.new-tip-page.new-design .help-article .tips-tricks-singup p {
	color: #fff !important;
	padding: 0 18%;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 300;
}

.tips-tricks-singup .top-rating {
	text-align: center;
}

.tips-tricks-singup .top-rating span {
	color: #fff;
	font-weight: 300;
	float: none;
	font-size: 14px;
}

.tips-tricks-singup .get-started-btn-big1 {
	padding: 15px 25px;
	outline: 0;
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
	border-radius: 6px;
	background: #fff;
	border: 2px solid #fff;
	transition: all .4s ease
}

.tips-tricks-singup .get-started-btn-big1:hover {
	color: #fff;
	background: #000;
	border: 2px solid #fff;

}

/* style.css */

.blurred-element {
	filter: blur(5px);
	/* Apply blur */
}

#special-box {
	transition: transform 0.5s ease;
	transform-origin: center;
	position: relative;
	/* Ensure it's positioned correctly */
	z-index: 2;
	/* Higher than other content */
	margin-bottom: 45px;
}

#special-box.zoomed {
	transform: scale(1.2);
	/* Zoom effect */
}

#special-box .close-icon {
	position: absolute;
	top: 15px;
	right: 18px;
	cursor: pointer;
	color: #ff9f00;
	font-size: 24px;
	display: none;
}

#special-box.zoomed .close-icon {
	display: block;
	/* Show the icon when the box is zoomed */
}

.new-tip-page .help-article .help-block .table {
	margin-top: 15px;
}

.xmas-img {
	position: absolute;
	top: -118px;
	right: -53%;
	z-index: 10;
	width: 195px;
}

.price-block .table-responsive {
	padding-bottom: 20px;
	overflow: inherit;
}

.signup-page .thanx_message {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #a0c5a8;
	padding: 10px;
	font-size: 16px;
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: Inter, sans-serif;
	line-height: normal;
	font-weight: 500;
}

.fa.fa-twitter::before {
	content: "𝕏";
	font-size: 1.2em;
}

.fa.fa-twitter {
	font-family: sans-serif;
}

.new-tip-page .help-article .help-block table {
	border: 0px solid #ddd !important;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;

}

.new-tip-page .help-article .help-block tbody {
	display: inline-block;
	width: 100%;
}


.new-tip-page .help-article .help-block tbody tr th {
	border: 1px solid #ddd;
	font-weight: 700;
	padding: 10px !important;
	background-color: #f8f8f8;
	color: #000;
	font-family: Inter, sans-serif;
	line-height: normal;
	font-size: 20px;
}

.new-tip-page .help-article .help-block tr td {
	padding: 10px !important;
	border: 1px solid #ddd !important;
	font-size: 20px;
	line-height: 24px;
}

.new-tip-page .help-article .help-block ol ul {
	padding: 0px;
}

.new-tip-page .help-article .help-block ol ul li {
	padding-left: 0px;
}

.new-tip-page .help-article .help-block ol ul {
	margin-left: -12px;
}

.new-tip-page .help-article .help-block ol ul li:last-child {
	padding-bottom: 0px;
}

.rhs-box-all-content {
	top: 0;
	width: 100%;
	z-index: 101;
	background: #f3f3f3;
	border-radius: 0 0 .4em .4em;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), 0 .1em 2.8em -0.8em rgba(0, 0, 0, 0), 0 .2em 3.2em -1.2em rgba(0, 0, 0, 0.2), 0 .4em 2em -1.2em rgba(0, 0, 0, 0.1), 0 .6em 2.4em -1.6em rgba(0, 0, 0, 0.2), 0 .8em 2.8em -2em rgba(0, 0, 0, 0.3);
	display: inline-block;
	border: 1px #dfdfdf solid;
	border-top: none;
}

.rhs-box {
	position: fixed;
	width: 384px;
	margin-left: 22px;


}

.rhs-content {
	padding: 0px 30px 0px;

}

.text-img {
	margin: 0px 65px 30px;
	text-align: center;
}

.rhs-box p {
	font-family: Inter, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.rhs-box li strong {
	color: #000;
	font-weight: 700;
}

.rhs-box h4 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.rhs-content input,
.rhs-content textarea {
	padding: 10px 8px;
	width: 100%;
	margin-bottom: 8px;
	border: 1px #ddd solid;
	border-radius: 10px;
}

.rhs-box li {
	font-family: Inter, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

.plant-a-tree-button {
	margin: 28px 10px 10px 10px;
}

.plant-a-tree-button i {
	margin-right: 4px;
}

.plant-a-tree-button a {
	background: #000;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 14px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.plant-a-tree-button a:hover {
	background-color: #111111;

}

.rhs-box ul {
	padding: 0px;
	text-align: left;
	margin-bottom: 18px;
}

.rhs-box ul li {
	padding: 0px;
	list-style: none;
	padding: 0px 0px 7px;
}

.rhs-box ul li i {
	width: 20px;
	text-align: left;
	font-size: 16px;
}

.p-r-0 {
	padding-right: 0px;
}

.rhs-testimonials-box {
	text-align: center;
	margin-top: 35px;
}

.rhs-testimonials-box p {
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 28px;
}

.rhs-testimonials-box-img img {
	width: 90px;
}


.panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f054";
	float: left;
	transition: all 0.5s;
	font-weight: 100;
	font-size: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;

}

.panel-heading.active a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-inner-box {
	margin-top: 0px;
}

.faq-inner-box .panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}

.faq-inner-box .panel {
	box-shadow: none;
	border: none;
	border-bottom: 1px #E7E8E9 solid;
	margin-bottom: 0;
	padding: 14px 0;
}

.faq-inner-box .panel:last-child {
	border-bottom: 0px #E7E8E9 solid;
}

.faq-inner-box .panel-heading {
	padding: 0px;
}

.faq-inner-box h4 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 26px;
	line-height: 31px;
	padding-left: 30px;
}

.faq-inner-box h4 a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.faq-inner-box h4 a:hover {
	color: #2563EB;
	text-decoration: underline;
}

.faq-inner-box p {
	font-size: 28px;
	font-weight: 400;
	line-height: 39px;
	padding: 0 0% 20px 15px;
}

.faq-inner-box p a {
	font-weight: 700;
}

.faq-inner-box p a:hover {
	color: #000;
	text-decoration: underline;
}

.faq-inner-box .panel-body {
	padding: 0px 0px 0px 10px;
}

.rhs-top-box {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px #ddd solid;
	padding: 14px 30px 14px;
}

.rhs-top-box .icon-logo {
	float: left;
}

.rhs-top-box h2 {
	float: right;
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 22px;
	margin-top: 13px;
}

.rhs-top-box h2 i {
	font-size: 14px;
	font-weight: 100;
	vertical-align: 2px;
}

.rhs-top-box h2 span {
	margin-right: 20px;
}

.scroll-effect {
	padding: 0px;
	margin-top: 35px;
}

.scroll-container {
	overflow: hidden;
	width: 100%;
	max-width: 100vw;
	white-space: nowrap;
	margin-bottom: 20px;
	cursor: grab;
	/* Shows a grab cursor when the user is not dragging */
	position: relative;
	/* For positioning child elements if needed */
}

.scroll-content {
	display: inline-block;
	animation: scroll 20s linear infinite;
}

.scroll-content span {
	display: inline-block;
}

.scroll-content span a {
	display: inline-block;
	margin: 0 5px;
	/* Adjust margin for spacing between images */
	text-decoration: none;
	cursor: pointer;
	user-select: none;
}

.scroll-content span a img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px #ddd solid;
}

.scroll-content span a:hover img {
	opacity: 0.8;
	/* Slightly fade the image on hover */
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.scroll-container:hover .scroll-content {
	animation-play-state: paused;
}

.scroll-container:active .scroll-content {
	cursor: grabbing;
}

.other-features p.contact-text {
	border-top: 1px #ccc solid;
	margin-top: 40px;
	padding-top: 25px;
}

.other-features p.contact-text a,
p.have-qus-text a {
	font-weight: 700;
}

.other-features p.contact-text a:hover,
p.have-qus-text a:hover {
	text-decoration: underline;
	color: #000;
}

.grey-bg-new {
	padding: 100px 0px 50px;
	text-align: center;
	background: #f8f8f8;

}

.rhs-top-box h2 span.orange-color {
	color: #ef8200;
	margin-right: 0px;
}

.press-icon {
	width: 100px;
	height: 100px;
	text-align: center;
	border: 2px #eee solid;
	border-radius: 10px;
	margin-bottom: 30px;
	padding-top: 14px;
}

.press-icon.p-t-20 {
	padding-top: 20px;
}

.press-icon i {
	font-size: 70px;
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #e3483a;
	margin-top: -5px;
}

.top-icon-lp {
	width: 100px;
	border: 2px #eee solid;
	border-radius: 10px;
	margin-bottom: 30px;
}

.top-icon-lp img {
	border-radius: 10px;
}

.top-icon-transfer-lp {
	width: 150px;
	border: 2px #eee solid;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 15px;
}

.p-l-0 {
	padding-left: 0px;
}

.help-article.new-faq-box .faq-block h5.panel-title {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 26px;
	line-height: 31px;
	padding-left: 30px;
}

.help-article.new-faq-box .faq-block h5 a:hover {
	color: #2563EB;
	text-decoration: underline;
}

.help-article.new-faq-box .faq-block .panel-body {
	padding-left: 12px;
}

.help-article.new-faq-box .faq-block .panel-body ul {
	padding-left: 10px;
}

.help-article.new-faq-box .faq-block .panel-body ul li {
	margin-bottom: 15px;
}

.help-article.new-faq-box .faq-block .panel:last-child {
	border-bottom: 0px #E7E8E9 solid;
}

#home-tab-section {
	display: inline-block;
	margin-bottom: 100px;
}

.new-tip-page.new-design .help-article .help-block h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.new-tip-page.new-design .help-article .help-block h3 {
	font-size: 25px;
}

.new-tip-page.new-design .help-article .help-block h4 {
	color: #000;
	font-weight: 700;
	line-height: 1.3em;
	display: block;
	text-align: left;
	font-size: 22px;
	font-family: Inter, sans-serif;
}

.pricing-faq-box {
	padding: 80px 0px;
}

.pricing-faq-box h2 {
	font-family: Inter, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 40px;
	margin-top: 25px;
	text-align: center;
}

.pricing-faq-box h4 {
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	color: #000;
	margin-bottom: 6px;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	margin-top: 0;
}

.pricing-faq-box p {
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #707070;
	margin-bottom: 30px;
}

.pricing-faq-box a {
	font-weight: 700;
}

.pricing-faq-box a:hover {
	color: #000;
	text-decoration: underline;
}

.install-page.pricing-get-started-page {
	text-align: center;
}

.install-page.pricing-get-started-page p {
	padding: 0 16% 35px;
}

.rhs-box.mobile-view {
	display: none;
}

.container.testimonials_NR-1,
.container.testimonials_NR-2,
.container.testimonials_NR {
	width: 100%;
}

.faq-block.migr-faq {
	margin-bottom: 80px;
}

.faq-block.migr-faq h4 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 26px;
	line-height: 32px;

}

.faq-block.migr-faq p {
	font-size: 28px;
	font-weight: 400;
	line-height: 39px;
	padding: 0 0% 20px 0px;
}

.pro-tips.border-top.bg-grey {
	border-top: none !important;
}

.pro-tips.border-top.bg-grey .new-download-bnt-box.text-center {
	text-align: left;
}


.pro-tips.border-top.bg-grey .container .row {
	width: 840px;
	float: left;
}

.faq-content-mig-new h2,
.faq-content-mig-new h3 {
	padding-right: 36%;

}

.faq-content-mig-new .row {
	width: 840px;
	float: left;
	margin-bottom: 90px;
}

.faq-content-mig-new .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	width: 100%;
}

.faq-content-mig-new .question h4 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	font-family: "Inter Display", sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 26px;
	line-height: 31px;

}

.faq-content-mig-new .question p {
	font-size: 28px;
	font-weight: 400;
	line-height: 39px;
	padding: 0 0% 20px 0px;
}



.faq-content-mig-new a:hover,
.refund-policy-box a:hover,
.new-tip-page .help-article .help-block a:hover,
.support-area-wrap a:hover,
.thank_msg .thankyou_msg a:hover {
	color: #2173d4;
	text-decoration: underline;
}

.cr-fr-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: normal;

}

.cr-fr-btn a.new-cr-btn {
	color: #000;
	font-weight: 700;
	font-size: 17px;
	font-family: Inter, sans-serif;
	border-right: 1px #ccc solid;
	padding-right: 10px;
	margin-right: 6px;
	display: inline-block;
	line-height: normal;
	text-transform: capitalize;

}

.cr-fr-btn a.new-cr-btn:hover,
.cr-fr-btn a.new-fr-btn:hover {
	color: #2173d4;
}

.cr-fr-btn a.new-fr-btn {
	color: #666;
	font-weight: 500;
	font-size: 17px;
	font-family: Inter, sans-serif;
}

.my-plan p.note-msg {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 23px;
	color: #707070;
	margin-bottom: 45px;
	margin-top: 30px;
}

.my-plan p.note-msg a {
	font-weight: 700;
	color: #000;
}

.my-plan p.note-msg a:hover {
	color: #2173d4;
}

.top-download-bnt-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px #ccc solid;
}

.top-download-bnt-box a {
	padding: 12px 35px;
	outline: 0;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: Inter, sans-serif;
	border-radius: 8px;
	background: #000;
	border: 1px solid #000;
	transition: all .4s ease;
}

.top-download-bnt-box a i {
	font-weight: 600;
	font-size: 20px !important;
	margin-right: 5px;

}

#flickr_sm {
	margin-top: 30px;
}

.pricing-faq-box .question {
	margin-bottom: 40px;
}

.error-p {
	margin-top: 45px;
}

.error-img {
	margin-bottom: 50px;
}

a.button-black {
	color: #2173d4;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0px;
	font-family: Inter, sans-serif;

}

a.button-black:hover {
	text-decoration: underline;
	color: #000;
}

a.button-black i {
	font-weight: 100;
	font-size: 15px;
	vertical-align: 2px;
	margin-right: 4px;
}