html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
[hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td {
        background-color: #fff !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd {
    line-height: 1.42857143;
}
dd {
    margin-left: 0;
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
}
table {
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table .table {
    background-color: #fff;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
}
.form-group {
    margin-bottom: 15px;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.has-success .help-block {
    color: #3c763d;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    background-image: none;
}
.btn-default[disabled],
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active {
    background-image: none;
}
.btn-success[disabled],
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
.open > a {
    outline: 0;
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-btn {
    display: table-cell;
}
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav > li > a > img {
    max-width: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
    color: #ccc;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.elastislide-list {
    list-style-type: none;
    display: none;
}
.no-js .elastislide-list {
    display: block;
}
/* body {
    overflow-x: hidden;
} */
.navbar {
    margin: 0;
}
.navbar-default .navbar-toggle {
    border-color: #f7f7f7;
}
.navbar-default {
    background: #f7f7f7;
    color: #333;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 0;
}
.navbar-fixed-top {
    box-shadow: 0 0 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: #fff;
}
.p_color {
    font-size: 15px;
    color: #999;
    line-height: 26px;
    font-family: open sans;
}
.pm_mar {
    margin: 0;
}
.pm_mar_top {
    margin-top: 5%;
}
.pm_mar_btm {
    margin-bottom: 2%;
}
.navbar-default {
    border-radius: 0;
    border-color: #dadce0;
    border-bottom: none;
}
.navbar-header > .navbar-brand {
    color: #333;
    font-size: 23px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
}
#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;
}
.pm_fauna {
    font-family: Inter, sans-serif;
}
#plugin_name img {
    position: relative;
    top: -5px;
    display: none;
}
#plugin_name:hover {
    color: #333;
}
.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_row {
    background: url(https://plugmatter.com/assets/images/demo_bg.png) repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ddd;
    min-height: 300px;
    text-align: center;
}
.feature_row {
    padding: 20px;
}
.feature_img {
    border: 1px solid #ddd;
    margin-top: 20px;
    max-width: 100%;
}
.pm_main_head {
    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_about {
    display: table-row;
}
.pm_about_head {
    font-weight: 600;
    font-size: 23px;
    font-family: Inter, sans-serif;
    line-height: 1.3;
}
.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: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    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;
}
@media screen and (max-width: 770px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 20px;
    }
}
@media (max-width: 900px) {
    .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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
        width: auto;
        float: none !important;
    }
}
a.red_ctabtn {
    background: none repeat scroll 0 0 #cf1626;
    border-bottom: 3px solid #b30f1e;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Fauna One", serif;
    font-size: 16px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}
a.red_ctabtn:hover {
    text-decoration: none;
    background-color: #b30f1e;
}
.plugmatter_icon {
    width: 30px;
}

/* Landing New changes */

.pricing_tbl .reg_price {
    background: none repeat scroll 0 0 #2ECC71;
}
td.popular-plan {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.testimonial-small {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.testimonial-meta p {
    margin: 0;
}

.testimonial-meta {
    line-height: 18px;
}

.step2 {
    height: 650px !important;
}

.step2 #pws_success_msg input[type="text"] {
    width: 100% !important;
}

textarea::placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
textarea#pmdi_usr_lookingfor {
    border: 1px solid #d7d8d9;
    padding-left: 10px;
    width: 100%;
    padding-top: 10px;
}

p#step_2_edit {
    cursor: pointer;
    text-align: left;
    margin: 0 !important;
    padding: 0;
}

p#step_2_edit svg {
    fill: #333;
}

input[type="text"]:read-only {
    background: #f1f1f1;
}

.wp-expert span {
    line-height: 20px;
}
.wp-expert {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 14px;
}

