.nav-tabs {
    border-bottom: 1px solid var(--bordergray);
}

.content-right {
    overflow: hidden;
}

.content-right-header .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-right-header .item1 img {
    transform: scale(1.2) !important;
}

.content-right-right {
    border-left: 1px solid var(--bordergray);
    width: 65%;

}

.content-right-left {
    width: 35%;
}

.content-right-left .form-input,
.donate-select {
    border: 1px solid #7a7a7a !important;
}

.form-input {
    height: auto;
}

.donate-select {
    color: #a9adb1;
    font-size: 15px;
    font-weight: 400;
    height: 48px;
}

.donate-select:focus-within {
    border: 2px solid #1a73e8;
    background-color: #e8f0fe;
}

.save a {
    font-size: 2rem;
    color: #f5f5f5;
}

.content-left {
    padding: 0;

}

.next-post {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: var(--border-sm);
    overflow: hidden;
}

.img-header {
    color: white;
}

.img-footer {
    color: white;
    bottom: 1rem;
}

.category-name h4 a {
    color: white;
}

.profile img {
    width: 4.3rem;
}

.profile-name {
    font-size: 1.6rem;
}

.like {
    background-color: #ffff !important;
    color: red;
    font-size: 3rem;
    right: calc(50% - 30px);
    bottom: -3.5rem;
    border-radius: 5rem;

}

.content-right-middle-header h4,
.content-right-middle-middle h4 {
    display: inline-block;
}

.content-right-middle-middle {
    text-align: justify;
}

.content-text {
    line-height: 3.2rem;
}

.next-post-img .profile {
    transform: translateX(+50%);
    bottom: -.7rem;
    right: 50%;
}

.profile-img {
    background-color: #f5f5f5;
    width: 3.5rem !important;
}

.tags i {
    font-size: 1.7rem;
}


.comment-box .comment {
    background-color: #e4e4e4;
    height: auto;
    border-top-right-radius: 3.5rem;
    border: 1.5px solid #b9b9b9;
}

.comment-box .comment img {
    /* border: 3px solid antiquewhite; */
    width: 5rem;
    height: 5rem;

}

.comment-content-header span {
    color: #b5b5b5;
    font-size: 1.25rem;
}

.comment-box .reply {
    background-color: #e4e4e4;
    border-radius: 5rem;
    padding: 0.5rem;
    margin-right: .5rem;
    border: none;
    display: flex;
    border: 1.5px solid #b9b9b9;
    justify-content: center;
}

.comment-box .info {
    background-color: transparent;
    padding: 0.5rem;
    margin-right: .5rem;
    border: none;
    display: flex;

}

.comment .likecom {
    background-color: #5cb85c;
    border-radius: 5rem;
    padding: 0.5rem;
    border: none;
    display: flex;
}

.comment .dislike {
    background-color: #d9534f;
    border-radius: 5rem;
    padding: 0.5rem;
    margin-right: .5rem;
    border: none;
    display: flex;
}

.comment-details {
    bottom: -5px;
}

.comment-details span {
    margin-right: .5rem;
}

.like {
    background-color: #f5f5f5;
    color: red;
    font-size: 3rem;
    right: 50%;
    transform: translateX(50%);
    bottom: -3.5rem;
    border-radius: 5rem;
    padding: 1.5rem;

}


.donate-ch .nowrap {
    position: relative;
	transition: .5s;
}

.donate-ch div input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    margin: 0 !important;
    cursor: pointer;
}

.donate-ch .nowrap input:checked ~ img {
	transition: .5s;
	border: 1px solid green;
    padding: 0.3rem;
    border-radius: 50%;
    background: red;
}
.donate-ch .nowrap input ~ span {
	color:#000a;
	transition: .25s;
	transform: scale(.86);
}
.donate-ch .nowrap input:checked ~ span {
	color:red;
	font-weight: bold;
	transition: .14s;
	transform: scale(1.15);
}

@media (min-width: 0px) {
    .donate-ch {
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
    }

    .donate-ch img {
        width: 100%;
    }
}

@media (min-width: 350px) {
    .donate-ch {
        grid-template-columns: repeat(4, minmax(50px, 1fr));
    }

}

@media (min-width: 400px) {
    .donate-ch {
        grid-template-columns: repeat(5, minmax(50px, 1fr));
    }

}

@media (min-width: 576px) {
    .donate-ch {
        grid-template-columns: repeat(8, minmax(50px, 1fr));
    }

}

@media (min-width: 768px) {
    .donate-ch {
        display: flex;
        flex-wrap: wrap;
    }

    .donate-ch img {
        width: 5rem;
    }
}

@media (min-width: 1200px) {
    .donate-ch img {
        width: 7rem;
    }
}

@media (max-width: 400px) {
    .next-post-img .profile {
        font-size: 1.2rem;
    }

    .img-details {
        font-size: 1rem !important;
    }
}

@media (max-width: 450px) {
    .photo {
        width: 71% !important;
    }

}

@media (max-width: 480px) {

    /* .multimedia-video-content {
        align-items: center;
    } */
    .multimedia-video-content {
        flex-direction: column !important;
    }

    .multimedia-video-caption,
    .multimedia-video-content video {
        width: 100% !important;
    }

    .multimedia-video-caption p {
        font-size: 1.3rem;
    }

    .like {
        padding: 1.4rem;
    }

    .img-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

@media (max-width: 576px) {
    .img-details {
        font-size: 1.2rem;
    }

    .profile img {
        width: 3.5rem;
    }

    .profile span a {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 768px) {

    .content-container {
        flex-direction: column !important;
    }

    .content-right-right {
        border-left: unset;
        border-bottom: 1px solid var(--bordergray);
        width: 100%;
    }

    .content-right-left {
        width: 100%;
    }

}

@media (max-width: 992px) {

    .last-post {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
        gap: 2rem;
    }

}

@media (max-width: 1920px) {

    .last-post {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

}


/* photo-gallery */

.photo-gallery {
    color: #313437;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}


.img-fluid {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}

.lightboxOverlay {
    background-color: #f5f5f5 !important;
}

.lb-number {
    display: none !important;
}

.form-group-1 {
    position: relative;
    margin-bottom: 5rem;

}