body {
	margin: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

body .ui-widget,
button,
.btn {
	font-family: 'Montserrat', Arial, sans-serif;
}

.full-section {
	width: 100%;
	float: left;
}

.white {
	color: #fff;
}

.align-center {
	text-align: center;
}

.clear_fix {
	clear: both;
}

.title_block {
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0 0 35px 0;
	color: #000
}

.title_block.white {
	color: #000000;
}

.title_block span {
	color: #22acac;
	font-weight: 600
}

.title_block:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #22acac;
	position: relative;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0;
	display: block
}

.title_block.center {
	text-align: center
}

.title_block.center:after {
	margin: 0 auto
}

.new-layout button,
.new-layout .btn {
	background: #22acac;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: normal;
	padding: 9px 34px;
	line-height: 28px;
	width: 100%;
}

.new-layout button:before,
.new-layout .btn:before {
	width: 100%;
	height: 50%;
	content: "";
	position: absolute;
	background: #ff7421;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: .3s all;
}

.new-layout .btn:hover:before {
	height: 0;
}

input,
select,
textarea {
	font-family: 'Montserrat', Arial, sans-serif;
}

.full-width .container {
	max-width: 1170px;
	padding: 0;
}

.header-wrapper {
	color: #fff;
	padding: 25px 0;
}

.logo {
	float: left;
	width: 296px;
	margin-top: 0;
}

.header-right {
	float: right;
	margin: 6px 0 0
}

.header-wrapper .header-right ul {
	padding: 0;
	margin: 0
}

.header-wrapper .header-right ul li {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle
}

.header-wrapper .header-right ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #000
}

.header-wrapper .header-right ul li a.btn {
	letter-spacing: 0;
	text-transform: none;
	padding: 1px 25px;
	border: solid 1px #22acac;
	background: #fff;
	line-height: 28px;
}

.header-wrapper .header-right ul li a.btn:hover {
	background: #22acac;
	color: #fff
}

.header-wrapper .header-right ul li a.btn::before {
	display: none
}

.header-wrapper .header-right ul li.call-btn img {
	vertical-align: middle;
	margin: 4px 9px 4px 0
}

.header-wrapper .header-right ul li a {
	padding-bottom: 20px
}

.header-wrapper .header-right ul li ul.submenu {
	position: absolute;
	width: 750px;
	background: #104595;
	z-index: 10;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	border-top: 3px solid #22acac;
	visibility: hidden;
	opacity: 0;
	transition: .3s all
}

.header-wrapper .header-right ul li ul.submenu.two-col {
	width: 500px
}

.header-wrapper .header-right ul li:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 40px
}

.header-wrapper .header-right ul li {
	position: relative;
	margin: 0 0 0 45px
}

.header-wrapper .header-right ul li ul.submenu .col {
	width: 33%;
	max-width: 33%;
	float: left
}

.header-wrapper .header-right ul li ul.submenu.two-col .col {
	width: 50%;
	max-width: 50%
}

.header-wrapper .header-right ul li ul.submenu .col li {
	display: block;
	padding: 0;
	margin: 0
}

.header-wrapper .header-right ul li ul.submenu .col li a {
	color: #fff
}

.header-wrapper .header-right ul li ul.submenu:before {
	content: "";
	width: 0;
	height: 0;
	border-color: transparent transparent #22acac;
	border-width: 0 10px 10px;
	border-style: solid;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	margin: auto
}

.header-wrapper .header-right ul li ul.submenu .col li a {
	display: inline-block;
	padding: 8px 6px;
	width: 100%;
	transition: .3s all;
	line-height: normal;
	font-size: 13px;
	position: relative
}

.header-wrapper .header-right ul li ul.submenu .col li a:hover {
	background: #22acac;
	padding-left: 30px
}

.header-wrapper .header-right ul li ul.submenu .col li a:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 4px;
	top: 9px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	opacity: 0;
	transition: .3s all
}

.header-wrapper .header-right ul li ul.submenu .col li a:hover:before {
	left: 12px;
	opacity: 1
}

.us-number {
	color: #000;
	font-size: 17px;
	background: 0;
	line-height: 24px;
	padding-left: 55px;
	margin-left: 8px
}

.us-number span {
	vertical-align: top
}

.select {
	position: absolute;
	left: 0
}

.header-wrapper .header-right .select ul {
	width: 54px;
	padding: 2px 5px 2px 5px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.select ul:after {
	width: 9px;
	height: 8px;
	background: url(../images/dropdown.png) no-repeat;
	position: absolute;
	content: "";
	right: 6px;
	top: 10px
}

.select ul li.option {
	z-index: 1;
	padding: 2px 0 0;
	display: none;
	list-style: none;
	margin: 0
}

.select ul li:first-child {
	display: block;
	padding-top: 0
}

.select ul li {
	cursor: default
}

.select ul li.option img {
	display: block;
	max-width: inherit;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer
}

.new-layout .hero-area {
	padding: 43px 0;
}

.new-layout .hero-area .left {
	width: 45%;
	float: left;
	color: #000;
	padding: 0 20px 0 0;
	text-align: left;
	margin: 0;
	height: auto;
}

.new-layout .hero-area .right {
	width: 55%;
	float: right;
}

.new-layout .hero-area .left h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0 0 35px 0;
	color: #000;
}

.new-layout .hero-area .left h1 span {
	color: #22acac;
	font-weight: 600;
}

.new-layout .hero-area .left h1:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #22acac;
	position: relative;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0;
	display: block;
}

.new-layout .hero-area .left p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #000;
	margin: 0 0 25px 0;
}

.new-layout .hero-area .left p span {
	color: #22acac;
	font-weight: 700;
}

.new-layout .hero-area .left .hero-pricing {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #000;
	font-style: italic;
}

.new-layout .hero-area .left .hero-pricing .hp-cost {
	display: inline-block;
	background: url(../images/pricing-arrow.webp) no-repeat left center;
	padding-left: 60px;
	color: #22acac;
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
	margin-left: 10px;
}

.new-layout .hero-area .left .hero-pricing .hp-citem {
	font-size: 20px;
}

.new-layout .hero-area .left .hero-btn {
	width: 50%;
	float: left;
}

.new-layout .hero-area .left .hero-btn a.btn {
	font-size: 20px;
	padding: 15px 50px;
	text-transform: capitalize;
	margin-left: 0;
}

.new-layout .hero-area .left .hero-phone {
	background: url(../images/big-phone-icon.png) no-repeat left center;
	background-size: contain;
	font-size: 28px;
	font-weight: 600;
	padding-left: 35px;
	min-height: 41px;
	margin: 10px 0 5px 0;
}

.new-layout .hero-area .left .hero-phone {
	width: 50%;
	float: right;
}

.new-layout .hero-area .left .hero-phone a {
	color: #000;
}

.new-layout .hero-area .left .hero-phone a:hover {
	color: #22acac;
}

.new-layout .hero-area .left .hero-livechat {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #000;
	padding: 15px 0 15px 0;
	width: 100%;
	float: left;
}

.new-layout .hero-area .left .hero-livechat button {
	display: inline;
	background: none;
	height: auto;
	padding: 0;
	color: #22acac;
	line-height: normal;
	text-decoration: underline;
}

.new-layout .hero-area .left .hero-livechat button:before {
	display: none;
}

.new-layout .hero-area .left .hero-livechat button:hover {
	color: #000;
}

.new-layout .hero-area .left ul#awards_block {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.new-layout .hero-area .left ul#awards_block li {
	display: inline-block;
	width: 23%;
	text-align: center;
	vertical-align: middle;
	margin-right: 2%;
}

.new-layout .hero-area .left ul#awards_block li:last-child {
	margin-right: 0;
}

.new-layout .hero-area .left ul#awards_block li img {
	width: auto;
	height: 115px;
	max-width: initial;
	display: block;
	margin: 0 auto;
}

.section-2 {
	padding: 50px 0;
	background: #fff;
}

.section-2 h3 {
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 50px 0;
	color: #000;
}

.section-2 ul.blogs-types-list {
	padding: 0;
	margin: 20px auto 0 auto;
	list-style: none;
}

.section-2 ul.blogs-types-list li {
	background: #fff;
	box-shadow: 0 0 20px #d9d9d9;
	-moz-box-shadow: 0 0 20px #d9d9d9;
	-webkit-box-shadow: 0 0 20px #d9d9d9;
	float: left;
	display: block;
	width: 17%;
	height: 180px;
	margin: 1.5%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.section-2 ul.blogs-types-list:not(.no-hover) li:hover {
	background: #22acac;
	box-shadow: 0 0 20px #22acac;
	-moz-box-shadow: 0 0 20px #22acac;
	-webkit-box-shadow: 0 0 20px #22acac;
}

.section-2 ul.blogs-types-list li a {
	display: block;
	padding: 20px;
	text-decoration: none;
}

.section-2 ul.blogs-types-list li img {
	margin-bottom: 10px;
}

.section-2 ul.blogs-types-list h6 {
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	margin: 10px 0 10px 0;
	color: #000;
}

.section-2 ul.blogs-types-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
	color: #000;
}

.section-2 ul.blogs-types-list:not(.no-hover) li:hover h6 {
	color: #fff;
}

.section-2 ul.blogs-types-list:not(.no-hover) li:hover img {
	filter: brightness(0) invert(1);
}

.fancybox-content .section-2.full-section {
	padding: 0;
	text-align: center;
}

.fancybox-content .section-2.full-section li {
	margin: 0;
	padding: 15px 0;
	width: 17%;
	box-shadow: none;
	float: none;
	display: inline-block;
}

#industry_modal {
	padding: 5px 15px
}

#industry_modal p,
#industry_modal li {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}

#industry_modal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#industry_modal ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#industry_modal li a {
	color: #f60;
}

#industry_modal li a:hover {
	color: #104595;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #104595;
	background: #104595;
	font-weight: normal;
	color: #fff;
}

.ui-dialog-titlebar {
	background: #f60;
	color: #fff;
}

.ui-dialog {
	width: 500px;
}

.section-3 {
	padding: 50px 0 75px 0;
}

.section-3 .blog-table {
	max-width: 100%;
	margin: 50px auto 0;
}

.section-3 .blog-table .table-left {
	float: left;
}

.section-3 .blog-table .table-left ul {
	border: 1px solid #e2e2e2;
	padding: 25px 20px 35px 20px;
	margin: 58px 0 0;
}

.section-3 .blog-table .table-left ul li {
	display: block;
	padding: 14px 15px;
	height: 46px;
	line-height: 1;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	color: #696969;
	font-size: 15px;
	font-weight: 500;
	margin: 0.4px;
}

.section-3 .blog-table .table-left ul li:last-child {
	border-bottom: 0;
	height: 41px;
}

.section-3 .blog-table .table-right {
	float: left;
}

.section-3 .blog-table .table-right ul {
	padding: 0;
	margin: 0;
}

.section-3 .blog-table .table-right ul li {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -1px;
}

.section-3 .blog-table .table-right ul li:last-child img {
	margin: 0;
	box-shadow: 0 0 30px #c1c1c1;
}

.section-3 .blog-table .table-right ul li:last-child::before {
	content: url(../images/recmd-tag.png);
	position: absolute;
	right: -8px;
	top: -6px;
}

.section-4 {
	background: url(../images/section-bg1.jpg) no-repeat top center;
	background-size: cover;
	padding: 75px 0 75px 0;
}

.section-4 h2 {
	font-size: 44px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 0 50px 0;
}

.section-4 h2:not(.title_block) {
	margin: 0;
}

.section-4 h3 a {
	color: #ff6100;
}

.section-4 h3 a:hover {
	color: #fff;
}

.section-4 h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin: 0 0 50px 0;
}

.section-5 {
	padding: 75px 0 75px 0;
}

.section-5 #package_accordion h5 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 20px 20px;
	border-radius: 0;
	cursor: pointer;
	position: relative;
	background: 0;
	border: 0;
	border-top: solid 3px #104595;
}

.section-5 #package_accordion h5 span {
	display: none;
}

.section-5 #package_accordion h5:hover {
	color: #22acac;
}

.section-5 #package_accordion h5.ui-state-active {
	font-weight: 500;
	background: 0;
	border: 0;
	border-top: solid 3px #ff6100;
}

.section-5 #package_accordion h5:after {
	background: #114495;
	color: #fff;
	content: "+";
	position: absolute;
	right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.section-5 #package_accordion h5:hover:after {
	background: #22acac;
}

.section-5 #package_accordion h5.ui-state-active:after {
	background: #22acac;
	content: "-";
}