.pmdi_alert_form_row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 480px) {
    .plugmatter_icon {
        width: 24px;
    }

    .step2 {
        height: 750px !important;
    }
}
body {
    font-family: open sans;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 26px;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.col-md-5ths,
.col-sm-5ths,
.col-xs-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%;
    }
}
.sub_head {
    margin-top: 30px !important;
    margin-bottom: 30px;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #333;
}
.morelink {
    display: block;
}
.pm_show {
    display: block;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
}
#payment table tr td hr {
    width: 100%;
}
.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: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-weight: 600;
    text-decoration: none;
}
.tb-link:hover {
    background: #fff;
    color: #333 !important;
}
.tb-dm {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0 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;
}
.wps_main_header {
    background: url(https://plugmatter.com/assets/images/wps/hd_header_small.jpg) 50% 50%;
    background-size: cover;
    margin-bottom: 50px;
}
#wps_plug_mainhead h1 {
    font-family: Inter, sans-serif;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    margin-top: 0;
    color: #fff;
}
#wps_plug_mainhead {
    padding-top: 8%;
    padding-bottom: 8%;
}
#wps_plug_mainhead 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: Inter, sans-serif;
}
#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;
}
.feature_col1 {
    float: left;
    width: 435px;
    padding: 0 20px;
}
.dhr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 2px;
    line-height: 2px;
    margin: 60px 0;
}
.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: 0;
    padding: 0;
}
li {
    list-style: none;
}
ul.pm_list_style {
    padding-left: 35px;
}
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: 400;
}
#plug_mainhead h1 {
    font-size: 40px;
    font-weight: 400;
    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: 400;
    width: 600px;
    margin: auto;
    line-height: 30px;
}
#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: 0;
}
#main_nav ul {
    margin: 0;
}
#main_nav li {
    display: inline;
    float: left;
}
#main_nav a {
    color: #fff;
    display: block;
    font-family: "Fauna One", serif;
    font-size: 1.29em;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px 1px #b30f1e;
    width: auto;
}
#main_nav a:focus,
#main_nav a:hover {
    background: #b30f1e;
}
#plug_body {
    width: 100%;
}
#plug_body h1 {
    padding-top: 20px;
    color: #333;
}
#feature_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1024;
    text-align: center;
    background: url(https://plugmatter.com/assets/images/wps/demo_overlay.png);
    cursor: pointer;
    border: 1px solid #ddd;
}
#box_button {
    float: left;
    padding: 10px;
    margin-left: 50px;
    margin-top: 10px;
}
#button_text {
    float: left;
    margin-left: 50px;
}
#features {
    text-align: left;
    margin: auto;
}
.feature_main_p {
    width: 760px;
    margin: auto;
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 20px;
}
.feature_list_margin {
    width: 40px;
    float: left;
}
.feature_list {
    width: 375px;
    height: 300px;
    float: left;
    margin: 20px 0 0 0;
}
.feature_list h3 {
    margin: 0;
    font-family: "Fauna One", serif;
    font-size: 18px;
    line-height: 28px;
}
#feature_list ul {
    float: left;
}
#feature_list li {
    background: url(https://plugmatter.com/assets/images/wps/check.png) no-repeat top left;
    display: block;
    padding-left: 30px;
    margin-left: 20px;
    text-align: left;
}
.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_arrow a {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 50px;
    margin-left: 50px;
    background: url(https://plugmatter.com/assets/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(https://plugmatter.com/assets/images/wps/right.png) no-repeat;
}
#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: 0;
}
#pricing h3 {
    font-family: "Fauna One", serif;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
    font-weight: 400;
    color: gray;
}
#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 0 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -1px 0 6px rgba(0, 0, 0, 0.7);
    box-shadow: -1px 0 6px rgba(0, 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 0 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.7);
}
ul.price {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
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: 700;
    border: none;
    color: #333;
    line-height: 35px;
}
ul.price li:nth-child(2) {
    font-family: Copse, serif;
    font-weight: 700;
    background: none repeat scroll 0 0 #cf1626;
    border: medium none;
    color: #fff;
    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;
}
#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;
}
h2.section_heading {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0;
    text-align: left;
    color: #333;
}
.price_heading {
    font-family: Copse, serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 42px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}
