body {
	font-family: open sans;
	font-size:	15px;
	padding:0px;
	margin:0px;
	/*color: #999;*/
	line-height:26px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
}

.col-xs-5ths {
    width: 20%;
    
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        
    }
}

a.pg_anchor,
a.pg_anchor:focus,
a.pg_anchor:active,
a.pg_anchor:hover {
	text-decoration: underline;
	color: #cf1626;
}

.sub_head {
    margin-top: 30px !important;
    margin-bottom: 30px;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #333;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.pm_show {
	display: block;
}

.pm_hide {
	display: none;
}

a{
	text-decoration:none;
}

.pm_trial_msg {
	margin-top: 20px;
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	background: #e8e8e8;
	max-width: 920px;
	margin: auto;
	margin-top: 30px;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}

#graphic_img {
	margin: auto;
	text-align: center;
	width: 75%;
}

.how_it_works ul {
	margin-left: 20%;
}

.how_it_works ul li {
	list-style: disc;
	margin-bottom: 16px;
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #333;
}

h6, h5, h4, h3, h2, h1 {
	margin-top: 0px !important;
}

#payment table tr td hr {
	width: 100%;
}

#couponcode {
	width: 200px;
}

#payment table tr #coupon_td {
	width: 66px;
}

#payment table tr td #coupon_btn {
	cursor: pointer;
	background-color: #cf1626;
	color: white;
	padding: 3px;
	margin-top: 8px;
	width: 100px;
}

.pay_icon {
	display: none !important;
	color: #4B4BFF;
	position: absolute;
	right: -16px;
	top: 13px;
}

.write {
	display: none;
	margin: 0;
    right: -60px;
    top: 8px;
}

.pm_wrong {
	color: red;
}

#coupon_container {
	display: none;
	margin-top: 30px;
	margin-bottom:  30px;
	border: 2px dashed gray;
	width: 425px;
	height: 80px;
	background-color: #FFFFA0;
}

#pay_hr {
	box-shadow: none;
	border-color: #dddddd;
	width: 100%;
	float: left;
}

#coupon_container #coupon_disc, #coupon_container #coupon_nbr {
	float: left;
}

#coupon_container #coupon_nbr {
	width: 320px;
}

#coupon_container #coupon_disc p {
	display: table;
	margin: 0;
	margin: auto;
}


#coupon_container #coupon_disc {
	width: 100px;
	border-right: 2px dashed gray;
	height: 80px;
}

#coupon_container #coupon_disc #nbr {
	font-size: 28px;
	margin-top: 20px;
}

#coupon_container #coupon_disc #char {
	margin-top: 5px;
}

#coupon_container #coupon_nbr p {
	display: table;
	margin: 0;
	margin: auto;
}

#coupon_container #coupon_nbr #p_1 {
	font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
}

#disc_amnt, #amnt_aftr_disc {
	font-weight: bold;
}

#coupon_container #coupon_nbr #p_2 {
	font-size: 16px;
	line-height: 31px;
}

#coupon_container #coupon_nbr #p_3 {
	font-weight: bold;
	font-size: 20px;
}

/* Top Bar Start*/

.bs3-tb {
    display: flex;
    justify-content: flex-end;
    min-height: unset;
}

.top-bar {
    background: #cf1626;
}

.top-bar .tb-link {
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 500;
    line-height: 10px;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-weight: 600;
	text-decoration: none;
}

#navbarDropdownMenuLink::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
  }

.tb-link:hover, .active-top-bar {
    background: #fff;
    color: #333 !important;
    /* font-weight: 700 !important; */
}

.tb-dm {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
}

.tb-dm a{
    display: block;
    width: 100%;
    padding: 0.15rem 1rem;
    clear: both;
    font-weight: 700;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 35px;
}

/* Top Bar Ends */
#coupon_container #coupon_nbr #inner_span {
	font-size: 15px;
}

#coupon_error {
	display: none;
	color: #CF1626;
}

.wps_main_header {
	background:url(../images/wps/hd_header_small.jpg) 50% 50%;
	background-size:cover;
	margin-bottom: 50px;
}

#wps_plug_mainhead h1 {
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 45px;
    line-height: 55px;
	margin-bottom:20px;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
	margin-top:0px;
	color:#fff;
}

#main_wrapper {
	background-color: rgba(0, 0, 0, 0.35);
}

#call_to_action {
	padding-top: 25px;
	padding-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.5);
}

#wps_plug_mainhead {
	padding-top: 8%;
	padding-bottom: 8%;
}

#wps_plug_mainhead h3, #call_to_action h3 {
	color:gray;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
	font-size:23px;
	font-weight:600;
	line-height:36px;	
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
}

#call_to_action h3 {
	top: 5px;
	font-size: 18px;
	position: relative;
	line-height: 40px;
}

#wps_plug_mainhead a {
	font-size:20px;
	width:230px;
	margin:auto;
	background:#CF1626;
	color:#fff;
	padding:15px;
	margin-top:68px;
	text-align:center;
	font-family:'Fauna One',serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	border-bottom:3px solid #B30F1E;
	display:block;
}

#wps_plug_mainhead a:hover{
	background:#B30F1E;
}

#wps_plug_mainhead a:visited {
}

#wps_plug_mainhead .button_con {
	
}

.feature_col1 {
	float:left;
	width:435px;
	padding:0px 20px;
}

.feature_cols {
	float:left;
	width:435px;
	padding:0px 20px;
}