.section-5 .package_accordion1,
.section-5 .package_accordion2,
.section-5 .package_accordion3 {
	border: solid 1px #e2e2e2;
	border-top: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

.section-5 .ui-accordion .ui-accordion-content.packages {
	max-width: 100%;
	border: 0;
	padding: 20px;
	overflow: unset;
}

.section-5 .packages .col {
	width: 33%;
	float: left;
	padding: 30px 10px 30px 10px;
	overflow: unset;
}

.section-5 .pdw-package {
	background: #e9e9e9;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 20px #d9d9d9;
	-moz-box-shadow: 0 0 20px #d9d9d9;
	-webkit-box-shadow: 0 0 20px #d9d9d9;
	padding: 20px;
}

.section-5 .pdw-pkg-head {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 20px;
	margin: 0 auto 20px auto;
	background: #a8c23e;
	border-radius: 10px;
}

.section-5 .pdw-package.orangebox .pdw-pkg-head {
	background: #ff6100;
}

.section-5 .pdw-package.bluebox .pdw-pkg-head {
	background: #104595;
}

.section-5 .pkg-words {
	text-align: center;
	margin-bottom: 15px;
}

.section-5 .pkg-words span {
	border: solid 1px #7f7f7f;
	padding: 8px 15px;
	font-size: 17px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.section-5 .pkg-old-price {
	text-align: center;
	text-decoration: line-through;
}

.section-5 .pkg-price {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
	margin: 15px 0;
}

.section-5 .recommended {
	display: block;
	margin: -20px auto 4px auto;
}

.section-5 .pkg-price span.mopkgold {
	color: #4d4c4c;
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
}

.section-5 .advpkgs .pkg-price:after {
	content: url(../images/10-percent-off-new.png);
	position: absolute;
	margin: -15px 0 0 0;
}

.section-5 .pkg-price span.pkg-motag {
	font-size: 24px;
	font-weight: 600;
	line-height: 56px;
}

.section-5 .pdw-package .pkg-body {
	padding: 0;
}

.pkg-tool {
	border: solid 1px #000;
	padding: 0 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 15px;
}

.section-5 .pdw-package .pkg-body .pkg-ctrl {
	text-align: center;
}

.section-5 .pdw-package .pkg-body .pkg-ctrl .input-group {
	border: solid 2px #7f7f7f;
	background: #fff;
	margin: 10px auto 20px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	padding: 5px;
}

.section-5 .pdw-package .pkg-body .input-group-btn {
	float: left;
}

.section-5 .pdw-package .pkg-body .input-group .btn-minus,
.section-5 .pdw-package .pkg-body .input-group .btn-plus {
	background: #a8c23e;
	color: #fff;
	padding: 3px;
	border: 0;
	font-size: 24px;
	width: 36px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 36px;
}

.section-5 .pdw-package .pkg-body .input-group .btn-minus:before,
.section-5 .pdw-package .pkg-body .input-group .btn-plus:before {
	display: none;
}

.section-5 .pdw-package.orangebox .pkg-body .btn-minus,
.section-5 .pdw-package.orangebox .pkg-body .btn-plus {
	background: #ff6100;
}

.section-5 .pdw-package.bluebox .pkg-body .btn-minus,
.section-5 .pdw-package.bluebox .pkg-body .btn-plus {
	background: #104595;
}

.section-5 .pdw-package .pkg-body .input-group .btn-minus:hover {
	background: #000;
}

.section-5 .pdw-package .pkg-body .input-group .btn-plus:hover {
	background: #000;
}

.section-5 .pdw-package .pkg-body .input-group .rating_field {
	background: 0;
	border: 0;
	margin: 0;
	padding: 5px 10px;
	float: left;
	width: 154px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	height: 36px;
}

.section-5 .pdw-package ul.pkg-items {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.section-5 .pdw-package ul.pkg-items li {
	margin: 0 10px;
	padding: 5px 0 5px 30px;
	background: url(../images/gray-check.png) no-repeat 0 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	border-bottom: 1px solid #e1e1e1;
}

.section-5 .pdw-package.orangebox ul.pkg-items li {
	background-image: url(../images/orange-check.png);
}

.section-5 .pdw-package.bluebox ul.pkg-items li {
	background-image: url(../images/blue-check.png);
}

.section-5 .pdw-package .pdw-pkg-btn {
	text-align: center;
}

.section-5 .pdw-package .pdw-pkg-btn .btn {
	color: #fff;
}

.section-5 .pdw-package .pdw-pkg-btn .btn {
	background: #a8c23e;
}

.section-5 .pdw-package .pdw-pkg-btn .btn:before {
	background: #b7d542;
}

.section-5 .pdw-package .pdw-pkg-btn .btn:hover {
	background: #a8c23e;
}

.section-5 .pdw-package.orangebox .pdw-pkg-btn .btn {
	background: #ff6100;
}

.section-5 .pdw-package.orangebox .pdw-pkg-btn .btn:before {
	background: #ff7421;
}

.section-5 .pdw-package.orangebox .pdw-pkg-btn .btn:hover {
	background: #ff6100;
}

.section-5 .pdw-package.bluebox .pdw-pkg-btn .btn {
	background: #104595;
}

.section-5 .pdw-package.bluebox .pdw-pkg-btn .btn:before {
	background: #2e5da3;
}

.section-5 .pdw-package.bluebox .pdw-pkg-btn .btn:hover {
	background: #104595;
}

.section-6 {
	background: url(../images/section-bg2.jpg) no-repeat top center;
	background-size: cover;
	padding: 75px 0 75px 0;
}

.section-6 .left_col {
	width: 55%;
	float: left;
}

.section-6 .right_col {
	width: 42%;
	float: right;
	margin: 35px 0 0;
}

.section-6 p {
	color: #fff;
}

.section-6 a {
	color: #fff;
	text-decoration: underline;
}

.section-6 a:hover {
	color: #22acac;
	text-decoration: none;
}

.section-6 .cta-btn a {
	color: #fff;
	text-decoration: none;
}

.section-6 .cta-phone {
	background: url(../images/big-phone-icon.png) no-repeat left center;
	background-size: contain;
	font-size: 22px;
	font-weight: 600;
	padding-left: 26px;
	margin: 10px 0 10px 0;
}

.section-6 .cta-phone a {
	color: #fff;
	text-decoration: none;
}

.section-6 .cta-phone a:hover {
	color: #22acac;
}

.section-6 .cta-livechat {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #fff;
	padding: 0;
}

.section-6 .cta-livechat a {
	color: #22acac;
	text-decoration: underline;
}

.section-6 .cta-livechat a:hover {
	color: #fff;
}

.new-layout .section-6 h2 {
	text-align: left;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0 0 35px 0;
}

.new-layout .section-6 h2 span {
	font-size: 44px;
}

.new-layout .section-6 .cta-btn {
	float: left;
	margin: 0 0 15px;
}

.new-layout .section-6 .cta-phone {
	float: left;
	margin: 5px 0 10px 20px;
}

.new-layout .section-6 .cta-livechat {
	clear: left;
}

.section-7 {
	background: #fff;
	padding: 75px 0 75px 0;
}

.section-7 .faqs {
	width: 95%;
	margin: 0 auto;
}

.section-7 .faqs .faq-item {
	border-bottom: solid 1px #e1e1e1;
}

.section-7 .faqs .faq-item p a {
	color: #114495;
	text-decoration: underline;
}

.section-7 .faqs .faq-item p a:hover {
	color: #22acac;
	text-decoration: none;
}

.section-7 .faqs h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 15px 40px 15px 10px;
	border-radius: 0;
	cursor: pointer;
	position: relative;
}

.section-7 .faqs h3:hover {
	color: #22acac;
}

.section-7 .faqs h3.ui-state-active {
	font-weight: 500;
	background: 0;
	border: 0;
}

.section-7 .faqs h3:after {
	background: #114495;
	color: #fff;
	content: "+";
	position: absolute;
	right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.section-7 .faqs h3:hover:after {
	background: #22acac;
}

.section-7 .faqs h3.ui-state-active:after {
	background: #22acac;
	content: "-";
}

.section-7 .faqs .acc-panel {
	margin: 0;
	padding: 15px 15px 10px 15px;
}

.section-8 {
	background: url(../images/section-bg3.jpg) no-repeat top center;
	background-size: cover;
	padding: 75px 0 75px 0;
}

.section-8 .review-carousel {
	width: 80%;
	margin: 0 auto;
}

.section-8 .owl-carousel .owl-item .item {
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

.section-8 .owl-carousel .owl-item img {
	width: auto;
}

.section-8 .owl-carousel .owl-item .tsm-pic img {
	display: block;
	margin: 0 auto 20px auto;
}

.section-8 .review-carousel .tsm-review p {
	color: #fff;
}

.section-8 .review-carousel .tsm-referrer {
	text-align: center;
}

.section-8 .review-carousel .tsm-referrer .tsm-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	padding-top: 15px;
}

.section-8 .review-carousel .tsm-referrer .tsm-desg {
	font-size: 14px;
	font-weight: 400;
}

.section-8 .review-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.section-8 .review-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.section-8 .review-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

.section-9 {
	padding: 75px 0 75px 0;
}

.section-9 .left_col {
	width: 45%;
	float: left;
}

.section-9 .right_col {
	width: 50%;
	float: right;
}

.section-9 .right_col .title_block {
	font-size: 30px;
	line-height: 36px;
}

.section-9 .video_box {
	margin-bottom: 25px;
}

.section-9 .video_desc {
	max-width: 70%;
	margin: 0 auto;
}

.section-9 .video_desc a {
	color: #22acac;
	text-decoration: underline;
}

.section-9 .video_desc a:hover {
	color: #114495;
	text-decoration: none;
}

.section-10 {
	background: url(../images/section-bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}

.section-10 p a {
	color: #114495;
	text-decoration: underline;
}

.section-10 p a:hover {
	color: #22acac;
	text-decoration: none;
}

.section-10 #custom-plan-box {
	background: #fff;
	padding: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 980px;
	margin: 0 auto;
}

.section-10 #custom-plan-box .cpb-left {
	float: left;
	width: 200px;
	margin: 0 0 1px 0;
}

.section-10 #custom-plan-box .cpb-right {
	float: right;
	width: 75%;
	margin: 0 0 1px 0;
}

.section-10 #custom-plan-box .cpb-halfcol {
	float: left;
	width: 50%;
}

.section-10 #custom-plan-box .cpb-halfcol .cpb-left {
	float: left;
	width: 200px;
	margin: 0 0 1px 0;
}

.section-10 #custom-plan-box .cpb-halfcol .cpb-right {
	float: right;
	width: 50%;
	margin: 0 0 1px 0;
}

.section-10 #custom-plan-box .field_group {
	margin-bottom: 50px;
}

.section-10 #custom-plan-box .cpb-label {
	font-size: 16px;
	font-weight: 600;
	color: #303030;
	display: block;
	padding-top: 8px;
}

.section-10 #custom-plan-box input[type="range"] {
	width: 100%;
}

.section-10 #custom-plan-box input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	background: #e1e1e1;
	outline: 0;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
}

.section-10 #custom-plan-box input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: #22acac;
	cursor: pointer;
	border-radius: 50%;
}

.section-10 #custom-plan-box input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	background: #22acac;
	cursor: pointer;
	border-radius: 50%;
}

.section-10 #custom-plan-box input[type="range"]::-moz-range-thumb:hover,
.section-7 #custom-plan-box input[type="range"]::-moz-range-thumb:active {
	background: #000;
}

.range-wrap {
	position: relative;
}

.range-wrap::before,
.range-wrap::after {
	font-size: 15px;
	font-weight: 500;
}

.num_blogs_field::before {
	content: "01";
}

.num_blogs_field::after {
	content: "100";
	position: absolute;
	right: 0;
	top: 0;
}

.word_count_field::before {
	content: "300";
}

.word_count_field::after {
	content: "4000";
	position: absolute;
	right: 0;
	top: 0;
}

.blog_quality_field::before {
	content: "3 Star";
}

.blog_quality_field::after {
	content: "5 Star";
	position: absolute;
	right: 0;
	top: 0;
}

.range {
	width: 100%;
}

.bubble {
	background: #e1e1e1;
	color: #000;
	padding: 3px 5px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 500;
	top: -25px;
}

.bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #e1e1e1;
	top: 24px;
	left: 50%;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cop_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.cop_slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked+.cop_slider {
	background-color: #22acac;
}

input:focus+.cop_slider {
	box-shadow: 0 0 1px #22acac;
}

input:checked+.cop_slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.cop_slider.round {
	border-radius: 34px;
}

.cop_slider.round:before {
	border-radius: 50%;
}

.section-10 #custom-plan-box .cpb-pricing {
	float: left;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	line-height: 58px;
	color: #303030;
}

.section-10 #custom-plan-box .cpb-pricing .total_lbl {
	float: left;
	margin-right: 10px;
}

.section-10 #custom-plan-box .cpb-pricing .total_cost {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
	color: #22acac;
}

.section-10 #custom-plan-box .cpb-pricing .total_cost #calc_cost {
	color: #303030;
}

.section-10 #custom-plan-box .order-btn {
	float: right;
	width: 50%;
	text-align: right;
}

.section-10 #custom-plan-box .order-btn .btn {
	padding: 15px 50px;
}

.section-10 .text-cta {
	text-align: center;
	padding: 30px 0 10px 0;
}

.section-10 .text-cta .txt-cta-head {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	line-height: 36px;
	margin-bottom: 10px;
}

.section-10 .text-cta a {
	color: #ff6100;
	text-decoration: underline;
}

.section-10 .text-cta a:none {
	color: #104595;
	text-decoration: none;
}

.section-11 {
	background: #fff;
	padding: 40px 0 0 0;
	text-align: center;
}

.section-11 .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}

.section-11 h2 {
	font-size: 30px;
	line-height: 36px;
}

.section-11 ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.section-11 ul li {
	display: inline-block;
	width: 17%;
	margin: 1% 1.5%;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 20px #c4c4c4;
	-moz-box-shadow: 0 0 20px #c4c4c4;
	-webkit-box-shadow: 0 0 20px #c4c4c4;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.section-12 {
	background: #fff;
	padding: 50px 0;
}

.section-12 .col-left {
	float: left;
	width: 60%;
}

.section-12 .col-right {
	float: right;
	width: 35%;
	margin: 0;
}

.section-12 .col-right h3 {
	font-size: 30px;
	line-height: 36px;
}

.section-12 .col-right p {
	font-size: 14px;
	line-height: 24px;
}

.section-12 .form-wrapper {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

.request-quote input,
.request-quote textarea {
	width: 48%;
	float: left;
	padding: 10px;
	border: 1px solid #a8a8a8;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	margin: 0 2% 2% 0;
	border-radius: 5px;
}

.section-12 .cta {
	position: relative;
	text-align: center;
	margin: 0;
}

.section-12 .cta h3 {
	margin: 0 0 5px 0;
	line-height: 46px;
	font-size: 44px;
	font-weight: 500;
	color: #000;
}

.section-12 .cta h3 span {
	color: #22acac;
	font-weight: 700;
}

.section-12 .cta p {
	font-size: 20px;
	margin: 0;
}

.section-12 .cta p img {
	vertical-align: middle;
	margin-right: 10px;
}

.section-12 .cta p a {
	color: #000;
}

.ui-tooltip,
.arrow:after {
	background: black;
	font-size: 14px;
	text-align: center;
}

.ui-tooltip {
	padding: 15px;
	color: #fff;
	border-radius: 10px;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.floating-rfp .open-button {
	border: 0;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	right: 0;
	width: 56px;
	top: 20%;
}

.floating-rfp .open-button img {
	box-shadow: 0 0 30px #c4c4c4;
	-moz-box-shadow: 0 0 30px #c4c4c4;
	-webkit-box-shadow: 0 0 30px #c4c4c4;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-webkit-transition: box-shadow 0.35s ease-in-out;
	transition: box-shadow 0.35s ease-in-out;
}

.floating-rfp .open-button img:hover {
	box-shadow: 0 0 30px #22acac;
	-moz-box-shadow: 0 0 30px #22acac;
	-webkit-box-shadow: 0 0 30px #22acac;
}

.floating-rfp .form-popup {
	display: none;
	position: fixed;
	top: 20%;
	z-index: 9;
	right: 0;
	background: #4d82b8;
	background: -moz-linear-gradient(top, #4d82b8 0, #285991 100%);
	background: -webkit-linear-gradient(top, #4d82b8 0, #285991 100%);
	background: linear-gradient(to bottom, #4d82b8 0, #285991 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d82b8', endColorstr='#285991', GradientType=0);
}

.floating-rfp .open-button,
.floating-rfp .form-popup {
	z-index: 10;
}

.floating-rfp div#myForm {
	max-width: 292px;
}

.floating-rfp .close-form-btn {
	border: 0;
	color: #fff;
	cursor: pointer;
	position: absolute;
	padding: 0;
	width: 39px;
	height: 48px;
	font-size: 14px;
	border-radius: 0;
	line-height: 1;
	left: 0;
	top: -1px;
}

.floating-rfp .open-button {
	right: unset;
	left: 0;
}

.floating-rfp .ebook-right-inner {
	width: 100%;
	float: left;
	background: #fff;
	height: auto;
}

.floating-rfp .ebook-right-inner h3 {
	background: #3e42c4;
	padding: 15px 0 15px 34px;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #fff;
	height: 52px;
	box-sizing: border-box;
}

.floating-rfp .ebook-right-inner h3::before {
	content: "";
	padding: 10px;
	background: #ff6100 url(../images/close-left-arrow.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	height: inherit;
	box-sizing: border-box;
	width: 42px;
	cursor: pointer;
}

.floating-rfp .ebook-right-inner h3 span {
	color: #ffe001;
}

.floating-rfp div#myForm {
	left: 0;
	width: 308px;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
	box-shadow: 0 0 30px #c4c4c4;
	-moz-box-shadow: 0 0 30px #c4c4c4;
	-webkit-box-shadow: 0 0 30px #c4c4c4;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}

.floating-rfp #myForm #form input {
	background: 0;
	margin: 0;
}

.floating-rfp #myForm #form {
	background: #fff;
	padding: 15px 15px 0;
}

.floating-rfp #myForm #form input,
.floating-rfp #myForm #form select,
.floating-rfp #myForm #form textarea {
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 10px;
	width: 100%;
	font-size: 16px;
	color: #232323;
	font-family: "Montserrat", sans-serif;
	height: 35px;
}

.floating-rfp #myForm #form textarea {
	margin-bottom: 0;
	height: 100px;
	resize: none;
}