.faqs a {
    color: #cf1626;
}
.faqs a:hover {
    text-decoration: underline;
}
.faqs p,
.pws_services p {
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 15px;
    margin-bottom: 30px;
}
.faqs h3,
.pws_services h3 {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #333;
}
#plug_footer {
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
}
.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: #fff;
    width: 235px;
    float: left;
    font-family: "Open Sans";
}
.plug_footer_copyright {
    color: #fff;
    line-height: 15px;
    text-shadow: -1px 1px 1px #222;
}
.plug_footer_copyright a {
    text-decoration: none;
    color: #fff;
}
.plug_footer_menu h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
}
.plug_footer_menu ul {
    margin: 0;
    padding: 0;
}
.plug_footer_menu li {
    display: list-item;
    padding: 0;
    margin: 0;
}
.plug_footer_menu a {
    color: #fff;
    line-height: 25px;
    text-decoration: none;
}
.plug_footer_menu a:hover {
    text-decoration: none;
}
#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;
}
[type="email"],
[type="password"],
table.form_table tr td input[type="text"] {
    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;
}
#terms {
    font-size: 16px;
}
h2.terms_heading {
    font-family: Copse, serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
    text-align: center;
}
#l_a {
    border: 1px solid gray;
    height: 300px;
    width: 800px;
    margin: 0 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;
}
#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: 700;
    background: #cf1626;
    font-family: arial;
    font-size: 16px;
    color: #fff;
    border: none;
}
#payment table tr td input[type="submit"]:hover {
    color: #333;
}
#payment h2 {
    font-family: Copse, serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    padding: 0;
    text-align: left;
}
.Btn:hover {
    color: #fff;
}
#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: 400;
    font-size: 20px;
    font-family: "Fauna One", serif;
    text-align: left;
}
#price_value {
    line-height: 40px;
    color: #333;
    font-weight: 700;
    font-size: 23px;
    font-family: "Fauna One", serif;
}
#policy {
    font-size: 16px;
}
#email_services {
    text-align: center;
}
#contact_text p {
    padding-left: 25px;
    text-align: justify;
}
#pm_support ul li {
    display: block;
    padding: 0 10px;
    font-weight: 700;
}
#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.bold_heading {
    font-weight: 700;
}
#installation {
    margin: auto;
}
.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;
}
.pricing_tbl td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.pricing_tbl .norow {
    border: none;
}
.pricing_tbl .price {
    border: medium none;
    color: #fff;
    font-family: open sans;
    font-size: 40px;
    font-weight: 400;
    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: #333;
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
}
.pricing_tbl .regular {
    background: #efefef;
}
.pricing_tbl .popular {
    background: #fff;
}
.pricing_tbl .month {
    font-weight: 700;
    line-height: 15px;
    font-size: 10px;
    font-family: arial;
}
.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:focus,
a.red_ctabtn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b30f1e;
}
.pm_inner_list {
    position: relative;
    margin-left: 60px;
}
.pm_inner_list li {
    line-height: 18px !important;
    font-size: 14px !important;
}
.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: 700;
}
.pws_team h3 {
    font-size: 18px;
    margin-top: 5px !important;
}
.pws_team .dhr {
    margin-top: 30px;
}
.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: 400px;
    background-color: #fff;
    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: #fff;
    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: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: auto;
    display: table;
    padding-bottom: 0;
    padding-top: 5px;
    line-height: 30px;
}
.pmdi_alert p {
    margin: 0 20px;
    padding: 6px 0;
    text-align: justify;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #cf1626;
}
.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"]:focus,
.pmdi_alert input[type="text"]:hover {
    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: #fff;
    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"]:focus,
.pmdi_alert input[type="button"]:hover {
    text-decoration: none;
    background-color: #b30f1e;
}
.pws_testimonials .dhr {
    margin-top: 50px;
}
.plug_footer_menu a:hover {
    color: #fff;
}
.pws_features {
    background: none repeat scroll 0 0 #f9f9f9;
    text-align: center;
    padding: 25px 50px 15px !important;
    margin-bottom: 10px;
}
#pws_proactive h2,
#pws_reactive h2 {
    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: Inter, sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}