.feature_cols h2 {
	margin-bottom:50px;
	font-family:'Fauna One',serif;
	font-size:28px;
	text-align:center
}

.feature_itm {
	margin-top:30px;
}

.feature_itm .icon {
	float:left;
	width:80px;
	margin-right:20px;
	padding-top:7px;
}

.feature_itm .desc {
	margin-left: 23%;
}

.feature_itm .desc p {
	text-align: justify;
}

.feature_itm .head {
	margin-bottom:10px;
	font-weight:bold;
	font-family:'Fauna One',serif;
	font-size:20px;
	line-height:30px;
}


.dhr {
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	font-size:2px;
	line-height:2px;
	margin: 60px 0px;
}

.fixed_header{
	position : fixed; 
	top:0; 
	width : 100%; 
	z-index:1048;
	transition: 1s;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.7);
	}
ul {
	margin:0px;
	padding:0px;
}
li{
	list-style:none;
}
#plug_header {
    
}

ul.pm_list_style {
	padding-left : 35px; 
}

.pm_story {
	background: none repeat scroll 0 0 #F9F9F9;
	padding: 15px;

}

ul.pm_list_style li {
	list-style: disc;
	margin-bottom: 10px;
}

#plug_mainhead .h1_div {
    font-family: 'Copse', serif;
	font-size:40px;
	text-align:center;
	line-height:55px;
	margin:20px;
	font-weight:normal;
}
#plug_mainhead  h1 {
	font-size:40px;
	font-weight:normal;
	display:inline;
	color:#CF1626
}

#plug_mainhead h1 span {
    color:#CF1626;
}

#plug_mainhead h3 {
	font-family: 'Fauna One', serif;
	color:gray;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	width:600px;
	margin:auto;
	line-height:30px;
}

#top_links{
	height:20px;
	text-align:right;
	margin:auto;
	padding: 5px;
	background-color: #333;
	color:#FFF;
}
#top_links ul{
	width:960px;
	margin:auto;
}

#top_links li {
	display:inline-block;
	padding:0px 5px;
}
#top_links a {
	color:#fff;
	text-decoration:none;
}
#top_links a:hover {
	color:#ddd;
	!text-decoration:underline;
}

.plugmatter_ribben {
	background:#333;
}

.plugmatter_ribben .wrapper {
	width:960px;
	margin:auto;
}

.plugmatter_ribben .left_div {
	width:130px;
	float:left;
}

.plugmatter_ribben .right_div {
	width:800px;
	float:left;
	color:#fff;
	text-align:right;
}
.plugmatter_ribben ul {
	margin-top:15px;
	font-weight:bold;
	font-family:'Open Sans'
}
.plugmatter_ribben li {
	display:inline;
	margin-right:20px;
}
.plugmatter_ribben li:last-child{
	margin-right:0px;
}
.plugmatter_ribben a {
	color:#fff;
}
.plugmatter_ribben a:hover {
	border-bottom:1px dashed;
}
.plugmatter_ribben a:visited {}


#plug_ribben {
    background:#CF1626;
}

#plug_ribben_con {
    width:960px;
	margin:auto;
}

#plug_logo {
	width: 400px;
	float:left;
	text-align:left;
	height:37px;
	padding-top:13px;
	font-size:23px;
	color:#fff;
	font-family:'Fauna One',serif;
}

#plug_logo_pws {
	width: 400px;
	float:left;
	text-align:left;
	height:37px;
	padding-top:8px;
	font-size:23px;
	color:#fff;
	font-family:'Fauna One',serif;	
}

#plug_logo img {
	float:left;
	margin-right:7px;
	position:relative;
	display:none;
}

#main_nav {
	float: right;
	width: auto;
    padding: 0px;
}

#main_nav ul {
   
	margin:0px;
	
}

#main_nav li {
	display:inline;
	float:left;
}

#main_nav a {
    color: #FFFFFF;
    display: block;
    font-family: 'Fauna One',serif;
    font-size: 1.29em;
    font-weight: bold;
 /*   height: 50px; */
    line-height: 30px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px 1px #B30F1E;
    width: auto;
}

#main_nav a:hover, #main_nav a:focus {
    background:#b30f1e;
}
#plug_body {
	width:100%;
}
#plug_body h1 {
	padding-top:20px;
	color:#333333;
}
#feature_box_demo{
	min-height:300px;
	background:#f9f9f9 url(../images/wps/demo_bg.png);
	text-align:left;
	margin:40px 0px;
	border:1px solid #dddddd;
	padding:30px 0px;
	position:relative;
}

.demo_template_sel {
	width:960px;
	margin:auto;
	margin-bottom:45px;
	text-align:center;
}

.demo_template_sel ul {
	margin:0px auto;
	padding:0px;
	width:650px;
}

.demo_template_sel li{
	display:block;
	float:left;
	width:130px;
	text-align:center;
	font-family:"Open Sans";
	font-size:15px;
	font-weight:normal;
	cursor:pointer;
}

.demo_template_sel li:hover{
	text-decoration:underline;
}

#feature_box_overlay {
	position:absolute;
	top:0px;
	left:0px;
	right:0;
	height:100%;
    z-index: 1024;
	text-align:center;
	background: url(../images/wps/demo_overlay.png);
	cursor:pointer;
	border:1px solid #dddddd;
}

#try_demo_btn {
	background: url(../images/wps/try_free_demo.png) no-repeat 50% 50%;
	width:100%;
	height:100%;
}