.floating-rfp #myForm #form select {
	color: #232323;
	padding: 0 3px;
	min-height: 30px;
}

.floating-rfp #myForm #form #code {
	border: 1px solid #e2e2e2;
	height: auto;
	padding: 5px;
}

.floating-rfp.code1 {
	color: #000;
}

.floating-rfp .captcha {
	overflow: hidden;
	padding: 0 0 0 12px;
	padding: 10px;
}

.floating-rfp .captcha-label {
	color: #232323;
	font-size: 14px;
	float: left;
	width: 85px;
	margin: 10px 0 0;
}

.floating-rfp .captcha-field {
	float: left;
	width: 60px;
	margin: 3px 0 0 0;
}

.floating-rfp #captcha_err {
	float: left;
	width: 20px;
	margin: 8px 0 0 5px;
}

.floating-rfp .captcha-number {
	float: left;
	width: 40px;
	margin: 5px 0 0 5px;
}

.floating-rfp .code1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.floating-rfp .form-submit-btn {
	text-align: center;
	padding-bottom: 15px;
}

#industry_modal h4 {
	background: #f60;
	color: #fff;
	padding: 10px;
	margin: 0 -10px 10px;
}

#industry_modal button.fancybox-button.fancybox-close-small {
	padding: 10px;
	color: #fff;
	background: none;
	opacity: 1;
}

.new-layout .section-12 .footer-form input,
.new-layout .section-12 .footer-form textarea {
	width: 48%;
	float: left;
	padding: 10px;
	border: 1px solid #a8a8a8;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0 2% 2% 0;
	border-radius: 5px;
	height: 41px;
}

.new-layout .section-12 .footer-form textarea {
	width: 98%;
	height: 85px;
}

.new-layout .section-12 .footer-form .captcha {
	width: 50%;
	float: left;
}

.new-layout .section-12 .footer-form .captcha .captcha-label {
	display: none;
}

.new-layout .section-12 .footer-form .captcha .captcha-field {
	width: 60%;
}

.new-layout .section-12 .footer-form .captcha .captcha-number {
	color: #000;
	font-size: 20px;
	padding: 3px 0 0 10px;
}

.new-layout .section-12 .footer-form .captcha .captcha-field input {
	width: 100%;
}

.new-layout .section-12 .form-submit-btn {
	text-align: right;
	margin: -0 0 0 0;
	padding-right: 22px;
	width: 50%;
}

.new-layout .footer-wrapper {
	background: none;
	border: none;
}

.new-layout .footer-links.full-row {
	background: #13489f;
	padding: 40px 0 10px;
	vertical-align: top;
}

.new-layout .footer-links .fql_col {
	width: 19%;
	margin: 0 .5%;
	float: left;
}

.new-layout .footer-links .fql_col h5 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
}

.new-layout .footer-links .fql_col ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.new-layout .footer-links .fql_col ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.new-layout .footer-bottom {
	background: linear-gradient(54deg, rgba(2, 0, 36, 1) 0%, rgba(36, 91, 182, 1) 0%, rgba(36, 91, 182, 1) 31%, rgba(25, 93, 120, 1) 100%);
	padding: 20px;
	color: #fff;
	vertical-align: top;
}

.new-layout .footer-bottom .copyright-section {
	padding: 0;
	width: auto;
	padding: 0;
	float: left;
	font-size: 16px;
	line-height: 35px;
}

.new-layout .footer-bottom .footer-social {
	width: auto;
	float: right;
	margin: 0;
	clear: none;
	border: none;
	padding: 0;
}

.new-layout .footer-bottom .footer-social .footer-social-icons {
	margin: 0;
}

.new-layout .footer-bottom .footer-social .footer-social-icons img {
	vertical-align: top;
}

.new-layout .footer-wrapper .footer-contact {
	background: linear-gradient(54deg, rgba(2, 0, 36, 1) 0%, rgba(36, 91, 182, 1) 0%, rgba(36, 91, 182, 1) 31%, rgba(25, 93, 120, 1) 100%);
	vertical-align: top;
	margin: 30px 0 0;
	width: 100%;
	border: none;
}

.new-layout .footer-wrapper .footer-contact .col-1,
.new-layout .footer-wrapper .footer-contact .col-2 {
	width: auto;
	font-size: 22px;
	margin: 7px 30px 0 0;
	font-weight: 400;
	background: none;
	padding: 0;
}

.new-layout .footer-wrapper .footer-contact .col-3 {
	float: right;
	color: #fff;
	font-size: 24px;
}

.new-layout .footer-wrapper .footer-contact .col-3 h5 {
	font-size: 24px;
	display: inline-block;
	font-weight: 400;
	margin: 0 10px 0 0px;
	vertical-align: middle;
}

.new-layout .footer-wrapper .footer-contact img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.menu-btn,
.mobile-nav {
	display: none;
}

.new-layout .cta-livechat button,
.new-layout .section-10 p button,
.new-layout .note-para button {
	display: inline;
	background: none;
	color: #22acac;
	text-decoration: underline;
	padding: 0;
	text-transform: none;
	font-weight: inherit;
	font-size: 16px;
}

.new-layout .section-10 p button {
	color: #114495;
}

.new-layout .cta-livechat button:before,
.new-layout .section-10 p button:before,
.new-layout .note-para button:before {
	display: none;
}

.new-layout .footer-logos .container {
	border-top: 1px solid #ccc;
	padding: 40px 0 10px;
}

.new-layout .footer-logos {
	height: auto;
	margin: 0;
}

.new-layout .footer-logos ul li {
	width: 130px;
	text-align: center;
}

ul.blogs-types-list img {
	width: auto !important;
	margin: auto;
}

.owl-carousel.blogs-types-carousel.owl-theme.owl-loaded .owl-dot {
	width: 13px;
	height: 12px;
	border-radius: 100%;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.owl-carousel.blogs-types-carousel.owl-theme.owl-loaded .owl-dot.active {
	background: #22acac;
}

.owl-carousel.blogs-types-carousel.owl-theme.owl-loaded .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 30px;
}

ul.ServicesPack {
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin: 30px 0 0;
	font-size: 0;
}

ul.ServicesPack li:hover {
	transition: all .4s ease-In-Out;
	box-shadow: 0 10px 20px 0 #00000038;
}

ul.ServicesPack li {
	width: 365px;
	min-height: 260px;
	text-align: center;
	vertical-align: text-top;
	padding: 20px;
	border: 1px solid #f3f3f3;
	margin: 10px;
	border-radius: 12px;
	box-shadow: 0 0 20px 6px #f2f2f2;
	transition: all .4s ease-In-Out;
	display: inline-flex;
	align-items: flex-start;
	justify-content: space-around;
}

ul.ServicesPack li .dataWrap {
	text-align: left;
	margin-left: 15px;
}

ul.ServicesPack li .dataWrap h3 {
	font-size: 19px;
	text-transform: capitalize;
	margin: 6px 0 10px 0;
}

ul.ServicesPack li .dataWrap p {
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	line-height: 22px;
}

ul.ServicesPack li .imgWrap img {
	max-width: fit-content;
}

.light-background {
	background: #f6f6f6;
}

.light-background p {
	color: black
}

.light-background h2,
.light-background h2 span {
	font-size: 44px
}

.section-6.light-background.full-section .left_col,
.section-6.light-background.full-section .right_col {
	width: 50%;
}

.section-6.light-background.full-section .left_col p {
	padding-right: 50px;
}

.clienttestiSec .review-carousel .tsm-referrer {
	text-align: center;
	margin: auto;
}

.clienttestiSec .tsm-referrer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clienttestiSec .review-carousel .tsm-referrer .tsm-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	padding-left: 15px;
	float: left;
	padding-top: 0;
}

.half-col .left_col,
.half-col .right_col {
	width: 50%;
	float: left;
}

.half-col .right_col ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.half-col .right_col ul li {
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	margin: 5px 0 5px 30px;
	position: relative;
}

.half-col .right_col ul li span {
	color: #22acac;
}

.half-col h2.title_block,
.half-col h2 span {
	font-size: 44px !important;
	line-height: 52px !important;
}

.requestAquoteSec .col-left {
	margin: 0 auto;
	width: 75%;
	float: none;
}

.SuccessPartSec h2.title_block.center {
	text-align: center;
}

.SuccessPartSec .left_col .dataWrap {
	margin-right: 20px;
	margin-left: auto;
}

.SuccessPartSec .dataWrap {
	max-width: 490px;
	text-align: left;
	font-size: 0;
	margin-top: 30px;
}

.SuccessPartSec .dataWrap p {
	font-size: 17px;
	margin: 20px 0;
	color: #000;
	font-weight: 400;
	line-height: 25px;
}

.SuccessPartSec .dataWrap a {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	opacity: .6;
	text-decoration: underline;
	transition: all .3s ease-In-out;
}

@media(max-width:1240px) {
	.full-width .container {
		max-width: 960px
	}

	.header-wrapper .container {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.header-wrapper .header-right ul li {
		margin: 0 0 0 20px
	}

	.header-wrapper .header-right ul li a {
		font-size: 15px
	}

	.select ul li.option {
		margin: 0
	}

	.new-layout .hero-area .right,
	.new-layout .hero-area .left {
		width: 50%;
	}

	#awards_block {
		display: none
	}

	.badge-sec-md ul#awards_block {
		display: block
	}

	.badge-sec-md {
		padding: 20px 0
	}

	.new-layout .hero-area .left .hero-phone {
		font-size: 23px;
	}

	.section-2 ul.blogs-types-list li {
		width: 170px;
		height: 190px;
		margin: 10px;
		padding: 15px
	}

	.tableMaxWidth {
		width: 80%;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto
	}

	.section-3 .blog-table {
		width: 1130px;
		margin-bottom: 0;
		max-width: none;
		margin-top: 20px
	}

	.section-10 #custom-plan-box {
		width: auto;
		padding: 60px 30px
	}

	.new-layout .footer-wrapper .footer-contact .col-1,
	.new-layout .footer-wrapper .footer-contact .col-2 {
		font-size: 20px;
	}

	.new-layout .footer-wrapper .footer-contact .col-3 h5 {
		font-size: 20px;
	}
}

