.tribal_map_block{
    /* height: 100vh; */
    position: relative;
    margin-top: 87px;
    background-color: #FFFCEB;
    background-image: url('./assets/tribalMap/Noise.png');
    background-size: contain;
    background-repeat: repeat;
    padding: 120px 0px 16px 0px;
    width: 100%;
}
.left_b_tm{
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    z-index: 2;
}
.top_b_tm{
     position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 3;
}
.right_b_tm{
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px; 
    z-index: 2;
}
.bottom_b_tm{
      position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}
.bird_tm_m{
    position: absolute;
    top: 40vh;
    left: 0px;
    display: block;
    z-index: 1;
}
.bird_tm_m_r{
    position: absolute;
    display: block;
    top: 40vh;
    right: 0px;
    z-index: 1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.content_tm{
    text-align: center;
}
.map_img_style{
    width: 100%;
    height: 100%;
}
.tribal_map_head{
    color: #000;
    text-align: center;
    font-size: 52px;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.map_para{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0px 5%;
}
.map_img{
    margin-top: 62px;
    padding:0px 8%;
}
.b_tm{
    position: sticky;
    bottom: 0px;
    left: 2%;
    width: 100%;
    padding: 0px 2%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .top_b_tm, .bottom_b_tm {
        max-width: 100%;
        object-fit: cover;
        height: 26px;
    }
    .right_b_tm, .left_b_tm{
        display: none;
    }
    .tribal_map_block {
        padding: 80px 0px 16px 0px;
        width: 100%;
    }
    .tribal_map_head {
        font-size: 36px;
        font-weight: 700;
    }
    .map_para {
        font-size: 16px;
        font-family: 'Plus Jakarta Sans';
        padding: 0px 2%;
    }
    .map_img {
        margin-top: 42px;
        padding: 0px 6%;
    }
    .map_img_style {
        padding-bottom: 32px;
    }
}