/********** Blog/Template article CSS ************/
.blog-content-area {
    color: #34393e !important;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 2rem;
}

.blog-content-area.cke_editable {
    padding: 15px;
}

.blog-content-area i {
    font-weight: 500;
    font-size: 18px;
}

.blog-content-area .featured-img {
    text-align: center;
}

.blog-content-area a {
    color: #0d88f3;
}

.blog-content-area p,
.blog-content-area .p,
.blog-content-area ul,
.blog-content-area .ul,
.blog-content-area ol,
.blog-content-area .ol {
    font-size: 18px;
    margin-bottom: 1.3rem;
}

.blog-content-area ul li,
.blog-content-area .ul li,
.blog-content-area ol li,
.blog-content-area .ol li {
    padding-left: 15px !important;
}

.blog-content-area blockquote {
    position: relative;
    padding: 20px 60px;
    margin: 30px 0;
    letter-spacing: 1px;
    font-size: 18px;
    border-left: 5px solid #EB407A;
    font-weight: 600;
    color: #EB407A;
}

.blog-content-area blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 22px;
    left: 17px;
    content: "“";
    font-size: 72px;
    color: #e8c9d4;
}

.blog-content-area blockquote p {
    margin-bottom: 0 !important;
}

.blog-content-area h1, .blog-content-area h2, .blog-content-area h3, .blog-content-area h4, .blog-content-area h5, .blog-content-area h6,
.blog-content-area .h1, .blog-content-area .h2, .blog-content-area .h3, .blog-content-area .h4, .blog-content-area .h5, .blog-content-area .h6 {
    margin-bottom: 0.6rem;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

.blog-content-area h1, .blog-content-area .h1 {
    font-size: 2.5rem;
    margin-top: 2.5rem;
    line-height: 1.5;
}

.blog-content-area h2, .blog-content-area .h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    line-height: 2.5rem;
}

.blog-content-area h3, .blog-content-area .h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    line-height: 2rem;
}

.blog-content-area h4, .blog-content-area .h4 {
    font-size: 1.2rem;
    margin-top: 1.7rem;
    line-height: 1.5rem;
}

.blog-content-area h5, .blog-content-area .h5 {
    font-size: 0.90rem;
    margin-top: 1.4rem;
}

.blog-content-area h6, .blog-content-area .h6 {
    font-size: 0.6rem;
    margin-top: 0.8rem;
}

.blog-content-area h6, .blog-content-area img {
    border-radius: 5px;
}

.blog-content-area table {
    margin-bottom: 1.3em;
}

.blog-content-area table tr td,
.blog-content-area table tr th {
    padding: 5px;
}

.blog-content-area table tr th {
    background: #bbcfdc;
}

.blog-content-area .highlight-blog-section {
    background: #ddedf7;
    padding: 40px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 1.3rem;
}

.highlight-blog-section {
    background: #ddedf7;
    padding: 40px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 1.3rem;
}

.upm-template-help,
.upm-blog-tip,
.upm-blog-remember,
.upm-blog-note,
.how-upm-help {
    background: #eef8ff;
    border-radius: 5px;
    margin: 1rem 0;
    min-height: 110px;
    padding: 24px;
    padding-left: 110px;
    position: relative;
}

.upm-template-help::before,
.upm-blog-tip::before,
.upm-blog-remember::before,
.upm-blog-note::before,
.how-upm-help::before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 110px;
    content: "";
    left: 0;
    top: 0;
}

.how-upm-help::before {
    background-image: url('../images/logo-pink.png');
    background-size: auto 48px;
}

.upm-blog-remember::before {
    background-image: url('../images/remember.png');
    background-size: auto 54px;
}

.upm-blog-tip::before {
    background-image: url('../images/tip.png');
    background-size: auto 62px;
}

.upm-blog-note::before {
    background-image: url('../images/note.png');
    background-size: auto 65px;
}

.upm-template-help::before {
    background-image: url('../images/template-img.png');
    background-size: auto 72px;
    opacity: 0.5;
}

.template-outline {
    padding: 20px;
    background: #f3f6f9;
    border-radius: 15px;
    margin-bottom: 20px;
}

.template-outline ul, .template-outline li {
    position: relative;
    list-style: none;
}

.template-outline ul::before {
    content: "";
    border: 1px solid #d3dee8;
    height: 100%;
    width: 1px;
    left: 1px;
    position: absolute;
}

.template-outline ul li::before {
    content: "";
    position: absolute;
    border: 1px solid #d3dee8;
    width: 45px;
    left: -39px;
    top: 16px;
}

.template-outline > ul > li {
    font-weight: 700;
}

.template-outline > ul > li ul {
    font-weight: normal;
    font-size: 85%
}

/* Banner background */
.upm-call-to-action {
    border-radius: 15px;
    margin: 0 0 20px 0;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    font-size: 18px;
}

.upm-call-to-action .btn-white-round {
    font-size: 16px;
    margin-top: 15px;
    border-radius: 25px;
}

.upm-call-to-action span {
    opacity: 0.7;
    display: block;
    font-size: 15px;
}

.upm-call-to-action a {
    color: #fff;
    text-decoration: none;
}

