:root {
    --accent-color: #017D98;
}

.feature-area .single-item {
    padding: 37px 0;
    transition: all 0.2s ease-out 0s;
}

.feature-area .single-item:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.item-text>h3 {
    margin-bottom: 11px;
}

.item-text>p {
    margin: 0;
}

.accordion {
    position: relative;
    z-index: 2;
}

h3.sub-title {
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 50px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

h3.sub-title::before,
h3.sub-title::after {
    background: #5e5e5e none repeat scroll 0 0;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

h3.sub-title::after {
    bottom: -10px;
    position: absolute;
    width: 50px;
}

.default-panel {
    padding-left: 60px;
}

.panel-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background: inherit;
    border-color: inherit;
    margin: 0;
    padding: 0;
}

.default-panel .sub_title {
    margin-bottom: 30px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0 none;
    padding: 25px 0 0;
}

.panel-body>p {
    color: #5e5e5e;
    padding-right: 30px;
    margin: 0
}

.panel-body {
    padding: 0px 0px 0px 60px;
}

.panel-group .panel+.panel {
    margin-top: 32px;
}

.item-icon-bg {
    background: #5e5e5e none repeat scroll 0 0;
    height: 100px;
    margin: 0 auto;
    position: relative;
    transition: all 0.4s ease-out 0s;
    width: 100px;
}

.item-icons {
    background: #5e5e5e none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-table;
    height: 58px;
    margin: 21px 0;
    position: relative;
    transition: all 0.4s ease-out 0s;
    width: 58px;
    z-index: 2;
}

.item-icons>span {
    display: table-cell;
    vertical-align: middle;
}

.item-icon-bg::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
    transform: skewX(45deg);
    width: 100%;
}

.single-item:hover .item-icon-bg,
.single-item:hover .item-icons {
    background: #02D8FF none repeat scroll 0 0;
}

.service-area .item-text h3 {
    margin-bottom: 15px;
}

.service-area .item-text {
    padding: 16px 29px 0;
}

.item-text {
    padding: 14px 29px 0
}

.item-text>p {
    margin: 0;
}

.service-area .single-item {
    margin-bottom: 36px;
}

.table-title h3 {
    font-family: "poppins";
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 37px;
}

.table-title h2 {
    font-family: "poppins";
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 7px;
    color: #fff
}

.title-2 {
    padding: 30px 0 29px;
    background: #5e5e5e none repeat scroll 0 0;
    transition: all 0.3s ease 0s
}

.table-content>span {
    display: block;
    line-height: 37px;
}

.table-title h4 {
    line-height: 13px;
    font-family: "poppins";
    font-weight: 400;
    color: #fff
}

.single-table {
    border: 0 none;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.table-title {
    position: relative;
}

.table-content {
    padding-top: 18px;
    position: relative;
}

.table-content>span.line {
    text-decoration: line-through;
}

.single-table .default-btn {
    background: #5e5e5e none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    margin-top: 26px;
    padding: 7px 19px;
}

.single-table .default-btn:hover {
    background: #5e5e5e;
    color: #fff
}

.table-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.table-wrapper:hover .title-2 {
    background: #01b1d7 none repeat scroll 0 0;
}

.table-wrapper:hover .single-table .default-btn {
    background: #01b1d7 none repeat scroll 0 0;
}

.portfolio {
    position: relative;
}

.portfolio-custom-row {
    margin-left: -5px;
    margin-right: -5px;
}

.grid-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio {
    position: relative;
}

.portfolio-menu {
    margin-bottom: 40px;
}

.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #5e5e5e;
    font-weight: 300;
    margin: 0 8px;
    padding: 6px 20px;
    position: relative;
    text-transform: capitalize;
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
    background: var(--accent-color) none repeat scroll 0 0;
    border-color: var(--accent-color);
    color: #ffffff;
}

.portfolio-title {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.hover {
    display: inline-block;
}

.hover-style>a,
.blog-img>a {
    display: block;
    position: relative;
}

.hover-style>a:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    height: 100%
}

