.landing-page.ssl .standout img {

display: none!important;

}







.landing-page .navbar-toggler {

display: none!important;

}

section#main-body {
    margin: 0;
    padding: 0;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
    font-weight: 400;
}

.landing-page .hero {
    padding: 60px 0;
    text-align: center;
    color: #333;
}
.landing-page .hero h2 {
    margin: 0 0 15px 0;
    font-size: 3em;
    font-weight: 400;
}
.landing-page .hero h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.landing-page .hero img {
    max-width: 500px;
    padding-bottom: 25px;
}

.landing-page .product-options {
    padding: 40px 0 20px;
    text-align: center;
}

.landing-page.mail-services .product-options {
    background-color: #fafafa;
}

.landing-page.mail-services .product-options .preview-text {
    padding: 50px;
    color: #fff;
}

.landing-page .product-options h2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 2.8em;
    color: #fff;
}
.landing-page .product-options h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 2.4em;
    color: #fff;
}
.landing-page .product-options .item {
    margin: 0 0 20px 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.landing-page .product-options h4 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
}
.landing-page .product-options .icon {
    line-height: 80px;
    font-size: 50px;
    color: #ccc;
}
.landing-page .product-options img {
    margin: 20px 0;
    max-width: 100%;
}
.landing-page .product-options span {
    display: block;
    font-size: 1.2em;
}
.landing-page .product-options p {
    margin: 10px 0;
    color: #555;
}
.landing-page .product-options .price {
    margin: 10px 0;
    font-size: 1.1em;
    color: #444;
}
.landing-page .product-options .item .btn {
    padding: 6px 20px;
    background-color: #f6c14d;
    color: #fff;
}

.landing-page.mail-services .product-options .item {
    background-color: #f5f5f5;
}
.landing-page.mail-services .product-options .icon {
    color: #d22739;
}
.landing-page.mail-services .product-options .btn-buy {
    background-color: #d22739;
}
.landing-page.mail-services .product-options .price {
    color: #fafafa;
}

.landing-page .product-options .powered-by {
    text-align: right;
    color: #fff;
    font-size: 0.9em;
}
.landing-page .product-options .powered-by img {
    margin: 0 0 0 8px;
    max-height: 60px;
}

.landing-page .navbar {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
@media (min-width: 768px) {
    .landing-page .navbar .navbar-nav {
        width: 100%;
    }
}
.landing-page .navbar .navbar-nav > li > a {
    font-size: 14px;
    text-align: center;

}
@media (min-width: 992px) {
    .landing-page .navbar .navbar-nav > li {
        width: 25%;
    }
    .landing-page .navbar .navbar-nav > li > a {
        
    }
    .landing-page .navbar .navbar-nav > li:last-child > a {
        
    }
}

.landing-page .navbar .navbar-nav > li.active > a {
    background: #fff;
}

.landing-page .content-block {
    margin: 40px 0;
    padding: 40px 0;
}
.landing-page .text13 {
    font-size: 1.3em;
}
.landing-page .text20 {
    font-size: 2em;
}
.landing-page .text20 h2 {
    margin: 0;
    font-weight: 400;
}

.landing-page .light-grey-bg {
    background-color: #f6f6f6;
    color: #222;
}
.landing-page .get-started {
    background-color: #fafafa;
    color: #fff;
}

.landing-page.mail-services .light-grey-bg {
    margin-top: 0;
}
.landing-page.mail-services .get-started {
    margin-bottom: 0;
    padding: 60px 0;
}

.landing-page .get-started h2 {
    margin: 0 0 20px 0;
}
.landing-page .get-started .price {
    font-size: 2em;
}
.landing-page .get-started .additional-options .option:not(:first-child) {
    display: none;
}
.landing-page .get-started .checkbox-inline+.checkbox-inline,
.landing-page .get-started .radio-inline+.radio-inline {
    margin: 0;
}
.landing-page .get-started .btn-order-now {
    background-color: #f6c14d;
    color: #fff;
}
.landing-page .get-started .price:not(:first-child) {
    display: none;
}

.landing-page .content-block.tabs {
    padding: 80px 0;
}

.landing-page .nav-tabs {
    border: 0;
}
.landing-page .nav-tabs > li {
    margin-right: 5px;
}
.landing-page .nav-tabs > li > a,
.landing-page .nav-tabs > li > a:focus {
    background-color: #efefef;
    border: 0;
}
.landing-page .nav-tabs > li > a:hover {
    background-color: #f2f2f2;
    border: 0;
}
.landing-page .nav-tabs > li.active > a,
.landing-page .nav-tabs > li.active > a:focus,
.landing-page .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border: 0;
    border-top: 3px solid #f6c14d;
}