.upm-call-to-action .row {
    z-index: 10;
    position: relative;
    margin: 15px;
    background-image: url("../images/small-white-square-symbol-logo.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.upm-call-to-action::before {
    content: '';
    position: absolute;
    right: -80px;
    top: 107%;
    transform: translateY(-50%) rotate(30deg);
    width: 500px;
    height: 500px;
    border-radius: 5px;
    z-index: 7;
    background-color: inherit !important;
}

.upm-call-to-action::after {
    content: '';
    position: absolute;
    right: -60px;
    top: 100%;
    transform: translateY(-50%) rotate(45deg);
    width: 500px;
    height: 500px;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.upm-call-to-action.style-green {
    background-color: #03989e;
}

.upm-call-to-action.style-yellow {
    background-color: #d6a318;
}

.upm-call-to-action.style-orange {
    background-color: #e0811b;
}

.upm-call-to-action.style-violate {
    background-color: #674bc7;
}

.upm-call-to-action.style-red {
    background-color: #ff5c5c;
}

.upm-call-to-action.style-slate {
    background-color: #395972;
}

.upm-call-to-action.style-pink {
    background-color: #e63357;
}

.upm-call-to-action.style-black {
    background-color: #434a50;
}

.co-frame {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    color: #575c6a;
}

.co-frame::after {
    content: ' ';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    background: #aecede;
    border-radius: 50%;
    -webkit-box-shadow: 12px 0 0 #aecede, 24px 0 0 #aecede;
    box-shadow: 12px 0 0 #aecede, 24px 0 0 #aecede;
}

.co-frame::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #ebf2f8;
}

.co-frame > *:first-child {
    margin-top: 30px;
}

/********** End Blog/Template article CSS ************/

/* Blog page CSS */

.article-header {
    text-align: left;
    margin-bottom: 15px;
}

.article-header .article-heading__highlight {
    padding-left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d9f5fb), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #d9f5fb 50%, transparent 50%);
    background-image: linear-gradient(0deg, #d9f5fb 50%, transparent 50%)
}

.theme-1 .article-header .article-heading__highlight,
.theme-2 .article-header .article-heading__highlight,
.theme-3 .article-header .article-heading__highlight,
.theme-4 .article-header .article-heading__highlight {
    display: inline;
    padding-left: .3125rem;
    padding-right: .3125rem
}

.theme-1 .article-header .article-heading__highlight {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d9f5fb), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #d9f5fb 50%, transparent 50%);
    background-image: linear-gradient(0deg, #d9f5fb 50%, transparent 50%)
}

.theme-2 .article-header .article-heading__highlight,
.theme-3 .article-header .article-heading__highlight {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f7e9f9), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #f7e9f9 50%, transparent 50%);
    background-image: linear-gradient(0deg, #f7e9f9 50%, transparent 50%)
}

.theme-4 .article-header .article-heading__highlight {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ddf9f5), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom, #ddf9f5 50%, transparent 50%);
    background-image: linear-gradient(0deg, #ddf9f5 50%, transparent 50%)
}

.article-subheading {
    color: #666;
    font-family: Rubik, Arial, sans-serif !important;
    text-align: center
}

.figure + .article-subheading {
    margin: 1rem 0 0
}

.article-heading + .article-subheading {
    margin: .25rem 0 0
}

/* Blog page CSS end */

#blog-text-container {
    margin-top: 20px;
}

.secondary-text {
    color: #a5a5a5;
    font-size: 13px;
}

.secondary-text-color {
    color: #a5a5a5;
}

.err-text {
    color: red;
}

.hide {
    display: none !important;
}

.fab {
    line-height: inherit !important;
}

.features-header {

}

#offer-band {
    background: #e1124d;
    color: #FFF;
    text-align: center;
    padding: 3px 0;
}

button:disabled {
    opacity: 0.5;
}

.m-btn-dark:disabled:hover {
    color: #fff;
    background: #3B566E;
    cursor: default;
}

.sub-navigation {

}

.sub-navigation > a {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 125px;
    height: 125px;
    vertical-align: middle;
    padding: 12px 8px;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    border: 1px solid transparent;
}

.templates-header .sub-navigation > a {
    width: 199px;
    height: auto;
}

.templates-header .title {
    color: #fff;
    text-align: left;
}

.templates-header .template-desc{
    color: #bec8cc;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-left: 69px;
    padding-top: 9px;
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 0;
}

.templates-header .subtitle {
    color: #c6d2d6;
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
}

.templates-header .search-box-group {
    margin-top: 25px;
    max-width: 100%;
}

.templates-header .search-box-group #search-box {
    border-radius: 25px;
    border: 1px solid #abc3e2;
    background: rgba(0, 0, 0, 0.15);
    max-width: 100%;
    color: #fff;
    font-size: 16px;
}

.templates-header .search-box-group #search-box::placeholder {
    color: #acbacc;
}

.templates-header .search-box-group #search-box::-webkit-input-placeholder { /* Edge */
    color: #acbacc;
}

.templates-header .search-box-group #search-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #acbacc;
}

