/* blog-header start */
.blog-header h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #1E9EE4;
    font-size: 24px;
    line-height: 1.2;
    width: 90%;
    margin-left: auto;
    margin-bottom: 0;
}

.blog-header {
    padding: 75px 0 90px;
    background-color: #F5F6F7;
    -webkit-box-shadow: inset 0px 5px 20px -9px #a1a1a1;
    box-shadow: inset 0px 5px 20px -9px #a1a1a1;
}
.blog-content {
    padding: 75px 0 90px;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 5px 20px -9px #a1a1a1;
}


.blog-header h1 {
    font-size: 44px;
    border-left: 4px solid #1E9EE4;
    line-height: 1.2;
    padding-left: 20px;
    font-weight: 900;
    margin-bottom: 0;
}
.blog-content h2 {
    font-size: 31px;
    border-left: 4px solid #1E9EE4;
    line-height: 4.2;
    padding-left: 20px;
    font-weight: 900;
    color: #000000;
    background-color: #F5F6F7;
}
.blog-a {
    color: #000000;
    text-decoration: none;
}

.auther-img  {
    border-radius: 50%;
}

.blog-span{
    font-size: 17px;
    padding-left: 18px;
    font-weight: 600;
}


.blog-header .search-form{
    display: flex;
    align-items: center;
}
.blog-header .search-field {
    border: 1px solid;
    border-right: 0;
    border-color: #9f9f9f;
    height: 100%;
    background-color: unset !important;
    padding: 10px 20px;
    border-radius: 20px 0 0 20px;
    color: #000;
    width: 100%;
}
.blog-header .search-field::placeholder{
    font-weight: 300;
}
.blog-header .search-field:focus-visible{
    outline: #9f9f9f;
}
.blog-header .search_icon {
    background-image: url(./img/blog/blog_search.svg);
    background-repeat: no-repeat;
    display: block;
    border: 1px solid;
    border-color: #9f9f9f;
    border-left: 0;
    width: 50px;
    background-color: unset !important;
    padding: 7.5px 20px;
    background-size: 25px 25px;
    background-position: center right 10px;
    border-radius: 0 20px 20px 0 ;
}
@media screen and (max-width:1399.9px) {
    .blog-header h4 {
        font-size: 20px;
        width: 90%;
    }

    .blog-header {
        padding: 35px 0 50px;
    }
}

@media screen and (max-width:1199.9px) {
    .blog-header h1 {
        font-size: 42px;
    }

    .blog-header h4 {
        font-size: 18px;
        width: 100%;
    }
}

@media screen and (max-width:991.9px) {
    .blog-header h1 {
        font-size: 34px;
    }

    .blog-header h4 {
        font-size: 17px;
        width: 100%;
    }
}

@media screen and (max-width:767.9px) {
    .blog-header {
        padding: 40px 0 20px;
    }

    .blog-header h4 {
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (max-width:575.9px) {
    .blog-header {
        padding-bottom: 30px;
    }
}

/* blog-header end */

/* pagination */

.page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    text-decoration: none;
    border-radius: 15px;
}
.page-numbers.current{
    color: #000;
}
.blogTitle {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}
.post-full-content {
    padding: 30px 0;
}

.blogPostTitle {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}

.post_title {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.post_title:hover {
    color: #666;
}

.post-head {
    padding: 15px 0;
}

.author_avatar img {
    border-radius: 50%;
}

.post-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.post-info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #717171;
}

.post-info h6 {
    margin-bottom: 0;
    font-size: 18px;
}

.post-info p a {
    text-decoration: none;
}

.content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
    color: #000;
}

.content p a {
    text-decoration: none;
    color: #1E9DE3;
}

.content h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 800;
}

