.swiper-pagination-bullet {
    background: #62ad34;
}

.swiper-pagination-bullet-active {
    background: #9fcc84;
}
@media (max-width: 772px) {

    .custom_margin_top{
        margin-top: 5px!important;
    }
}
@media (max-width: 500px) {

    section{
        margin-top: 5px!important;
    }
}
.open-nav{
    height: auto!important;
    padding: 15px!important;
}
/* Add this CSS to your stylesheet or in a <style> tag in your HTML file */
@media (max-width: 767px) {
    details summary::-webkit-details-marker {
        display: none;
    }
}
/*pulse img*/
.relative-img{
    position: relative;
}
.pulse-img{
    position: absolute;
    left: 52%;
    bottom: 37%;
    height: 30px;
    width: 30px;
    background: rgba(226, 7,20,0.5);
    border-radius: 50%;
    animation:pulse 2s infinite;
}
@keyframes  pulse {
    0%{
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(226, 7,20, 0.7);
    }
    70%{
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(226, 7,20, 0);
    }
    100%{
        transform: scale(0.9);
    }

}
/*pulse img*/
.d-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.image-thumb-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-thumb{
    position: absolute;
    width: 59px;
    color: white;
    top: 50%;
    left: 50%;
}
 h1 {
     display: block;
     font-size: 2em!important;
     margin-top: 0.67em!important;
     margin-bottom: 0.67em!important;
     margin-left: 0!important;
     margin-right: 0!important;
     font-weight: bold!important;
 }
h2 {
    display: block!important;
    font-size: 1.5em!important;
    margin-top: 0.83em!important;
    margin-bottom: 0.83em!important;
    margin-left: 0!important;
    margin-right: 0!important;
    font-weight: bold!important;
}
h3 {
    display: block!important;
    font-size: 1.17em!important;
    margin-top: 1em!important;
    margin-bottom: 1em!important;
    margin-left: 0!important;
    margin-right: 0!important;
    font-weight: bold!important;
}

 .blog-a a{
     color: blue;
     border-bottom: 1px solid;
     font-weight: 700;
 }