#features .head {
    margin-bottom: 0;
    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: 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: 0;
}
.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;
}
.team_pic {
    text-align: center;
}
.team_pic img {
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 50%;
}
.team_pic .team_names {
    color: #333;
    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: 0;
    margin-bottom: 0;
    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;
}
.pricing_tbl {
    font-size: 15px;
    min-width: 75%;
    margin: 50px auto;
    padding: 0;
    text-align: center;
}
.pricing_tbl td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.pricing_tbl .norow {
    border: none;
}
.pricing_tbl .price {
    border: medium none;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 400;
    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: #333;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}
.pricing_tbl .regular {
    background: #efefef;
}
.pricing_tbl .popular {
    background: #fff;
}
.pricing_tbl .month {
    font-weight: 700;
    line-height: 15px;
    font-size: 10px;
    font-family: arial;
}
.pricing_tbl .feature_label {
    text-align: left;
    padding-left: 15px;
    font-family: arial;
}
.pricing_tbl .feature_label_head {
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
    border-right: none;
    background: #ddd;
    font-size: 16px;
}
.no_bdr_heading {
    border-left: none;
    border-right: none !important;
    background: #ddd;
}
.no_bdr_heading:last-of-type {
    border-right: 1px solid #ddd !important;
}
a.red_ctabtn_pt {
    min-width: 100%;
    font-weight: 700;
    color: #fff;
    background: #cf1626;
    padding: 9px 25px !important;
    padding-bottom: 5px !important;
    font-size: 16px;
    font-family: Inter, sans-serif;
}
a.red_ctabtn_pt:hover {
    color: #fff;
    background: #b30f1e;
}
.fixed_video_img img {
    width: 100% !important;
}
.video_img img {
    width: 100% !important;
}

@media screen and (max-width: 800px) {
    .pricing_tbl {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    a.red_ctabtn {
        font-size: 14px;
    }
    .pricing_tbl {
        margin-right: 15px;
    }
    .pricing_tbl .feature_label {
        font-size: 14px;
    }
    .pricing_tbl .plan {
        font-size: 16px !important;
    }
    .pricing_tbl .price {
        font-size: 28px;
    }
    .pricing_tbl .feature_label_head {
        font-size: 14px;
    }
    .pricing_tbl .regular {
        font-size: 14px;
    }
    a.red_ctabtn_pt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 560px) {
    .pricing_tbl .popular {
        font-size: 12px;
    }
    .pricing_tbl .feature_label {
        font-size: 12px;
    }
    .pricing_tbl .feature_label_head {
        font-size: 12px;
    }
    .pricing_tbl td {
        padding: 2px 0;
    }
}
@media screen and (max-width: 450px) {
    .pricing_tbl .regular {
        font-size: 12px;
    }
    a.red_ctabtn {
        min-width: 50px;
    }
    a.red_ctabtn {
        padding: 7px;
    }
}
.wps_navbar_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 60px;
}
.wps_search_navbar {
    flex: 2;
    display: flex;
    justify-content: center;
}
.wps_search_navbar form {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.wps_search_navbar label {
    width: 100%;
}
.wps_search_navbar form label input {
    width: 100%;
    height: 38px;
    padding: 7px 12px 7px 40px;
    border-radius: 20px;
    color: #495057 !important;
    font-weight: 400;
    font-size: 16px;
}
.wps_search_navbar form button {
    position: absolute;
    right: 10px;
    border: none;
    background: 0 0;
    top: 7px;
}
.nav-search-enter svg {
    fill: #aaa;
}
.wps_nav_ul {
    display: flex;
    justify-content: flex-end;
    flex: 2;
}
ul.wps_nav_ul li > a {
    margin: 0;
    padding: 19px 20px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.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: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-weight: 600;
    text-decoration: none;
}
.tb-link:hover {
    background: #fff;
    color: #333 !important;
}
.tb-dm {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0 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;
}
footer {
    background: #f8f9fa;
}
.py-5 {
    padding-bottom: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.footer-logo {
    width: 100px !important;
}
.py-3 {
    padding-bottom: 1rem !important;
}
footer p {
    font-size: 15px;
    color: #606468 !important;
}
.px-md-5 {
    padding-left: 5rem;
}
.sec-footer {
    border-top: 1px solid #dadce0;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.sec-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.plug_footer_copyright a,
footer .plug_footer_copyright {
    font-size: 15px;
    color: #606468 !important;
    text-shadow: unset !important;
    margin-bottom: 0;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mr-3 {
    margin-right: 2rem !important;
}
.mobile-nav-wrap {
    display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
    .plug_padding {
        padding: 10px 15px;
    }
    .sec-footer-menu {
        display: flex;
        justify-content: center;
    }
    .pm-footer {
        flex-direction: column;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
    .wps_nav_ul {
        display: block;
    }
    ul.wps_nav_ul li > a {
        padding: 5px 10px;
    }
    .mobile-nav-wrap {
        display: block;
    }
}
.sec-footer-menu li {
    list-style: none;
}
.border-none {
    border: none !important;
}
.tawk-max-container {
    border: none !important;
    width: 95% !important;
    height: 97% !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    margin: 10px !important;
}
.pricing_overflow {
    overflow-x: auto;
}
.wps_main_header {
    background: url(https://plugmatter.com/assets/images/wps_assets/hd-header-small.webp) 50% 50% !important;
    background-size: auto;
    background-size: cover;
}
@media (min-width: 320px) and (max-width: 480px) {
    .logo img {
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: 8px;
    }
}
h3.section_heading {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 40px;
    padding: 0;
    text-align: left;
    color: #333;
}
.all-testimonials {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #cf1626 none repeat scroll 0 0;
    background-color: #cf1626;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    margin-right: 15px;
    margin-top: 50px;
}
.all-testimonials:hover {
    color: #fff;
    text-decoration: none;
}
.inner_video_div {
    float: left;
    width: 33.33%;
    position: relative;
    height: 230px;
}
.fb_play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 75px;
    z-index: 101;
}
.fixed_video_img,
.video_img {
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
    height: 230px;
    background-position: center;
    background-size: cover;
    opacity: 1;
}
.fixed_video_img {
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
}
.inner_video_div:hover .video_img {
    transform: scale(1.1);
    z-index: 100;
}
.inner_video_div:hover .fixed_video_img {
    transform: scale(1.1);
    z-index: 100;
}
.fb_play:hover {
    cursor: pointer;
}
/* .video_img_01 {
    background: url(../assets/images/wps_assets/samantha-fe.webp) no-repeat;
}
.video_img_02 {
    background: url(../assets/images/wps_assets/kim_360.webp) no-repeat;
}
.video_img_03 {
    background: url(../assets/images/wps_assets/jacky.webp) no-repeat;
}
.video_img_04 {
    background: url(../assets/images/wps_assets/coachshari.webp) no-repeat;
}
.video_img_05 {
    background: url(../assets/images/wps_assets/rose_360.webp) no-repeat;
}
.video_img_06 {
    background: url(../assets/images/wps_assets/leila-khan.webp) no-repeat;
}
.video_img_07 {
    background: url(../assets/images/wps_assets/vikki.webp) no-repeat;
}
.video_img_08 {
    background: url(../assets/images/wps_assets/annie.webp) no-repeat;
}
.video_img_09 {
    background: url(../assets/images/wps_assets/john.webp) no-repeat;
}
.video_img_10 {
    background: url(../assets/images/wps_assets/kirstin-odonovan.webp) no-repeat;
}
.video_img_11 {
    background: url(../assets/images/wps_assets/nadin_360.webp) no-repeat;
}
.video_img_12 {
    background: url(../assets/images/wps_assets/mark-goulston.webp) no-repeat;
} */
.pm_wps_testimonial:hover .inner_video_div .video_img {
    opacity: 0.5;
    cursor: pointer;
}
.pm_wps_testimonial:hover .inner_video_div .fixed_video_img {
    opacity: 0.5;
    cursor: pointer;
}
.pm_wps_testimonial .inner_video_div .fixed_video_img:hover,
.pm_wps_testimonial .inner_video_div .fixed_video_img:hover .fb_play:hover,
.pm_wps_testimonial .inner_video_div .video_img:hover,
.pm_wps_testimonial .inner_video_div .video_img:hover .fb_play:hover {
    opacity: 1;
}
.pm_wps_overlay {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
}
.pm_wps_alert {
    background-color: transparent;
    bottom: 0;
    display: none;
    height: 345px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
    padding: 20px 0 0 0;
    z-index: 1050;
}
.pm_wps_alert img {
    cursor: pointer;
    position: absolute;
    right: -21px;
    top: -4px;
}
#spinner {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
#spinner img {
    position: absolute;
    width: 20;
    height: 20;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media (max-width: 992px) {
    .inner_video_div {
        width: 49.99%;
    }
}
@media (max-width: 690px) {
    .inner_video_div {
        float: none;
        margin: auto auto 20px;
        width: 80%;
    }
}
#wps_plug_mainhead {
    padding-top: 5%;
    padding-bottom: 5%;
}
#wps_plug_mainhead h1 {
    font-family: Inter, sans-serif;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 600 !important;
    text-shadow: none;
    margin-top: 0;
    color: #000;
}
#wps_plug_mainhead h3 {
    color: #000;
    text-shadow: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
    font-family: Inter, sans-serif;
}
#wps_plug_mainhead p {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}
.optin_alert {
    min-width: 100%;
    color: #fff;
    background: #cf1626;
    padding: 10px 20px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    display: table;
    margin: auto;
}
.optin_alert:hover {
    color: #fff;
    background: #b30f1e;
}
#testimonialBanner {
    padding: 30px 15px;
    padding-top: 4%;
    text-align: center;
    margin: auto;
}
#testimonialBanner img {
    min-width: 95%;
    width: 95%;
    object-fit: contain;
}
.featuredImageWrap img {
    width: 100%;
    max-width: 100%;
    opacity: 0.6;
    filter: grayscale(100%);
    object-fit: contain;
}
.are_you p {
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.are_you .tick {
    color: #cf1626;
    margin-right: 6px;
}
.are_you h3 {
    text-align: center;
}
.testimonial-video .fb_play {
    width: 100%;
    display: flex;
}
.fb_play img {
    width: 80px !important;
}
.fb_play:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.video_img {
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
    height: 320px;
    background-position: center;
    opacity: 1;
    background-size: cover !important;
}
.testimonials-section-1 iframe {
    width: 540px;
    height: 320px;
}
.testimonials-section-2 iframe {
    width: 360px;
    height: 200px;
}
.testimonial-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.testimonial-video embed,
.testimonial-video iframe,
.testimonial-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial-text {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 38px;
    margin-top: 15px;
}
.testimonial-text-small {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 15px;
}
.testimonial-author-name {
    font-weight: 700 !important;
}
.testimonials-section-1 {
    padding: 60px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px;
}

.pm-testimonials{
    margin-top: 50px;
}
.mr1 {
    padding-top: 20px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.nav_alert {
    min-width: 100%;
    color: #fff;
    background: #cf1626;
    padding: 5px 20px;
    margin-top: 7px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    border-radius: 5px;
    border: none;
    font-weight: 500;
}
#wps_plug_mainhead a.green_cta {
    min-width: 100%;
    color: #cf1626;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    border-radius: 5px;
    border: 2px solid #cf1626;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 500;
}
#wps_plug_mainhead a.green_cta:hover {
    background: #cf1626;
    color: #fff;
}
.sub_head {
    font-size: 15px;
}
.booster_p {
    margin-top: 10px;
    font-size: 15px !important;
    color: #000;
    text-align: center;
}
.pmdi_alert {
    max-width: 660px;
    width: 95%;
    height: 406px;
    padding: 30px;
}
.pmdi_alert #pmdi_alert_h3 {
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
}
.pmdi_alert #pmdi_alert_h2 {
    font-size: 26px;
}
.btn_container {
    display: block;
    margin: auto;
    margin-top: 18px;
}
.pmdi_alert input[type="button"] {
    border: none;
    width: 100%;
}
.pmdi_akram_img {
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative !important;
}
.pmdi_alert p.msg {
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
.are_you_wrap {
    padding: 30px;
}
.are_you_wrap span {
    margin-bottom: 20px;
    color: #cf1626;
}
.are_you_wrap h4 {
    line-height: 1.5;
    font-weight: 700;
}
.are_you_wrap span:before {
    font-size: 40px;
    margin-bottom: 14px;
}
.are_you_cont {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
    margin-top: 60px;
    margin-bottom: 60px;
}
.star_rat {
    text-align: center;
}
.star_rat img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
}
.star_rate_wrap {
    text-align: center;
}
.star_rate_wrap i {
    display: block;
    margin: 10px 0;
}
.star_rate_wrap p {
    font-size: 12px;
}
.star_rate_wrap .client_small_img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.small_alert {
    min-width: auto;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 25px;
}
.cust_head_css {
    margin-bottom: 15px !important;
}
.marketing_row h3 {
    font-size: 28px;
}
.marketing_row img {
    width: 80%;
}
.panel-heading .panel-title:after {
    content: url(/assets/images/wps_assets/down-arrow.png);
    float: right;
}
.panel-heading .panel-title.collapsed:after {
    content: url(/assets/images/wps_assets/right-arrow.png);
}
.panel-heading {
    cursor: pointer;
    padding: 18px 20px;
}
.panel-heading a {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
    width: 95%;
}
.panel-default > .panel-heading {
    background-color: #fff;
}
.panel-default {
    margin-bottom: 12px;
}
.panel-default {
    border-color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}
.panel {
    box-shadow: none;
}
.panel-title {
    font-size: 18px;
}
.team_pic img {
    margin-bottom: 10px;
    width: 150px;
    max-width: 100%;
    border-radius: 50%;
}
@media only screen and (max-width: 600px) {
    .pmdi_alert {
        height: auto;
    }
    h2.section_heading {
        font-size: 28px;
        line-height: 1.5;
    }
    .team_pic img {
        margin-bottom: 10px;
        max-width: 100%;
        border-radius: 50%;
    }
    .team_pic .team_names {
        color: #333;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 1.4;
    }
    .team_pic .team_designation {
        line-height: 20px;
        font-size: 11px;
        line-height: 1.4;
    }
}