#try_demo_btn:hover {
	background: url(../images/wps/try_free_demo_hover.png) no-repeat 50% 50%;
}

#demotip_bg {
	position:absolute;
}
#demotip_email {
	position:absolute;
}
#demotip_button {
	position:absolute;
}
#demotip_text {
	position:absolute;
}
#demotip_picture {
	position:absolute;
}


#box_button {
  float:left;
  padding:10px;
  margin-left:50px;
  margin-top:10px;
  
}
#see_plans{
	margin:auto;
}

#button_text{
	float:left;
	margin-left:50px;
}
#see_button_text{
	float:left;
	margin-left:50px;
}
#see_plans_more{
	margin:auto;
}

#see_button {
  float:left;
  padding:10px;
  margin-left:120px;
  margin-top:10px;
  
}
a.see_plans:hover{
	background-color:#4B8C11;
}
a.see_plans{
  cursor:pointer;
  background-color: #73B439;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  border: 1px solid #527D2C;
  border-radius: 3px;
  box-shadow: 0 1px 2px #7C7F82, 0 1px #9BEA54 inset;
  color: #FFFFFF;
  font-family: 'Fauna One',sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px #30471A;
  
  margin:auto;
  display:block;
  line-height:25px;
}

#wwh_box {
	margin-top:40px;
}
#wwh_box ul {
    margin:0px;
	padding:0px;
}
.wwh_box {
	display:block;
	float:left;
	width:29%;
	margin:5px;
	/*background:#fcfaaa;
	-webkit-box-shadow: -1px 0px 5px rgba(50, 50, 50, 0.51);
	-moz-box-shadow: -1px 0px 5px rgba(50, 50, 50, 0.51);	
	box-shadow: -1px 0px 5px rgba(50, 50, 50, 0.51); */
	border-right:1px solid #dddddd;
	padding:15px;
	font-family:arial;
	font-size:14px;
	line-height:22px;
}

.wwh_box h2 {
    margin:0px;
	font-family: 'Fauna One', serif;
	font-size:18px;
}



#features {
	text-align:left;
	margin: auto;
}


/*#features  h2 {
    font-family: 'Copse', serif;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:20px;
	padding:0px;
	text-align:center;
}*/

.feature_main_p {
    width:760px;
	margin:auto;
	background: none repeat scroll 0 0 #F9F9F9;
	padding:20px;
}

.features_con {
	width:800px;
	margin:auto;
}

.feature_list_margin {
   width:40px;
   float:left;
}

.feature_list {
	width:375px;
	height:300px;
	float:left;
	margin:20px 0px 0px 0px;
}

.feature_list h3 {
    margin:0px;
	font-family: 'Fauna One', serif;
	font-size:18px;
	line-height:28px;
}


#feature_list ul{
	float:left;
}
#feature_list li {
	background:url('../images/wps/check.png') no-repeat top left;
	display:block;
	padding-left:30px; 
	margin-left:20px;
	text-align:left;
}
#feature_list_thumb{
	width:40%;
	height:200px;
	float:right;
	background:green;
	border:1px solid #AAA;
}
#alternate_features{
	float:left;
	width:80%;
	border:1px solid blue;
	margin-left:100px;
}
.feature_thumb_left {
	width:40%;
	height:200px;
	float:left;
	background:orange;
	border:1px solid #AAA;
    margin:10px;
}
.feature_thumb_right {
	width:40%;
	height:200px;
	float:right;
	background:yellow;
	border:1px solid #AAA;
	margin:10px;
}

.feature_details_right {
	width:40%;
	height:200px;
	float:right;
	border:1px solid #AAA;
	margin:10px;
}
.feature_details_left {
	width:40%;
	height:200px;
	float:left;
	border:1px solid #AAA;
	margin:10px;
}
#testimonial {
	width:80%;
	left:100px;
	position:relative;
	height:150px;
	text-align:left;
	
}
/* +++++++ left and right slide */

#slide_left{
	width: 11px;
	height: 16px;
	float:left;
	display:block;
	background: url(../images/wps/tournaments-v.png) no-repeat scroll 0 0 transparent;
	position:relative;
	top:45px;
	left:10px;
}
#slide_right{
	width: 11px;
	height: 16px;
	float:right;
	right:40px;
	display:block;
	position:relative;
	top:40px;
	background: url(../images/wps/tournaments-v.png) no-repeat scroll -22px 0 transparent;

}

#slide_left:hover{
	width: 11px;
	height: 16px;
	float:left;
	display:block;
	background: url(../images/wps/tournaments-v.png) no-repeat scroll -11px 0 transparent;
	position:relative;
	top:45px;
	left:10px;
}
#slide_right:hover{
	width: 11px;
	height: 16px;
	float:right;
	right:40px;
	display:block;
	position:relative;
	top:40px;
	background: url(../images/wps/tournaments-v.png) no-repeat scroll -33px 0 transparent;
}
/* --------------------------------------------------*/
#left_arrow a{
	width:30px;
	height:30px;
	float:left;
	margin-top:50px;
	margin-left:50px;
	background:url('../images/wps/left.png') no-repeat;
}
#right_arrow a{
	text-decoration:none;
	width:30px;
	height:30px;
	float:right;
	margin-top:50px;
	margin-right:50px;
	background:url('../images/wps/right.png') no-repeat;
}
#testimonial img {

}
#testimonial_scroll ul{
	width:60%;
	text-align:left;
	height:100px;
	float:left;
	position:relative;
	left:100px;
	overflow:hidden;
	margin-bottom:30px;
}
#testimonial_scroll li{
	list-style:none;
	display:inline;
	float:left;
	height:80px;
	border:1px solid green;
	text-align:left;
	margin:10px;
}
#pricing{
	margin-top:50px;
	margin-bottom:0px;
}