.hover-style:hover>a:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.custom-row {
    margin-left: -55px;
    margin-right: -55px;
}

.custom-row .col-md-6 {
    padding-left: 55px;
    padding-right: 55px;
}

.gallery-icon {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 0 8px rgba(246, 249, 250, 0.42);
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(1.5);
    transition: all 0.4s ease 0s;
    width: 50px;
}

.hover-style:hover .gallery-icon {
    opacity: 1;
    transform: scale(1);
}

.hover-style .gallery-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

.gallery-icon img {
    bottom: 0;
    height: 18px;
    left: 0;
    line-height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mfp-no-margins img.mfp-img {
    padding: 0;
}

.mfp-no-margins .mfp-figure:after {
    bottom: 0;
    top: 0;
}

.mfp-no-margins .mfp-container {
    padding: 0;
}

/*----------------------------------------*/
/*  8. Newsletter Area
/*----------------------------------------*/
.newsletter-text>h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.newsletter-form {
    padding: 0 74px;
}

.newsletter-form input {
    border-color: var(--accent-color);
    border-radius: 30px;
    color: #838282;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: 43px;
    padding: 0 18px;
}

.newsletter-form input::-moz-placeholder,
.newsletter-form textarea::-moz-placeholder {
    color: #666666;
}

.newsletter-form input::-webkit-input-placeholder,
.newsletter-form textarea::-webkit-input-placeholder {
    color: #838282;
}

#mc-form {
    position: relative;
}

#mc-form .default-btn {
    background: #01b1d7 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 30px 30px 0;
    height: 100%;
    line-height: 43px;
    padding: 0 19px;
    position: absolute;
    right: 0;
    top: 0;
}

#mc-form .default-btn:hover {
    background: #5E5E5E none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  9. Blog Area
/*----------------------------------------*/

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.blog-area .section-title {
    margin-bottom: 46px;
}

.blog-img {
    position: relative;
}

.blog-img>a {
    display: block;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-img .meta-date {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: var(--accent-color);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
}

.blog-text {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 0 22px 22px;
    transition: all 0.2s ease-out 0s;
}

.meta-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 10px 0;
    margin-bottom: 10px;
}

.meta-element .meta-author {
    color: var(--accent-color);
}

.meta-element .meta-comments {
    font-size: 14px;
    color: #707070;
}

.blog-text a,
.blog-text h5 a {
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.blog-text>.post-item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
    .blog-text>.post-item-title {
        min-height: 60px;
    }
}

.short-decsription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-btn i {
    font-size: 21px;
    line-height: 12px;
    padding-left: 8px;
    position: relative;
    top: 3px;
}

.blog-text .blog-btn {
    display: inline-block;
    text-transform: uppercase;
    color: var(--accent-color);
}

.post-date {
    display: inline-block;
    margin-bottom: 6px;
}

.blog-text a:hover {
    color: var(--accent-color);
}

.single-blog:hover .blog-text .blog-btn {
    color: var(--accent-color);
}

.single-blog:hover .blog-text {
    background: #ffffff none repeat scroll 0 0;
}