@media(max-width:991px) {

	.menu-btn {
		float: right;
		margin: 0;
		background: #104595;
		padding: 10px;
		display: block;
		cursor: pointer;
		line-height: 1;
	}

	.header-right {
		display: none;
	}

	.title_block:after {
		margin: 0 auto
	}

	.title_block br {
		display: none
	}

	.full-width .container {
		max-width: 768px;
		padding: 0 15px
	}

	.inner-container {
		width: 100%
	}

	.new-layout .hero-area .left .hero-btn,
	.new-layout .hero-area .left .hero-phone {
		width: 100%;
	}

	.section-2 ul.blogs-types-list li {
		text-align: center;
		width: 20%;
		margin: 2.5%
	}

	.section-2 ul.blogs-types-list li img {
		float: none;
		display: block;
		margin: auto
	}

	.section-3 .blog-table {
		width: 553px
	}

	.section-3 .blog-table .table-left {
		float: left;
		width: 235px
	}

	.section-3 .blog-table .table-right {
		float: left;
		width: 285px;
		overflow: hidden;
		overflow-x: scroll
	}

	.section-3 .blog-table .table-right ul {
		height: 625px;
		width: 900px
	}

	.section-3 .blog-table .table-left ul {
		padding: 20px 10px
	}

	.section-5 .packages .col {
		width: 100%
	}

	.section-2 ul.blogs-types-list li {
		width: 220px;
		height: 180px;
		margin: 10px;
		padding: 15px
	}

	.section-10 #custom-plan-box .cpb-halfcol .cpb-right {
		width: 40%
	}

	.section-2 ul.blogs-types-list h6 {
		margin-top: 10px
	}

	.title_block,
	.section-4 h2,
	.requestAquoteSec .cta h3 {
		font-size: 30px;
		line-height: 40px
	}

	.badge-sec-md ul#awards_block {
		max-width: 100%
	}

	.header-wrapper {
		padding: 15px 0
	}

	.header-wrapper .logo {
		float: left;
		margin: 0
	}

	.mobile-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		background: #104595;
		height: 100%;
		z-index: 99999;
		padding: 20px;
		transition: .35s all;
		opacity: 0;
		visibility: hidden;
		display: block;
		overflow: scroll;
		box-sizing: border-box
	}

	.mobile-nav.active {
		right: 0;
		opacity: 1;
		visibility: visible
	}

	.mobile-nav img.close-icon {
		float: right;
		margin: 0 0 15px;
		cursor: pointer
	}

	.mobile-nav ul {
		margin: 0;
		padding: 0;
		overflow: hidden
	}

	.mobile-nav ul#primary-menu {
		display: block;
		box-sizing: border-box
	}

	.mobile-nav ul li {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #eee
	}

	#primary-menu li.wdd a {
		max-width: 100%
	}

	.mobile-nav ul li a {
		display: inline-block;
		padding: 10px;
		width: 100%;
		color: #fff;
		font-size: 15px;
		background: none
	}

	.mobile-nav ul li:last-child a {
		border: 0
	}

	.mobile-nav ul li span.toggle-menu {
		width: 37px;
		height: 37px;
		background: #f60;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 2px;
		text-align: center;
		line-height: 37px
	}

	#primary-menu li.menu-item-has-children:after {
		display: none
	}

	.mobile-main-menu {
		float: left;
		width: 100%
	}

	.mobile-nav li ul.sub-menu {
		max-height: 0;
		background: #f60;
		transition: .5s all;
		opacity: 0
	}

	#primary-menu li ul.sub-menu a {
		font-size: 14px
	}

	.mobile-nav li.active>ul.sub-menu {
		max-height: 500px;
		opacity: 1
	}

	.mobile-nav ul li span.toggle-menu:after {
		content: "+";
		color: #fff
	}

	.mobile-nav ul li span.toggle-menu.open:after {
		content: "-"
	}

	.mobile-nav ul li:last-child,
	.mobile-nav li ul.sub-menu li:last-child {
		border: 0
	}

	.mobile-nav li ul.sub-menu li {
		border-bottom: 1px solid #cccc;
		padding: 0 0 0 20px;
		position: relative
	}

	.mobile-nav li ul.sub-menu li a {
		font-size: 14px
	}

	.mobile-nav li ul.sub-menu li:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-width: 4px 0 4px 4px;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		left: 15px;
		top: 15px
	}

	.new-layout .footer-wrapper .footer-contact .col-1,
	.new-layout .footer-wrapper .footer-contact .col-2 {
		width: 100%;
		text-align: center;
	}

	.new-layout .footer-wrapper .footer-contact .col-3 {
		width: 100%;
		text-align: center;
	}

	.footer-wrapper .footer-contact {
		max-width: 100%;
	}

	.floating-rfp {
		display: none;
	}

	.new-layout .section-12 .footer-form .captcha {
		width: 60%;
	}

	.new-layout .section-12 .form-submit-btn {
		width: 40%;
	}

	.section-3.bg-img .bookbg_overlay {
		background-position: bottom center !important;
	}
}

@media(max-width:767px) {
	.featured_in {
		font-size: 28px;
		line-height: normal;
		font-weight: 800;
	}

	.stories_sec.section-8 .left_col {
		width: 100% !important;
		padding: 0px 0px 0px 0px !important;
	}

	.stories_sec.SuccessPartSec .left_col .dataWrap {
		margin-right: 0 !important;
		margin-left: auto !important;
	}

	.stories_sec.section-8 .right_col {
		width: 100% !important;
		padding: 0px 0px 0px 0px !important;
	}

	.new-layout .section-6 h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.half-col .right_col ul li {
		margin: 5px 0 5px 0px !important;
	}

	.new-layout .section-6 h2 span {
		font-size: 26px;

	}

	.section-7 {
		padding: 10px 0 10px 0 !important;
	}

	.m-f-18 {
		font-size: 18px !important;
	}

	.m-f-24 {
		font-size: 24px;
	}

	.m-f-30 {
		font-size: 30px;
	}

	.new-layout .title_block {

		margin-top: 20px;
	}

	.hero-pricing {
		font-size: 20px;
		text-align: center;
		font-weight: 800 !important;
	}

	span.hp-cost {
		background: none !important;
		padding: 0 !important;
		margin: 10px 0;
	}

	.half-col .left_col,
	.half-col .right_col {
		width: 100%;
		float: none;
	}

	.SuccessPartSec .dataWrap {
		text-align: center;
	}

	.full-width .container {
		max-width: 460px;
		padding: 0 15px
	}

	.title_block:after {
		margin: 0 auto
	}

	.title_block br {
		display: none
	}

	.inner-container {
		width: 100%
	}

	.section-1 {
		background: 0;
		padding-bottom: 0
	}

	.section-1 .container .left {
		width: 100%;
		text-align: center
	}

	.section-1 .container .right {
		display: none
	}

	.section-1 .container h1:after {
		margin: 0 auto
	}

	.section-1 .container ul#awards_block li {
		width: 22%;
		margin: 1%
	}

	.section-1 .container ul#awards_block li img {
		width: 100%;
		height: auto
	}

	.section-1 .container .hero-btn {
		width: 100%;
		float: none
	}

	.section-1 .container .hero-phone {
		width: 250px;
		float: none;
		margin: 15px auto 0 auto
	}

	.section-2 ul.blogs-types-list li img {
		float: none;
		display: block;
		margin: auto
	}

	.section-2 ul.blogs-types-list li {
		width: 100%;
		height: auto;
		padding: 15px;
		margin: 10px auto;
		display: block
	}

	.section-2 ul.blogs-types-list li a {
		padding: 10px;
	}

	.section-2 ul.blogs-types-list h6 {
		font-size: 14px
	}

	.section-3 .blog-table {
		width: 100%
	}

	.section-3 .blog-table .table-left {
		float: left;
		width: 45%
	}

	.section-3 .blog-table .table-left ul {
		padding: 25px 10px 33px 10px
	}

	.tableMaxWidth {
		width: 100%;
	}

	.section-3 .blog-table .table-left ul li {
		height: auto;
		padding: 15px 0;
		font-size: 12px
	}

	.section-3 .blog-table .table-right {
		width: 55%
	}

	.section-5 .packages .col {
		width: 100%
	}

	.section-6 {
		text-align: center
	}

	.section-6 .left_col,
	.section-6 .right_col {
		width: 100%;
		float: none
	}

	.section-6 .left_col {
		margin-bottom: 20px
	}

	.section-9 {
		padding: 20px 0 10px 0;
		text-align: center
	}

	.section-9 .left_col,
	.section-9 .right_col {
		width: 100%;
		float: none
	}

	.section-10 #custom-plan-box {
		width: 100%;
		padding: 15px
	}

	.section-10 #custom-plan-box .cpb-left {
		width: 100%;
		margin: 0 0 30px 0
	}

	.section-10 #custom-plan-box .cpb-right {
		width: 100%;
		margin: 0 0 5px 0
	}

	.section-10 #custom-plan-box .cpb-halfcol {
		width: 100%;
		margin: 0
	}

	.section-10 #custom-plan-box .cpb-halfcol .cpb-left {
		margin: 0 0 30px 0;
		width: 50%
	}

	.section-10 #custom-plan-box .cpb-halfcol .cpb-right {
		margin: 0 0 5px 0;
		text-align: right
	}

	.section-10 #custom-plan-box .field_group {
		margin-bottom: 30px
	}

	.section-10 #custom-plan-box .cpb-pricing {
		width: 100%;
		margin-bottom: 10px;
		text-align: center
	}

	.section-10 #custom-plan-box .cpb-pricing .total_lbl {
		float: none;
		vertical-align: super
	}

	.section-10 #custom-plan-box .order-btn {
		width: 100%;
		text-align: center
	}

	.section-11 ul li {
		width: 47%;
		margin: 2% 1.5%
	}

	.section-12 {
		text-align: center
	}

	.section-12 .col-left {
		width: 100%;
		margin: 0 0 40px 0
	}

	.section-12 .col-right {
		width: 100%;
		margin: 0
	}

	.section-12 .col-left h3,
	.section-12 .col-right h3 {
		text-align: center
	}

	.ui-dialog {
		width: 90%
	}

	.section-1 .container h1 {
		font-size: 32px;
		line-height: 38px
	}

	.header-wrapper .logo {
		display: inline-block;
		max-width: 80%
	}

	.section-12 .col-left h3,
	.section-12 .col-right h3 {
		font-size: 30px;
		line-height: 35px
	}

	.section-5 .pdw-package .pkg-body .input-group .rating_field {
		width: 100px
	}

	.section-5 .pdw-package,
	.section-5 .packages {
		padding: 20px 10px
	}

	.section-8 .review-carousel .owl-dots .owl-dot {
		width: 30px
	}

	.new-layout .hero-area .right {
		display: none;
	}

	.new-layout .hero-area .left {
		width: 100%;
	}

	.new-layout .section-12 .footer-form input,
	.new-layout .section-12 .footer-form textarea {
		width: 100%;
	}

	.new-layout .footer-links .fql_col {
		width: 100%;
	}

	.new-layout .footer-bottom .footer-social {
		width: 100%;
		text-align: center;
	}

	.new-layout .footer-bottom .footer-social .footer-social-icons {
		margin: 0 auto;
		width: 100%;
	}

	.new-layout .hero-area .left h1 {
		font-size: 24px;
		text-align: center;
		line-height: normal;
	}

	.new-layout .hero-area .left h1:after {
		margin: auto;
	}

	.new-layout .hero-area .left p {
		text-align: center;
	}

	.newPrice h3 {
		text-align: center;
		margin: 0;
	}

	.new-layout .hero-area .left {
		padding: 0;
	}

	.new-layout .hero-area .left .hero-btn,
	.new-layout .hero-area .left .hero-phone {
		float: none;
		text-align: center;
		max-width: 215px;
		margin: 0 auto 15px;
	}

	.new-layout .hero-area .left .hero-livechat {
		padding: 0;
		text-align: center;
		font-size: 18px;
	}

	.new-layout .section-2 {
		padding: 0;
	}

	.new-layout .section-2 ul.blogs-types-list li {
		width: 96%;
		padding: 0;
		margin: 0 2% 10px;
	}

	.new-layout .section-4 {
		padding: 30px 0;
	}

	.new-layout .title_block,
	.new-layout .section-4 h2,
	.new-layout .requestAquoteSec .cta h3 {
		font-size: 24px;
		line-height: normal;
	}

	.new-layout .section-5 {
		padding: 40px 0;
	}

	.new-layout .section-5 #package_accordion h5 {
		font-size: 22px;
		padding: 10px 50px 10px 10px;
	}

	.new-layout .section-5 #package_accordion h5:after {
		bottom: 0;
		top: 0;
		margin: auto;
	}

	.new-layout .section-7 .faqs h3 {
		font-size: 17px;
	}

	.new-layout .section-7 .faqs h3 {
		font-size: 17px;
	}

	.new-layout .section-4 h3 a {
		display: block;
	}

	h2.title_block.white {
		text-align: center;
	}

	ul.ServicesPack li {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0;
		min-height: auto;
		margin-bottom: 15px;
	}

	ul.ServicesPack li div {
		text-align: center !important;
		margin: 0;
	}

	.light-background h2,
	.light-background h2 span {
		font-size: 24px;
		text-align: center !important;
	}

	.section-6.light-background.full-section .left_col,
	.section-6.light-background.full-section .right_col {
		width: 100%;
	}

	.section-6.light-background.full-section .left_col p {
		padding-right: 0;
	}

	.section-9 .left_col img,
	.section-9 .right_col img {
		display: none;
	}

	.half-col h2.title_block,
	.half-col h2 span {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

@media (max-width:479px) {
	.section-3 .right_col .title_block {
		font-size: 22px;
		line-height: 36px;
	}

	.slider_bullet ul li {
		margin: 0px 0px 13px 6px !important;
		width: 49px;
	}

	.logo_list .container {
		padding-bottom: 30px !important;
	}

	.section-7 {
		padding: 75px 0 10px 0;
	}

	.section-3.bg-img .bookbg_overlay {
		background-size: 100%;
		background-position: bottom;
	}

	.section-11 {
		background: #fff;
		padding: 0;
		text-align: center;
	}

	.clienttestiSec .review-carousel .tsm-referrer .tsm-name {
		padding-left: 10px;
	}

	.full-width .container {
		max-width: 360px;
		padding: 0 10px;
	}

	.new-layout .section-12 .footer-form .captcha .captcha-number {
		margin: 5px 0 0;
	}

	h2.title_block.white {
		text-align: center;
	}

	.new-layout .section-6 .cta-btn {
		text-align: center;
		width: 100%;
	}

	.new-layout .section-6 .cta-phone {
		float: none;
		display: inline-block;
		margin: 5px 0 10px 0;
	}

	.new-layout button,
	.new-layout .btn {
		padding: 9px 30px;
	}

	.new-layout .section-10 #custom-plan-box .cpb-halfcol .cpb-left {
		width: 68%;
		margin: 0 0 0px;
	}

	.new-layout .section-10 #custom-plan-box .cpb-halfcol .cpb-right {
		width: 32%;
		margin: 2px 0 0;
	}

	.new-layout .section-10 #custom-plan-box .field_group {
		margin-bottom: 10px;
	}

	.new-layout .section-12 .form-submit-btn {
		width: 100%;
		text-align: center;
		padding: 15px 0 0;
	}

	.new-layout .section-12 .footer-form .captcha {
		width: 100%;
	}

	.copyrighter_head {
		padding: 0 26px;
	}

	.section-7 .pdw-package .pkg-body .input-group .rating_field {
		width: 85px !important;
	}

	.new-layout .footer-bottom .copyright-section {
		font-size: 13px;
	}
}

.section-2 ul.webcopy-sols-list {
	width: 95%;
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
	text-align: center;
}

.section-2 ul.webcopy-sols-list li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	cursor: inherit;
}

.section-2 ul.webcopy-sols-list li {
	display: inline-block;
	width: 325px;
	text-align: center;
	vertical-align: text-top;
	border: 1px solid #f3f3f3;
	margin: 12px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 10px 20px #d9d9d9;
	-moz-box-shadow: 0px 10px 20px #d9d9d9;
	-webkit-box-shadow: 0px 10px 20px #d9d9d9;
	min-height: 230px;
	transition: all .4s ease-In-Out;
	position: relative;
	font-size: 0;
	cursor: pointer;
}

.section-2 ul.webcopy-sols-list li img {
	margin-bottom: 10px;
}

.section-2 ul.webcopy-sols-list li:hover h6 {
	color: #000;
}

.section-2 ul.webcopy-sols-list li:hover h6 {
	color: #22acac;
	transition: all .3s ease-In-out;
}

.section-2 ul.webcopy-sols-list li h6 {
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	transition: all .4s ease-In-out;
}

.section-3 .left_col {
	width: 45%;
	float: left;
}

.section-3 .right_col {
	width: 50%;
	float: right;
}