#pricing h3{
	font-family: 'Fauna One', serif;
	font-size:22px;
	line-height:10px;
	text-align:center;
	margin-bottom:50px;
	margin-top:10px;
	font-weight:normal;
	color:gray;
}
#plist{
	width:100%;
	margin:auto;
}
#professional_price {
	background:#FFFFFF;
	width:30%;
	!height:500px;
	float:left;
	position:relative;
	text-align:center;
	border-radius:7px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
  	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
  	box-shadow: 0px 0px 6px rgba(0,0,0,.7);
	z-index:100;
	
}
#professional_price ul.price  li:nth-child(13) { 
	border-bottom:none;
	
} 

#personal_price {
	width:30%;
	background:#F9F9F9;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left:50px;
	text-align:center;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	-moz-box-shadow: -1px 0px 6px rgba(0,0,0,.7);
  	-webkit-box-shadow: -1px 0px 6px rgba(0,0,0,.7);
  	box-shadow: -1px 0px 6px rgba(0,0,0,.7);
}
#developers_price {
	width:30%;
	height:auto;
	float:left;
	margin-top:20px;
	background:#F9F9F9;
	text-align:center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	-moz-box-shadow: 1px 0px 6px rgba(0,0,0,.7);
  	-webkit-box-shadow: 1px 0px 6px rgba(0,0,0,.7);
  	box-shadow: 1px 0px 6px rgba(0,0,0,.7);

}


ul.price  { 
	list-style: none; 
	margin: 0; 
	padding: 0px;
	text-align: center;
}
/*
.price ul:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
  	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
  	box-shadow: 0px 0px 6px rgba(0,0,0,.7);
  	cursor: default;
}
*/
ul.price  li {  
	border-bottom: 1px dashed #bebebe;
	padding: 10px 0;
	font-size: 14px;
}

ul.price  li:first-child { 
	font-family: 'Fauna One', serif;
	font-size: 24px;
	font-weight: bold;
	border:none;
	color:#333;
	line-height:35px;
	
}

ul.price  li:nth-child(2) {
	font-family: 'Copse', serif;
	font-weight: bold;
	background: none repeat scroll 0 0 #CF1626;
    border: medium none;
    color: #FFFFFF;
    font-size: 45px;
    line-height: 50px;
}

ul.price  li:nth-child(12) { 
	border-bottom:none;
}

ul.price  li:last-child {
	border-bottom: none;
	height: 40px;
	padding:10px;
	margin-top:5px;
}

a.buy_now: hover{
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CF1626), color-stop(1, #f24537));
        background:-moz-linear-gradient(top, #CF1626 5%, #f24537 100%);
        background:-webkit-linear-gradient(top, #CF1626 5%, #f24537 100%);
        background:-o-linear-gradient(top, #CF1626 5%, #f24537 100%);
        background:-ms-linear-gradient(top, #CF1626 5%, #f24537 100%);
        background:linear-gradient(to bottom, #CF1626 5%, #f24537 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF1626', endColorstr='#f24537',GradientType=0);
        
        background-color:#CF1626;
    } 
a.buy_now{
	width:200px;
	text-decoration:none;
	cursor:pointer;
	background-color:  #CF1626;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
	border: 1px solid #d02718;
	-moz-box-shadow: 0 1px 2px #7C7F82, inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:0 1px 2px #7C7F82, inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
	text-shadow:0px 1px 0px #810e05;
	font-weight:bold;
	width:200px;
	margin:10px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align:center;
	color:#FFF;
}
#personal_price ul.price  li:nth-child(9) { 
	border-bottom:none;
	
} 
#personal_price ul.price  li:nth-child(10) { 
	border-bottom:none;	
} 

#personal_price ul.price  li:nth-child(11) { 
	border-bottom:none;	
} 

#pricing_ps {
	text-align:center;
}

#faq { 
	
	margin-top:50px;
	margin-bottom:0px;
}
h2.section_heading{
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
	font-size:40px;
	line-height:1.35;
	font-weight:normal;
	margin-bottom:60px;
	margin-top:20px;
	padding:0px;
	text-align:left;
	color: #333;
}
.price_heading{
	font-family: 'Copse', serif;
	font-size:30px;
	line-height:45px;
	font-weight:normal;
	margin-bottom:42px;
	margin-top:20px;
	padding:0px;
	text-align:center;
}
.faqs a{
	color:#CF1626;
	
}
.faqs a:hover{
	text-decoration:underline;
}
.faqs p, .pws_services p, .why_pwsservices p {
	background: none repeat scroll 0 0 #F9F9F9;
    padding:15px;
	margin-bottom:30px;
}
.faqs h3, .pws_services h3, 
.why_pwsservices h3, .pws_services h3 {
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #333;
}

#faq_culm1{
	width:260px;
	float:left;
	margin:10px 20px;
}
#faq_culm2{
	width:260px;
	float:left;
	margin:10px 20px;
	
}
#faq_culm3{
	width:260px;
	float:left;
	margin:10px 20px;
}
#plug_footer{
	background-color: #333;
	bottom:0px;
	padding-top:50px;
}
#plug_footer_con {
	width:960px;	
	margin:auto;
}