.landing-page .tab-content {
    padding: 30px;
    background-color: #fff;
}
.landing-page .tab-content h1,
.landing-page .tab-content h2,
.landing-page .tab-content h3,
.landing-page .tab-content h4,
.landing-page .tab-content h5,
.landing-page .tab-content h6 {
    margin: 0 0 10px 0;
}
.landing-page .tab-content p {
    margin: 0 0 16px 0;
}

.landing-page.mail-services .benefits {
    margin: 0 0 30px 0;
    padding: 20px;
    font-size: 1.1em;
    background: #f5f5f5;
    border-radius: 6px;
}
.landing-page.mail-services .benefits i {
    color: #d22739;
    font-size: 1.5em;
    padding-right: 5px;
}

.landing-page .image-standout {
    font-size: 1.2em;
}
.landing-page .image-standout img {
    max-width: 100%;
}

.landing-page .currency-selector {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 250px;
}

.landing-page .pricing-item {
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}
.landing-page .pricing-item .header {
    padding: 30px 20px 10px;
}
.landing-page .pricing-item .header h4 {
    margin: 0;
    font-size: 1.4em;
}
.landing-page .pricing-item .price {
    padding: 0 0 10px 0;
    font-size: 2em;
}
.landing-page .pricing-item ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.landing-page .pricing-item ul li {
    line-height: 28px;
    font-size: 0.92em;
}
.landing-page .pricing-item .feature-heading {
    margin: 10px 0 0 0;
    background-color: #f4f4f4;
    line-height: 30px;
    font-weight: bold;
    font-size: 0.92em;
}

.landing-page.weebly .pricing-item ul {
}

@media (max-width: 767px) {
    .landing-page .standout-features p {
        margin: 0 20px 50px;
    }
}

.landing-page .features {
    padding: 90px 0 0px;
    background-color: #fafafa;
    text-align: center;
}
.landing-page .features .feature {
    margin-bottom: 30px;
    overflow: hidden;
}
.landing-page .features .feature .icon {
    line-height: 120px;
}

.landing-page.weebly .faq {
    padding: 80px 0;
    background-color: #fafafa;
}
.landing-page .faq h3 {
    margin: 0 0 30px 0;
    font-size: 2em;
}