.template-cat-sidebar {
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.template-cat-sidebar .bp-nav-sidebar,
.template-cat-sidebar .sidebar-widget {
    background: transparent;
}

.template-cat-sidebar .sidebar-widget.bp-categores {
    padding: 0 !important;
}

.template-cat-sidebar .sidebar-widget ul.latest-post li a {
    color: #3B566E;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li {
    padding: 6px 8px;
    margin: 2px 0;
    border-radius: 26px;
    border: 1px solid transparent;
    cursor: pointer;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li a {
    font-size: 0.8em !important;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li .cat-icon {
    max-width: 25px;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li:hover {
    border: 1px solid #436e8c;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li.active {
    background: #436e8c;
}

.template-cat-sidebar .sidebar-widget.bp-categores .widget-categories ul li.active a {
    color: #fff;
}

.template-cat-sidebar .sidebar-widget .widget-title {
    font-size: 17px;
    color: #8392a0;
}

.temp-cat-icon {
    max-width: 54px
}

.sidebar-categories a {
    display: block;
    color: #3B566E;
    padding: 8px;
    margin: 2px 0;
    font-size: 0.8em;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 24px;
}

.sidebar-categories a:hover {
    border: 1px solid #436e8c;
    color: #020405;
}

.sidebar-categories a.active {
    background: #436e8c;
    border: 1px solid #436e8c;
    color: #fff;
}

.sidebar-categories img {
    max-width: 24px;
    margin-right: 4px;
}

.sidebar-categories a span {
    line-height: 24px;
}

.sub-navigation .new-feature {
    position: absolute;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    top: -12px;
    left: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 25px;
    background: #0ca912;
}

.sub-navigation > a:hover,
.sub-navigation > a.active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-navigation i {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    font-size: 28px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    margin-bottom: 8px;
    color: #212529;
}

.sub-navigation > a h1,
.sub-navigation > a p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0 !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

.bottom-pagination .pagination {
    -webkit-box-pack: center !important;
    justify-content: center;
}

.bottom-pagination .pagination li {
    font-weight: 500;
    margin: 0 8px;
    font-size: 15px;
    background: #f6f7f8;
    color: #626262;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 33px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 0 !important;
}

.bottom-pagination li.disabled {
    cursor: default;
    opacity: 0.5;
}

.bottom-pagination li a,
.bottom-pagination li span {
    width: 100%;
    height: 100%;
    color: #626262;
    background: #f6f7f8;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}

.bottom-pagination li:hover,
.bottom-pagination li:hover span,
.bottom-pagination li:hover a,
.bottom-pagination li.active,
.bottom-pagination li.active span,
.bottom-pagination li.active a {
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background: #111 !important;
}

.bottom-pagination li.disabled:hover,
.bottom-pagination li.disabled:hover span,
.bottom-pagination li.disabled:hover a {
    color: #626262 !important;
    background: #f6f7f8 !important;
    box-shadow: none !important;
    cursor: not-allowed;
}

.social-widget {
    margin-top: 0;
}

.social-widget-bottom {
    text-align: right;
}

.social-widget-bottom ul {
    display: inline-block;
    margin-bottom: 0;
}

.social-widget-bottom ul li {
    margin: 0;
    padding: 0 !important;
}

.social-widget-bottom ul li a {
    background: #ebf2f8;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.social-widget-bottom .wid-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}

.upm-pricing-table {
    position: relative;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.highlight-badge {
    width: 104px;
    height: 104px;
    background: url('../images/highlight-badge.png') top left no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.highlight-badge span {
    height: 100%;
    width: 100%;
    display: block;
    color: #fff;
    transform: rotate(45deg);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 76px;
}

.upm-pricing-table.suggested {
    margin-top: -30px;
}

@media (max-width: 769px) {
    .upm-pricing-table.suggested {
        margin-top: 0;
    }
}

.upm-pricing-table.suggested .pt-head {
    background: #ddedf7;
}

.upm-pricing-table.suggested .pt-action a {
    color: #fff;
    background: #4745e4;
    border: none;
}

.upm-pricing-table .pt-head {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddedf7;
}

.upm-pricing-table .pt-head h2 {
    font-size: 35px;
    font-weight: 500;
}

.upm-pricing-table .pt-head .p-desc {
    font-weight: normal;
    line-height: 22px;
}

.upm-pricing-table .pt-head h4 {
    margin: 10px 0 0;
    color: #3B566E;
    font-size: 75px;
    font-weight: 500;
}

.upm-pricing-table .pt-head h4 span {
    display: inline-block;
    font-size: 24px;
    margin-right: 8px;
    vertical-align: super;
    opacity: 0.7;
}

.upm-pricing-table .pt-head p {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}

.upm-pricing-table .pt-head .p-free-trial {
    margin-top: 12px;
    line-height: 22px;
    font-size: 15px;
}

.upm-pricing-table .pt-body {
    background: #fff;
}

.upm-pricing-table .pt-body ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    text-align: center;
}

.upm-pricing-table .pt-body li {
    padding: 8px 18px;
    border-bottom: 1px solid #ddedf7;
    text-transform: capitalize;
}

.upm-pricing-table .pt-body li span {
    font-weight: 500;
    font-size: 15px;
    margin-right: 3px;
    color: #3B566E;
}

.upm-pricing-table .pt-body li:last-child {
    border-bottom: none;
}

.upm-pricing-table .pt-body li.pt-no {
    opacity: 0.8;
}

.upm-pricing-table .pt-body li a {
    color: #4745e4;
    text-decoration: none;
}

.upm-pricing-table .pt-action {
    padding: 25px 0 0;
    text-align: center;
}

.upm-pricing-table .pt-action a {
    border: 1px solid #4745e4;
    color: #4745e4;
}

.upm-pricing-table .pt-action a:hover {
    background-color: #4745e4;
    color: #ffffff;
}

.pricing-options {
    border: 1px solid #3B566E;
    border-radius: 5px;
    font-weight: 500;
    color: #3B566E;
    background-color: #ffffff;
    flex-wrap: nowrap;
}

.pricing-options li {
    padding: 8px 48px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-options li:hover,
.pricing-options li.active {
    background-color: #3B566E;
    color: #ffffff;
}

.basic-plan-container {
    max-width: 800px;
}

.basic-plan-container .more-btn,
.basic-plan-container .more-btn:hover {
    color: #4745e4;
}

.basic-plan-container .feature-box-04 p {
    width: auto;
    font-size: 15px;
}

.template-preview header .navbar {
    border-bottom: 1px solid #ddd;
    background: #eee;
    padding: 0;
}

.template-preview footer {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    background: #eee;
}

.template-main {
    background: #eee;
    height: 100%;
    width: 100%;
    padding-top: 53px;
    padding-bottom: 40px;
}

.template-container,
.template-container > p {
    height: 100%;
    width: 100%;
}

.template-container iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.get-started .h1-text {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px;
    letter-spacing: 1.4px;
    line-height: 1.2;
}

.get-started p {
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 40px;
    color: #fff;
    margin: 0;
    line-height: 28px;
}

.get-started .btn {
    padding: 12px 40px;
}

.get-started .m-b-text {
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.overview-header {
    color: #3B566E;
    letter-spacing: 1px;
}

.f-header {
    padding: 50px 0;
}

.f-header h2 {
    color: #3B566E;
    font-size: 36px;
    letter-spacing: 1px;
}

.f-header p {
    font-size: 20px;
}

#homepage .f-header {
    padding-top: 50px !important;
}

.error-block {
    font-size: 12px;
    color: red;
}

.email-container {
    max-width: 850px;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
}

/*.email-container::before {
    content: ' ';
    background: url(../images/paper-plane-left.png);
    background-size: cover;
    position: absolute;
    right: 100%;
    top: 30px;
    width: 268px;
    height: 217px;
}

.email-container::after {
    content: ' ';
    background: url(../images/paper-plane-right.png);
    background-size: cover;
    position: absolute;
    left: 100%;
    top: 30px;
    width: 287px;
    height: 182px;
}*/

@media (min-width: 1450px) {

}

.email-container .co-frame {
    padding: 70px 50px 50px;
}

.email-subject {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 2px solid #dfeaf4;
}

.email-subject::after {
    content: " ";
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    width: 101px;
    height: 23px;
    background: url(../images/gmail-label.png);
    background-size: cover;
}

.email-body p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
}

.upm-terms {
    font-size: 15px;
}

.upm-terms ul li {
    padding: 5px 0;
}

.upm-terms h2 {
    margin-top: 40px;
}

.upm-terms h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.upm-terms h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.upm-terms h2:first-child {
    margin-top: 0 !important;
}

.upm-terms h2:after {
    content: '';
    display: block;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d5e5ed;
    max-width: 15rem;
}

.upm-terms p {
    max-width: 100%;
}

.upm-terms table td {
    padding: 40px 16px !important;
}

.upm-terms table tr td:first-child {
    width: 50%;
}

.upm-terms table td,
.upm-terms table th {
    text-align: left;
    line-height: 22px;
    font-size: 15px;
}

.upm-terms table tr:nth-child(even) {
    background: #FFFFFF !important;
}

.logo-cont {
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.logo-cont.dark {
    background-color: #191e22;
}

.logo-cont img {
    height: 150px;
}

.logo-cont .d-actions {
    margin-top: 50px;
}

.d-actions a {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    padding: .5em 1.2em;
    border: 0;
    border-radius: 3em;
    color: #fff;
    background-color: #1dabf2;
    box-shadow: rgba(29, 171, 242, 0.3) 0 3px 16px;
    transition: background-color .2s ease-out, box-shadow .2s ease-out;
}

.d-actions a:hover,
.d-actions a:focus {
    text-decoration: none;
    background-color: #18b0fc;
    box-shadow: rgba(17, 175, 254, 0.4) 0 3px 20px;
}

.d-actions a.rounded--left {
    border-radius: 2em 0 0 2em;
    margin-right: -0.1em;
    padding-left: 1.5em;
    padding-right: 1em;
}

.d-actions a.rounded--right {
    border-radius: 0 2em 2em 0;
    margin-left: -0.1em;
    padding-right: 1.5em;
    padding-left: 1em;
}

.get-started-form label {
    color: #bbb;
}

.get-started-form input {
    font-size: 30px !important;
    height: auto !important;
}

.grecaptcha-badge {
    display: none;
}

.signup-page body {
    overflow: hidden;
}

.signup-page-modal .grecaptcha-badge,
.signup-page .grecaptcha-badge {
    display: inline-block;
}

.signup-page .upm-logo-cont {
    padding: 12%;
}

.signup-page .upm-logo-cont img {
    height: 72px;
}

.signup-page .quote-icon {
    font-size: 48px;
    opacity: 0.2;
}

.signup-page .testimonials-container {
    text-align: center;
}

.signup-page .testimonials-container .testimonial-col-01 {
    box-shadow: none;
    background: transparent;
    margin: 0;
    border-radius: 0;
    padding: 0 24px 64px;
}

.signup-page .testimonials-container .testimonial-col-01 p {
    padding: 24px;
}

.signup-page .testimonials-container .testimonial-col-01 i {
    display: none;
}

.signup-page .right-side {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.signup-page .brand {
    display: none;
}

#getStartedModal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#getStartedModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#getStartedModal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
}

#getStartedModal .modal-header {
    position: absolute;
    right: 0;
    padding: 0;
    border: 0;
    height: 60px;
    width: 60px;
    z-index: 9;
}

#getStartedModal .modal-header .close {
    color: #aaa;
    font-size: 50px;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
}

#getStartedModal .modal-header .close:focus {
    outline: none;
}

#previewTemplateModal {
    width: 100%;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

#previewTemplateModal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

#previewTemplateModal .modal-dialog .close {
    position: absolute;
    right: 30px;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.7);
}

#previewTemplateModal .modal-content {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 0;
}

#previewTemplateModal .modal-content iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.flow-wrap {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.flow-wrap .left-side {
    min-height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #f0f3f5;
}

.flow-wrap .left-side .inner-cont {
    position: relative;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.flow-wrap .left-side .image-wrap {
    width: 100%;
    height: 100%;
    background: url('../images/signup_image.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.flow-wrap .left-side .image-wrap .opacity-cover {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.flow-wrap .left-side h1 {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    color: #fff;
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    width: 100%;
}

.flow-wrap .right-side {
    min-height: 490px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    z-index: 1;
    overflow-y: auto;
}

.flow-wrap .right-side .inside {
    margin-top: 10%;
    margin-left: 10%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

.flow-wrap .right-side h1 {
    font-size: 28px;
    color: #46494b;
    font-weight: 300;
    line-height: 20px
}

.flow-wrap .right-side h2,
.flow-wrap .right-side h2 a {
    max-width: 384px;
    font-size: 20px;
    color: #7c7f81;
    font-weight: 100;
    margin-bottom: 40px
}

.flow-wrap .right-side p small {
    font-size: 12px;
    line-height: 1.4em;
    color: #8b9499
}

.flow-wrap .right-side .content-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
}

.flow-wrap .right-side .form-container {
    position: absolute;
    top: 50%;
    margin-top: -173px
}

.form-container .label {
    color: #239ff4;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-container .form-control {
    display: block;
    max-width: 400px;
    position: relative;
    left: -6px;
    outline: 0;
    background: 0;
    border: 0;
    border-bottom: 1px solid #e2e7ea;
    font-size: 24px;
    padding: 8px 6px;
    margin-bottom: 20px;
    font-weight: 400
}

.flow-wrap .right-side .copyright-cont {
    position: absolute;
    bottom: 20px;
    padding: 0 8%;
    color: #c2c8cc;
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 100;
}

.flow-wrap .right-side .copyright-cont p {
    max-width: 450px;
    margin-bottom: 0;
}

.flow-wrap .right-side .copyright-cont a {
    display: inline-block;
    padding-bottom: 0;
    line-height: 13px;
    color: #c2c8cc;
    text-decoration: none
}

.flow-wrap .right-side .copyright-cont a:hover {
    color: #a5acb0
}

.brand {
    display: inline-block;
}

.brand img {
    height: 72px;
}

.gs-cover-cont {
    position: relative;
    display: block;
    border: 1px solid #000;
    height: 100%;
    width: 100%;
    background: #f5f8fa;
    min-height: 412px;
}

.gs-cover-cont .inner-cont {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.gs-cover-cont .inner-cont img {
    opacity: 0.3;
    width: 100px;
}

@media (max-width: 1500px) {
    .flow-wrap .left-side h1 {
        font-size: 28px
    }
}

@media (max-width: 780px) {
    .flow-wrap .right-side .content-block form input {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
}

.flow-wrap .right-side .form-container {
    margin-top: -350px;
}

@media (max-width: 1150px) {
    .signup-page .upm-logo-cont {
        padding: 8%;
    }

    .flow-wrap .right-side .inside {
        margin-top: 8%;
        margin-left: 8%;
    }

    .flow-wrap .right-side .content-block,
    .flow-wrap .right-side .copyright-cont {
        padding: 0 6%;
    }

    .signup-page .testimonials-container .testimonial-col-01 {
        padding-bottom: 24px;
    }

    .signup-page .testimonials-container .testimonial-col-01 p {
        font-size: 16px;
        padding: 24px 0 0;
    }
}

@media screen and (max-width: 810px), screen and (max-height: 680px) {

    .flow-wrap .right-side .content-block,
    .flow-wrap .right-side .inside {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .flow-wrap .right-side .content-block {
        margin-top: 50px;
    }

    .flow-wrap .right-side .content-block .form-container,
    .flow-wrap .right-side .inside .form-container {
        position: relative;
        top: auto;
        margin-top: 0
    }

    .flow-wrap .right-side .inside {
        padding: 0;
        padding-bottom: 105px;
        overflow: hidden;
        margin-top: 6% !important;
        margin-left: 6% !important;
    }

    .form-container .login-message {
        margin-top: 12px !important;
    }
}

@media (max-width: 768px) {

    .flow-wrap .left-side {
        display: none;
    }

    .flow-wrap .right-side {
        width: 100%;
        left: 0;
    }

    .signup-page .brand {
        display: block !important;
        height: 64px;
    }

    #signupForm .form-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .flow-wrap .right-side .content-block,
    .flow-wrap .right-side .copyright-cont {
        padding: 0 20px !important;
        left: 0 !important;
        right: 0;
    }
}

@media (max-width: 425px) {
    .flow-wrap .right-side .inside {
        margin: 30px 12px 0 !important;
        padding-bottom: 90px;
    }

    .flow-wrap .right-side .content-block {
        margin-top: 24px !important;
    }
}

.form-container .title {
    font-size: 28px;
    line-height: 34px;
    color: #000 !important;
    font-weight: 400;
    margin-bottom: 8px;
}

.form-container .description {
    font-size: 16px;
    line-height: 22px;
    color: #879099;
    margin: 0 0 30px;
}

#signupForm_container {
    max-width: 500px;
}

#signupForm_success {
    display: none;
    color: #000 !important;
}

#signupForm_success .text-line-1 {
    font-weight: bold;
    font-size: 32px;
}

#signupForm_success .text-line-2 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 40px;
}

#signupForm_success .description > div {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

#signupForm_error {
    background-color: lightcoral;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 16px;
    border-radius: 3px;
    font-size: 15px;
    display: none;
}

#signupForm .form-group {
    background-color: #f0f3f5;
    padding: 24px;
    margin: 16px -16px;
    border-radius: 12px;
}