.section-3 .right_col .title_block {
	font-size: 30px;
	line-height: 36px;
}

.section-4.full-section.light-background .container {
	position: relative;
}

.section-4 #whyhire-srv .step_number {
	position: absolute;
	margin-left: 47.9%;
	background: #0f4596;
	border-radius: 50%;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.section-4 #whyhire-srv .whs-icon {
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: right;
	padding: 20px 45px;
	border-right: solid 1px #c2c2c2;
}

.section-4 #whyhire-srv .whs-content {
	width: 50%;
	box-sizing: border-box;
	float: right;
	text-align: left;
	padding: 20px 45px;
}

.section-4 #whyhire-srv .whs-content.whs-flip {
	float: left;
	text-align: right;
}

.section-4 #whyhire-srv .whs-icon.whs-flip {
	float: right;
	text-align: left;
	border: 0px;
	border-left: solid 1px #c2c2c2;
}

.section-6 #hit-slidenav {
	width: 10%;
	float: left;
}

.section-6 #hit-slidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.section-6 #hit-slidenav ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.section-6 #hit-slidenav ul li a:hover,
.section-6 #hit-slidenav ul li a.hiw-active {
	background: #22acac;
}

.section-6 #hit-slidenav ul li a {
	background: #e1e1e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 13px 15px;
}

.section-6 #hit-slidenav ul li a span {
	position: absolute;
	color: #ffffff;
	background: #0f4596;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 7px;
	margin: -10px 0px 0px -10px;
	z-index: 99;
}

.section-6 #hit-slidenav ul li a:hover img,
.section-6 #hit-slidenav ul li a.hiw-active img {
	filter: invert(100%);
}

.section-6 .howitwork-carousel .hiw-img {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.section-6 .howitwork-carousel .hiw-content {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.section-6 .howitwork-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: right;
	top: -100px;
}

.section-6 .howitwork-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

.section-6 .howitwork-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.section-6 .howitwork-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

div#hiw-sliderblock img {
	width: auto;
}

.section-6 #hiw-sliderblock {
	width: 80%;
	float: left;
}

.section-6.full-section.light-background h2 {
	text-align: center;
}

.section-6.full-section.light-background .left_col h2 {
	text-align: left;
}

.section-7 h5 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0 0 0px;
	padding: 20px 20px;
	border: 0px;
	border-top: solid 3px #104595;
}

.section-7 .packages {
	max-width: 100%;
	border: 0px;
	padding: 20px;
	overflow: unset;
	height: auto !important;
}

.section-7 .packages .col {
	width: 33%;
	float: left;
	padding: 0px 10px 30px 10px;
	overflow: unset;
}

.section-7 .pdw-package {
	background: #e9e9e9;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	padding: 0px;
}

.section-7 .pdw-pkg-head {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 25px 20px;
	margin: 0px auto 0px auto;
	background: #a8c23e;
	border-radius: 8px 8px 0px 0px;
}

.section-7 .pdw-package .pkg-body {
	padding: 20px;
}

.section-7 .pkg-price {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
	margin-bottom: 15px;
}

.section-7 .pdw-package .pkg-body .pkg-ctrl {
	text-align: center;
}

.section-7 .pdw-package .pkg-body .pkg-ctrl .input-group {
	border: solid 2px #7f7f7f;
	background: #fff;
	margin: 10px auto 20px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	padding: 5px;
}

.section-7 .pdw-package .pkg-body .input-group-btn {
	float: left;
}

.section-7 .pdw-package .pkg-body .input-group .btn-minus,
.section-7 .pdw-package .pkg-body .input-group .btn-plus {
	background: #a8c23e;
	color: #fff;
	padding: 3px;
	border: 0px;
	font-size: 24px;
	width: 36px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.section-7 .pdw-package .pkg-body .input-group .rating_field {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 5px 10px;
	float: left;
	width: 154px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	height: 36px;
}

.section-7 .pdw-package .pkg-body .input-group-btn {
	float: left;
}

.section-7 .pdw-package ul.pkg-items {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style: none;
}

.section-7 .pdw-package ul.pkg-items li {
	margin: 0px 10px;
	padding: 5px 0px 5px 30px;
	background: url(../images/gray-check.png) no-repeat 0px 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	border-bottom: 1px solid #e1e1e1;
}

.section-7 .pdw-package.orangebox ul.pkg-items li {
	background-image: url(../images/orange-check.png);
}

.section-7 .pdw-package.bluebox ul.pkg-items li {
	background-image: url(../images/blue-check.png);
}

.section-7 .pdw-package.bluebox .blue_check li {
	background-image: url(../images/blue_check.png) !important;
}

.section-7 .pdw-package.orangebox .pdw-pkg-head {
	background: #ff6100;
}

.section-7 .pdw-package.orangebox .btn-minus,
.section-7 .pdw-package.orangebox .btn-plus {
	background: #ff6100 !important;
}

.section-7 .pdw-package.bluebox .pdw-pkg-head {
	background: #104595;
}

.section-7 .pdw-package.bluebox .btn-minus,
.section-7 .pdw-package.bluebox .btn-plus {
	background: #104595 !important;
}

.section-7 .pdw-package .pdw-pkg-btn .btn {
	background: #a8c23e;
}

.section-7 .pdw-package.orangebox .pdw-pkg-btn .btn {
	background: #ff6100;
}

.section-7 .pdw-package.bluebox .pdw-pkg-btn .btn:hover {
	background: #104595;
}

.section-7 .pdw-package .pdw-pkg-btn {
	text-align: center;
	padding-bottom: 15px;
}

.section-7 .pdw-package.bluebox .pdw-pkg-btn .btn {
	background: #104595;
}

.section-7 .pdw-package.orangebox .pdw-pkg-btn .btn:before {
	background: #ff7421;
}

.section-6 .howitwork-carousel img {
	display: block;
	margin-bottom: 15px;
}

.new-layout .packages button:before,
.new-layout .packages .btn:before {
	display: none;
}

/* book-marketing-service */





.section-bg-img {
	color: #000000;
	padding: 50px 0;
	position: relative;
	background: URL('../images/hero-banner%20%281%29.webp') no-repeat right center;
	background-size: 50%;
}

.section-bg-img .container .right img {
	display: none;
}

.itm1 {
	background: url(../images/bm-01.webp) top center no-repeat;
	height: 157px;
	background-size: cover;
}

.itm2 {
	background: url(../images/bm-02.webp) top center no-repeat;
	height: 190px;
	background-size: cover;
}

.itm3 {
	background: url(../images/bm-03.webp) top center no-repeat;
	height: 160px;
	background-size: cover;
}

.itm4 {
	background: url(../images/bm-04.webp) top center no-repeat;
	height: 233px;
	background-size: cover;
}

.itm5 {
	background: url(../images/bm-05.webp) top center no-repeat;
	height: 240px;
	background-size: cover;
}

.itm6 {
	background: url(../images/bm-06.webp) top center no-repeat;
	height: 225px;
	background-size: cover;
}

.itm7 {
	background: url(../images/bm-07.webp) top center no-repeat;
	height: 230px;
	background-size: cover;
}

.itm8 {
	background: url(../images/bm-08.webp) top center no-repeat;
	height: 230px;
	background-size: cover;
}

.itm9 {
	background: url(../images/bm-09.webp) top center no-repeat;
	height: 200px;
	background-size: cover;
}

.itm10 {
	background: url(../images/bm-10.webp) top center no-repeat;
	height: 150px;
	background-size: cover;
}

.itm11 {
	background: url(../images/bm-11.webp) top center no-repeat;
	height: 200px;
	background-size: cover;
}

.msrItems {
	margin: 30px auto;
	max-width: 960px;
}

.msrItem {
	border-radius: 5px;
}

.msrItem p {
	color: #fff;
	font-weight: 600;
	position: absolute;
	bottom: 5%;
	margin-left: 10px;
}

.rfp-banner-cta .home-form input,
.rfp-banner-cta select {
	width: 24%;
	float: left;
	margin: 0 0.5% 1% 0.5%;
	padding: 18px;
	font-size: 14px;
	font-family: 'Montserrat';
	border-radius: 5px;
	border: 0;
}

.rfp-banner-cta .btn {}

.rfp-banner-cta .home-form {
	margin: 30px 0 0;
	border: 0px !important;
}

.rfp-banner-cta .home-form .form-submit-btn {
	display: block;
	margin-top: 15px;
}

.rfp-banner-cta .home-form .form-submit-btn a.form-sbtn {
	background: url(http://contentdevelopmentpros.com/404/) repeat-x center center;
	color: #fff;
	padding: 15px 40px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 5px;
	text-decoration: none;
	background-size: cover;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: auto !important;
	user-select: none;
	-webkit-user-select: none;
	padding: 12px;
	border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #232323 !important;
	line-height: 28px;
	font-size: 14px !important;
	font-family: 'Montserrat' !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px !important;
	width: 35px !important;
	right: 0 !important;
	top: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.section-3.bg-img .bookbg_overlay {
	background: url(../images/section-bg1-right.webp) no-repeat right center;
	background-size: 75%;
	min-height: 700px;
	padding: 75px 0px 75px 0px;
}

.section-3.bg-img {
	background: url(../images/section-bg1-left.webp) no-repeat left center;
}

.section-3.bg-img img {
	display: none;
}

.section-3 .col_wrap {
	float: left;
	width: 300px;
	margin-left: 30px;
}

.section-3.full-section.bg-img {
	padding: 0;
}

ul#cta-options {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	list-style: none;
}

ul#cta-options li {
	margin: 0px 10px;
	padding: 0px;
	display: inline-block;
}

.section-4 .cta-btn a {
	color: #fff;
	text-decoration: none;
	overflow: initial;
	font-size: 22px;
	padding: 15px 45px;
}

ul#cta-options li {
	margin: 0px 10px;
	padding: 0px;
	display: inline-block;
}

.section-4 .cta-phone {
	background: url(../images/big-phone-icon.webp) no-repeat left center;
	background-size: contain;
	font-size: 22px;
	font-weight: 600;
	padding-left: 26px !important;
	margin: 10px 0px 10px 0px;
}

.section-4 .cta-phone a {
	text-decoration: none;
}

.section-4 a {
	color: #22acac;
	text-decoration: none;
}

.section-4 .cta-livechat {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 0px;
	color: White
}

.section-4 .cta-phone a:hover {
	color: #fff;
}

.section-4 .cta-livechat a:hover {
	color: #fff;
}

.section-4 .cta-livechat a {
	color: #22acac;
	text-decoration: underline;
}

.section-5 .hiw_spacer {
	padding: 30px;
}

.hiw .left_col {
	width: 47%;
	box-sizing: border-box;
	float: left;
}

.hiw .right_col {
	width: 47%;
	box-sizing: border-box;
	float: right;
}

.section-5 .left_col.hiw_flipped {
	float: right;
}

.section-5 .right_col.hiw_flipped {
	float: left;
}

.section-5 .hiw_content {
	padding-left: 50px;
}

.section-5 .hiw_content span.step_number {
	font-size: 39px;
	font-weight: 600;
	color: #f66000;
	position: absolute;
	margin: -2px 0px 0px -40px;
}

.section-5 .hiw_content h5 {
	font-size: 32px;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.pack p {
	font-size: 18px;
	font-weight: 500;
}

.pack p a {
	font-size: 18px;
	font-weight: 500;
}

.pack a.chatlink:hover {
	color: #000;
	transition: all 0.6s ease-in-out;
}

.pack a.chatlink {
	font-weight: 600;
	color: #22acac;
	transition: all 0.6s ease-in-out;
}

.section-8 ul.bms-list {
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
}

.section-8 ul.bms-list li a .img-Wrap {
	-ms-flex: 0 0 80px;
	flex: 0 0 81px;
	max-width: 80px;
	margin-right: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.section-8 ul.bms-list li a .cont-Wrap {}

.section-8 ul.bms-list li {
	background: #fff;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	float: left;
	display: block;
	width: 30%;
	margin: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.section-8 ul.bms-list li a {
	padding: 30px 20px;
	display: flex;
	font-size: 0;
	min-height: 250px;
	text-decoration: none;
}

.section-8 ul.bms-list li a:hover {
	text-decoration: none;
}

.section-8 ul.bms-list li img {}

.section-8 ul.bms-list h6 {
	font-size: 20px;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #000000;
	transition: all 0.5s ease-in-out;
}

.section-8 ul.bms-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	transition: all 0.5s ease-in-out;
}

.section-8 ul.bms-list li:hover {
	background: #22acac;
	box-shadow: 0px 0px 20px #22acac94;
	-moz-box-shadow: 0px 0px 20px #22acac94;
	-webkit-box-shadow: 0px 0px 20px #22acac94;
	transition: all 0.5s ease-in-out;
}

.section-8 ul.bms-list li:hover h6,
.section-8 ul.bms-list li:hover p {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.section-8 ul.bms-list li:hover img {
	filter: brightness(0) invert(1);
	transition: all 0.5s ease-in-out;
}

/* blog-management-service */









.hero-area.blog-management {
	background: url(../images/hero-banner-blogm.webp) no-repeat right bottom;
	color: #000000;
	padding: 50px 0;
	position: relative;
}

.blog-management .container .left {
	width: 45%;
	float: left;
	color: #000;
	padding: 0 20px 0 0;
	text-align: left;
	margin: 0%;
}

.blog-management .hero-btn,
.blog-management .hero-phone {
	float: none !important;
}

/*** Section 2 ***/

.blog-manag .section-2 {
	background: #ffffff;
	padding: 40px 0 0px 0;
}

.blog-manag .section-2 .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}

.blog-manag .section-2 ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.blog-manag .section-2 ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

/*** Section 3 ***/

.blog-manag .section-3 {
	padding: 50px 0;
	background: #ffffff;
}

.blog-manag .section-3 h3 {
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px 50px 0px;
	color: #000000;
}

.blog-manag .section-3 ul.pro-editing-features h6 {
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #000000;
}

.blog-manag .section-3 ul.pro-editing-features p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.blog-manag .section-3 ul.pro-editing-features span {
	color: #22acac;
	font-weight: 700;
}

.blog-manag .section-3 ul.pro-editing-features {
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
	width: 90%;
}

.blog-manag .section-3 ul.pro-editing-features li {
	background: #fff;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	float: left;
	display: block;
	width: 47%;
	padding: 30px;
	margin: 1.5%;
	box-sizing: border-box;
}

.blog-manag .section-3 ul.pro-editing-features li img {
	float: left;
	margin-right: 30px;
}

/*** Section 4 ***/





.blog-manag .section-4 {
	background: url(../images/section-bg.webp) no-repeat top center;
	padding: 175px 0 125px 0;
}

.blog-manag .section-4 .col_left {
	float: left;
	width: 50%;
}

.blog-manag .section-4 .col_right {
	float: right;
	width: 40%;
}

.blog-manag .section-4 .map-pic {
	margin-top: 150px;
}

.blog-manag .section-4 ul.blog-imp-list h6 {
	font-size: 42px;
	font-weight: 700;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
}

.blog-manag .section-4 ul.blog-imp-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}

.blog-manag .section-4 ul.blog-imp-list span {
	color: #22acac;
	font-weight: 700;
}

.blog-manag .section-4 ul.blog-imp-list {
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
	width: 100%;
}

.blog-manag .section-4 ul.blog-imp-list li {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	width: 100%;
	padding-left: 100px;
	margin: 0px 0px 25px 0px;
}

.blog-manag .section-4 #testimonial_box {
	background: #ffffff url(../images/cdp-icon.png) no-repeat 95% 95%;
	padding: 50px 100px;
	margin-top: 50px;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* .container {
	position: relative;
} */

.cs_tooltip {
	position: relative;
	display: inline-block;
	border: 1px solid black;
	width: 18px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 5px;
}

.cs_tooltip:hover .cs_tooltiptext {
	visibility: visible;
}

.cs_tooltip .cs_tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	margin: -5px 0px 0px 10px;
	position: absolute;
	z-index: 1;
	font-size: 13px;
}