.f_div{
	float:left;
	margin-left:50px;
	padding:20px;
}

.f_div ul li {
	text-align:left;
}
#f_content{
	width:960px;
	text-align:center;
	margin:auto;
	
}
.plug_footer_menu {
	color:#FFFFFF;
	width:235px;
	float:left;
	font-family:'Open Sans';
}

.plug_footer_copyright {
	color:#FFFFFF;
	line-height:15px;
	text-shadow: -1px 1px 1px #222222; 
}
.plug_footer_copyright a{
	text-decoration:none;
	color:#FFFFFF;
}

.plug_footer_menu h4 {
	margin:10px 0px;
	padding:0px;
	font-size:16px;
}

.plug_footer_menu ul {
	margin:0px;
	padding:0px;
}

.plug_footer_menu li {
	display:list-item;
	padding:0px;
	margin:0px;
}

.plug_footer_menu a {
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
}

.plug_footer_menu a:hover {
	text-decoration:none;
}

.plug_footer_menu a:visited {
}

/* ----------------- login page ----------*/

#login_page{
	
	width:400px;
	margin:auto;
	left:200px;
	border-radius:4px;
	min-height:464px;
	}
table.form_table  tr td {
	padding:10px;
	font-family:arial;
	font-size:16px;
}
table.form_table  tr td input[type='text'],[type='email'],[type='password']{
	border-radius:4px;
	padding:5px;
	border:1px solid #AAA;
}
table.form_table  tr td textarea{
	border-radius:4px;
	padding:5px;
	border:1px solid #AAA;
}
table.form_table  tr td a{
	text-decoration:none;
	color:#CF1626;
	font-size:14px;
	margin-left:10px;
}
table.form_table  tr td a:hover{
	text-decoration:underline;
}
td.right_align{
	text-align:right;
}
.submitBtn{
	border-radius:5px;
	padding:5px 15px;
	font-weight:normal;
	background:  #CF1626;
	font-family:arial;
	font-size:16px;
	color:#FFFFFF;
	border:none;
}

#thanks_div{
	margin-top:50px;
	padding:30px;
	text-align:center;
	min-height:449px;

}
#thanks_div h3 {
	font-family: 'Fauna One', serif;
	color:gray;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	margin:30px;
	line-height:30px;
}
h3.chose_pack {
	font-family: 'Fauna One', serif;
	color:gray;
	font-size:20px;
	text-align:center;
	font-weight:normal;
	margin:30px;
	line-height:30px;
}
#download_buttton{
	height: 100px;
	position:relative;
	top:50px; 
}
.message_div{

	text-align:center;
	padding:10px;
}
#license{
	margin:20px;
	width:650px;
	
}
#license h2 {
	font-family: 'Copse', serif;
	font-size:35px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:30px;
	margin-top:50px;
	padding:0px;
	text-align:left;
}
#terms{
	font-size:16px;
}
h2.terms_heading{
	font-family: 'Copse', serif;
	font-size:35px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:30px;
	margin-top:50px;
	padding:0px;
	text-align:center;

}
#l_a{
	border:1px solid gray;
	height:300px;
	width:800px;
	margin: 0px 25px;
	padding:30px;
	overflow:scroll;
	text-align:left;
}
#l_a p{
	padding-left:25px;
	text-align:justify;
}
#t_s{
	padding:30px;
}
#t_s p{
	padding-left:25px;
	text-align:justify;
}
#agreeBtn {
		margin:20px;
	

}
#payment{
	font-family:arial;
	!background:#DDDDDD;
	width:700px;
	!margin:50px 150px;
	padding:30px;
	border-radius:6px;
	!-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.7);
  	!-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.7);
  	!box-shadow: 1px 1px 4px rgba(0,0,0,.7);
}
#payment table tr {
	padding:0px;
	margin:0px;
}
#payment table tr td {
	font-family:arial;
	font-size:14px;
	padding:5px 5px;
}
#payment table tr td:last-child {
	float:right;
	position: relative;
}
#payment table tr td input{
	border-radius:4px;
	padding:5px;
	border:1px solid #AAA;
}
#payment table tr td input[type=submit]{
	border-radius:5px;
	padding:5px 15px;
	font-weight:bold;
	background:  #CF1626;
	font-family:arial;
	font-size:16px;
	color:#FFFFFF;
	border:none;
}
#payment table tr td input[type=submit]:hover{

	color:#333333;
}
#payment h2{
	font-family: 'Copse', serif;
	font-size:35px;
	line-height:35px;
	font-weight:normal;
	margin:20px 0px 5px 0px;
	padding:0px;
	text-align:left;
}
#paypal_info{ 
	background: #FFFFA0;
    border-bottom: 0.143em solid #E5E597;
    font-size: 13px;
    line-height: 17px;
	padding: 0px 10px;
	margin-top:20px;
	margin-bottom:10px;
}