#signupForm .inp-label {
    color: #222426;
    margin-bottom: 0;
}

#signupForm input {
    margin-bottom: 8px;
}

#signupForm .extra-info {
    font-size: 13px;
    font-style: italic;
    color: #879099;
}

.form-container .login-message {
    font-size: 16px;
    line-height: 22px;
    color: #879099;
    margin: 30px 0 0;
    text-transform: none;
    font-weight: 300;
}

.modal-body .form-container .login-message {
    margin: 20px 0 0;
}

.nav-btn {
    line-height: 33px;
    padding: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
    position: relative;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.nav-btn:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.header-nav-light .nav-btn {
    background: #3b566e;
    color: #fff;
}

.header-nav .navbar-nav .nav-link {
    line-height: 35px;
}

.filter-category {
    margin-top: -50px;
}

.blog-actions {
    margin-top: 16px;
    padding: 0 8px;
}

.blog-actions > div {
    padding: 0 6px;
}

.blog-actions .b-action {
    display: block;
    text-align: center;
    padding: 6px 0;
    text-decoration: none;
    background: #f1faff;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #b6dbf3;
    border-radius: 3px;
    width: 100%;
}

.blog-actions .b-action:hover {
    cursor: pointer;
    background: #ddf2ff;
}

.blog-actions .read-more {
    cursor: pointer;
}

.blog-actions .read-more i {
    font-size: 12px;
}

.templates-list .blog-content {
    padding: 1px !important;
    text-align: center !important;
}

.templates-list .blog-content h4 a {
    color: #000;
    font-size: 18px !important;
}

.features-page .co-frame {
    margin: 0 auto;
}

.features-page .co-frame video {
    width: 100%;
}

.features-page .co-frame .scroll-img-cont {
    max-height: 450px;
    overflow-y: scroll;
    background: #e1e4e8 !important;
    padding: 8px;
}

.home-banner-02 .co-frame {
    margin-bottom: -8px;
    border-radius: 12px;
}

.featured-in .item {
    margin: 30px 20px 0;
}

.btn {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    border-color: #fff;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
    z-index: 9;
    text-decoration: none;
    padding: 0 16px;
    font-size: 12px;
    line-height: 32px;
    overflow: hidden;
}

.btn-lg {
    font-size: 18px;
    padding: 16px 32px;
    line-height: 26px;
}

.btn:hover {
    color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 2px 3px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
}

.btn-orange {
    background-color: #f80;
    border-color: #f80;
    color: #fff !important;
}

.btn-orange:hover {
    background-color: #f70;
}

.btn-blue {
    background: #0d88f3;
    border-color: #0d88f3;
    color: #fff !important;
}

.btn-blue:hover {
    background-color: #0c71ca;
}

.btn-white-round {
    background: #fff;
    border: 2px solid #fff;
    color: #0c71ca !important;
}

.btn-white-round:hover {
    background: transparent !important;
    color: #fff !important;
    box-shadow: none;
}

.main-trial-btn {
    display: flex;
    justify-content: center;
}

.users-joined {
    display: flex;
    z-index: 1;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
}

.users-joined .icon {
    height: 28px;
    width: 54px;
    margin-right: 16px;
    stroke-width: 0;
}

.users-joined .uj-text {
    color: #fff;
    text-align: left;
    line-height: 18px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .main-trial-btn {
        display: block;
    }

    .template-preview footer p {
        margin-top: 0;
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .users-joined {
        margin-left: 32px;
        margin-top: -2px;
    }

    .users-joined .uj-text {
        max-width: 140px;
    }
}

.error-icon-container i {
    font-size: 75px;
    line-height: 150px;
    color: #212529;
}

.contact-us a {
    text-decoration: none;
}

.canvas-item > a {
    padding: 40px;
    background-color: #F0F0F0;
}

.canvas-item .blog-content {

}

.canvas-item .blog-image {
    min-height: 288px;
}

.canvas-item .blog-content h4 {
    font-size: 26px;
}

.light-color-0 {
    background-color: #e0f1e0 !important;
}

.light-color-1 {
    background-color: #dbeefe !important;
}

.light-color-2 {
    background-color: #fef4d5 !important;
}

.light-color-3 {
    background-color: #eeeaf7 !important;
}

.light-color-4 {
    background-color: #fae5e5 !important;
}

.light-color-5 {
    background-color: #d1f7fb !important;
}

.faq-header .no {
    background: #4745e4;
}

.featured-section {
    padding: 10px 0;
}

.featured-section .box {
    padding: 20px;
    text-align: center;
}

.try-upmetrics-bottom,
.try-upmetrics-sidebar {
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #0b0b0b;
    padding: 30px 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}

.try-upmetrics-bottom:hover,
.try-upmetrics-sidebar:hover {
    text-decoration: none;
}

.try-upmetrics-sidebar .try-text {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    padding: 12px 0;
}

.try-upmetrics-sidebar .btn-lg {
    font-size: 15px;
}

.try-upmetrics-bottom {
    padding: 0;
    background: #0f90ce !important;
    color: #FFFFFF !important;
    border-radius: 17px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0px;
}

.try-upmetrics-bottom:hover {
    color: #FFFFFF;
}

.try-upmetrics-bottom .text-cont {
    padding-top: 20px;
    padding-bottom: 20px;
}

.try-upmetrics-bottom .try-text {
}

.try-upmetrics-bottom img {
    margin-top: 10px;
}

.try-upmetrics-bottom .btn {
    background-color: #FFFFFF;
    color: #000;
    margin-top: 16px;
    font-size: 14px;
}

.explore-templates {
    background-color: #2DC8A2 !important;
}

.money-back-box {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #9eb5c3;
}

.money-back-box img {
    position: absolute;
}

.money-back-box .m-b-text {
    font-size: 18px;
    margin-left: 85px;
    text-align: center;
}

.author-cont {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 16px;
    background: #f7f7f7;
}

.author-cont img {
    border-radius: 50%;
    height: 91px;
    width: 91px;
}

.author-cont .name {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.author-cont .description {
    font-size: 14px;
}

.simple-table {
    width: 100%;
    border-collapse: collapse;
}

.simple-table th,
.simple-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.simple-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.simple-table th {
    padding-top: 12px;
    padding-bottom: 12px;
}

.simple-table td .comp-pricing {
    font-size: 40px;
    font-weight: 500;
}

.main-title {
    font-size: 40px;
    color: #3B566E;
    font-weight: 400;
}

.download-cont {
    margin: 10px 0;
    background: #ddedf7;
    border-radius: 10px;
}

.download-cont i {
    font-size: 80px;
}

.download-cont .d-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.download-cont .btn-primary {
    margin-top: 3px;
    font-size: 16px;
    white-space: normal;
}

.download-cont img {
    border-radius: 5px;
}

.cookie-warning {
    padding: 20px 20px 12px 20px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: none;
    color: #fff;
}

.cookie-warning .text {
    font-size: 13px;
}

.cookie-warning .accept-btn {
    margin-top: 10px;
    text-align: center;
}

.fixed {
    visibility: hidden;
}

.fixed-at-top {
    position: fixed;
    top: 76px;
    padding: 16px 0;
    z-index: 9;
}

.fixed-at-bottom {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.fixed-at-parent-bottom {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
}

.industry-categories > div {
    text-align: center;
}

.industry-categories .in-category {
    display: block;
    height: 100%;
    border: 1px solid #ddedf7;
    padding: 12px;
    text-decoration: none;
    border-radius: 4px;
}

.industry-categories .in-category h3 {
    font-size: 0.85rem;
    margin-top: 1.4rem;
    line-height: 0.8rem;
    display: inline;
}

.industry-categories .in-category:hover {
    background-color: #ddedf780;
}

.industry-categories .in-category img {
    height: 80px;
}

.industry-categories .in-category div {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}

.bp-nav-sidebar {
    background: #FFFFFF;
    border: 1px solid #caddea;
    border-radius: 5px;
    padding: 0;
}

.bp-nav-sidebar li {
    border-bottom: 1px solid #caddea;
    padding: 12px 16px;
    margin: 0;
}

.bp-nav-sidebar li .more-btn {
    font-size: 14px;
    padding: 0;
}

.bp-nav-sidebar li .more-btn i {
    top: 2px;
}

.bp-nav-sidebar li .more-btn:hover {
    color: #007bff;
}

.bp-nav-sidebar li:last-child {
    border-bottom: none;
}

#work h3 {
    color: #151515;
    font-weight: 700;
    font-size: 17px;
}

.view-all-btn {
    padding: 12px 50px;
    border-radius: 10px;
    color: #071e75;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border: 1px solid #071e75;
}

.view-all-btn a {
    color: #071e75;
    text-decoration: none;
}

.view-all-btn.inverse,
.view-all-btn:hover {
    background: #071e75;
    color: #fff;
    text-decoration: none;
}

.view-all-btn.inverse a,
.view-all-btn:hover a {
    color: #fff;
    text-decoration: none;
}

#gsmModal .modal-dialog {
    max-width: 900px;
}

#gsmModal .modal-body {
    position: relative;
    background: #000;
    padding: 0;
    overflow: hidden;
}

#gsmModal .left-cont {
    padding: 36px;
    text-align: center;
    background-color: #fff;
}