.blog-manag .section-6 h2,
.blog-manag .section-6 h2 span {
	font-size: 44px;
	text-align: center;
}

.blog-manag .section-4 #testimonial_box::after {
	content: url(../images/section-elm.png);
	width: 211px;
	height: 209px;
	position: absolute;
	right: -110px;
	z-index: -1;
	bottom: -110px;
}

.blog-manag .section-4 .owl-carousel .owl-item .item {
	padding: 30px 0px;
}

.blog-manag .section-4 .owl-carousel .owl-item img {
	width: auto;
}

.blog-manag .section-4 .review-carousel .tsm-img {
	float: left;
	width: 50%;
}

.blog-manag .section-4 .review-carousel .tsm-img a img {
	width: 90% !important;
	margin: 0px auto;
}

.blog-manag .section-4 .review-carousel .tsm-review {
	float: right;
	width: 50%;
}

.blog-manag .section-4 .review-carousel .tsm-referrer img {
	width: 75px;
	float: left;
	margin-right: 20px;
	border: solid 1px #22acac;
	padding: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.blog-manag .section-4 .review-carousel .tsm-referrer .tsm-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	padding-top: 15px;
}

.blog-manag .section-4 .review-carousel .tsm-referrer .tsm-desg {
	font-size: 14px;
	font-weight: 400;
}

.blog-manag .section-4 .review-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.blog-manag .section-4 .review-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.blog-manag .section-4 .review-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

/*** Section 5 ***/

.blog-manag .section-5 {
	background: #ffffff;
	padding: 50px 0;
}

.blog-manag .section-5 #hit-slidenav {
	width: 10%;
	float: left;
}

.blog-manag .section-5 #hit-slidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.blog-manag .section-5 #hit-slidenav ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.blog-manag .section-5 #hit-slidenav ul li::after {
	content: "";
	height: 20px;
	border: dashed 1px #e1e1e1;
	position: absolute;
	left: 56px;
	margin-top: -21px;
}

.blog-manag .section-5 #hit-slidenav ul li:first-child::after {
	display: none;
}

.blog-manag .section-5 #hit-slidenav ul li a {
	background: #e1e1e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 13px 15px;
}

.blog-manag .section-5 #hit-slidenav ul li a:hover,
.blog-manag .section-5 #hit-slidenav ul li a.hiw-active {
	background: #22acac;
}

.blog-manag .section-5 #hit-slidenav ul li a:hover img,
.blog-manag .section-5 #hit-slidenav ul li a.hiw-active img {
	filter: invert(100%);
}

.blog-manag .section-5 #hit-slidenav ul li a span {
	position: absolute;
	color: #ffffff;
	background: #000000;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 7px;
	margin: -10px 0px 0px -10px;
	z-index: 99;
}

.blog-manag .section-5 #hiw-sliderblock {
	width: 80%;
	float: left;
}

.blog-manag .section-5 .owl-carousel .owl-item .item {
	padding: 0px;
}

.blog-manag .section-5 .owl-carousel .owl-item img {
	width: auto;
}

.blog-manag .section-5 .howitwork-carousel .hiw-img {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.blog-manag .section-5 .howitwork-carousel .hiw-img img {
	width: auto;
}

.blog-manag .section-5 .howitwork-carousel .hiw-content {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.blog-manag .section-5 .howitwork-carousel img {
	display: block;
	margin-bottom: 15px;
}

.blog-manag .section-5 .howitwork-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: right;
	top: -100px;
}

.blog-manag .section-5 .howitwork-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.blog-manag .section-5 .howitwork-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

/*** Section 6 ***/

.blog-manag .section-6 {
	background: url(http://contentdevelopmentpros.com/404/) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}

.blog-manag .section-6 #pricing_block {
	padding: 50px 0px;
}

.blog-manag .section-6 #pricing_block .pricing_col {
	width: 31%;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	padding: 40px 40px;
	margin: 1%;
	box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blog-manag .section-6 #pricing_block .pbc_head {
	color: #ffffff;
	text-align: center;
	margin: -85px 0px 20px 0px;
	font-size: 22px;
	line-height: 28px;
}

.blog-manag .section-6 #pricing_block .graybox .pbc_head {
	background: url(http://contentdevelopmentpros.com/404/) no-repeat center bottom;
	min-width: 273px;
	padding: 40px 10px 20px 10px;
	margin-bottom: 32px;
}

.blog-manag .section-6 #pricing_block .orangebox .pbc_head {
	background: url(http://contentdevelopmentpros.com/404/) no-repeat center bottom;
	min-width: 324px;
	padding: 30px 10px 20px 10px;
	margin: -85px 0px 20px -24px;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_head {
	background: url(http://contentdevelopmentpros.com/404/) no-repeat center bottom;
	min-width: 274px;
	padding: 40px 10px 20px 10px;
	margin-bottom: 32px;
}

.blog-manag .section-6 #pricing_block .recommended {
	display: block;
	margin: -15px auto 4px auto;
}

.blog-manag .section-6 #pricing_block .pbc_cost {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog-manag .section-6 #pricing_block .pbc_cost span {
	color: #4d4c4c;
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
}

.blog-manag .section-6 #pricing_block .pbc_desc {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.blog-manag .section-6 #pricing_block .pbc_feats {
	margin: 0px 0px 35px 0px;
	padding: 0px;
	list-style: none;
}

.blog-manag .section-6 #pricing_block .pbc_feats li {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 35px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/gray-check.png) no-repeat left center;
	border-bottom: solid 1px #e1e1e1;
}

.blog-manag .section-6 #pricing_block .pbc_feats li:last-child {
	border-bottom: 0px;
}

.blog-manag .section-6 #pricing_block .orangebox .pbc_feats li {
	background: url(../images/orange-check.png) no-repeat left center;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_feats li {
	background: url(../images/blue-check.png) no-repeat left center;
}

.blog-manag .section-6 #pricing_block .pbc_btn {
	text-align: center;
}

.blog-manag .section-6 #pricing_block .graybox .pbc_btn .btn {
	background: #a8c23e;
}

.blog-manag .section-6 #pricing_block .graybox .pbc_btn .btn:before {
	background: #b1d425;
}

.blog-manag .section-6 #pricing_block .graybox .pbc_btn .btn:hover {
	background: #a8c23e;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_btn .btn {
	background: #0f4595;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_btn .btn:before {
	background: #2e5da4;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_btn .btn:hover {
	background: #0f4595;
}

.blog-manag .section-6 #pricing_block .graybox .pbc_head {
	background: url(../images/pricing-col1.webp) no-repeat center bottom;
	min-width: 273px;
	padding: 40px 10px 20px 10px;
	margin-bottom: 32px;
}

.blog-manag .section-6 #pricing_block .orangebox .pbc_head {
	background: url(../images/pricing-col2.webp) no-repeat center bottom;
	min-width: 324px;
	padding: 30px 10px 20px 10px;
	margin: -85px 0px 20px -24px;
}

.blog-manag .section-6 #pricing_block .bluebox .pbc_head {
	background: url(../images/pricing-col3.webp) no-repeat center bottom;
	min-width: 274px;
	padding: 40px 10px 20px 10px;
	margin-bottom: 32px;
}

.blog-manag .section-6 #pricing_block .pbc_feats li {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 35px;
	font-size: 14px;
	line-height: 24px;
	background: url(../images/gray-check.png) no-repeat left center;
	border-bottom: solid 1px #e1e1e1;
}

.blog-manag .section-7 {
	background: url(../images/section-bg3.jpg) no-repeat center center !important;
	background-size: cover !important;
	padding: 50px 0;
}

.section-7.full-section.light-background {
	background: #f6f6f6 !important;
}

.blog-manag .section-7 #custom-plan-box {
	background: #ffffff;
	padding: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blog-manag .section-7 #custom-plan-box .cpb-left {
	float: left;
	width: 40%;
	margin: 0px 0px 1px 0px;
}

.blog-manag .section-7 #custom-plan-box .cpb-right {
	float: left;
	width: 60%;
	margin: 0px 0px 1px 0px;
}

.blog-manag .section-7 #custom-plan-box .field_group {
	margin-bottom: 50px;
}

.blog-manag .section-7 #custom-plan-box .cpb-label {
	font-size: 20px;
	font-weight: 600;
	color: #303030;
}

.blog-manag .section-7 #custom-plan-box input[type="range"] {
	width: 100%;
}

.blog-manag .section-7 #custom-plan-box input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	background: #e1e1e1;
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.blog-manag .section-7 #custom-plan-box input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: #22acac;
	cursor: pointer;
	border-radius: 50%;
}

.blog-manag .section-7 #custom-plan-box input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	background: #22acac;
	cursor: pointer;
	border-radius: 50%;
}

.blog-manag .section-7 #custom-plan-box input[type="range"]::-moz-range-thumb:hover,
.blog-manag .section-7 #custom-plan-box input[type="range"]::-moz-range-thumb:active {
	background: #000;
}

.range-wrap {
	position: relative;
}

.range-wrap::before,
.range-wrap::after {
	font-size: 15px;
	font-weight: 500;
}

.num_blogs_field::before {
	content: "01";
}

.num_blogs_field::after {
	content: "30";
	position: absolute;
	right: 0px;
	top: 0px;
}

.word_count_field::before {
	content: "1000";
}

.word_count_field::after {
	content: "4000";
	position: absolute;
	right: 0px;
	top: 0px;
}

.blog_quality_field::before {
	content: "3 Star";
}

.blog_quality_field::after {
	content: "5 Star";
	position: absolute;
	right: 0px;
	top: 0px;
}

.range {
	width: 100%;
}

.bubble {
	background: #e1e1e1;
	color: #000000;
	padding: 3px 5px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 500;
	top: -25px;
}

.bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #e1e1e1;
	top: 24px;
	left: 50%;
}

/***/



.blog-manag .section-7 #custom-plan-box .cpb-pricing {
	float: left;
	width: 65%;
	font-size: 20px;
	font-weight: 600;
	line-height: 58px;
	color: #303030;
}

.blog-manag .section-7 #custom-plan-box .cpb-pricing .total_lbl {
	float: left;
	margin-right: 10px;
}

.blog-manag .section-7 #custom-plan-box .cpb-pricing .total_cost {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
	color: #22acac;
}

.blog-manag .section-7 #custom-plan-box .cpb-pricing .total_cost #calc_cost {
	color: #303030;
}

.blog-manag .section-7 #custom-plan-box .order-btn {
	float: right;
	width: 35%;
	text-align: right;
}

.blog-manag .section-7 #custom-plan-box .order-btn .btn {
	padding: 15px 35px;
}

/*** editing-proofreading ***/



.editing-proofreading .section-2-b {
	background: #f0f0f0;
	padding: 40px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.editing-proofreading .section-2-b ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.editing-proofreading .section-2-b ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.editing-proofreading .section-2-b .title-wrapper h3 {
	text-align: center;
	position: relative;
	margin: 0 0 40px;
	line-height: normal;
	font-size: 40px;
	font-weight: 600;
}

.editing-proofreading .section-2-b h3 .orange {
	color: #22acac;
}

.editing-proofreading .section-2-b .title-wrapper h3:after {
	content: "";
	width: 94px;
	height: 5px;
	background: #22acac;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: auto;
}

.editing-proofreading .section-2-a {
	padding: 50px 0 0px 0;
	background: #245bb6;
	background-size: cover;
}

.editing-proofreading .section-2-a h3 {
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px 50px 0px;
	color: #000000;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list {
	width: 85%;
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list li {
	background: #fff;
	/* box-shadow:0px 0px 20px #d9d9d9;

  -moz-box-shadow:0px 0px 20px #d9d9d9;

  -webkit-box-shadow:0px 0px 20px #d9d9d9; */

	float: left;
	display: block;
	width: 22%;
	margin: 1.5%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list li {
	display: block;
	padding: 20px;
	min-height: 195px;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list li img {
	margin-bottom: 10px;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list h6 {
	font-size: 15px;
	font-weight: 600;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #000000;
}

.editing-proofreading .section-2-a ul.webcopy-sols-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.editing-proofreading .solution-list ul {
	margin-top: 50px
}

.editing-proofreading .solution-list li {
	list-style: none;
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 50px;
	/*font-family: 'Roboto', sans-serif;*/



}

.editing-proofreading .solution-list li .left-block {
	float: left;
	width: 20%;
	margin-right: 10px;
}

.editing-proofreading .solution-list li .right-block {
	float: left;
	width: 70%;
}

.editing-proofreading .solution-list li h6 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}

.editing-proofreading .solution-list li p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #ffffff;
}

.editing-proofreading .section-5 {
	background: #245bb6;
	background-size: cover;
	padding: 75px 0 75px 0;
}

.editing-proofreading .section-5 h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	margin: 0px 0px 50px 0px;
}

.editing-proofreading .section-5 h3 a {
	color: #ff6100;
}

.editing-proofreading .section-5 h3 a:hover {
	color: #ffffff;
}

.editing-proofreading .section-5 h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin: 0px 0px 50px 0px;
}

.editing-proofreading .section-6-a {
	background: url(http://contentdevelopmentpros.com/404/) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}

.editing-proofreading .section-6-a .title-wrapper {
	margin-bottom: 70px;
}

.editing-proofreading .section-6-a .left_col {
	width: 45%;
	float: left;
}

.editing-proofreading .section-6-a .right_col {
	width: 50%;
	float: right;
}

.editing-proofreading .section-6-a ul#editsrvs-features h6 {
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000000;
	/*	 font-family: 'Roboto', sans-serif;*/

}

.editing-proofreading .section-6-a ul#editsrvs-features h6 img {
	vertical-align: middle;
}

.editing-proofreading .section-6-a ul#editsrvs-features p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	/*font-family: 'Roboto', sans-serif;*/

}