.payBtn{
	width:200px;
	text-decoration:none;
	cursor:pointer;
	background-color:  #CF1626;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
	border: 1px solid #d02718;
	-moz-box-shadow: 0 1px 2px #7C7F82, inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:0 1px 2px #7C7F82, inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
	text-shadow:0px 1px 0px #810e05;
	font-weight:bold;
	width:200px;
	margin-top:20px;
	padding: 10px 35px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align:center;
	color:#FFF;
}
.Btn:hover{
	color:#FFFFFF;
}
a.nav_links{
	text-decoration:underline;
	color:#CF1626;	
}
#secure_lock{
	float:left;
	margin:5px 10px; 
}
#secure_text{
	float:left;
	margin:5px 10px; 
	width:430px;
	padding-top:12px;
}
#plan_name {
	margin-top:10px;
}
#plan_name  tr td:nth-child(3){
	color:#CF1626;
	font-weight:normal;
	font-size:20px;
	font-family:'Fauna One',serif;
	text-align:left;
}
#price_value{
	line-height:40px;
	color:#333333;
	font-weight:bold;
	font-size:23px;
	font-family:'Fauna One',serif;
}
#proofs {
	
}
#proofs h2{
	font-family: 'Copse', serif;
	font-size:24px;
	line-height:45px;
	font-weight:normal;
	margin-bottom:30px;
	margin-top:20px;
	padding:0px;
	text-align:center;
}
#proofs h3{
	background:url('../images/wps/quote.png') no-repeat scroll 0 0 transparent;
	color: #333333;
    font-family: 'Fauna One',serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
	margin-left:10px;
    text-align: left;
	padding-left:37px;
	padding-top:10px;
	width:270px;
	float:left;
}
#proofs h3 span{
	font-size:14px;
	font-style:italic;
}
#proofs h4{
	color: #CF1626;
    font-family: 'Fauna One',serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin:auto;
    text-align: left;
	width:870px;
	
}
blockquote:before {
    color: #999999;
    content: '"';
    display: block;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
    height: 0;
    margin-left: -0.95em;
}
blockquote:after {
    color: #999999;
    content:"'";
    display: block;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
    height: 0;
    margin-left: -0.95em;
}
#cmp_table table{
	margin:auto;
	margin-top: 30px;
	padding-top:20px;

}
#cmp_table table tr{

	margin-bottom:10px;
	
}
#cmp_table table th{
	padding:10px;
	border-bottom:1px solid #DDDDDD;
	font-size:18px;
	font-weight:normal;
}
#cmp_table table tr td{
	padding:10px;
	border-bottom:1px solid #DDDDDD;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
}

#cmp_table table tr td.pm_green {
	color: #73b439;
}

#cmp_table table tr td.pm_red {
	color: #d53542;
}

#cmp_table table tr th,
#cmp_table table tr td:nth-child(2),
#cmp_table table tr td:nth-child(3),
#cmp_table table tr td:nth-child(4) {
	text-align: center;	
}

#cmp_table table tr th:nth-child(1),
#cmp_table table tr th:nth-child(2),
#cmp_table table tr th:nth-child(3),
#cmp_table table tr td:nth-child(1),
#cmp_table table tr td:nth-child(2),
#cmp_table table tr td:nth-child(3) {
	border-right: 1px solid #ddd;
	width: 200px;
}

/*#cmp_table table tr td:nth-child(2) {
	background:url('/images/crs.png') no-repeat scroll 50% 50% transparent;
	text-align:center;
	
}
#cmp_table table tr td:nth-child(3) {
	background:url('/images/chk.png') no-repeat scroll 50% 50% transparent;
	text-align:center;
}*/
#cmp_text{
	background: none repeat scroll 0 0 #F9F9F9;
	padding: 10px; 
	margin:auto;

}
#policy{
	font-size:16px;
}
#email_services {
	text-align:center;
}
#contact_text p{
	padding-left:25px;
	text-align:justify;
}
#contact_text a{
	
}
h3.see_plans_text {
	font-family: 'Fauna One', serif;
	color:gray;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	!width:600px;
	!margin:auto;
	line-height:30px;
}

#inquiry_form{
	margin-left:30px;
	
}


.error_message {
	background:#fff3f3;
	padding:10px;
	margin:10px;
	border:1px solid #ff0000;	
}

#forgot_password{
	margin: auto;
	margin-top:150px;
	margin-bottom:323px;
	width:800px;
	padding:20px;
	text-align:center;
}
#nav_userguide{
	width:250px;
	float:left;
	padding:0px 0px;
	border-right:1px solid #ebebeb;
	font-family: 'Fauna One', serif;
	line-height:25px;
	margin-top:30px;
}
#nav_userguide h2{
	margin:0px 0px 10px;
}
#nav_userguide ol li{
	list-style:decimal;
}
#nav_userguide  ol li a{
	text-decoration:none;
	color:#333;
}
#nav_userguide ol li a:hover{
	color:#CF1626;
}
#nav_userguide ol{
	padding: 0px 10px 0px 10px;
}

#pm_userguide{
	margin:auto;
	padding:10px;
	color:#333;
	width:680px;
	float:right;
}
#pm_userguide em{
	color:#5A5A5A;
	text-decoration:normal;
	font-size:15px;
}


#pm_userguide h2{
	font-family: 'Fauna One', serif;
}
#pm_userguide img{
	border:1px solid #ececec;
	box-shadow: 1px 1px 2px #666;
	margin:10px 0px;
	width:700px;
	}
.highlite{
	text-decoration:underline;
}
.pm_solo_page h1 {
    font-family: 'Copse', serif;
	text-align:left;
	line-height:50px;
	font-weight:normal;
	}
#pm_userguide li{
	list-style:decimal;
	font-size:16px;
	margin:10px 0px;
	line-height:25px;

}