#gsmModal .features-list {
    margin: 0 auto;
}

#gsmModal tr td {
    padding: 3px 20px;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

#gsmModal .features-list i {
    color: #a3a3a3;
    margin-right: 8px;
    font-size: 16px;
}

#gsmModal .headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

#gsmModal .subline {
    font-size: 14px;
}

#gsmModal .btn {
    margin: 0 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 4px 16px;
}

#gsmModal .btn:hover {
    box-shadow: none;
}

#gsmModal .btn-primary {
    color: #FFF;
}

#gsmModal .right-cont {
    text-align: center;
    color: #FFF;
}

#gsmModal .right-cont .content {
    padding-right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#gsmModal .price-line {
    font-size: 16px;
    color: #039be5;
    margin: 16px 0;
}

#gsmModal .price-line .price {
    font-size: 50px;
    font-weight: 500;
}

#gsmModal .tag-line {
    font-size: 14px;
}

#gsmModal .sub-text {
    font-size: 12px;
    color: #cbd2e24f;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-right: 15px;
}

#gsmModal2 .modal-dialog {
    max-width: 70% !important;
    margin: 0 auto;
}

#gsmModal2 .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background-size: cover;
}

#gsmModal2 .content-cont {
    position: relative;
    width: 50%;
    height: 500px;
    margin-left: 50%;
}