.editing-proofreading .section-6-a ul#editsrvs-features {
	padding: 0;
	margin: 0px auto 0px auto;
	list-style: none;
}

.editing-proofreading .section-6-a ul#editsrvs-features li {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 65px;
	padding-right: 0px;
	margin: 0px 0px 30px 0px;
}

.editing-proofreading .section-6 p {
	color: black;
}

.editing-proofreading .section-6-a .title-wrapper h3 {
	text-align: center;
	position: relative;
	margin: 0 0 40px;
	line-height: normal;
	font-size: 40px;
	/*  font-family: 'Roboto', sans-serif;*/

	font-weight: 600
}

.editing-proofreading .section-6-a h3 .orange {
	color: #22acac;
}

.editing-proofreading .section-6 {
	padding: 0px 0px 30px 0px;
	background: White;
}

.editing-proofreading .section-6 #hit-slidenav {
	width: 10%;
	float: left;
}

.editing-proofreading .section-6 #hit-slidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.editing-proofreading .section-6 #hit-slidenav ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

.editing-proofreading .section-6 #hit-slidenav ul li::after {
	content: "";
	height: 20px;
	border: dashed 1px #e1e1e1;
	position: absolute;
	left: 56px;
	margin-top: -21px;
}

.editing-proofreading .section-6 #hit-slidenav ul li:first-child::after {
	display: none;
}

.editing-proofreading .section-6 #hit-slidenav ul li a {
	background: #e1e1e1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 13px 15px;
}

.editing-proofreading .section-6 #hit-slidenav ul li a:hover,
.editing-proofreading .section-6 #hit-slidenav ul li a.hiw-active {
	background: #22acac;
}

.editing-proofreading .section-6 #hit-slidenav ul li a:hover img,
.editing-proofreading .section-6 #hit-slidenav ul li a.hiw-active img {
	filter: invert(100%);
}

.editing-proofreading .section-6 #hit-slidenav ul li a span {
	position: absolute;
	color: #ffffff;
	background: #0f4596;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 7px;
	margin: -10px 0px 0px -10px;
	z-index: 99;
}

.editing-proofreading .section-6 #hiw-sliderblock {
	width: 80%;
	float: left;
}

.editing-proofreading .section-6 .owl-carousel .owl-item .item {
	padding: 0px;
}

.editing-proofreading .section-6 .owl-carousel .owl-item img {
	width: auto;
}

.editing-proofreading .section-6 .howitwork-carousel .hiw-img {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.editing-proofreading .section-6 .howitwork-carousel .hiw-img img {
	width: auto;
}

.editing-proofreading .section-6 .howitwork-carousel .hiw-content {
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.editing-proofreading .section-6 .howitwork-carousel img {
	display: block;
	margin-bottom: 15px;
}

.editing-proofreading .section-6 .howitwork-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: right;
	top: -50px;
}

.editing-proofreading .section-6 .howitwork-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.editing-proofreading .section-6 .howitwork-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

.editing-proofreading .section-6 h2.title_block.center {
	text-align: center !important;
}

.editing-proofreading .section-6 .title_block {
	font-size: 40px;
	font-weight: 600;
	line-height: 35px;
	margin: 0px 0px 35px 0px;
	color: #000000;
	/* font-family: 'Roboto', sans-serif;*/

}

.editing-proofreading .section-6 .title_block span {
	font-size: 40px;
}

.editing-proofreading .hiw-content .title_block {
	font-size: 30px;
}

.editing-proofreading .section-12 .col-right h3 {
	font-size: 30px;
	line-height: 36px;
}

.editing-proofreading .section-11 h2 {
	font-size: 40px;
	line-height: 36px;
}

.editing-proofreading .section-7 .title_block {
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	margin: 0px 0px 35px 0px;
	color: #000000;
	/* font-family: 'Roboto', sans-serif; */

}

.editing-proofreading .section-7 .packages p {
	text-align: center;
}

/*** Section 9 ***/

.editing-proofreading .section-9-a {
	background: rgb(2, 0, 36);
	background: linear-gradient(54deg, rgba(2, 0, 36, 1) 0%, rgba(36, 91, 182, 1) 0%, rgba(36, 91, 182, 1) 31%, rgba(25, 93, 120, 1) 100%);
	padding: 50px 0;
}

.editing-proofreading .section-9-a .title-wrapper h3 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin: 0;
	/*font-family: 'Roboto', sans-serif;*/

	font-weight: 600
}

.editing-proofreading .section-9-a .title-wrapper h3:after {
	content: "";
	width: 94px;
	height: 5px;
	background: #22acac;
	position: absolute;
	left: 0;
	right: 0;
	/* bottom: 0px; */

	margin: auto;
	top: 70px;
}

.editing-proofreading .section-9-a .owl-carousel .owl-item img {
	width: auto;
}

.editing-proofreading .section-9-a .review-carousel ul {
	margin: 0;
	padding: 0;
}

.editing-proofreading .section-9-a .review-carousel ul li {
	background: #fff;
	width: 100%;
	float: none;
	margin: 0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
	padding: 30px;
	display: block;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 0px;
}

.editing-proofreading .section-9-a .review-carousel ul {
	padding: 30px 0;
	overflow: hidden;
}

.editing-proofreading .section-9-a .review-carousel ul li .img {
	display: inline-block;
	margin: -92px 0 0 40px;
}

.editing-proofreading .section-9-a .review-carousel ul li .fb-logo {
	float: right;
	margin: -32px -30px 0 0;
}

.editing-proofreading .section-9-a .review-carousel ul li .name img {
	display: inline-block;
	vertical-align: middle;
}

.editing-proofreading .section-9-a .review-carousel ul li .name {
	margin: 20px 0 0;
}

.editing-proofreading .section-9-a .review-carousel ul li .name strong {
	font-size: 18px;
}

.editing-proofreading .section-9-a .review-carousel ul li .name a {
	color: #133d85;
	text-decoration: underline;
}

.editing-proofreading .section-9-a .review-carousel ul li:last-child {
	margin-top: 100px;
}

.editing-proofreading .section-9-a .review-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.editing-proofreading .section-9-a .review-carousel .owl-dots .owl-dot {
	width: 22px;
	height: 8px;
	background: #fff;
	display: inline-block;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.editing-proofreading .section-9-a .review-carousel .owl-dots .owl-dot.active {
	background: #22acac;
}

.editing-proofreading .section-9-a .bg-elements>* {
	position: absolute;
}

.editing-proofreading .section-9-a .bg-elements>.elem-1 {
	top: 389px;
	left: 295px;
}

.editing-proofreading .section-9-a .bg-elements>.elem-2 {
	top: 125px;
	left: 550px;
}

.editing-proofreading .section-9-a .bg-elements>.elem-3 {
	left: 453px;
	top: 488px;
}

.editing-proofreading .section-9-a .bg-elements>.elem-4 {
	top: 102px;
	left: 758px;
}

/***/

.range-wrap {
	position: relative;
}

.range-wrap::before,
.range-wrap::after {
	font-size: 15px;
	font-weight: 500;
}

.num_blogs_field::before {
	content: "01";
}

.num_blogs_field::after {
	content: "100";
	position: absolute;
	right: 0px;
	top: 0px;
}

.word_count_field::before {
	content: "500";
}

.word_count_field::after {
	content: "4000";
	position: absolute;
	right: 0px;
	top: 0px;
}

.blog_quality_field::before {
	content: "3 Star";
}

.blog_quality_field::after {
	content: "5 Star";
	position: absolute;
	right: 0px;
	top: 0px;
}

.range {
	width: 100%;
}

.bubble {
	background: #e1e1e1;
	color: #000000;
	padding: 3px 5px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 500;
	top: -25px;
}

.bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #e1e1e1;
	top: 24px;
	left: 50%;
}

/***/



.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cop_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.cop_slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.cop_slider {
	background-color: #22acac;
}

input:focus+.cop_slider {
	box-shadow: 0 0 1px #22acac;
}

input:checked+.cop_slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */

.cop_slider.round {
	border-radius: 34px;
}

.cop_slider.round:before {
	border-radius: 50%;
}

.editing-proofreading .section-9 #custom-plan-box .cpb-pricing {
	float: left;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	line-height: 58px;
	color: #303030;
}

.editing-proofreading .section-9 #custom-plan-box .cpb-pricing .total_lbl {
	float: left;
	margin-right: 10px;
}

.editing-proofreading .section-9 #custom-plan-box .cpb-pricing .total_cost {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
	color: #22acac;
}

.editing-proofreading .section-9 #custom-plan-box .cpb-pricing .total_cost #calc_cost {
	color: #303030;
}

.editing-proofreading .section-9 #custom-plan-box .order-btn {
	float: right;
	width: 50%;
	text-align: right;
}

.editing-proofreading .section-9 #custom-plan-box .order-btn .btn {
	padding: 15px 50px;
}

.editing-proofreading .section-9 .text-cta {
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.editing-proofreading .section-9 .text-cta .txt-cta-head {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	line-height: 36px;
	margin-bottom: 10px;
}

.editing-proofreading .section-9 .text-cta a {
	color: #ff6100;
	text-decoration: underline;
}

.editing-proofreading .section-9 .text-cta a:none {
	color: #104595;
	text-decoration: none;
}

/*** Section 3 ***/

.editing-proofreading .section-3 {
	padding: 0px;
	/*	font-family: 'Roboto', sans-serif;*/

	line-height: 20px;
}

.editing-proofreading .section-3 .left_col {
	width: 45%;
	float: left;
}

.editing-proofreading .section-3 .right_col {
	width: 50%;
	float: right;
}

.editing-proofreading .section-3 .right_col .title_block {
	font-size: 30px;
	line-height: 36px;
}

.editing-proofreading .section-3 .video_box {
	margin-bottom: 25px;
}

.editing-proofreading .section-3 .video_desc {
	max-width: 70%;
	margin: 0px auto;
}

.editing-proofreading .section-3 .video_desc a {
	color: #22acac;
	text-decoration: underline;
}

.editing-proofreading .section-3 .video_desc a:hover {
	color: #114495;
	text-decoration: none;
}

/*** Section 4 ***/

.editing-proofreading .section-4 {
	background: #f4f4f4;
	padding: 75px 0 75px 0;
}

/*** Blog Writing Service Mobile version ***/





#hero-section ul.srv_features_list {
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
	list-style: none;
	max-width: fit-content;
	text-align: left;
	display: none;
}

#hero-section ul.srv_features_list li {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	margin: 0;
	position: relative
}

#hero-section ul.srv_features_list li:before {
	content: url(../images/bullet-tick.png);
	padding: 0;
	margin: 0;
	height: 15px;
	width: 15px;
	position: absolute;
	left: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #22acac;
	top: 9px;
	bottom: 0
}

