.content-area .general-content-block .bg-block {
    background-color: rgba(240, 240, 240, 0.35);
}

.inner-middle {
    padding: 0px 7%;
}

.faq-page .blog-box h2 {
    text-align: left;
    font-size: 20px;
}

.blog-left {
    padding-top: 15px;
}

.blog-right {
    padding-top: 50px;
}

.blog-box {
    width: 100%;
    border-top: 1px solid #e1e1e2;
    padding: 35px 0;
}

.blog-box:first-child {
    border: none;
    padding-top: 0;
}

.blog-box h2 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.blog-box h2 a {
    color: #1b1f33;
    text-decoration: none;
}

.blog-box h2 a:hover {
    color: #0ab0d2;
    text-decoration: none;
}

.blog-info {
    width: 100%;
    padding: 12px 0 15px 0;
    display: flex;
    margin-bottom: 20px;
}

.blog-author {
    position: relative;
    padding: 10px 50px 0 50px;
    color: #1b1f33;
    font-weight: bold;
}

.blog-author a {
    color: #1b1f33;
    font-size: 15px;
    text-decoration: none;
}

.blog-author a:hover {
    color: #000;
    text-decoration: none;
}

.blog-author .image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.blog-author .image img {
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e1;
    padding: 2px;
    border-radius: 50%;
}

.blog-info-comment {
    padding: 10px 50px 0 10px;
}

.blog-info-comment a {
    color: #0ab0d2;
    font-size: 15px;
    text-decoration: none;
    background: url(../images/comment.svg) no-repeat left top;
    background-size: 23px 20px;
    padding: 0 0 0 30px;
}

.blog-info-comment a:hover {
    color: #000;
}

.blog-date {
    padding: 0 0 0 25px;
    background: url(../images/calendar.svg) no-repeat left 3px;
    background-size: 16px 16px;
    font-size: 15px;
    color: #666666;
    margin: 10px 0 0 15px;
}

.blog-box p,
.blog-box .blog-details ul {
    width: 100%;
    padding: 10px 0 5px;
}

.blog-box .blog-details ul {
    padding-left: 15px;
}

.blog-details ol {
    width: 100%;
}

.blog-readmore {
    width: 100%;
}

.blog-readmore a {
    width: auto;
    background: url(../images/blue-arrow.svg) no-repeat left 1px/ 10px 14px;
    color: #2fc9f0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 16px;
}

.blog-readmore a:hover {
    background: url(../images/arrow-blue.svg) no-repeat left 1px/ 10px 14px;
    color: #1b1f33;
    text-decoration: none;
}

.blog-btn {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}

.btn-row .btn {
    max-width: 224px;
    height: 44px;
    background: none;
    box-shadow: none;
    text-decoration: none;
    color: #0ab0d2;
    font-weight: 700;
    border-color: #67d3ea;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px !important;
    padding: 10px 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.widget-container {
    background-color: #fff;
}


.blog-search .btn-default {
    background: #0ab0d2;
    column-rule: #fff;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    padding: 5px 14px 8px 14px;
    height: 46px;
    outline: none;
}

.blog-search .btn-default img {
    width: 21px;
    height: 21px;
}

/* New design for blog section */

.blog-double-block {
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 30px;
}

.blog-double-block .inner-left-block {
    border-radius: 40px;
    background-color: rgba(240, 240, 240, 0.35);
    padding: 30px;
}

.blog-double-block .inner-right-block .blog-right-box {
    border-radius: 40px;
    background-color: rgba(240, 240, 240, 0.35);
    padding: 40px;
    margin-bottom: 30px;
    border: none;
}

.blog-double-block .inner-left-block p {
    font-size: 20px;
    font-weight: 300;
    color: #002A40;
    line-height: 30px;
}

.blog-double-block .inner-left-block ul li,
.blog-double-block .inner-left-block ol li {
    font-size: 20px;
    font-weight: 300;
    color: #002A40;
    padding-bottom: 10px;
    list-style: inherit;
    margin-bottom: 0;
    line-height: 24px;
}

.blog-double-block .inner-right-block .widget-container ul {
    padding: 0;
    list-style: none;
}

.blog-double-block .inner-right-block .widget-container ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e2;
    color: #25293c;
    line-height: 24px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.blog-double-block .inner-right-block .widget-container .view_all button {
    background: #25293c;
    color: #fff !important;
    border: none;
    white-space: inherit;
    width: 100%;
}

.blog-double-block .inner-right-block .widget-container .view_all button:hover {
    background: #00C1DE;
}

.blog-double-block .inner-right-block .widget-container ul li:last-child {
    border-bottom: none;
}

.blog-double-block .inner-right-block .widget-container ul {
    margin-bottom: 0;
}


.blog-double-block .inner-right-block h2 {
    text-align: left;
    margin-bottom: 10px;
}

.blog-double-block .inner-right-block ul li a {
    text-decoration: none;
    color: #00C1DE;
}

.blog-double-block .inner-right-block ul li a:hover {
    text-decoration: none;
    color: #00C1DE;
}

.blog-double-block .inner-right-block h3.widget-title {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    color: #002A40;
    font-size: 18px;
}

.blog-double-block .inner-right-block .blog-right-search-box h3 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    color: #002A40;
    font-size: 18px;
}

.blog-double-block .blog-detail h2 {
    font-size: 30px;
    font-weight: 600;
    color: #002A40;
    text-align: left;
    margin-bottom: 10px;
}


.blog-detail img,
.blog-details img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}

.left-block .blog-details h2 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    color: #002A40;
    text-align: left;
    margin-bottom: 10px;
}

.blog-double-block .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.blog-double-block .btn-row .btn {
    width: 224px;
    height: 44px;
    background: none;
    box-shadow: none;
    text-decoration: none;
    color: #0ab0d2;
    font-weight: 700;
    border-color: #67d3ea;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px;
}

.blog-double-block .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.blog-double-block .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.blog-double-block .btn-row .btn:hover {
    color: #fff;
    background: #0ab0d2;
    text-decoration: none;
}

.full-width-btn {
    display: flex;
    justify-content: center;
}

.blog-comment-section .comment-list img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.searchform .input-group .form-control {
    height: auto;
}

.left-block .blog-details h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #002A40;
    text-align: left;
    margin-bottom: 10px;
}

.left-block .blog-details pre {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5rem;
    color: #e67bf5;
    word-break: break-all;
    word-wrap: break-word;
    background: #1b1b1b;
    border: 1px solid #ccc;
    border-radius: 6px;
    tab-size: 2;
}
.blog-details h1 {
    color: #002A40;
}