#gsmModal2 .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0.3;
    z-index: 99;
}

#gsmModal2 .close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

#gsmModal2 .top-cont {
    position: relative;
    height: 85%;
    padding: 10%;
}

#gsmModal2 .top-cont .inner-cont {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin: 0 auto;
}

#gsmModal2 .first-sec {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

#gsmModal2 .first-sec span:first-child {
    color: #f80;
}

#gsmModal2 .first-sec span:last-child {
    color: #212529;
}

#gsmModal2 .second-sec {
    margin-top: 15px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #3B566E;
}

#gsmModal2 .third-sec {
    margin-top: 8px;
    color: #007bff;
    font-size: 20px;
}

#gsmModal2 .fourth-sec {
    margin-top: 16px;
}

#gsmModal2 .gsm-btn {
    font-size: 16px;
    padding: 4px 20px;
}

#gsmModal2 .bottom-cont {
    position: absolute;
    left: 4px;
    right: 2px;
    bottom: 0;
}

#gsmModal2 .number-1-row {
    text-align: center;
    opacity: 0.7;
    width: 100%;
}

#gsmModal2 .number-1-row tr td {
    width: 25%;
    padding: 8px 6px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    background: #ff8700;
    border-right: 2px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#gsmModal2 .number-1-row tr td:last-child {
    border-right: none;
}