.single-blog {
    margin: 10px 0 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.single-blog:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
    font-weight: 400;
    font-size: 28px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.blog-articles h3 {
    font-weight: 400;
    font-size: 24px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.blog-articles p {
    margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

/*---------------Pagination-------------*/

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 20px 0;
}

.pagination-list a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.6;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    background-color: transparent;
    margin: 0 3px;
    padding: 0 10px;
    transition: all .2s ease;
}

.pagination-list a:hover {
    text-decoration: none;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    color: #fff;
}

.pagination-list li.active a {
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    color: #fff;
}

.details-title {
    border-bottom: 1px solid #555555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    display: block;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.p-details-text p {
    line-height: 26px;
}

.p-details-text .details-title {
    margin-bottom: 23px;
}

.p-details-text>p:nth-child(2) {
    margin-bottom: 26px;
}

.p-details-text {
    overflow: hidden;
    padding-top: 57px;
}

.details-information>span {
    color: #555555;
    display: block;
    font-family: "montserrat";
    font-weight: 300;
    line-height: 13px;
    margin-bottom: 20px;
}

.details-information>span span {
    font-weight: 400;
    text-transform: uppercase;
}

.details-information {
    margin-bottom: 46px;
}

.small-slide {
    float: left;
    width: 19%;
}

.large-slide {
    float: left;
    width: 81%;
}

.nav-image {
    cursor: pointer;
}

.slider-nav {
    padding-bottom: 26px;
    position: relative;
}

.nav-image {
    float: right;
    position: relative;
}

.nav-image:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-section.custom-padding {
    padding-top: 150px;
}

.blog-section .single-blog {
    margin: 0 0 40px 0
}

.blog-details-img {
    margin-bottom: 29px;
    position: relative;
}

.blog-details-img img {
    max-width: 100%;
}

.blog-details-img>span {
    background: var(--accent-color) none repeat scroll 0 0;
    color: #ffffff;
    font-family: "montserrat";
    font-size: 12px;
    height: 70px;
    left: 20px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 70px;
}

.blog-details-img span span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

.blog-details-area h5 {
    color: #555555;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.blog-details-area {
    color: #555555;
}

.post-information {
    margin-bottom: 15px;
    overflow: hidden;
}

.post-information span {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    margin-right: 7px;
    padding-right: 8px;
    text-transform: uppercase;
}

.post-information>span:first-child {
    border-right: 1px solid #555555;
}

.blog-details-text img {
    margin-bottom: 15px;
}

.blog-details-text>p {
    line-height: 26px;
}

.blog-details-text>p.quote {
    margin: 30px 80px 20px 115px;
    position: relative;
}

.blog-details-text p.quote:after {
    color: var(--accent-color);
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    left: -28px;
    position: absolute;
    top: -22px;
    transform: rotate(180deg);
}

.social-tags {
    border-bottom: 1px solid var(--accent-color);
    overflow: hidden;
    padding: 30px 0 20px 0;
    margin-bottom: 20px;
}

.social-tags>span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}

.tag-cloud-link {
  	font-size: 18px;
    color: var(--accent-color);
}

.blog-links {
    display: block;
    margin-bottom: 20px;
}

.blog-links>a {
    color: #555555;
    font-size: 18px;
    display: inline-block;
    line-height: 19px;
    margin-right: 13px;
    text-align: center;
    width: 13px;
}

.blog-links>a:hover {
    color: var(--accent-color);
}

.comment-reply-area {
    padding-top: 57px;
}

.blog-details-area .details-title {
    margin-bottom: 39px;
}

.comment-img>img {
    border-radius: 50%;
}

