/* CSS Document */

.h3-div {
    font-size: 34px !important;
    color: #333333;
    padding: 0 0 10px !important;
    line-height: 38px;
}

h4.h4-style {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    padding-bottom: 10px;
}

h2.h4-style {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    padding-bottom: 10px;
}

.h4-div {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    padding-bottom: 10px;
}

.h2-div {
    color: #111111;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 0 50px;
}

h2.h3-div {
    font-size: 34px;
    color: #333333;
    padding-bottom: 10px;
}

.seo-pages .free-trial-btn .btn::before,
.seo-pages .free-trial-btn .btn::after {
    display: none;
}

.seo-pages .free-trial-btn .btn {
    background: #ff4500 none repeat scroll 0 0;
    border: 1px solid #ff4500;
    border-radius: 10px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 48px;
    padding: 5px 30px;
}

.seo-pages .free-trial-btn .btn:hover {
    background: #fc5f24 none repeat scroll 0 0;
    border: 1px solid #fc5f24;
}

.seo-pages .free-trial-btn .btn span {
    color: #ff591b;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    padding-left: 0px;
}

.seo-pages .free-trial-btn .btn img {
    margin-left: 0px;
    margin-top: -5px;
}

.seo-pages .free-trial-btn p.trail-text {
    color: #0e82bd;
    font-family: "Fira Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.seo-pages .disc-list {
    margin: 15px 0px 15px 30px;
}

.seo-pages .disc-list li {
    list-style: disc !important;
    padding-bottom: 15px;
}

.seo-pages .disc-list li>.disc-list,
.seo-pages .disc-list li>.numbered-list {
    margin-bottom: 0px;
}

.seo-pages .numbered-list {
    margin: 15px 0px 15px 30px;
}

.seo-pages .numbered-list li {
    list-style: decimal;
    padding-bottom: 15px;
}

.seo-pages .numbered-list li>.numbered-list,
.seo-pages .numbered-list li>.disc-list {
    margin-bottom: 0px;
}

.seo-pages .content_wrapper ul li {
    list-style: inside disc;
    padding-bottom: 5px;
    margin-left: 10px;
}

body .content_wrapper ul.related_list {
    list-style: initial !important;
    list-style-position: inside !important;
}

@media only screen and (max-width:767px) {
    .seo-pages .free-trial-btn .btn {
        line-height: normal;
        font-size: 18px;
    }
    .seo-pages .free-trial-btn .btn img,
    .seo-pages .free-trial-btn .btn span {
        display: none;
    }
    .seo-pages .middle .top-section-block img {
        max-width: 100%;
    }
}