body{
	overflow-x:hidden;
}

/*----------------header-------------*/
.navbar{
	margin: 0;
}

.navbar-default .navbar-toggle {
    border-color: #F7F7F7;
}

.navbar-default{
 	background:#F7F7F7;
     color:#333;
     font-size:16px;
     /* font-family: 'Josefin Sans', serif; */
     font-family: 'Open Sans';
    font-weight: 600;
     padding:0px;
}
.navbar-fixed-top {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
.pm_login_head{
	background: #333;
	font-family: 'Open Sans', sans-serif;	
	color:#fff;
	font-size: 15px;
	line-height: 3;
	font-weight: 600;
}
.pm_login_head a{
	color: #FFFFFF;
}
.p_color {
  font-size: 15px;
  color: #999;
  line-height: 26px;
  font-family: open sans;
}
.pm_pad{
	padding: 0;
}
.pm_mar{
	margin: 0;
}
.pm_mar_top{
	margin-top: 5%;
}
.pm_mar_btm{
	margin-bottom: 2%;
}
.navbar-default{
	border-radius: 0px;
	border-color: #dadce0;
    border-bottom: none;
}
 .navbar-header > .navbar-brand{
	color: #333;
	font-size: 23px;
	/*font-weight: 500;*/
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
    /* font-family: 'Josefin Sans', serif; */
    font-family: 'Open Sans';
    font-weight: 600;
    /* text-shadow:-1px 1px 1px #b30f1e; */

    /*width: 125px;*/
}

#navbarCollapse ul {
    margin-top: -1px;
}

.navbar-default .navbar-nav > li > a:active{
	color: #333;
    background: #e0e0e0;
}
.navbar-default .navbar-nav > li > a:focus{
	color: #333;
    background: #e0e0e0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background: #e0e0e0;
    transition: background 0.5s ease;
}

.navbar-default .navbar-nav > li > a.active {
    color: #333;
    background: #e0e0e0;
    transition: background 0.5s ease;
}

.pm_fauna{
	/* font-family: 'Josefin Sans', serif; */
    font-family: 'Inter', sans-serif;
}

#plugin_name img{
	position: relative;
    top: -5px;
	display: none;
}

#plugin_name:hover{
	color: #333;
}

.pm_desc_text{
	font-family: "Open Sans";
    font-size: 15px;
    line-height: 24px;
    padding: 15px;
    text-align: left;
}

.pm_desc_text ul.pmpt_ul li {
    color: #999;
    line-height: 26px;
    font-size: 15px;
}

.pm_desc_text p {
    color: #999;
    line-height: 26px;
    font-size: 15px;
}
/*---------end of header-------------*/
.section_head{
	line-height:45px;font-size:34px;font-family:'Josefin Sans',serif;

}
.section_end_bar{
	border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:1px;
}

/*--------design---------*/
.design_row{
	background: url('../images/demo_bg.png') repeat scroll 0 0 #f9f9f9;
	border: 1px solid #dddddd;
	min-height: 300px;
	text-align: center;
}
/*--------end of design---------*/
.feature_row{
	padding:20px;
}
.feature_img{
	border:1px solid #ddd;margin-top:20px;
	max-width: 100%;
}
.pmpb_features{
	font-family:'Open Sans',sans-serif;
	font-size:15px;
    line-height: 26px;
    color: #999;
}

#carousel{
	height:300px !important;	
}

.pm_main_head{
	/* font-family: 'Josefin Sans', serif; */
    font-family: 'Inter', sans-serif;
	padding: 20px;
	font-size: 40px;
}
.pm_main_head h1{
	margin: 25px auto; 
	line-height: 55px;
	font-size: 40px;

}
.pm_main_head >h1 > span{
	font-size: 40px;
}
.pm_desc{
	font-family: 'Open Sans', serif;
	color: gray;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
}
.pm_about{
	display: table-row;
}
.pm_about_desc{
	border-right: 1px solid #dddddd;
	padding: 15px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 24px;
	display: table-cell;
	float: none;
}
.pm_about_head{
	font-weight:600;
	font-size:23px;	
    /* font-family: 'Josefin Sans', serif; */
    font-family: 'Inter', sans-serif;
	line-height: 1.3;
}

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

.home_cta_btns:hover, .home_cta_btns:focus, .home_cta_btns:active {
    color: #fff;
    background: #b30f1e;
}

.pm_cta_btn{
    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 #73b439;
  border-radius: 3px;
  box-shadow: 0 1px 2px #7C7F82, 0 1px #73b439 inset;
  color: #FFFFFF;
  font-family: 'Open Sans',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;
  width: 100%;
}
.pm_cta_btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #4b8c11;
	transition: background-color 0.5s ease;
}
.pm_carousel_img{
	width: 50%;
	max-width: 250px;
	max-height: 161px;
}
.pm_faq_head{
	/* font-family: "Josefin Sans",serif; */
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}
.pm_faq_col p{
	padding: 15px;
	font-family: 'Open Sans',serif;
	line-height: 26px;
    color: #999;
    background: none repeat scroll 0px 0px #F9F9F9;
}


/*---------------footer---------------------*/
.foot_about >h4, .foot_plug >h4 , .foot_support > h4{
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
}
.foot_about >ul, .foot_plug >ul , .foot_support > ul{
	list-style-type: none;
	font-family: 'Open Sans',sans-serif;
	padding: 0px;
	display: inline;
}
.foot_about > ul >li a, .foot_plug >ul >li a ,.foot_support > ul > li > a{
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;	
}
.foot_img{
	margin-top:10px;
	font-family:'Open Sans';
	line-height: 20px;
	text-shadow: -1px 1px 1px #222222;
}

@media screen and (max-width: 770px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 20px;
    }
}

@media (max-width: 900px) {
		.pm_about_desc{
			float: left;
		}
		.navbar-default .navbar-toggle:hover{
			background: #F7F7F7;	
		}
		.navbar-toggle .icon-bar:hover {
				background: #333;	
		}
		.navbar-toggle .icon-bar {
			background: #333;
		}
		.navbar-header > .navbar-brand{
			font-size: 18px;
      margin-left: 10px;
		}
        .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }
}

/* --------------------------------------------------------- */

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

.pm_refund_alert {
    display: none;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 390px;
    height: 215px;
    background-color: #FFFFFF;
    z-index: 1050;
}

.pm_refund_alert img {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

a.red_ctabtn, .pm_refund_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;
}

.pm_refund_alert h3 {
    font-family: 'Fauna One',serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

.pm_refund_alert p {
    background: none repeat scroll 0 0 #F9F9F9;
    margin: 0px 20px;
    padding: 15px;
    text-align: justify;
}

.pm_refund_alert_btn {
    border-left: medium none;
    border-top: medium none;
    float: right;
    margin-right: 20px;
    font-size: 14px;
    padding: 6px;
}

a.red_ctabtn:hover, .pm_refund_alert_btn:hover {
    text-decoration: none;
    background-color: #B30F1E;
}
/* footer {
    background: url("/images/home/FINAL-FOOTER.jpg") repeat scroll 0 -75px rgba(0, 0, 0, 0);
} */

/*------ ADDED CSS ---------*/

.pmgb_switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 28px;
}

.pmgb_switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbbbbb;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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

.slider:after {
 content:'NO';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after {  
  content:'YES';
}
/*--------- END --------*/

.pmgb_privacy_check label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

#pmgb_wrapper {
  margin-top: 30px;
}
.plugmatter_icon{
    width: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  
    .plugmatter_icon{
        width: 24px;
    }
    
  }