#pm_userguide li a{
	text-decoration:none;
	color:#333;
}
#pm_userguide li a:hover{
	text-decoration:underline;
	color:#CF1626;
}
.pm_solo_page{
	padding:40px 0px 40px 20px;

	
}
#pm_support ul li{
	display:block;
	padding:0px 10px;
	font-weight:bold;
}
#pm_support ul{
	margin:15px 15px;
}

#pm_support ul li a{
	text-decoration:none;
	color:#CF1626;
	font-family: 'Fauna One', serif;
} 
#pm_support ul li a:hover{
	text-decoration:underline;
	
}

a.ug_main_heading{
	font-size:18px;
	font-weight:normal;
}
a.bold_heading{
	font-weight:bold;
}
ol {
	margin:0px;
	padding:0px;
}
OL.nested_counter { 
	counter-reset: item }
LI.nested_counter { display: block; }
LI.nested_counter:before { content: counters(item, ".") " "; counter-increment: item }


#installation {
	margin:auto;
}

a.ug_gen_heading{
	text-transform:uppercase;
	font-weight:bold;
}
#installation  li{

}

.code_highlight{
	background-color:#F9F9F9;
	padding:15px;
	width:700px;
	font-size:16px;
	font-weight:normal;
	border-radius:5px;
	box-shadow: 1px 1px 1px #B0B0B0;
	margin:7px 0px;
	color:#CF1626;
	text-align:center;


}

ul.edit_template_features{
	padding: 10px 20px ;
	margin:0px;
	list-style:disc;
}
ul.edit_template_features li{
	list-style-type:disc;
}
span.note_highlight{
	color:#CF1626;
}
#goto_top{
	background-color:#ddd;
	padding:5px;
	border-radius:10%;
	width:auto;
	position:fixed;
	top:60%;
	right:50px;
	box-shadow:1px 1px 1px #AAA;
	color:#CF1626;
	z-index:99;
	opacity:0.8;
	display:none;

}
#goto_top a{
	font-family: 'Copse', serif;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 1px #bbb;	
	color:#CF1626;
	}
#goto_top:hover{
	background-color:#eee;
}
.email_support{
	padding:10px 15px 10px;
	line-height:25px;
	text-align:justify;
	border-bottom:1px solid #ddd;
}

.email_support li{
	list-style-type:none !important;
	text-align:left;
}


#pm_affiliate ul{
    padding:0px 0px 0px 30px;
   
}
#pm_affiliate ul li{
    list-style-type: disc;
}


/* WPS pricing table */

.pricing_tbl td {
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    padding: 10px;

}

.pricing_tbl tr:hover{
    
}

.pricing_tbl .norow {
    border:none;
}                                   
      
.pricing_tbl .price {
    border: medium none;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;                  
}                   
.pricing_tbl .reg_price {
    background: none repeat scroll 0 0 #B30F1E;
}

.pricing_tbl .pop_price {
    background: none repeat scroll 0 0 #CF1626;    
}

.pricing_tbl .plan {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #333333;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 35px;                  
}

.pricing_tbl .regular {
    background:#efefef;
}
.pricing_tbl .popular {
    background:#fff;
}

.pricing_tbl .month {
    font-weight:bold;
    line-height:15px;
    font-size:10px;
    font-family:arial;
}
.pricing_tbl .current_plan{
    background: #2ECC71;
    color: #FFFFFF;
}
.pricing_tbl .current_price{
    background: #2ECC71;
}
.pricing_tbl .feature_label{
    text-align:left;
    padding-left:15px;
    border-top:1px solid #ddd;
}


a.red_ctabtn {
	font-size:15px;
	background:#CF1626;
	color:#fff;
	padding:10px;
	margin:5px;
	text-align:center;
	font-family: open sans;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	display:block;
	border-bottom:3px solid #B30F1E;
}

a.red_ctabtn:hover, a.red_ctabtn:focus {
	color: white;
	text-decoration: none;
	background-color:#b30f1e;
}




.faq_with_list {
	background:#F9F9F9;
	margin-bottom:20px;
	padding-bottom:15px;
	padding-top:15px;
	margin-top:10px;
}
.faq_with_list p {
	margin:0px;
	padding-top:5px;
}
.faq_with_list ul {
	margin:0px 30px;
}
.faq_with_list li {
	display:list-item;
	list-style:disc;
	margin-bottom:8px;
}

.pm_inner_list {
	position: relative;
	margin-left: 60px;
}

.pm_inner_list li {
	line-height: 18px !important;
	font-size: 14px !important;
}

.pm_img_wrapper img {
	width: 100% !important;
	height: 100% !important;
}

