﻿.galleryUserName {
    font-size: 14px;
    margin-bottom: 10px;
    color: #3FD0D4;
    text-align: center;
    padding: 5px;
}

.section-title {
    margin-bottom: 20px !important;
}

.card-1-content {
    min-height: 180px;
}

.destination-card-name {
    font-size: 20px !important;
}

.card-1-content p {
    text-align: justify;
    font-size: 12px !important;
}

.content-title p {
    /* padding: 14px; */
    padding: 0 5px 0 5px;
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
}

.cntr-summary blockquote {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: #3FD0D4;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-gallery-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
    border-radius: 10px;
}


.np-thumb-btn-mobile {
    margin-bottom: 10px;
}

    .np-thumb-btn-mobile img {
        border-radius: 5px;
        width: 100px;
    }

.recent-post-item {
    width: 45% !important;
}

    .recent-post-item .recent-post-content p {
        font-size: 12px;
        text-align: justify;
        padding: 0;
        margin: 0;
    }

    .recent-post-item .recent-post-content a {
        font-size: 14px !important;
    }

    .recent-post-item .blog-entry li {
        font-size: 14px;
    }


.inner-page-header {
    padding-top: 160px !important;
    padding-bottom: 110px !important;
}

.inner-header-shape {
    height: 40px !important;
    background-size: contain !important;
}



.responsive-img-cntr {
    width: 140px;
    height: 140px;
}

@media (max-width: 600px) {
    .responsive-img-cntr {
        width: 90px;
        height: 90px;
    }
}