.comment-img {
    float: left;
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-text {
    overflow: hidden;
    padding-left: 22px;
}

.single-comments {
    margin-bottom: 34px;
    overflow: hidden;
}

.comment-information>a {
    color: #555555;
    display: inline-block;
    font-family: "montserrat";
    line-height: 13px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}

.comment-information>span {
    display: inline-block;
    float: right;
    font-family: "montserrat";
    line-height: 1.4;
}

.comment-information>.information-date {
    color: var(--accent-color);
}

.comment-text>p {
    line-height: 26px;
    margin: 0;
}

.comment-information>span a:first-child {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.comment-information>span a:last-child {
    position: relative;
    text-transform: uppercase;
}

.comment-information span a {
    color: #555555;
    margin-left: 8px;
}

.comment-information>span a:last-child:after {
    color: #555555;
    content: "/";
    left: -8px;
    position: absolute;
    top: 3px;
}

.comment-information>a:hover,
.comment-information a:hover {
    color: var(--accent-color);
}

.comment-information {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-information .information-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    margin: 0;
}

.comments-wrapper {
    margin-bottom: 15px;
    overflow: hidden;
}

.new-comment-post input,
.new-comment-post textarea {
    color: #555555;
    font-weight: 300;
    height: 38px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.new-comment-post input::-moz-placeholder,
.new-comment-post textarea::-moz-placeholder {
    color: #555555;
}

.new-comment-post input::-webkit-input-placeholder,
.new-comment-post textarea::-webkit-input-placeholder {
    color: #555555;
}

.new-comment-post textarea {
    height: 160px;
    margin-bottom: 50px;
    padding: 10px 20px;
}

.new-comment-post .default-btn {
    border-radius: 0;
    padding: 13px 56px;
}

.search-box>input {
    border-color: #dcd9d9;
    font-size: 13px;
    height: 44px;
    padding: 0 20px;
    color: #343434
}

.search-box>input::-moz-placeholder {
    color: #343434;
}

.search-box>input::-webkit-input-placeholder {
    color: #343434;
}

.search-box {
    position: relative;
}

.search-box>button {
    background: var(--accent-color) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 69px;
}

.search-box>button:hover {
    background: #343434 none repeat scroll 0 0;
}

.single-widget {
    margin-bottom: 57px;
    overflow: hidden;
    position: relative;
}

.single-widget li {
    border-bottom: 1px solid #dcd9d9;
    display: block;
    line-height: 12px;
    margin-bottom: 20px;
}

.single-widget li a {
    color: #666666;
    display: block;
    font-family: "montserrat";
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 11px
}

.single-widget li a span {
    color: #555555;
    float: right;
    font-size: 13px;
}

.single-widget a:hover,
.single-widget a:hover i,
.single-widget a:hover span {
    color: var(--accent-color);
}

.single-widget a i {
    color: #555555;
    font-size: 17px;
    line-height: 8px;
    padding-right: 10px;
    position: relative;
    top: 1px;
}

.single-widget li:last-child {
    margin: 0;
}

.recent-item>.recent-item-image>a {
    display: block;
    float: left;
    height: 70px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    width: 70px;
}

.recent-item {
    display: flex;
    margin-bottom: 38px;
    overflow: hidden;
}

.recent-item-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.recent-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-text {
    overflow: hidden;
}

.recent-text>.recent-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    position: relative;
    text-transform: none;
    top: -6px;
}

.recent-info>a,
.recent-info>span {
    color: #555555;
    font-family: "montserrat";
    font-size: 12px;
    margin: 0;
}

.recent-info {
    line-height: 12px;
}

.recent-info>a:first-child {
    margin-right: 16px;
    position: relative;
}

.recent-info>a:first-child:after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 0;
}

.recent-item:last-child {
    margin: 0;
}

.tags li {
    border: 0 none;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 7px;
}

.single-widget .tags li a {
    border: 1px solid #dcd9d9;
    color: #666666;
    font-size: 12px;
    line-height: 31px;
    margin: 0;
    padding: 0 18px;
}

.single-widget .tags li a:hover {
    background: var(--accent-color) none repeat scroll 0 0;
    border-color: var(--accent-color);
    color: #ffffff;
}

.recent-item>a:before {
    border-radius: 50%;
}

/*------------------------ blog-post-styles ------------------------*/

.blog-details-text img {
    margin: 15px 0 10px 0;
}

.blog-details-text h2 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-details-text h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-details-text p {
    margin: 0 0 10px 0;
}

.blog-details-text a {
    color: #ff0c0c;
}

.blog-details-text ol {
    padding-left: 15px;
}

.blog-details-text ol li {
    padding: 5px 0;
}

.blog-details-text ul {
    list-style: none;
    padding-left: 15px;
}

.blog-details-text ul li {
    padding: 5px 0;
}

.blog-details-text ul li,
.blog-details-text ul li a {
    color: #000;
}

.blog-details-text blockquote {
    font-style: italic;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.blog-details-text table {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-collapse: collapse;
    margin: 10px 0;
}

.blog-details-text table,
.blog-details-text td,
.blog-details-text th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px 15px;
}

.blog-details-text td,
.blog-details-text th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px 15px;
}