.pmdi_testi h3 {
    background: url("../images/wps/quote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'Fauna One',serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 37px;
    padding-top: 10px;
}

.pmdi_testi h3 span {
    font-size: 14px;
    font-style: italic;
}

.pws_team {
	text-align: center;
}

.pws_team .team_img {
	margin: auto;
	width: 180px;
	height: 180px;
	border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	background-color: gray;
}

.pws_team h4 {
	font-weight: bold;
}

.pws_team h3 {
	font-size: 18px;
	margin-top: 5px !important;
}

.pws_team .dhr {
	margin-top: 30px;
}

.button_con a:hover {
	text-decoration: none;
}

.pmdi_overlay {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1049;
}

.pmdi_alert {
    display: none;
    text-align: center;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 460px;
    height: 380px;
    background-color: #FFFFFF;
    z-index: 1050;
    padding: 20px;
}

.pmdi_alert img {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.pmdi_alert_btn {
    background: none repeat scroll 0 0 #CF1626;
    border-bottom: 3px solid #B30F1E;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Fauna One',serif;
    font-size: 16px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}

.pmdi_alert_btn {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    padding: 6px;
}

.pmdi_alert_btn:hover {
    text-decoration: none;
    background-color: #B30F1E;
}

.pmdi_alert #pmdi_alert_h3 {
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: auto;
    display: table;
    padding-bottom: 0px;
    padding-top: 5px;
    line-height: 30px;
}

.pmdi_alert p {
    /*background: none repeat scroll 0 0 #F9F9F9;*/
    margin: 0px 20px;
    padding: 6px 0px;
    text-align: justify;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #cf1626;
}

.pmdi_alert p.pmdi_al_err {
	
}

.button_con .optin_alert, .button_con .optin_alert_gre {
	/*border-left: medium none;
  	border-top: medium none;
  	border-right: none;*/
  	border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #cf1626 none repeat scroll 0 0;
    color: #ffffff;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;    
    margin-right: 15px;
}

.button_con .optin_alert_gre {
	background: #5eb755 none repeat scroll 0 0;
}

.button_con .optin_alert_gre:hover {
	background-color: #469F3D;
	transition: all 0.9s ease 0s;
}

.signup_con .signup_alert {
	border-left: medium none;
  	border-top: medium none;
    border-bottom: 3px solid #B30F1E;
    border-radius: 5px;
    cursor: pointer;
    display: table;
    margin: auto;    
    margin-top: 35px;
    text-align: center;
    background: #cf1626 none repeat scroll 0 0;
    color: #ffffff;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 45px;
    border-right: none;
}

.pmdi_alert input[type="text"] {
	border: 1px solid #D7D8D9;
	width: 275px;
	padding: 9px;
	display: block;
	margin: auto;
	margin-bottom: 11px;
	height: auto;
}

.pmdi_alert input[type="text"]:hover, .pmdi_alert input[type="text"]:focus {
	border: 1px solid #B30F1E;
}

.btn_container {
	display: table;
	margin: auto;
	margin-top: 18px;
}

#pws_success_msg {
	display: none;
}

.pmdi_alert input[type="button"] {
	border-left: medium none;
  	border-top: medium none;
	background: none repeat scroll 0 0 #CF1626;
    border-bottom: 3px solid #B30F1E;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: auto;
    padding: 6px 20px;
    text-align: center;
    margin-right: 10px;
    margin-top: 8px;
}

.pmdi_alert input[type="button"]:hover, .pmdi_alert input[type="button"]:focus  {
	text-decoration: none;
    background-color: #B30F1E;
}

.pmdi_timg_container {
	margin-bottom: 30px;
}

.pws_services {
    /*margin-top: 20px;*/
}

.pws_testimonials .dhr {
	margin-top: 50px;
}

.why_pwsservices .section_heading {
	margin-bottom: 40px;
}

.why_pwsservices .dhr {
	margin-top: 40px;
}

.plug_footer_menu a:hover{
	color: white;
}

.button_con .optin_alert:hover {
	background-color: #B30F1E;
	transition: all 0.9s ease 0s;
}

.pws_features {
	background: none repeat scroll 0 0 #F9F9F9;
	text-align: center;
	padding: 25px 50px 15px !important;
	margin-bottom: 10px;
/*	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px; */
}

/*proactive css*/
#pws_proactive h2, #pws_reactive h2 {
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 40px;	
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}

#features h3, #pws_proactive h3 {
	/* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 40px;	
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}

#features .head {        
    margin-bottom: 0px;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #333;
}

#features .proctive_content {
    margin-bottom: 35px;
}

#pws_proactive .head, #pws_reactive .head {        
    margin-bottom: 10px;
    /* font-family: "Josefin Sans",serif; */
	font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
}

#pws_proactive .proctive_content {
	margin-bottom: 40px;
}

#pws_proactive .last {
	margin-bottom: 0px;
}

.proctive_content img, .reactive_content img {
	float: left;
	width: 55px;
}

.proctive_content p, .reactive_content p {
	margin-left: 70px;
}

.reactive_content ul {
	margin-left: 120px;
}

.reactive_content ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}

.pws_feature_comment {
	background: none repeat scroll 0 0 #F9F9F9;
	padding: 15px;
	height: 148px;
	margin-bottom: 30px;
}

.team_pic {
	text-align: center;
}

.team_pic img {
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 50%;
}

.team_pic .team_names {
	color: #333333;
	margin-bottom: 6px;
	font-size: 14px;
}

.team_pic .team_designation {
	line-height: 20px;
	font-size: 13px;
}


.pm_wps_testimonial{
	margin-top: 40px;

}

.pm_wps_testimonial_text{
	padding-top: 20px;
}

table td ul.pricing_ul {
	padding-left: 20px;
}

table td ul.pricing_ul li {
	list-style: disc;
}

.marketing_row {
	margin-bottom: 60px;
}

.marketing_row h3 {
    margin: 0px;
    margin-bottom: 0px;
    /* font-family: 'Josefin Sans',serif; */
	font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 7px;
}

.marketing_row img {
	width: 95%;
	margin: auto;
	display: table;
	vertical-align: middle;
}

.call_to_action_wrap h1 {
	font-family: 'Inter', sans-serif;
    /*color: gray;*/
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 35px;
}

.call_to_action_wrap .real_green_cta_btns {
    color: #ffffff;
    /*background: #5eb755;*/
    background: #cf1626;
    padding: 10px 45px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}