pre {
    display: block;
    padding: 28.5px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

 
/* Get started */
.blogGetStarted {
    padding: 50px 0 100px;
    background: #f1f1f1 url(./img/blog/get-started.png) center bottom -25px no-repeat;
}

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

.blogGetStarted h3 {
    font-size: 26px;
    font-weight: 900;
}

.blogGetStarted .vboffset-40 {
    margin-bottom: 40px !important;
}

.blogGetStarted strong {
    font-weight: 800;
}

.blogGetStarted .btnBlue {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #1B38DA;
    border-style: solid;
    border-color: #1B38DA;
    border-width: 0 0 2px 0;
}

.blogGetStarted .btnBlock {
    display: block;
    width: 60%;
    margin: auto;
}

.blogGetStarted .btn {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 20px;
    font-weight: 900;
    transition: background-color .5s ease;
}

.blogGetStarted a {
    overflow-wrap: break-word;
}

@media screen and (max-width:1199.9px) {
    .blogGetStarted .btn {
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 17px;
        font-weight: 900;
        transition: background-color .5s ease;
    }

    .blogGetStarted .btnBlock {
        display: block;
        width: 70%;
        margin: auto;
    }

    .blogGetStarted h3 {
        font-size: 24px;
        font-weight: 900;
    }
}

@media screen and (max-width:767.9px) {
    .blogGetStarted h3 {
        font-size: 21px;
        font-weight: 900;
    }
}

@media screen and (max-widtH:575.9px) {
    .blogGetStarted .btnBlock {
        display: block;
        width: 90%;
        margin: auto;
    }

    .blogGetStarted .btn {
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 16px;
        font-weight: 800;
        transition: background-color .5s ease;
    }

    .blogGetStarted h3 {
        font-size: 23px;
        font-weight: 900;
    }

    .blogGetStarted {
        padding: 50px 0;
    }
}

/* audio block */
.wp-block-audio audio {
    width: 300px;
    height: 54px;
}

.post-full-content ul li {
    list-style-image: url('./img/blog/liicon.svg');
}

/* sidebar */

.sidebar .btnBlue {
    background-color: #1B38DA;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding: 10px 0;
}

.sidebar .btnLightBlue {
    background-color: #1E9DE3;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    padding: 10px 0;
}

.sidebar .contactTitle {
    font-weight: 900;
}

.sidebar .provideTitle {
    font-weight: 900;
}

.sidebar .freetrial strong {
    font-weight: 900;
}

.sidebar p {
    font-size: 16px;
    line-height: 2;
    padding-left: 0px;
}

.sidebar ul {
    padding-left: 42px;
}

/* content */
.content h3 {
    font-size: 28px;
    font-weight: 800;
}

.content h4 {
    font-size: 28px;
    font-weight: 900;
}
.content ol{
    font-size: 18px;
}
.content ul li,.content ol li{
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 10px;
}

.content a {
    color: #0d6efd;
}

.content .sep-item {
    text-align: center;
    height: 100%;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-shadow: 10px 10px 10px #00000015;
}

.content .sep-item img {
    margin-bottom: 20px;
}

.content .sep-item p {
    line-height: 1.6;
}

.content .sep-item h5 {
    font-size: 20px;
    font-weight: 900;
}

.content .left-line h3 {
    padding-left: 24px;
    line-height: 1.5;
    border-left: 4px solid #1E9DE3;
}

.content .left-line p {
    padding-left: 24px;
}
.box-grey {
    background-color: #f7f8f9;
    width: 99%;
    border: 1px solid #f7f9f9;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #ebebeb;
    text-align: left;
    line-height: 30px;
}
.box-white {
    background-color: #fff;
    width: 99%;
    border: 1px solid #f7f9f9;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #ebebeb;
    text-align: right;
    line-height: 30px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-primary {
    border-color: #1E9DE3;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1E9DE3;
    border-color: #1E9DE3;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
@media screen and (max-width:575.9px) {
    .content .left-line h3 {
        padding-left: 15px;
        line-height: 1.5;
        border-left: 4px solid #1E9DE3;
    }
    .content h3 {
        font-size: 24px;
        font-weight: 900;
    }
    .content h4 {
        font-size: 20px;
        font-weight: 900;
    }
    .content img{
        margin-bottom: 20px;
    }
}