.empty-div,
.scrollToTop {
    position: fixed;
    display: none
}

header .header-nav ul li a,
header .header-nav ul li span {
    font-size: 14px;
    letter-spacing: .6px;
    padding-bottom: 10px;
    color: #fff
}

.container,
header .header-nav .menu-child ul {
    margin: 0 auto
}

.scroll-button,
.scrollToTop {
    bottom: 80px;
    cursor: pointer;
    text-align: center
}

*,
aside#mob-menu {
    box-sizing: border-box
}

@font-face {
    font-family: roboto-regular;
    src: url(https://images.sampleforms.com/fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.container {
    width: 1200px
}

.main-body-sec .container {
    width: 940px
}

header .header-nav {
    float: left;
    padding: 4px 0 0 35px
}

.stick-section ul,
header .header-nav ul {
    margin: 0 -15px
}

header .header-nav ul li {
    float: left;
    padding: 0 15px
}

.breadcrome-ttl a,
.main-body-sec .aside .sidebar-category ul li a,
.main-body-sec .aside .sidebar-related ul li a,
.main-body-sec .aside .fileformat-sidebarr ul li a,
.main-body-sec .innerpost-left-sec .download-btn a,
.main-body-sec .relative-post-sec ul li a,
.stick-section ul li a,
header .header-nav ul li a {
    text-decoration: none
}

.main-body-sec .container .breadcrumb li a:hover,
.post-container .cat-description p span.read-more:hover,
.post-container ul li h5:hover,
.stick-section ul li a h4:hover,
header .header-nav ul li a:hover {
    text-decoration: underline
}

header .header-nav ul li span {
    text-decoration: none;
    cursor: pointer
}

header .header-nav ul li:hover .menu-child {
    display: block;
    visibility: visible;
    opacity: 1
}

header .header-nav ul li:last-child:hover span {
    color: #ee281b
}

header .header-nav .menu-child {
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    min-height: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
    border-top: 1px solid #f1f1f1
}

header .header-nav .menu-child ul li {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left
}

header .header-nav .menu-child ul li a {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 34px;
    color: #222;
    font-size: 15px
}

.post-container ul li figure:hover+h2,
.post-container ul li h2:hover,
footer ul li a:hover,
header .header-nav .menu-child ul li a:hover {
    color: #0a5ac2
}

header .logo .menu-btn {
    float: left;
    width: 15px;
    height: 17px;
    border: 0;
    padding: 0;
    background-position: -1px 3px;
    margin-right: 8px;
    margin-top: 2px;
    display: block
}

header .logo .menu-btn.in {
    background-position: -35px 3px
}

.scrollToTop {
    border: 0;
    outline: 0;
    right: 20px;
    z-index: 99;
    background: 6px 5px #ccc;
    width: 50px;
    height: 43px;
    border-radius: 3px
}

.main-body-sec .innerpost-left-sec .hover-share:hover .share_pin_img,
.scrollToTop.show,
header .overlay-layer.show {
    display: block
}

.empty-div {
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh
}

.post-container {
    float: left;
    width: 100%;
    margin-top: 70px
}

.main-body-sec .innerpost-left-sec .row.three-col-sec,
.post-container ul {
    margin: 0 -10px
}

.post-container ul li {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 40px;
    float: left
}

.post-container ul li figure {
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    height: 180px;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
}

.post-container ul li h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #1a1a1a
}

.post-container ul li h5 {
    float: left;
    clear: both;
    margin: 0;
    color: #999;
    font-weight: 400;
    letter-spacing: .4px
}

.post-container .load-more-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.post-container .load-more-btn button {
    width: 65%;
    background: #0a5ac2;
    text-align: center;
    padding: 9px 40px;
    font-size: 20px;
    border: 2px solid #0a5ac2;
    border-radius: 3px;
    letter-spacing: .3px;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s
}

.post-container .load-more-btn button:hover {
    color: #0a5ac2;
    background: 0 0
}

.post-container .cat-description {
    float: left;
    width: 100%
}

.post-container .cat-description h1 {
    margin: 0 0 20px;
    font-size: 40px
}

.category-content p,
.post-container .cat-description p {
    float: left;
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 24px
}

.post-container .cat-description p span.read-more {
    color: #0a5ac2;
    cursor: pointer
}

.category-content {
    float: left;
    width: 100%;
    padding-bottom: 40px
}

.category-content h2 {
    font-size: 34px;
    margin: 0 0 20px
}

.category-content h3 {
    font-size: 32px;
    margin: 0 0 20px
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:1024px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
    .post-container .cat-description h1 {
        font-size: 34px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:814px) {
    header .logo .menu-btn {
        display: block;
        float: left;
        width: 15px;
        height: 17px;
        border: 0;
        padding: 0;
        background-position: -1px 3px;
        margin-right: 5px
    }
    header .logo .menu-btn.active {
        background-position: -33px 3px
    }
    header .header-nav {
        width: 250px;
        overflow: auto;
        top: 48px;
        height: 100vh;
        background: #4a7fbb;
        left: -250px;
        z-index: 999;
        position: fixed;
        transition: .4s;
        display: block;
        padding: 20px
    }
    header .header-nav ul {
        margin: 0
    }
    header .header-nav ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
    header .header-nav ul li a {
        padding-bottom: 0;
        color: #fff;
        text-decoration: none
    }
    header .header-nav ul li span.more {
        display: none
    }
    header .header-nav ul li .menu-child {
        position: initial;
        display: block;
        visibility: visible;
        opacity: 1;
        background: #222;
        box-shadow: none;
        border: 0;
        padding: 0
    }
    header .header-nav ul li .menu-child ul {
        padding: 0
    }
    header .header-nav ul li .menu-child ul li {
        width: 100%;
        margin-bottom: 12px
    }
    header .header-nav ul li .menu-child ul li a {
        color: #fff;
        line-height: initial
    }
    header .header-nav.active {
        left: 0
    }
    .post-container ul li {
        width: 33.333%
    }
}

@media only screen and (max-width:736px) {
    .container {
        width: 100%;
        padding: 0 10px
    }
    .post-container ul li {
        width: 50%
    }
}

.captcha_err {
    color: red
}

.container-sec {
    margin: 0 auto;
    position: relative;
    height: 100vh
}

.left-dir,
.right-dir {
    top: 50%;
    margin-top: -40px;
    width: 26px;
    z-index: 8
}

.main-body-sec h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .2px;
    margin: 25px 0 14px
}

