.swiper, .swiper-slide img {
    width: 100%;
    height: 100%
}

#btnnext::after, #btnprev::after {
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    color: #8ccd54
}

#btnnext, #btnprev {
    top: 53%;
    transform: translateY(-80%)
}

.blog-content .gradient img, body {
    margin: 0
}

body, html {
    position: relative;
    height: 100%
}

body {
    padding: 0
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    object-fit: cover
}

.blog-box .gradient, .blog-content .gradient, .blogswiper .gradient, .other-blog .gradient {
    background: linear-gradient(0, #2b449c 0, #8ac641 100%);
    background-repeat: no-repeat;
    border-color: transparent
}

.blog-box img, .blog-content img, .blogswiper .gradient img, .other-blog img {
    padding: .5rem
}

.blogswiper .swiper-slide {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    display: block
}

#btnnext::after {
    content: "\f054"
}

#btnprev::after {
    content: "\f053"
}

#btnprev {
    left: -35px
}

#btnnext {
    right: -35px
}

.header-settings {
    padding-top: 89px
}

.blog-box .card-button {
    background-color: #efefef;
    color: #8ccd54;
    padding: .6rem 1rem;
    border-radius: 1rem;
    font-size: .75rem;
    font-weight: 500;
    cursor: pointer;
    margin: 2rem 0;
    transition: 1s;
    min-width: 50%;
    text-align: center
}

.black-hr {
    background-color: #000;
    opacity: 1;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5)
}

.blog-content p {
    color: #999;
    font-size: 14px
}

.blog-content h3 {
    color: #3f8d12;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px
}

.blog-content ul li::before {
    content: url("../img/list-icon.svg");
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: block;
    align-items: center
}

.blog-content ul li {
    display: ruby-text;
    align-items: start;
    margin-bottom: 7px;
    color: #999;
}

.blog-content ul {
    padding-left: 0;
    margin-top: 20px
}

.blog-content img {
    margin-bottom: 20px;
    margin-top: 20px
}

.other-title {
    margin-top: 90px
}

.other-title h3 {
    background-color: #3f8d12;
    padding: 7px 15px;
    font-size: 14px;
    display: inline-block;
    color: #fff
}

.other-title h3::after {
    content: '';
    border-bottom: 3px solid #8ccd54
}

.share-box {
    border: 1px solid #8ccd54;
    padding: 7px 10px;
    display: inline-block
}

.share-box h3 {
    float: left
}

.share-box ul li i {
    color: #fff
}

.share-box ul li {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    text-align: center;
    line-height: 30px
}

.share-box ul li span {
    color: #fff;
    margin-right: 5px
}

.share-box ul .like_icon {
    background-color: #163860;
    width: auto;
    height: auto;
    padding: 7px;
    line-height: 0
}

.facebook_icon {
    background-color: #0d47a0
}

.twitter_icon {
    background-color: #111111
}

.pinterest_icon {
    background-color: #bd091c
}

.gmail_icon {
    background-color: #0084ff
}

.whatsapp-icon {
    background-color: #128c7e
}

.instagram_icon {
    background-color: #c13584
}

.page-number-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-number-box a {
    border: 1px solid #8ccd54;
    padding: 20px;
    border-radius: 5px;
    width: 47%
}

.subscribe-form input {
    border: 1px solid #8ccd54
}

.subscribe-form button {
    background-color: #438906;
    color: #fff;
    border: 0;
    padding: .1rem 1rem;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
    display: block
}

@media only screen and (max-width: 768px) {
    .black-hr, .other-title {
        margin-top: 30px
    }

    .black-hr, .blog-box .gradient {
        margin-bottom: 30px
    }

    #btnnext {
        right: 0
    }

    #btnprev {
        left: 0
    }
    .blog-content img{
        height: auto !important;
    }
}