#checklist-items {
    margin-top: 25px;
    margin-left: 7%;
    margin-bottom: 25px;
}

#checklist-items .sub-items-header {
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.7;
}

#checklist-items .sub-items-header .desc {
    font-size: 14px;
}

#checklist-items .sub-items {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 7%;
}

#checklist-items label {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    margin: 0.5rem 0;
}

#checklist-items label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#checklist-items label span {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
#checklist-items label:hover input ~ span {
    background-color: #fff;
    border: 2px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
#checklist-items label input:checked ~ span {
    background-color: #2196F3;
    border: 2px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#checklist-items label span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#checklist-items label input:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
#checklist-items label span:after {
    left: 7px;
    top: 1px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle-chart {
    margin: 25px auto;
    width: 150px;
    height: 150px;
    background: #e6e2e7;
    border-radius: 50%;
}

.circle-chart .circle .mask,
.circle-chart .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.circle-chart .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
}

.circle-chart .circle .mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #eee;
}

.circle-chart .circle .mask.full,
.circle-chart .circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(0deg);
}

.circle-chart .inside-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    line-height: 130px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    z-index: 100;
    font-weight: 600;
    font-size: 50px;
    color: #ddd;
}

.circle-chart .inside-circle .sign {
    font-size: 50%;
    margin-left: 2px;
    font-weight: 400;
}