.landing-page .trusted-by {
    padding: 10px 0;
}
.landing-page .trusted-by {
    color: #ccc;
    font-size: 1.3em;
    line-height: 60px;
}
.landing-page .trusted-by img {
    max-height: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.landing-page.mail-services .navbar {
    margin-bottom: 0;
}
.landing-page.mail-services .tabs {
    margin-bottom: 0;
}
.landing-page.mail-services .get-started {
    margin-top: 0;
}

@media (min-width: 992px) {
    .landing-page.ssl .navbar .navbar-nav > li {
        width: 20%;
    }
}

.landing-page.ssl .content-block h1,
.landing-page.ssl .content-block h2,
.landing-page.ssl .content-block h3,
.landing-page.ssl .content-block h4,
.landing-page.ssl .content-block h5,
.landing-page.ssl .content-block h6 {
    margin: 0 0 20px 0;
    padding: 0;
}

.landing-page.ssl .validation-levels {
    padding: 20px 20px 0 20px;
    background-color: #fafafa;
    text-align: center;
}
.landing-page.ssl .validation-levels h3 {
    margin: 0;
    line-height: 100px;
    font-weight: 400;
    font-size: 2em;
    color: #333;
}
.landing-page.ssl .validation-levels .item {
    margin: 0 0 20px 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.landing-page.ssl .validation-levels .item h4 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
}
.landing-page.ssl .validation-levels .item img {
    margin: 20px 0;
    max-width: 100%;
}
.landing-page.ssl .validation-levels .item span {
    display: block;
    font-size: 1.2em;
}
.landing-page.ssl .validation-levels .item p {
    margin: 10px 0;
    color: #555;
}
.landing-page.ssl .validation-levels .item .btn {
    padding: 6px 20px;
    background-color: #f6c14d;
    color: #fff;
}
.landing-page.ssl .validation-levels a.show-all {
    line-height: 50px;
    color: #333;
}

.landing-page.ssl .standout {
    font-size: 1.3em;
    font-weight: 400;
}

.landing-page.ssl .what-is-ssl ul {
    list-style: none;
    margin: 30px 0;
}
.landing-page.ssl .what-is-ssl ul li {
    line-height: 2em;
}
.landing-page.ssl .what-is-ssl .fa {
    float: left;
    color: #d22739;
    font-size: 2em;
    padding-right: 15px;
}

.landing-page.ssl .ssl-benefits {
    margin-top: 0;
    padding-top: 0;
}
.landing-page.ssl .ssl-benefits .row {
    margin-top: 40px;
    text-align: center;
    color: #444;
}
.landing-page.ssl .ssl-benefits i {
    display: block;
    margin: 20px 0;
    font-size: 5em;
    color: #d22739;
}

.landing-page.ssl .browser-notice {
    float: left;
    margin-top: -100px;
    width: 100%;
}
.landing-page.ssl .browser-notice .wrapper-container {
    padding: 0 75px;
}
.landing-page.ssl .browser-notice .wrapper {
    margin: 0 auto;
    padding: 40px;
    max-width: 660px;
    background-color: #fff;
    border-top: 4px solid #cc0000;
    box-shadow: 2px 2px 5px #ccc;
    font-size: 1.4em;
    text-align: center;
}
.landing-page.ssl .browser-notice img {
    display: block;
    float: none !important;
    margin: 20px auto;
}

.landing-page.ssl .browser-msg span {
    display: block;
    padding: 42px 30px;
    font-size: 1.8em;
}
.landing-page.ssl .browser-msg img {
    float: left;
    max-width: 200px;
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .landing-page.ssl .browser-msg span {
        padding: 25px 30px;
    }
}
@media (max-width: 991px) {
    .landing-page.ssl .browser-msg span {
        padding: 15px 30px;
    }
}
@media (max-width: 700px) {
    .landing-page.ssl .standout-1 h3 {
        padding: 0 0 20px 0;
        font-size: 1.6em;
    }
    .landing-page.ssl .browser-notice .wrapper {
        font-size: 1em;
    }
    .landing-page.ssl .browser-notice .wrapper img {
        max-width: 80px;
    }
    .landing-page.ssl .browser-msg span {
        font-size: 1.4em;
    }
}

.landing-page.ssl .competitive-upgrade-promo {
    margin: 80px 0 40px 0;
    background-color: #333;
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.landing-page.ssl .competitive-upgrade-promo a {
    color: #fff;
    text-decoration: underline;
}
.landing-page.ssl .competitive-upgrade-banner {
   position: fixed;
   left: 0;
   bottom: 0;
   padding: 12px;
   width: 100%;
   background: #444;
   color: #333;
   z-index: 100;
}
.landing-page.ssl .competitive-upgrade-banner button.close {
    color: #fff;
}
.landing-page.ssl .competitive-upgrade-banner h4,
.landing-page.ssl .competitive-upgrade-banner p {
    margin: 2px 0;
}

.landing-page.ssl .detailed-info {
    padding: 80px 0;
    background-color: #f8f8f8;
}
.landing-page.ssl .detailed-info .panel-group {
    margin: 0;
}
.landing-page.ssl .detailed-info .arrow {
    float: left;
    width: 30px;
    margin-right: 10px;
    text-align: center;
}
.landing-page.ssl .detailed-info .panel-heading {
    background-color: #333;
    color: #fff;
    border-radius: 3px;
}
.landing-page.ssl .detailed-info .panel-heading h4 {
    margin: 0;
    font-weight: 400;
    font-size: 1.5em;
}
.landing-page.ssl .detailed-info .panel {
    background-color: transparent;
    border: 0;
}
.landing-page.ssl .detailed-info .panel-body {
    margin-top: 15px;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 1.2em;
}
.landing-page.ssl .detailed-info .panel-body h4 {
    margin: 20px 0;
    font-weight: 700;
}

.landing-page.ssl .standout-1 {
    margin: 30px 0 200px 0;
    padding: 40px 0 0 0;
    background-color: #d22739;
    text-align: center;
}
.landing-page.ssl .standout-1 .browser {
    max-height: 400px;
    overflow: hidden;
}
.landing-page.ssl .standout-1 .browser .browser-image {
    float: left;
    width: 100%;
}
.landing-page.ssl .standout-1 .browser .browser-image img {
    max-width: 100%;
}
.landing-page.ssl .standout-1 h3 {
    padding: 30px 0;
    font-size: 2.4em;
    font-weight: 400;
    color: #fff;
}

.landing-page.ssl .standout-2 {
    color: #444;
    font-size: 18px!important;
	font-weight: 400;
    text-align: center;
}

.landing-page.ssl ul.ssl-certs-all {
    margin: 0;
    padding: 0;
    list-style: none;
}
.landing-page.ssl ul.ssl-certs-all li {
    margin: 0;
    padding: 25px 15px 15px;
    border-bottom: 3px solid #f8f8f8;
}
.landing-page.ssl ul.ssl-certs-all li:last-child {
    border-bottom: 0;
}
.landing-page.ssl ul.ssl-certs-all li h3 {
    font-weight: 400;
}
.landing-page.ssl ul.ssl-certs-all .padded-cell {
    padding-top: 30px;
    text-align: center;
}
.landing-page.ssl ul.ssl-certs-all .padded-cell .btn {
    margin-bottom: 5px;
}
.landing-page.ssl ul.ssl-certs-all .padded-cell a {
    font-size: 0.9em;
}
.landing-page.ssl ul.ssl-certs-all .price strong {
    font-size: 2em;
}
.landing-page.ssl ul.ssl-certs-all .price span {
    font-size: 0.9em;
    color: #888;
}

.landing-page.ssl .features {
    background-color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    .landing-page.ssl .features {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.landing-page.ssl .features h3 {
    margin: 10px 0 40px 0;
    padding: 0;
    color: #333;
    font-size: 26px;
    font-weight: 400;
	padding-bottom: 25px;
	
	

}

.landing-page.ssl .features i {
	padding-bottom: 25px;
	color:#d22739;
}

.landing-page.ssl .features .feature {
    margin: 0 0 20px 0;
    padding: 30px 20px;
    border: 1px solid #fff;
    height: 150px;
    font-size: 24px;
    color: #333;
}
.landing-page.ssl .features .feature h4 {
        color: #1e1e27;
    font-size: 14px;
    font-weight: 600;
}

.landing-page.ssl .logos {
    padding: 10px 0;
    text-align: center;
    max-width: 70%;
    overflow: hidden;
	margin: 0 auto;
}
.landing-page.ssl .logos img {
    max-height: 70px;
    max-width: 90%;
}
@media (max-width: 767px) {
    .landing-page.ssl .logos img {
        margin-bottom: 20px;
        max-height: 50px;
    }
}


.landing-page.ssl .certificate-options {
    background-color: #fafafa;
    color: #fff;
		    padding: 80px 0px;
}
.landing-page.ssl .certificate-options.ov {
    background-color: #fafafa;
	
}
.landing-page.ssl .certificate-options.ev {
    background-color: #fafafa;
	    padding: 80px 0px;
}

.landing-page.ssl .certificate-options h3 {
font-size: 26px;
font-family: Montserrat,! sans-serif important;
font-weight: 400 !important;
}

.landing-page.ssl .currency-selector {
    display: inline-block;
    width: 250px;
}

.landing-page.ssl .row-pricing-table {
    margin-left: -2px;
    margin-right: -2px;
}
.landing-page.ssl .row-pricing-table .col-sm-3,
.landing-page.ssl .row-pricing-table .col-sm-4,
.landing-page.ssl .row-pricing-table .col-sm-6 {
    padding-left: 2px;
    padding-right: 2px;
}
.landing-page.ssl .row-pricing-table .header {
    margin-bottom: 4px;
    padding: 5px;
    height: 45px;
    text-align: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .landing-page.ssl .certificate-options h3 {
        margin-bottom: 0;
    }
    .landing-page.ssl .row-pricing-table .header {
        margin-top: 40px;
    }
}
.landing-page.ssl .row-pricing-table .header h4 {
    font-size: 15px;
    font-weight: 400;
}
.landing-page.ssl .row-pricing-table ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    border-radius: 4px;
}
.landing-page.ssl .row-pricing-table ul li {
    line-height: 40px;
    text-align: right;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #666;
}
.landing-page.ssl .row-pricing-table ul li:first-child {
    border-radius: 4px 4px 0 0;
}
.landing-page.ssl .row-pricing-table ul li:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.landing-page.ssl .certificate-options .col-sm-3.sidebar ul li,
.landing-page.ssl .certificate-options .col-sm-4.sidebar ul li,
.landing-page.ssl .certificate-options .col-sm-6.sidebar ul li {
    background-color: transparent;
    text-align: left;
    padding-right: 20px;
    color: #333;
    border-color: #efefef;
}
.landing-page.ssl .certificate-options.ov .col-sm-3.sidebar ul li,
.landing-page.ssl .certificate-options.ov .col-sm-4.sidebar ul li,
.landing-page.ssl .certificate-options.ov .col-sm-6.sidebar ul li {
    border-color: #efefef;
}
.landing-page.ssl .certificate-options.ev .col-sm-3.sidebar ul li,
.landing-page.ssl .certificate-options.ev .col-sm-4.sidebar ul li,
.landing-page.ssl .certificate-options.ev .col-sm-6.sidebar ul li {
    border-color: #efefef;
}

.landing-page.ssl .certificate-options .btn {
background:#f6c14d!important;
color:#fff!important;
}

.landing-page.ssl .certificate-options .preview-text {
    padding: 180px 0 0;
    text-align: center;
}

.landing-page.ssl .dashed-border {
    padding-bottom: 70px;
}

.weebly-upgrade-container {
    margin: 30px 0 50px;
    padding: 0;
    border: 1px solid #ddd;
}
.weebly-upgrade-container .content-padded {
    padding: 70px 40px 40px;
    text-align: center;
}
.weebly-upgrade-container img {
    max-width: 100%;
    max-height: 135px;
}
.weebly-upgrade-container .promo-wrapper {
    margin: 0;
    padding: 40px;
    background-color: #f6f6f6;
    min-height: 400px;
}
.weebly-upgrade-container .promo-wrapper .logincontainer {
    margin: 30px auto 50px;
}
.weebly-upgrade-container .promo-wrapper h3 {
    margin: 20px 0;
}
.weebly-upgrade-container .promo-wrapper ul {
    margin: 30px 0;
}
.weebly-upgrade-container .weebly-service-select {
    margin-bottom: 10px;
}
.weebly-upgrade-container .promo-wrapper .btn-success {
    margin-bottom: 20px;
    padding: 15px 15px;
    font-size: 1.1em;
    font-weight: 400;
}

.landing-page.sitelock .hero img {
    padding-bottom: 15px;
}
.landing-page.sitelock h2 {
    margin: 0 0 5px 0;
    font-size: 3em;
}
.landing-page.sitelock h3 {
    margin: 0 0 20px 0;
    font-size: 1.8em;
}
.landing-page.sitelock h4 {
    font-size: 1.7em;
}
.landing-page.sitelock p {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    font-weight: 400;
}
.landing-page.sitelock .plans {
    padding: 80px 0;
    background-color:#336699;
}
.landing-page.sitelock .plans h2,
.landing-page.sitelock .emergency h2,
.landing-page.sitelock .plans h3,
.landing-page.sitelock .emergency h3 {
    color: #fff;
}

.landing-page.sitelock .emergency h2.text-danger {
    color: #ff8f8f;
}

.landing-page.sitelock .plans .plan-comparison {
    margin-left: -5px;
    margin-right: -5px;
}
.landing-page.sitelock .plans .plan-comparison .col-lg-3,
.landing-page.sitelock .plans .plan-comparison .col-lg-4,
.landing-page.sitelock .plans .plan-comparison .col-lg-6,
.landing-page.sitelock .plans .plan-comparison .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.landing-page.sitelock .plans .plan {
    margin: 20px 0;
    padding: 0;
    background-color: #fff;
}
.landing-page.sitelock .plans .plan .header {
    margin: 0;
    padding: 20px;
    background-color: #2b5580;
    color: #fff;
}
.landing-page.sitelock .plans .plan .header p {
    font-size: 1.3em;
}
.landing-page.sitelock .plans .plan ul {
    margin: 0;
    padding: 20px 25px;
    list-style: none;
}
@media (min-width: 992px) {
    .landing-page.sitelock .plans .plan ul {
        height: 440px;
    }
}
.landing-page.sitelock .plans .plan ul li {
    line-height: 25px;
    font-size: 0.9em;
    text-align: right;
    color: #aaa;
    border-bottom: 1px solid #eee;
}
.landing-page.sitelock .plans .plan ul li:last-child {
    border: 0;
}
.landing-page.sitelock .plans .plan ul li span {
    float: left;
    color: #444;
}
.landing-page.sitelock .plans .fa {
    font-size: 1.3em;
}
.landing-page.sitelock .plans .fa-check {
    color: #23ad2e;
}
.landing-page.sitelock .plans .plan .footer {
    margin: 0;
    padding: 20px;
}
.landing-page.sitelock .plans .plan .footer select {
    margin-bottom: 10px;
}
.landing-page.sitelock .plans .plan .btn {
    background-color: #2b5580;
    color: #fff;
}

.landing-page.sitelock .feature-wrapper {
    margin: 0 0 20px 0;
}
.landing-page.sitelock .feature-wrapper i {
    float: left;
    font-size: 5em;
}
.landing-page.sitelock .feature-wrapper .content {
    margin-left: 100px;
}
.landing-page.sitelock .feature-wrapper p {
    font-size: 1.3em;
}

.landing-page.sitelock .features {
    margin: 0;
    padding: 40px 0;
    background-color: transparent;
    text-align: left;
}
.landing-page.sitelock .features .fa {
    color: #336699;
}

.landing-page.sitelock .emergency {
    padding: 80px 0;
    background-color: #444;
    color: #fff;
}
.landing-page.sitelock .emergency .price {
    font-size: 2em;
}
.landing-page.sitelock .emergency .fa {
    color: #f5e88e;
}
.landing-page.sitelock .emergency .btn {
    padding: 15px 45px;
    background-color: #f5e88e;
    border-color: #afa563;
    font-size: 1.3em;
}

.landing-page.sitelock .faq {
    padding-bottom: 10px;
}
.landing-page.sitelock .faq .panel-group {
    margin: 30px 0;
    font-size: 1.2em;
}
.landing-page.sitelock .faq .panel-group .panel-body {
    padding: 20px;
}
.landing-page.sitelock .faq .panel-group li {
    margin-top: 10px;
}


.titlestorecss h3{

font-family: Montserrat, sans-serif!important;
font-weight: 400!important;

}

.titlestorecss p{
padding-bottom: 25px!important;
}


.landing-page .nav a{
	font-size: 12px!important;
}

.landing-page .navbar ul > li {
    margin-bottom: 0px!important;
}


.landing-page h4 {
    line-height: 1.8!important;
	
	
}






.content-block  p {
font-family: Montserrat, !sans-serif!important;
line-height: 25px!important;
font-size: 14px!important;
}



.content-block h3{
	
	font-family: Montserrat, sans-serif!important;

font-weight: 400!important;

font-size: 16px!important;
	
}



.certificate-options h3{
	
	font-size:26px!important;
	
}

.features h3{
	font-size:26px!important;
	
}


.landing-page p {
font-family: Montserrat, !sans-serif!important;
line-height: 25px!important;
font-size: 14px!important;
}


.row-pricing-table .btn .btn-block{
background:#f6c14d!important;
color:#fff!important;
}



.greybg{
	
	background-color: #fafafa;
	margin:0px!important;
	
}

.marginbottom20{
	margin-bottom: 20px!important;
}

.nomargintop{
	margin-top: 0px!important;
}


.landing-page.ssl .certificate-options{
	margin-bottom: 0px!important;
}




.additional-options .checkbox-inline{
	
	color: #333;
	
}


#pricing .price-incoming{
	color:#333;
	font-weight: 600;
	
}


.simgstore{
	
	max-width: 50%!important;
	
}


@media (min-width:1000px){
	
	.simgstore{
	
		max-width: 20%!important;
	
}
	
}



.ecommerce-features{
	
	padding: 20px;
	
}


.site-features{
		padding: 20px;
	
}


.landing-page.weebly .pricing-item ul {
    height: 295px;
}


.fa {
    
 font-family: "FontAwesome";   
    
}
}