.main-body-sec .top-adsec {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.main-body-sec .innerpost-top-container {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px
}

.main-body-sec .relative-post-sec {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 20px 20px 5px
}

.main-body-sec .relative-post-sec h3 {
    font-size: 26px;
    margin: 0 0 15px;
    font-weight: 400;
    letter-spacing: .3px
}

.main-body-sec .relative-post-sec ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none
}

.main-body-sec .relative-post-sec ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 18px
}

.main-body-sec .relative-post-sec ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #0a5ac2;
    letter-spacing: .4px;
    background: url(https://images.freecreatives.com/images/img/list-icon.svg) 0 7px no-repeat;
    padding-left: 12px;
    height: 20px;
    overflow: hidden
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li h4:hover,
.main-body-sec .relative-post-sec ul li h4:hover {
    color: #212121
}

.main-body-sec .relative-post-sec ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.left-dir {
    background: url(https://images.sampleforms.com/images/left-arrow.png) no-repeat;
    position: fixed;
    height: 80px;
    left: 18px
}

.left-dir:hover {
    background: url(https://images.sampleforms.com/images/left-arrow-hover.png) no-repeat
}

.left-dir a,
.right-dir a {
    display: block;
    height: 100%;
    width: 100%
}

.right-dir {
    background: url(https://images.sampleforms.com/images/right-arrow_03.png) no-repeat;
    position: fixed;
    right: 0;
    height: 82px;
    float: right;
    margin-right: 18px
}

.social-share ul,
.stick-section,
body,
footer,
header,
header .forms-list .form-list-head:hover::after {
    width: 100%
}

.right-dir:hover {
    background: url(https://images.sampleforms.com/images/right-arrow_03-hover.png) no-repeat
}

.stick-section {
    position: fixed;
    top: 42px;
    background: #f9f9f9;
    float: left;
    height: 60px;
    padding: 10px 0;
    z-index: 9;
    display: none
}

.stick-section ul li {
    width: 25%;
    padding: 0 15px;
    float: left;
    border-right: 1px solid #ccc;
    height: 40px;
    display: flex;
    align-items: center
}

.stick-section ul li a h4 {
    color: #0a5ac2;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .6px;
    max-height: 20px;
    overflow: hidden;
    background: url(https://images.sampleforms.com/images/img/arrow-sticky.svg) left center no-repeat;
    padding-left: 18px;
    margin: 0
}

.stick-section ul li:last-child {
    border-right: 0
}

.breadcrome-ttl.active,
.mobile-share-sec,
header .header-nav {
    display: none
}

.social-share {
    position: fixed;
    width: 46px;
    height: 40px;
    left: 50%;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    margin-left: -570px
}

.social-share .share-btn {
    background: url(https://images.sampleforms.com/images/img/icons.svg) -148px 0 no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer
}

.social-share ul {
    background: #ccc;
    padding: 10px 0;
    position: absolute;
    transition: .2s;
    border-radius: 3px;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.social-share ul li {
    width: 18px;
    height: 24px;
    background: url(https://images.downloadcloud.com/images/img/icons.svg);
    display: block;
    margin: 0 auto 10px;
    cursor: pointer
}

.social-share ul li.pinterest {
    background-position: -295px -70px;
    width: 18px;
    height: 24px
}

.social-share ul li.facebook {
    background-position: -192px -71px;
    width: 18px;
    height: 24px
}

.social-share ul li.twit {
    background-position: -219px -70px;
    width: 26px;
    height: 24px
}

.social-share ul li.gplus {
    background-position: -253px -72px;
    width: 22px;
    height: 24px
}

.social-share ul li.linkedin {
    background-position: -324px -71px;
    width: 22px;
    height: 24px
}

.social-share ul li.email {
    background-position: -354px -71px;
    width: 30px;
    height: 24px
}

.social-share ul li.pinterest:hover {
    background-position: -295px -120px;
    width: 18px;
    height: 24px
}

.social-share ul li.facebook:hover {
    background-position: -192px -120px;
    width: 18px;
    height: 24px
}

.social-share ul li.twit:hover {
    background-position: -219px -120px;
    width: 26px;
    height: 24px
}

.social-share ul li.gplus:hover {
    background-position: -253px -120px;
    width: 22px;
    height: 24px
}

.social-share ul li.linkedin:hover {
    background-position: -324px -120px;
    width: 22px;
    height: 24px
}

.social-share ul li.email:hover {
    background-position: -354px -120px;
    width: 30px;
    height: 24px
}

.scroll-button {
    position: fixed;
    right: 20px;
    z-index: 99;
    background: 6px 5px #ccc;
    display: none;
    width: 50px;
    height: 43px;
    border-radius: 3px
}

.scroll-button:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14)
}

.scroll-button img {
    padding: 16px 0 0
}

.control-group input {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 10px;
    color: #000;
    font-family: roboto-regular;
    font-size: 14px;
    float: left
}

.btn-download {
    background: #0a5ac2;
    color: #fff;
    border: 2px solid #0a5ac2;
    height: 42px;
    padding: 7px 35px;
    font-size: 18px;
    letter-spacing: .4px;
    font-family: roboto-regular;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 50px
}

.btn-download:hover {
    background: #fff;
    color: #0a5ac2
}

.edd-resp {
    color: #02c;
    margin-bottom: 15px
}

@media screen and (max-width:1024px) {
    .main-body-sec h1 {
        font-size: 34px
    }
    .social-share {
        left: 5px;
        margin-left: 0;
        top: 250px;
        margin-top: 0;
        display: inline-block;
        width: 220px
    }
    .social-share ul {
        width: auto;
        padding: 10px 5px
    }
    .social-share ul li {
        float: left;
        padding: 0 5px
    }
    .social-share ul li span {
        margin-bottom: 0
    }
    .social-share .share-btn {
        background: url(https://images.sampleforms.com/images/img/icons.svg) -151px 0 no-repeat
    }
}

@media screen and (max-width:814px) {
    .main-body-sec {
        margin-top: 70px
    }
    .main-body-sec h1 {
        font-size: 32px;
        line-height: 42px
    }
    .main-body-sec .container {
        width: 100%;
        padding: 0 20px
    }
    .main-body-sec .innerpost-left-sec {
        width: 600px;
        margin: 0 auto;
        float: initial;
        padding-right: 0
    }
    .breadcrome-ttl,
    .headerad,
    .main-body-sec .aside,
    .stick-section,
    .top-adsec {
        display: none
    }
    .main-body-sec .innerpost-top-container .ad-section {
        width: 40%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container .ad-section img {
        max-width: 100%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container figure {
        width: 60%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container figure img {
        height: 240px
    }
    .main-body-sec .innerpost-left-sec .share_pin_img,
    header .header-nav {
        display: block
    }
}

@media screen and (max-width:640px) {
    .main-body-sec h1 {
        font-size: 30px
    }
    .main-body-sec .innerpost-left-sec {
        width: 100%;
        padding-right: 0
    }
    .next-previous-section .mleft-dir,
    .next-previous-section .mright-dir {
        position: initial;
        height: 40px;
        width: 50%;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 0;
        letter-spacing: .4px;
        color: #212121;
        text-align: center;
        text-decoration: none;
        margin: 0;
        float: left
    }
    .main-body-sec .relative-post-sec ul, .fileformat-bodysection ul {
        margin: 0 -10px
    }
    .main-body-sec .relative-post-sec ul li, .fileformat-bodysection ul li {
        padding: 0 10px;
        width: 50%
    }
    .left-dir,
    .right-dir,
    .scroll-button,
    .share-btn {
        display: none
    }
    .mobile-share-sec,
    .next-previous-section {
        bottom: 0;
        display: block;
        position: fixed;
        left: 0;
        width: 100%
    }
    .next-previous-section {
        background: #f5f5f5;
        height: 40px
    }
    .next-previous-section .mleft-dir {
        border-right: 1px solid #e4e4e4
    }
    .main-body-sec .innerpost-left-sec .hover-share img {
        max-width: 100%
    }
    .mobile-share-sec {
        z-index: 9;
        height: auto;
        float: left;
        background-color: #f1f1f1;
        transition: .4s
    }
    .mobile-share-sec.in {
        bottom: -50px
    }
    .mobile-share-sec ul {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .mobile-share-sec ul li {
        float: left;
        list-style-type: none;
        color: #666;
        border-left: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        width: 33.33%;
        padding: 15px 0;
        font-family: roboto-regular;
        font-size: 15px
    }
    .mobile-share-sec ul li:first-child {
        border-left: 0
    }
    .mobile-share-sec ul li i {
        background: 0;
        font-style: normal;
        color: #17378e
    }
    .mobile-share-sec ul li span {
        background: url(https://images.sampleforms.com/images/img/icons.svg) -7px -38px no-repeat;
        width: 11px;
        height: 11px;
        display: inline-block
    }
    .mobile-share-sec ul li span.share {
        background: url(https://images.sampleforms.com/images/img/icons.svg) -54px -38px no-repeat;
        width: 11px;
        height: 11px
    }
    .mobile-share-sec ul li a {
        text-decoration: none;
        padding: 0 6px;
        color: #17378e
    }
    .social-share {
        position: fixed;
        width: 100%;
        bottom: -50px;
        transition: .4s;
        z-index: 8;
        left: 0;
        top: initial;
        margin: 0;
        height: 45px
    }
    .social-share.active {
        bottom: 50px
    }
    .social-share ul {
        visibility: visible;
        opacity: 1;
        background: #222;
        border-radius: 0;
        width: 100%
    }
    .social-share ul li {
        width: 16.66%;
        float: left;
        margin-left: 35px
    }
    .social-share ul li a {
        margin-bottom: 5px;
        margin-top: 3px
    }
    .main-body-sec .innerpost-top-container .ad-section {
        height: initial
    }
}

body,
ul {
    margin: 0
}

.headerad,
.main-body-sec .header_bottom_ad {
    margin-bottom: 10px
}

@media screen and (max-width:568px) {
    .main-body-sec .innerpost-left-sec .hover-share img {
        width: 100%;
        min-width: initial
    }
    .main-body-sec .container {
        padding: 0 10px
    }
}

@media screen and (max-width:480px) {
    .main-body-sec .innerpost-left-sec {
        padding: 0
    }
    .main-body-sec .innerpost-left-sec .download-btn {
        height: 38px;
        padding: 5px 32px;
        font-size: 16px
    }
    .main-body-sec .innerpost-top-container figure,
    .main-body-sec .innerpost-top-container figure img {
        height: initial
    }
    .main-body-sec h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }
    .main-body-sec .innerpost-left-sec .related {
        padding: 10px
    }
    .main-body-sec .innerpost-left-sec h2,
    .main-body-sec .relative-post-sec h3 {
        font-size: 22px
    }
    .main-body-sec .innerpost-left-sec h3 {
        font-size: 20px
    }
    .main-body-sec .innerpost-left-sec .row.three-col-sec,
    .main-body-sec .relative-post-sec ul, .fileformat-bodysection ul {
        margin: 0
    }
    .main-body-sec .innerpost-left-sec .row.three-col-sec .col-sm-4,
    .main-body-sec .relative-post-sec ul li, .fileformat-bodysection ul li {
        width: 100%;
        padding: 0
    }
    .main-body-sec .innerpost-top-container .ad-section {
        width: 100%;
        margin-bottom: 20px
    }
    .main-body-sec .innerpost-top-container figure {
        width: 100%;
        float: left
    }
    .main-body-sec .innerpost-left-sec .image-grid-two {
        width: 100%
    }
    .main-body-sec .innerpost-left-sec .button-grid-two {
        width: 100%;
        padding-left: 0
    }
    .main-body-sec .innerpost-left-sec .related ul li h4 {
        font-size: 14px;
        padding-right: 20px
    }
    .main-body-sec .innerpost-left-sec .hover-share {
        margin-bottom: 20px
    }
    .main-body-sec .innerpost-left-sec .button-sec {
        margin-bottom: 40px
    }
}

footer {
    border-top: 0;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    height: 50px;
    padding: 7px 0
}

footer ul {
    float: left;
    height: 40px
}

footer ul li {
    float: left;
    line-height: 39px;
    padding: 0 15px
}

footer ul li a {
    font-size: 14px;
    letter-spacing: .4px;
    color: #555;
    text-decoration: none
}

footer ul li:first-child {
    padding-left: 0
}

footer .copy-rights {
    float: right
}

footer .copy-rights h6 {
    margin: 0;
    float: right;
    line-height: 39px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    letter-spacing: .3px
}

@media only screen and (max-width:640px) {
    body {
        padding-bottom: 86px
    }
    header .header-nav {
        padding: 20px 10px
    }
    .copy-rights,
    footer ul {
        width: 100%;
        text-align: center
    }
    .copy-rights h6,
    footer ul li {
        float: initial
    }
    footer {
        height: initial;
        z-index: 10
    }
    footer ul {
        height: 34px
    }
    footer ul li {
        display: inline-block
    }
    footer ul li:first-child {
        padding-left: 15px
    }
    .copy-rights {
        float: left
    }
}

body,
header .logo {
    float: left
}

@media only screen and (max-width:480px) {
    .close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 10px;
        top: -20px;
        visibility: hidden;
        background: url(https://images.sampleforms.com/images/img/icons.svg) no-repeat;
        transition: .4s;
        cursor: pointer;
        display: block
    }
    header .close.in {
        visibility: visible;
        top: 14px;
        z-index: 100
    }
    .search-new .search-ico {
        display: none
    }
    header .header-nav {
        padding: 20px 12px
    }
    .post-container .load-more-btn button {
        width: 100%
    }
    .post-container .cat-description h1 {
        font-size: 30px
    }
    .category-content h2 {
        font-size: 26px
    }
    footer ul li {
        padding: 0 10px
    }
    footer ul li:first-child {
        padding-left: 10px
    }
}

.modal.show,
header,
header .forms-list,
header .forms-list .form-list-head:hover .form-list-group {
    display: flex
}

@media only screen and (max-width:325px) {
    footer ul li {
        padding: 0 8px
    }
    footer .copy-rights h6,
    footer ul li a {
        font-size: 13px
    }
    footer ul li:first-child {
        padding-left: 8px
    }
}

body {
    padding: 0 0 50px;
    font-family: roboto-regular;
    color: #222;
    position: relative;
    min-height: 100vh
}

.sample-form a,
aside#mob-menu,
header,
header .overlay-layer {
    position: fixed
}

ul {
    padding: 0
}

li {
    list-style: none
}

.more-plus,
button {
    cursor: pointer
}

button,
input,
textarea {
    outline: 0;
    font-family: roboto-regular
}

.icons {
    background: url(https://images.sampleforms.com/images/img/icons.svg) no-repeat
}

header {
    background: #254eaa;
    height: 40px;
    align-items: center;
    padding: 24px 0;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

header .logo a {
    float: left;
    margin-top: 8px
}

.search-new {
    float: right;
    width: 424px;
    position: relative;
    top: 2px
}

header .forms-list {
    align-items: center;
    margin-left: 92px;
    float: left
}

header .forms-list .form-list-head>a {
    color: #fff;
    font-size: 17px;
    padding-right: 34px;
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    text-decoration: none
}

header .forms-list .form-list-head>a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    background: url(https://images.sampleforms.com/images/img/sf-blog-new-icons.svg) -36px -50px no-repeat;
    right: 8px;
    top: 4px
}

.search-new .search-ico {
    position: absolute;
    width: 20px;
    height: 16px;
    background: url(https://images.sampleforms.com/images/img/sf-blog-new-icons.svg) -34px -78px no-repeat;
    left: 8px;
    top: 6px;
    z-index: 1;
    pointer-events: none
}

.editor-widget-sec .widget-dropdown .select-div,
header .forms-list .form-list-head {
    position: relative;
    top: 5px
}

header .forms-list .form-list-head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    top: 28px;
    left: 0;
    background-color: #fff;
    transition: .3s
}

header .forms-list .form-list-group {
    width: 602px;
    max-height: 537px;
    overflow: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 32px 35px;
    z-index: 9;
    top: 33px;
    left: -45px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12);
    display: none;
    margin: 0 -15px;
    flex-wrap: wrap
}

header .forms-list .form-list-group li {
    padding: 0 15px 15px;
    line-height: 20px;
    display: flex;
    width: 50%;
    flex-wrap: wrap
}

header .forms-list .form-list-group li:last-child {
    padding-bottom: 0
}

header .forms-list .form-list-group li a {
    color: #000;
    font-size: 18px;
    text-decoration: none
}

header .forms-list .form-list-group li a:hover {
    color: #004faa
}

header .forms-list .form-list-group::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

.header .forms-list .form-list-group::-webkit-scrollbar-thumb {
    background: #254eaa
}

header .forms-list .form-list-group::-webkit-scrollbar-thumb:hover {
    background: #42b389
}

.search-new input[type=text] {
    width: 100%;
    height: 26px;
    border-radius: 5px;
    padding: 12px 12px 12px 32px;
    font-size: 14px;
    color: #000;
    outline: 0;
    border: 0
}

.search-new input[type=text]:focus+input {
    color: #757575
}

.headerad {
    width: 100%;
    float: left
}

.feature-img {
    text-align: left;
    margin: 0;
    overflow: hidden;
    border-radius: 5px
}

.feature-img-sec .feature-img {
    box-shadow: 0 0 0 0 #00000014
}

.main-body-sec {
    margin-top: 100px
}

.main-body-sec .innerpost-top-container .ad-section {
    width: 360px;
    float: left;
    padding-right: 20px;
    height: 280px
}

.main-body-sec .innerpost-top-container figure {
    float: right;
    margin: 0;
    width: 580px;
    height: 280px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}

.main-body-sec .innerpost-top-container figure img {
    max-width: 100%;
    display: block;
    width: 100%
}

.main-body-sec .innerpost-left-sec {
    width: 640px;
    float: left;
    padding-right: 40px
}

.main-body-sec .innerpost-left-sec p {
    margin: 0 0 18px;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 26px
}

.main-body-sec .innerpost-left-sec p a {
    color: #254eaa;
    text-decoration: none;
    border-bottom: 2px solid #254eaa;
    padding-bottom: 1px
}

.main-body-sec .innerpost-left-sec ol li a:hover,
.main-body-sec .innerpost-left-sec p a:hover,
.main-body-sec .innerpost-left-sec ul li a:hover,
.parent_atag {
    border-bottom: 0
}

.main-body-sec .innerpost-left-sec .related {
    background: #f5f5f5;
    padding: 18px 20px;
    border-radius: 3px;
    margin-bottom: 15px;
    clear: both
}

.main-body-sec .innerpost-left-sec .related h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px
}

.main-body-sec .innerpost-left-sec .related ul.toc-list {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li {
    list-style: none;
    margin-bottom: 0;
    background: 0 0;
    position: relative;
    padding-left: 0
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    border: 0
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li h4 {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 15px;
    max-height: 24px;
    overflow: hidden;
    background: url(https://images.sampleforms.com/images/img/list-icon.svg) 0 9px no-repeat;
    padding-left: 12px;
    color: #254eaa
}

.main-body-sec .innerpost-left-sec .button-sec .download-btn,
.main-body-sec .innerpost-left-sec .faq-sec p,
.main-body-sec .innerpost-left-sec .related ul.toc-list li .drop h4,
.main-body-sec .innerpost-left-sec .related ul.toc-list li:last-child h4 {
    margin-bottom: 0
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li .drop-icon {
    float: right;
    width: 20px;
    height: 20px;
    background: url(https://images.sampleforms.com/images/img/toc-icon.svg) 0 5px no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li .drop-icon.active {
    background-position: 0 -35px
}

.main-body-sec .innerpost-left-sec .related ul.toc-list li .drop {
    display: none;
    padding-left: 13px
}

.main-body-sec .innerpost-left-sec .related .loadmore {
    background: 0 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 1px solid #254eaa;
    color: #254eaa
}

.main-body-sec .innerpost-left-sec .related .loadmore:hover {
    border-bottom: 1px solid #f5f5f5
}

.main-body-sec .innerpost-left-sec .widget_adsec {
    margin-bottom: 20px;
    width: 100%
}

.main-body-sec .innerpost-left-sec .widget_adsec img {
    margin-bottom: 0;
    box-shadow: none
}

.main-body-sec .innerpost-left-sec h2 {
    font-size: 26px;
    margin: 0 0 14px;
    float: left;
    width: 100%
}

.main-body-sec .innerpost-left-sec ul {
    padding: 0;
    clear: both
}

.main-body-sec .innerpost-left-sec ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 14px;
    background: url(https://images.sampleforms.com/images/img/list-icon.svg) 3px 9px no-repeat;
    padding-left: 18px;
    list-style: none
}

.main-body-sec .innerpost-left-sec ul li a {
    color: #254eaa;
    text-decoration: none;
    border-bottom: 2px solid #254eaa;
    padding-bottom: 2px
}

.main-body-sec .innerpost-left-sec ol {
    padding: 0 0 0 18px;
    clear: both
}

.main-body-sec .innerpost-left-sec ol li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 14px;
    list-style: inherit
}

.main-body-sec .innerpost-left-sec ol li a {
    color: #254eaa;
    text-decoration: none;
    border-bottom: 1px solid #254eaa;
    padding-bottom: 2px
}

.main-body-sec .innerpost-left-sec h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 400;
    clear: both
}

.main-body-sec .innerpost-left-sec h4 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 400
}

.main-body-sec .innerpost-left-sec h5 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 400
}

.main-body-sec .innerpost-left-sec .hover-share {
    position: relative;
    margin-bottom: 26px;
    float: left;
    width: 100%
}

.main-body-sec .innerpost-left-sec .hover-share img {
    margin-bottom: 0;
    display: block
}

.main-body-sec .innerpost-left-sec .share_pin_img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(https://images.designtrends.com/images/designtrendz-icons.svg) -82px -598px no-repeat #254eaa;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    display: none
}

.main-body-sec .innerpost-left-sec img {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
    height: auto;
    box-shadow: 0 0 5px rgba(33, 33, 33, .13)
}

.main-body-sec .innerpost-left-sec .button-sec {
    margin-bottom: 50px;
    float: left;
    width: 100%
}

.main-body-sec .innerpost-left-sec .btn-download,
.main-body-sec .innerpost-left-sec .btn-freedownload,
.main-body-sec .innerpost-left-sec .demo-btn,
.main-body-sec .innerpost-left-sec .download-btn {
    padding: 8px 35px;
    font-size: 18px;
    transition: .3s;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .4px;
    height: 45px;
    color: #fff;
    cursor: pointer
}

.main-body-sec .innerpost-left-sec .btn-download,
.main-body-sec .innerpost-left-sec .btn-freedownload,
.main-body-sec .innerpost-left-sec .download-btn {
    background: #254eaa;
    border: 2px solid #254eaa;
    border-radius: 4px
}

.main-body-sec .innerpost-left-sec .btn-download:hover,
.main-body-sec .innerpost-left-sec .btn-freedownload:hover,
.main-body-sec .innerpost-left-sec .download-btn:hover,
.modal .modal-content .popup-controls .download-button:hover {
    color: #254eaa;
    background: 0 0;
    border: 2px solid #254eaa
}

.main-body-sec .innerpost-left-sec .demo-btn {
    background: #ccc;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-left: 10px
}

.main-body-sec .innerpost-left-sec .demo-btn:hover {
    color: #ccc;
    background: 0 0;
    border: 2px solid #ccc
}

.main-body-sec .innerpost-left-sec .free-download-sec {
    background: #f8f8f8;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px
}

.main-body-sec .innerpost-left-sec .control-group label {
    color: #000;
    font-family: roboto-regular;
    font-size: 16px;
    letter-spacing: .3px;
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.main-body-sec .innerpost-left-sec .row {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    width: 100%
}

.main-body-sec .innerpost-left-sec .row.three-col-sec .col-sm-4 {
    width: 33.33%;
    padding: 0 10px;
    float: left
}

.main-body-sec .innerpost-left-sec .image-grid-two {
    width: 67%;
    float: left;
    position: relative;
    min-height: 1px
}

.main-body-sec .innerpost-left-sec .image-grid-two .hover-share {
    margin-bottom: 40px;
    max-width: 390px
}

.main-body-sec .innerpost-left-sec .image-grid-two .source-btn-cls,
.main-body-sec .innerpost-left-sec .image-grid-two b>a {
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    float: left;
    text-decoration: none
}

.main-body-sec .innerpost-left-sec .image-grid-two .hover-share img {
    min-width: initial;
    max-width: 390px
}

.main-body-sec .innerpost-left-sec .image-grid-two .source-btn-cls {
    margin-top: -35px
}

.main-body-sec .innerpost-left-sec .button-grid-two {
    width: 30%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px
}

.main-body-sec .innerpost-left-sec .button-grid-two .download-btn,
.main-body-sec .innerpost-left-sec .row.image-two-sec .col-sm-6 .image-two-btn-sec a {
    height: 38px;
    min-width: 170px;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px
}

.main-body-sec .innerpost-left-sec .button-grid-two .detalis_cls {
    padding-top: 0;
    color: #254eaa;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    display: inline-block;
    width: initial
}

.main-body-sec .innerpost-left-sec .button-grid-two ul li {
    font-size: 15px;
    margin-bottom: 5px
}

.main-body-sec .aside {
    width: 300px;
    float: left;
    margin-top: 5px;
    position: relative
}

.main-body-sec .aside .ads-section {
    margin-bottom: 15px
}

.main-body-sec .aside .ads-section img {
    max-width: 100%;
    display: block
}

.main-body-sec .aside .sidebar-category,
.main-body-sec .aside .sidebar-related,
.main-body-sec .aside .fileformat-sidebarr
{
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 6px rgba(42, 42, 42, .16);
    border-radius: 3px;
    padding: 20px
}

.main-body-sec .aside .sidebar-category ul,
.main-body-sec .aside .sidebar-related ul,
.main-body-sec .aside .fileformat-sidebarr ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.main-body-sec .aside .sidebar-category ul li,
.main-body-sec .aside .sidebar-related ul li,
.main-body-sec .aside .fileformat-sidebarr ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f5f5f5
}

.main-body-sec .aside .sidebar-related ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    letter-spacing: .4px;
    background: url(https://images.sampleforms.com/images/img/list-icon.svg) 0 7px no-repeat;
    padding-left: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.main-body-sec .aside .fileformat-sidebarr ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    letter-spacing: .4px;
    background: url(https://images.sampleforms.com/images/img/list-icon.svg) 0 7px no-repeat;
    padding-left: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.main-body-sec .aside .sidebar-category ul li h4:hover,
.main-body-sec .aside .sidebar-related ul li h4:hover,
.main-body-sec .aside .fileformat-sidebarr ul li h4:hover {
    color: #254eaa
}

.main-body-sec .aside .sidebar-category ul li:last-child,
.main-body-sec .aside .sidebar-related ul li:last-child,
.main-body-sec .aside .fileformat-sidebarr ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.main-body-sec .aside .sidebar-category.active {
    position: fixed;
    top: 80px;
    width: 300px
}

.main-body-sec .aside .sidebar-category.ab-active {
    position: absolute;
    top: initial;
    width: 300px;
    bottom: 0
}

.main-body-sec .aside .sidebar-category ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    letter-spacing: .4px
}

.breadcrome-ttl {
    float: left;
    padding-left: 35px;
    padding-top: 0
}

.breadcrome-ttl h4 {
    margin: 0;
    color: #ccc;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .6px;
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
    line-height: 25px
}

.breadcrome-ttl h4:hover {
    color: #fff
}

.social-share:hover ul {
    visibility: visible;
    opacity: 1
}

.main-body-sec .innerpost-left-sec .source-btn {
    margin-bottom: 10px;
    display: inherit;
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    border: 0
}

@media screen and (max-width:1200px) {
    .main-body-sec h1 {
        font-size: 38px
    }
    .main-body-sec .innerpost-left-sec h2 {
        font-size: 24px
    }
    .right-dir {
        right: 5px;
        margin-right: 0
    }
    .left-dir {
        left: 5px
    }
    .main-body-sec .container {
        padding: 0
    }
}

@media screen and (max-width:1024px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
    .main-body-sec h1 {
        font-size: 34px
    }
    .social-share .share-btn {
        background: url(https://images.sampleforms.com/images/img/icons.svg) -151px 0 no-repeat
    }
}

@media screen and (max-width:814px) {
    .main-body-sec {
        margin-top: 70px
    }
    .main-body-sec h1 {
        font-size: 32px;
        line-height: 42px
    }
    .main-body-sec .container {
        width: 100%;
        padding: 0 20px
    }
    .main-body-sec .innerpost-left-sec {
        width: 600px;
        margin: 0 auto;
        float: initial;
        padding-right: 0
    }
    .breadcrome-ttl,
    .headerad,
    .main-body-sec .aside,
    .stick-section,
    .top-adsec {
        display: none
    }
    .main-body-sec .innerpost-top-container .ad-section {
        width: 40%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container .ad-section img {
        max-width: 100%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container figure {
        width: 60%;
        height: 240px
    }
    .main-body-sec .innerpost-top-container figure img {
        height: 240px
    }
    .main-body-sec .innerpost-left-sec .share_pin_img {
        display: block
    }
}

@media screen and (max-width:736px) {
    .container {
        width: 100%;
        padding: 0 10px
    }
}

@media screen and (max-width:667px) {
    body {
        padding-bottom: 86px
    }
    .main-body-sec h1 {
        font-size: 30px
    }
    .main-body-sec .innerpost-left-sec {
        width: 100%;
        padding-right: 0
    }
    .scroll-button {
        display: none
    }
    .main-body-sec .innerpost-top-container .ad-section {
        height: initial
    }
    .mobile-share-sec {
        display: block
    }
}

@media screen and (max-width:568px) {
    .main-body-sec .innerpost-left-sec .hover-share img {
        width: 100%;
        min-width: initial
    }
    .main-body-sec .container {
        padding: 0 10px
    }
    .feature-img-sec .feature-img {
        height: inherit
    }
}

@media screen and (max-width:480px) {
    .close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 10px;
        top: -20px;
        visibility: hidden;
        background: url(https://images.sampleforms.com/images/img/icons.svg) -34px 0 no-repeat;
        transition: .4s;
        cursor: pointer;
        display: block
    }
    header .close.in {
        visibility: visible;
        top: 14px;
        z-index: 100
    }
    .main-body-sec .innerpost-left-sec {
        padding: 0
    }
    .main-body-sec .innerpost-left-sec .demo-btn,
    .main-body-sec .innerpost-left-sec .download-btn {
        height: 38px;
        padding: 5px 32px;
        font-size: 16px
    }
    .main-body-sec .innerpost-top-container figure,
    .main-body-sec .innerpost-top-container figure img {
        height: initial
    }
    .main-body-sec h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }
    .main-body-sec .innerpost-left-sec .related {
        padding: 10px
    }
    .main-body-sec .innerpost-left-sec h2 {
        font-size: 22px
    }
    .main-body-sec .innerpost-left-sec h3 {
        font-size: 20px
    }
    .main-body-sec .innerpost-top-container .ad-section {
        width: 100%;
        margin-bottom: 20px
    }
    .main-body-sec .innerpost-top-container figure {
        width: 100%;
        float: left
    }
    .main-body-sec .innerpost-left-sec .image-grid-two {
        width: 100%
    }
    .main-body-sec .innerpost-left-sec .button-grid-two {
        width: 100%;
        padding-left: 0
    }
    .main-body-sec .innerpost-left-sec .related ul li h4 {
        font-size: 14px;
        padding-right: 20px
    }
    .main-body-sec .innerpost-left-sec .hover-share {
        margin-bottom: 20px
    }
    .main-body-sec .innerpost-left-sec .button-sec {
        margin-bottom: 40px
    }
    .main-body-sec .innerpost-left-sec .row.three-col-sec {
        margin: 0
    }
    .main-body-sec .innerpost-left-sec .row.three-col-sec .col-sm-4 {
        width: 100%;
        padding: 0
    }
}

.innerpost-left-sec .ads-iframe {
    padding: 0 8%;
    width: 100%;
    float: left;
    margin: 0 0 20px
}

amp-ad,
img {
    max-width: 100%
}

amp-pinterest a.-amp-pinterest-round {
    background: 0
}

.main-body-sec .container .breadcrumb {
    width: 100%;
    margin-top: -18px;
    padding: 0 0 10px;
    float: left
}

.main-body-sec .container .breadcrumb li,
.main-body-sec .container .breadcrumb li a {
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    font-family: roboto-regular;
    font-size: 13px;
    color: #757575
}

.main-body-sec .innerpost-left-sec .row.image-two-sec {
    display: flex;
    margin: 0 -15px
}

.main-body-sec .innerpost-left-sec .row.image-two-sec .col-sm-6 {
    padding: 0 15px
}

.main-body-sec .innerpost-left-sec .row.image-two-sec .col-sm-6 h3 {
    font-size: 22px;
    margin: 0 0 15px;
    height: 45px
}

@media(max-width:640px) {
    .main-body-sec .innerpost-left-sec .row.image-two-sec .col-sm-6 {
        width: 100%;
        padding: 0 10px;
        width: calc(100% + 20px)
    }
    .main-body-sec .innerpost-left-sec .row.image-two-sec .col-sm-6 h3 {
        font-size: 22px;
        margin: 0 0 15px;
        height: 45px
    }
    .main-body-sec .innerpost-left-sec .row.image-two-sec {
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.main-body-sec .innerpost-left-sec .faq-sec {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    border-radius: 2px;
    background: #fff;
    margin: 2em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em
}

.main-body-sec .innerpost-left-sec .faq-sec h2 {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 1.25em;
    font-weight: 600
}

aside#mob-menu {
    width: 300px;
    height: 100vh;
    background: #fff;
    right: -300px;
    top: 0;
    bottom: 0;
    padding-top: 68px;
    transition: .4s;
    z-index: 99
}

aside#mob-menu.active {
    right: 0
}

header .overlay-layer {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}

aside#mob-menu a:first-child {
    border-top: 1px solid #254eaa
}

aside#mob-menu a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #254eaa;
    line-height: 22px
}

.toggle-par {
    position: absolute;
    right: 14px;
    top: 21px
}

.toggle-wrap {
    position: relative;
    cursor: pointer;
    float: left;
    display: none;
    z-index: 999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle-bar,
.toggle-bar::after,
.toggle-bar::before,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::after,
.toggle-wrap.active .toggle-bar::before {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.toggle-bar {
    width: 30px;
    margin: 10px 0;
    position: relative;
    border-top: 4px solid #fff;
    display: block
}

.toggle-bar::after,
.toggle-bar::before {
    content: "";
    display: block;
    background: #fff;
    height: 4px;
    width: 30px;
    position: absolute;
    top: -14px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%
}

.toggle-bar::after {
    top: 7px
}

.toggle-wrap.active .toggle-bar {
    border-top: 4px solid transparent
}

.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -12px;
    background: #254eaa
}

.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    background: #254eaa
}

.editor-widget-sec {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.editor-widget-sec .widget-dropdown {
    width: 35.74%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #00000014
}

.editor-widget-sec .ad-section {
    width: 35.74%
}

.editor-widget-sec .feature-img-sec {
    width: 64.26%;
    padding-left: 24px
}

.editor-widget-sec .drop-down-row {
    margin-bottom: 22px
}

.editor-widget-sec .widget-dropdown label {
    display: block;
    font-size: 18px;
    margin-bottom: 8px
}

.editor-widget-sec .widget-dropdown select {
    height: 68px;
    width: 100%;
    appearance: none;
    padding: 20px 42px 20px 20px;
    border: 2px solid #004faa;
    font-size: 18px;
    cursor: pointer;
    outline: 0
}

.editor-widget-sec .widget-dropdown .select-div:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 18px;
    background: url(https://images.sampleforms.com/images/img/sf-blog-new-icons.svg) -34px -102px no-repeat;
    right: 10px;
    top: 14px
}

.editor-widget-sec .drop-row {
    width: 100%;
    margin-bottom: 20px
}

.editor-widget-sec .create-doc-btn {
    min-width: 95%;
    background-color: #004faa;
    transition: .3s;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 16px 20px;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none
}

.editor-widget-sec .create-doc-btn:hover {
    background-color: #0561cb
}

.search-icon-new {
    float: right;
    height: 22px;
    width: 18px;
    border: 0;
    background-position: -67px 3px;
    cursor: pointer;
    margin-left: 2px;
    display: none;
    color: transparent
}

@media only screen and (max-width:1600px) {
    header .forms-list .form-list-group {
        width: 575px;
        padding: 28px 30px
    }
    .editor-widget-sec .widget-dropdown label,
    header .forms-list .form-list-group li a {
        font-size: 16px
    }
    header {
        background: #254eaa;
        height: 40px;
        padding: 20px 0
    }
    .search-new input[type=text] {
        height: 26px;
        padding: 10px 10px 10px 32px
    }
    .search-new {
        width: 350px
    }
    .main-body-sec {
        margin-top: 94px
    }
    .editor-widget-sec .widget-dropdown {
        padding: 25px
    }
    .editor-widget-sec .widget-dropdown select {
        padding: 15px 35px 15px 15px;
        height: 52px;
        font-size: 16px
    }
    .editor-widget-sec .drop-row {
        width: 100%
    }
    .editor-widget-sec .create-doc-btn {
        padding: 14px 15px;
        font-size: 16px
    }
}

@media only screen and (max-width:850px) {
    .toggle-wrap {
        display: block
    }
    header .forms-list {
        display: none
    }
    .search-new {
        padding-right: 45px
    }
}

@media only screen and (max-width:814px) {
    .editor-widget-sec .drop-row {
        margin-bottom: 15px
    }
    .editor-widget-sec .ad-section,
    .editor-widget-sec .widget-dropdown {
        width: 100%;
        margin-bottom: 30px
    }
    .editor-widget-sec .feature-img-sec {
        width: 100%;
        padding-left: 0
    }
    .editor-widget-sec .create-doc-btn {
        min-width: 100%
    }
}

@media only screen and (max-width:675px) {
    .search-new {
        width: 275px
    }
}

@media only screen and (max-width:480px) {
    .s-close,
    .search-icon-new {
        display: block
    }
    .main-body-sec {
        margin-top: 70px
    }
    .toggle-par {
        right: 10px;
        top: 10px
    }
    header {
        height: 40px;
        padding: 8px 0
    }
    .search-new input[type=text] {
        position: absolute;
        top: -55px;
        width: 100%;
        height: 42px;
        left: 0;
        padding-left: 40px;
        background: url(https://images.designtrends.com/images/img/search.png) 10px 12px no-repeat #fff;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 0;
        letter-spacing: .3px;
        margin-top: 0;
        transition: .6s;
        -webkit-transition: .6s
    }
    .search-new {
        top: 1px;
        width: calc(100% + 20px);
        left: -10px;
        float: inherit
    }
    .search-new input[type=text].active {
        padding-left: 40px;
        top: -9px
    }
    .toggle-wrap.active .toggle-bar::before {
        top: -8px
    }
    .toggle-wrap.active .toggle-bar::after {
        top: 5px
    }
    .toggle-bar::after,
    .toggle-bar::before {
        height: 3px;
        width: 25px
    }
    aside#mob-menuaside a {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px
    }
    .forms-list-mob {
        height: calc(100vh - 60px)
    }
    aside#mob-menuaside {
        padding-top: 60px;
        width: 75%;
        right: -75%
    }
    aside#mob-menuaside.active {
        right: 0
    }
    .toggle-bar {
        width: 25px;
        margin: 8px 0
    }
    .s-close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 10px;
        top: -25px;
        visibility: hidden;
        background: url(https://images.freecreatives.com/images/img/close.svg) no-repeat;
        transition: .4s;
        cursor: pointer
    }
    .s-close.in {
        visibility: visible;
        top: 5px;
        z-index: 1000;
        right: 12px
    }
}

@media only screen and (max-width:425px) {
    .editor-widget-sec .widget-dropdown {
        padding: 15px 15px 20px;
        margin-bottom: 20px;
        min-height: 250px
    }
    .editor-widget-sec .widget-dropdown label {
        font-size: 15px;
        margin-bottom: 6px
    }
    .editor-widget-sec .widget-dropdown select {
        padding: 12px 35px 12px 12px;
        height: 50px;
        font-size: 15px
    }
    .editor-widget-sec .create-doc-btn {
        min-width: 100%
    }
}

@media only screen and (max-width:375px) {
    .post-container ul {
        margin: 0
    }
    .post-container ul li {
        width: 100%;
        padding: 0
    }
    .post-container ul li h3 {
        height: initial
    }
    .editor-widget-sec .widget-dropdown select {
        padding: 10px 35px 10px 10px;
        font-size: 14px
    }
    .editor-widget-sec .create-doc-btn {
        padding: 12px 13px;
        font-size: 14px
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center
}

.modal .modal-content {
    max-width: 80%;
    max-height: 80%;
    position: relative
}

.modal .modal-content .popupImage {
    max-width: 100%;
    max-height: 580px;
    margin-top: 20px
}

.modal .modal-content .popup-controls {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 120%;
    height: 115%;
    z-index: -1;
    background: #fff
}

.modal .modal-content .popup-controls .download-button {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    font-size: 18px;
    transition: .3s;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .4px;
    height: 38px;
    color: #fff;
    cursor: pointer;
    background: #254eaa;
    border: 2px solid #254eaa;
    border-radius: 4px
}

.modal .modal-content .popup-controls a {
    min-width: 170px;
    text-align: center
}

.modal .modal-content .popup-controls .Imageclose {
    position: absolute;
    top: 15px;
    right: 2%;
    color: rgba(0, 0, 0, .8);
    font-size: 40px;
    font-weight: 600;
    transition: .3s;
    cursor: pointer
}

.modal .modal-content .popup-controls .Imageclose:hover {
    color: #bbb;
    text-decoration: none
}

@media(max-width:680px) {
    .modal .modal-content .popupImage {
        max-height: 100%
    }
}

.main-body-sec .innerpost-left-sec table {
    display: table;
    table-layout: fixed;
    margin-bottom: 25px;
    margin-top: 15px;
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%
}

.main-body-sec .innerpost-left-sec table th {
    vertical-align: middle;
    color: #fff;
    background: #254eaa;
    text-align: left;
    padding: 10px;
    width: auto;
    border: 1px solid #000;
    border-bottom: 1px solid #000
}

.main-body-sec .innerpost-left-sec tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 1px solid #000
}

.main-body-sec .innerpost-left-sec table td {
    padding: 10px;
    text-align: inherit;
    border: 1px solid #000;
    font-size: 16px;
    vertical-align: top
}

.main-body-sec .innerpost-left-sec .text-editor {
    border-radius: 10px;
    border: 2px solid #eeee;
    padding: 15px;
    background-color: #eceff573;
    margin-bottom: 45px;
    margin-top: 20px
}


.fileformat-bodysection {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.fileformat-bodysection ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none
}

.fileformat-bodysection ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 18px;
}

.fileformat-bodysection ul li a {
    text-decoration: none;
}

.fileformat-bodysection ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #0a5ac2;
    letter-spacing: .4px;
    background: url(https://images.freecreatives.com/images/img/list-icon.svg) 0 7px no-repeat;
    padding-left: 12px;
    height: 20px;
    overflow: hidden
}

.fileformat-bodysection ul li h4:hover {
    color: #212121
}

.fileformat-bodysection ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}