.progress-level {
    font-size: 20px;
}

.progress-level .progress-text {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ddd;
}

.content-center-cont {
    position: relative;
}

.content-center-cont .content-cont {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t-prev-actions-cont {
    min-height: 350px;
}

@media (max-width: 768px) {

    #gsmModal2 .bg-image {
        display: none;
    }

    #gsmModal2 .modal-dialog {
        max-width: 90% !important;
    }

    #gsmModal2 .content-cont {
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .content-center-cont .content-cont {
        position: relative;
        top: 30px;
        margin: 30px 0;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.reload-pdf-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-widget-alt {
    padding-right: 30px;
}

.sidebar-widget-alt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget-alt ul li {
    min-height: 40px;
    margin: 8px 0;
    padding-top: 8px;
    padding-left: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-widget-alt ul li:last-child {
    border-bottom: none;
}

.sidebar-widget-alt ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #212529;
    text-transform: uppercase;
}

.sidebar-widget-alt ul li:hover a {
    color: #000;
}

.terms-and-policies .pages {
    display: none;
}

#pdf-preview {
    width: 100%;
    height: 770px;
    border: 1px solid #ddedf7;
    border-radius: 5px;
    margin-bottom: 15px;
}

#pdf-preview embed {
    border-radius: 5px;
}

#help-scout-beacon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 1049;
    background: rgb(252, 93, 125);
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 250ms ease 0s, opacity 0.4s ease 0s, scale 1000ms ease-in-out 0s, transform 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 7px;
}

#help-scout-beacon:hover {
    background-color: rgb(244, 85, 117);
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 30px inset;
}

#help-scout-beacon i {
    color: #fff;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    font-size: 24px;
    line-height: 60px;
}

.cover-page-designs img {
    border: 1px solid #aaa;
    border-radius: 4px;
}

.arrow-bottom {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.arrow-bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    bottom: -1.6em;
    box-sizing: border-box;
    border: 0.8em solid #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.review-user {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.review-user .img {
    width: 70px;
    height: 70px;
    border: 5px solid #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.review-user .img img {
    display: block;
    width: 100%;
}

.review-user .initials {
    line-height: 59px;
    text-align: center;
    font-size: 24px;
}

.review-user .name {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-left: 10px;
    text-align: left;
}

.review-user .name span {
    font-size: 16px;
    color: #3B566E;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin-top: 14px;
    line-height: 20px;
}

.review-user .name label {
    font-size: 14px;
    margin: 0;
}

.review-user.no-image .name {
    margin-left: 0;
}

.review-user.no-image .name span {
    margin-top: 0;
}

#rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
}

#rating span {
    display: inline-block;
    position: relative;
    font-size: 26px;
    line-height: 32px;
}

#rating span:hover,
#rating span.active {
    cursor: pointer;
}

#rating.disabled span:hover,
#rating.disabled span:active {
    cursor: not-allowed !important;
}

#rating:not(.disabled) span:hover ~ span:before,
#rating:not(.disabled) span:hover:before,
#rating span.active ~ span:before,
#rating span.active:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

#rating-success {
    display: none;
    color: green;
    font-size: 12px;
}