@media only screen and (max-width: 767px) {
	ul.srv_features_list {
		display: block !important;
	}

	#hero-section .left p {
		display: none;
	}

	#hero-section .hero-pricing {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 700;
		line-height: 32px;
		color: #000;
		text-align: center;
		font-style: unset;
	}

	#hero-section .hero-pricing .hp-cost {
		display: block;
		color: #22acac;
		font-size: 40px;
		font-weight: 700;
		background: none;
		margin-top: 5px;
		margin-left: 0;
	}

	#hero-section .hero-btn {
		width: 100%;
		max-width: 100% !important;
		display: block;
	}

	#hero-section .hero-btn a {
		width: 100%;
		max-width: 100% !important;
		display: block;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: normal;
		padding: 20px 30px;
	}

	#hero-section h1 {
		font-size: 34px;
	}

	div#hero-section {
		padding: 0;
	}

	#hero-section ul#awards_block {
		display: inline-block;
	}

	#hero-section ul#awards_block li {
		display: inline-block;
		width: 23%
	}

	#hero-section ul#awards_block li img {
		width: 100%;
		display: block;
		margin: 0 auto;
		object-fit: contain;
	}

	.radio-content.active,
	.radio-link.active {
		display: block
	}

	.radio-content2 {
		display: none
	}

	.radio-content2.active,
	.radio-link2.active {
		display: block
	}

	.radio-content3 {
		display: none
	}

	.radio-content3.active,
	.radio-link3.active {
		display: block
	}

	.tabNew-content {
		display: none
	}

	.tabNew-content.active,
	.tabNew-link.active {
		display: block
	}

	.innerRadioWrap ul#RadioNav {
		margin: 30px 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-evenly
	}

	.innerRadioWrap ul#RadioNav li {
		font-size: 16px;
		font-weight: 400;
		cursor: pointer
	}

	.innerRadioWrap ul#RadioNav li span {
		position: relative;
		height: 10px;
		width: 10px;
		border: 2px solid #C1C1C1;
		padding: 0 10px;
		border-radius: 100px;
		margin-right: 5px
	}

	.innerRadioWrap ul#RadioNav li span:before {
		content: '';
		position: absolute;
		height: 12px;
		width: 12px;
		background-color: transparent;
		border-radius: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		margin: auto
	}

	.innerRadioWrap ul#RadioNav li.active span:before {
		background-color: #22acac
	}

	.innerRadioWrap ul#RadioNav li.active span {
		border-color: #22acac
	}

	.innerRadioWrap ul#RadioNav li.active {
		font-weight: 600
	}

	.NewPackageWrap {
		background: #FFF;
		border: 1px solid #13489F;
		box-shadow: 0 0 35px rgba(0, 0, 0, .1);
		border-radius: 6px;
		margin: 20px 0;
		font-size: 0;
		padding-bottom: 30px
	}

	.monthly_pack .NewPackageWrap {
		font-size: 16px;
	}

	.NewPackageWrap h3.nameTagpack {
		font-weight: 700;
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
		background-color: #13489F;
		margin: 0px 0px 10px 0px;
		padding: 12px
	}

	.NewPackageWrap .pkg-words {
		text-align: center;
		padding: 20px 0px 10px 0px;
	}

	.NewPackageWrap .pkg-words span {
		border: solid 1px #7f7f7f;
		padding: 8px 15px;
		font-size: 16px;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}

	.NewPackageWrap h4.priceTag {
		font-weight: 700;
		font-size: 38px;
		max-width: fit-content;
		margin: 0 auto;
		color: #000;
		text-align: center
	}

	.NewPackageWrap h4.priceTag:before {
		content: '$';
		font-size: 38px;
		font-weight: 700;
		margin-right: 5px;
		/*top:-9px;*/

		position: relative
	}

	.powerblog_pack .NewPackageWrap h4.priceTag:after {
		content: '/MO';
		font-size: 24px;
		font-weight: 900;
		margin-right: 5px;
		bottom: 0px;
		position: relative
	}

	.NewPackageWrap .complex_pricing {
		text-align: center;
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.powerblog_pack .NewPackageWrap .complex_pricing:after {
		content: url(../images/10-percent-off-new.png);
		position: relative;
		margin: 0px 0 0 0;
	}

	.NewPackageWrap .complex_pricing .old_price {
		font-size: 18px;
		margin-top: 6px;
		margin-right: 6px;
		text-decoration: line-through;
	}

	.NewPackageWrap .complex_pricing h4.priceTag {
		display: inline-block;
		margin: 0;
	}

	.NewPackageWrap .pkg-desc {
		padding-top: 10px;
		text-align: center;
	}

	.NewPackageWrap .choseWords h5 {
		font-weight: 600;
		font-size: 16px;
		text-align: center;
		letter-spacing: -.025em;
		color: #000;
		margin: 0
	}

	.NewPackageWrap .choseWords {
		border: 1px solid #DADADA;
		padding: 15px 0;
		border-left: 0;
		border-right: 0
	}

	ul#mainTabs {
		display: flex;
		align-items: center;
		justify-content: space-between;
		list-style: none;
		border: 1px solid #DCDCDC;
		padding: 0;
		border-radius: 5px
	}

	ul#mainTabs li {
		padding: 15px 0;
		text-align: center;
		font-size: 15px;
		font-weight: 500;
		width: 33.3%;
		color: #000;
		cursor: pointer;
	}

	li.tabNew-link.active {
		color: #fff !important;
		background-color: #22acac;
		font-weight: 600 !important
	}

	.NewPackageWrap ul.featuresPackage {
		list-style: none;
		padding: 20px 0 20px 30px
	}

	.NewPackageWrap ul.featuresPackage li {
		font-weight: 500;
		font-size: 17px;
		color: #3A3A3A;
		line-height: 29px;
		position: relative
	}

	.NewPackageWrap ul.featuresPackage li:before {
		content: '\f00c';
		font-family: 'FontAwesome';
		font-size: 10px;
		border: 1.5px solid #13489F;
		padding: 0;
		margin: 0;
		border-radius: 100%;
		height: 15px;
		width: 15px;
		position: absolute;
		left: -25px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #13489F;
		top: 5px;
		bottom: 0
	}

	.NewPackageWrap ul.featuresPackage li .pkg-tool {
		border: solid 1px #000;
		padding: 0 7px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		font-size: 15px;
	}

	.NewPackageWrap .packgeBtnWrap {
		text-align: center
	}

	.NewPackageWrap .packgeBtnWrap a.btn {
		background-color: #13489f
	}

	.NewPackageWrap .packgeBtnWrap .btn:before {
		background-color: #2455a6
	}

	.NewPackageWrap .packBody {
		padding: 0 30px
	}

	.packageTabSec {
		padding: 50px 0 0 0
	}

	.packageTabSec .pkg-ctrl .input-group .input-group-btn .btn-minus,
	.packageTabSec .pkg-ctrl .input-group .input-group-btn .btn-plus {
		background: #1348b4
	}

	label.lwcount,
	.lwcount10 {
		font-weight: 600;
		font-size: 16px;
		text-align: center;
		letter-spacing: -.025em;
		color: #7D7D7D;
		border: 1px solid;
		padding: 5px 0;
		min-width: 70px;
		display: block;
		margin: 0 10px
	}

	#wordCount-container {
		margin-top: 15px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wcountclass:checked+label {
		color: #fff;
		background-color: #22acac;
		border: 1px solid #22acac
	}

	.qty-input button {
		background: #1348b4;
		color: #fff;
		padding: 3px;
		border: 0;
		font-size: 24px;
		width: 36px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		height: 36px;
		cursor: pointer
	}

	.qty-input input#blog_Qlity {
		max-width: 100px;
		font-size: 20px;
		font-weight: 600;
		height: 36px;
		background: 0;
		border: 0;
		margin: 0;
		padding: 0;
		padding-left: 25px;
		color: #000
	}

	.qty-input {
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 2px #7f7f7f;
		max-width: fit-content;
		margin: 15px auto;
		border-radius: 38px;
		padding: 5px
	}

	.count-plus:before {
		content: 'star';
		position: absolute;
		font-size: 20px;
		color: #000;
		left: -59px;
		font-weight: 600;
		top: 5.5px
	}

	button.count-plus {
		position: relative
	}

	.solutionRange .owl-prev {
		left: 40px;
		bottom: -60px;
		top: auto;
	}

	.solutionRange .owl-next,
	.solutionRange .owl-prev {
		background-color: #0e4596;
	}

	.solutionRange .owl-next,
	.solutionRange .owl-prev {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		border-radius: 100%;
		height: 54px;
		width: 54px;
		border: 1px solid #fff;
		line-height: 50px;
		font-size: 0;
		transition: all .4s ease-In-out;
	}

	.solutionRange .owl-next,
	.solutionRange .owl-prev {
		background-color: #0e4596;
	}

	.solutionRange .owl-prev:before {
		left: 15px;
		content: '\f104';
		font-family: FontAwesome;
	}

	.solutionRange .owl-next:before,
	.solutionRange .owl-prev:before {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 0;
		margin: auto;
		font-family: FontAwesome !;
		font-size: 50px;
		height: 54px;
		color: #fff;
	}

	.solutionRange .owl-prev {
		left: 40px;
		bottom: -60px;
		top: auto;
	}

	.solutionRange .owl-next:before {
		content: '\f105';
		left: 20px;
	}

	.solutionRange .owl-next:before,
	.solutionRange .owl-prev:before {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 0;
		margin: auto;
		font-family: FontAwesome;
		font-size: 50px;
		height: 54px;
		color: #fff;
	}

	.solutionRange .owl-next {
		right: 40px;
		bottom: -60px;
		top: auto;
	}

	.solutionRange li {
		width: 100% !important;
		height: auto !important;
		padding: 15px !important;
		margin: 10px auto !important;
		display: block;
		box-shadow: none !important;
	}

	.solutionRange .owl-next:hover,
	.solutionRange .owl-prev:hover {
		background-color: #22acac;
		transition: all .4s ease-In-out;
	}
}

@media (max-width:767px) {
	.title_block:after {
		margin: 0px auto;
	}

	.title_block br {
		display: none;
	}

	.container {
		max-width: 100%;
		padding: 0 15px;
	}

	.inner-container {
		width: 100%;
	}

	.section-1 {
		background: none;
		padding-bottom: 0px;
	}

	.section-1 .container .left {
		width: 100%;
		text-align: center;
	}

	.section-1 .container .right {
		padding-top: 25px;
		width: 100%;
		display: block;
	}

	.section-1 .container h1:after {
		margin: 0 auto;
	}

	.section-1 .container ul#awards_block li {
		width: 22%;
		margin: 1%;
	}

	.section-1 .container ul#awards_block li img {
		width: 100%;
		height: auto;
	}

	.section-1 .container .hero-btn {
		width: 100%;
		float: none;
	}

	.section-1 .container .hero-phone {
		width: 250px;
		float: none;
		margin: 15px auto 0px auto;
	}

	.section-2 ul.webcopy-sols-list {
		width: 100%;
	}

	.section-2 ul.webcopy-sols-list li {
		text-align: center;
		width: 96%;
		margin: 2.5%;
		min-height: 200px;
	}

	.section-2 ul.webcopy-sols-list li img {
		float: none;
		display: block;
		margin: auto;
	}

	.section-3 {
		padding: 0px 0 75px 0;
	}

	.section-3 .left_col {
		width: 100%;
	}

	.section-3 .right_col {
		width: 100%;
	}

	.section-4 #whyhire-srv .step_number {
		position: relative;
		margin: 0px auto;
		display: block;
		z-index: 9;
		left: auto;
	}

	.section-4 #whyhire-srv .whs-icon,
	.section-4 #whyhire-srv .whs-icon.whs-flip {
		border: 0px;
		width: 100%;
	}

	.section-4 #whyhire-srv .whs-content,
	.section-4 #whyhire-srv .whs-content.whs-flip {
		border: 0px;
		width: 100%;
		text-align: center;
	}

	.whs-icon:before {
		border-top: solid 1px #c2c2c2;
		content: " ";
		position: relative;
		width: 100%;
		display: block;
		top: -45px;
		z-index: 1;
	}

	.section-5 .blog-table {
		width: 100%;
	}

	.section-5 .blog-table .table-left {
		float: left;
		width: 45%;
	}

	.section-5 .blog-table .table-left ul {
		padding: 25px 10px 49px 10px;
	}

	.section-5 .blog-table .table-left ul li {
		height: auto;
		padding: 15px 15px;
		font-size: 12px;
	}

	.section-5 .blog-table .table-right {
		width: 55%;
	}

	.section-6 {
		padding: 30px 0px 30px 0px;
	}

	.section-6 #hit-slidenav {
		width: 100%;
		float: left;
	}

	.section-6 #hit-slidenav ul {
		text-align: center;
	}

	.section-6 #hit-slidenav ul li {
		margin: 0px 15px 20px 15px;
		display: inline-block;
	}

	.section-6 #hit-slidenav ul li::after {
		display: none;
	}

	.section-6 #hiw-sliderblock {
		width: 100%;
		float: left;
	}

	.section-6 .howitwork-carousel .owl-dots {
		text-align: center;
		top: 0px;
	}

	.section-6 .howitwork-carousel .hiw-img {
		width: 100%;
		padding: 20px;
		margin: 0px auto 15px auto;
	}

	.section-6 .howitwork-carousel .hiw-content {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.section-7 .packages .col {
		width: 100%;
	}

	.section-7 .custom_webforms .wbf_left,
	.section-7 .custom_webforms .wbf_right {
		width: 100%;
		margin: 0%;
		margin-bottom: 20px;
	}

	.custom_webforms ul.wbf_fld_list li {
		margin: 0px;
		width: 100%;
		float: left;
	}

	.section-8 {
		padding: 25px 0 25px 0;
	}

	.section-8 .spacer,
	.section-8 .spacer2 {
		padding: 0px;
	}

	.section-8 .left_col {
		width: 100%;
		padding: 50px 30px 50px 30px;
	}

	.section-8 .skpkg_col {
		width: 100%;
	}

	.section-8 .right_col {
		width: 100%;
		padding: 40px 30px 30px 30px;
	}

	.section-9 #custom-plan-box {
		width: 100%;
		padding: 25px
	}

	.section-9 #custom-plan-box .cpb-left {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}

	.section-9 #custom-plan-box .cpb-right {
		width: 100%;
		margin: 0px 0px 5px 0px;
	}

	.section-9 #custom-plan-box .cpb-halfcol {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.section-9 #custom-plan-box .cpb-halfcol .cpb-left {
		margin: 0px 0px 30px 0px;
		width: 50%;
	}

	.section-9 #custom-plan-box .cpb-halfcol .cpb-right {
		margin: 0px 0px 5px 0px;
		text-align: right;
	}

	.section-9 #custom-plan-box .field_group {
		margin-bottom: 30px;
	}

	.section-9 #custom-plan-box .cpb-pricing {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.section-9 #custom-plan-box .cpb-pricing .total_lbl {
		float: none;
		vertical-align: super;
	}

	.section-9 #custom-plan-box .order-btn {
		width: 100%;
		text-align: center;
	}

	.section-11 ul li {
		width: 47%;
		margin: 2% 1.5%;
	}

	.section-13 {
		text-align: center;
	}

	.section-13 .col-left {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.section-13 .col-right {
		width: 100%;
		margin: 0;
	}

	.section-13 .col-left h3,
	.section-12 .col-right h3 {
		text-align: center;
	}

	.section-6 .howitwork-carousel .owl-dots .owl-dot {
		width: 50px !important;
		height: 6px;
		background: #d0d0d0;
		display: inline-block;
		margin: 0 5px 0 5px;
		cursor: pointer;
	}
}

@media (max-width:767px) {
	.header-wrapper .logo {
		display: inline-block;
		max-width: 80%
	}

	.section-1 {
		padding: 10px 0 20px !important
	}

	.section-1 .container h1 {
		font-size: 32px;
		line-height: 38px
	}

	.section-1 .container .left {
		padding: 0
	}

	.section-1 .container p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 10px
	}

	.section-1 .container .hero-btn a {
		padding: 12px 30px;
		font-size: 18px
	}

	.section-1 .container .hero-pricing .hp-cost {
		font-size: 28px
	}

	.section-1 .container .hero-pricing {
		margin-bottom: 15px
	}

	.section-1 .container .hero-pricing .hp-citem {
		font-size: 15px
	}

	.section-1 .container .hero-phone {
		width: 200px
	}

	.section-1 .container .hero-phone {
		font-size: 20px;
		line-height: 32px
	}

	.section-1 .container .hero-livechat {
		font-size: 15px;
		line-height: 24px;
		padding: 10px 0
	}
}

div.ui-tooltip {
	background: #000;
	color: #fff;
	border-color: #000 !important;
}

.modal-header {
	margin-bottom: 0px !important;
	display: block !important;
	height: max-content !important;
	text-align: center !important;
}

.modal-header .close {
    width: 14% !important;
    padding: 0px 0px 10px 0px !important;
    margin: 0 !important;
    height: 3rem !important;
    position: absolute !important;
    top: 0px !important;
    color: #ffffff !important;
    font-size: 50px;
    right: 0px !important;
    background: #22acac;
    opacity: 1;
    border-radius: 0 0 0 20px;
}

/* .popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
} */

.modal-title {
    font-weight: 800;
    font-size: 30px;
    color: #494949;
    position: relative;
    line-height: 1.4 !IMPORTANT;
}

.modal-title span{
	color: #22acac;
}

.modal-title-2 {
	font-weight: 600;
	font-size: 16px;
	color: #494949;
	position: relative;
}

.form-control{
    border: 1px solid #22acac !important;
    border-radius: 30px !important;
}