@media  (min-width: 768px) and (max-width: 992px){
    .tiranga_header img{
        width: 300px;
    }
    .socail_list ul{
        line-height: 60px;
    }
    .tiranga_header .trianga_div h2{
        font-size: 60px;
    }
    .tiranga_header .trianga_div h5{
        bottom: 40%;
        right: -60%;
    }
    a.monument_btn{
        width: 90%;
        padding: 7px 15px;
        font-size: 14px;
    }
    ul.chooseimg_list li img{
        width: 60px;
        height: 90px;
    }
    .monument_div .image_type_slider img{
        width: 130px;
        height: 130px;
    }
    .socail_list ul li a {
        border: 3px solid #262262;
        color: #262262;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        padding: 8px 16px;
        border-radius: 40px;
        background: #F7F7F7;
    }
    img.slider_img{
        width: 150px;
        height: 150px;
    }
}
@media only screen and (max-width: 600px) {
    .socail_list ul li a {
        border: 3px solid #262262;
        color: #262262;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 40px;
        background: #F7F7F7;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.header_list{
        display: none;
    }
    img.img_logo {
        width: 150px;
    }
    a.contri_bg{
        padding: 7px 10px;
        font-weight: 400;
        display: flex;
        font-size: 12px;
    }
    .header_padding {
        padding: 20px 0px;
    }
    .tiranga_header{
        flex-direction: column;
    }
    .tiranga_header .trianga_div{
        margin: -40px auto 0px auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .tiranga_header .trianga_div h5{
        position: relative;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .tiranga_header .trianga_div h2{
        font-size: 70px;
        text-align: center;
        min-height: 200px;
    }
    ul.chooseimg_list{
        justify-content: flex-start;
        overflow-x: auto;
    }
    a.monument_btn{
        width: 90%;
        background: #262262;
        color: #fff;
    }
    a.monument_btn img.monument_blue{
        display: none;
    }
    a.monument_btn img.monument_white{
        display: inline-block;
    }
    h6.or_text {
        position: relative;
        left: 0;
        bottom: 0;
        transform: none;
        font-weight: 500;
        text-align: center;
        margin: 20px auto;
    }
    .people_head h2{
        font-size: 50px;
        text-align: center;
    }
    .discove_content p{
        text-align: center;
    }
    .discove_content a{
        justify-content: center;
    }
    img.slider_img{
        width: 140px;
        height: 140px;
    }
    .people_contri_list ul{
        flex-direction: column;
    }
    .chooseimg_bg{
        padding: 40px 20px;
    }
    .selectimage_bg{
        padding: 20px 10px;
    }
    /* a.back_btn{
        background: rgba(38, 34, 98, 0.1);
        padding: 8px 10px 12px 10px;
        border-radius: 50px;
    } */
    .selectimage_bg h4{
        font-size: 24px;
        margin: 20px auto 10px auto;
    }
    .selectimage_bg p{
        font-size: 14px;
    }
    ul.selectimg_list{
        justify-content: center;
        flex-wrap: wrap;
    }
    ul.selectimg_list li{
        width: 50%;
        padding: 0px 10px;
    }
    ul.selectimg_list li .image_type img{
        width: 140px;
        height: 140px
    }
    ul.checkbox_list{
        flex-direction: column;
        max-width: 240px;
        margin: 0px auto;
    }
    ul.checkbox_list li{
        padding: 5px 0px;
    }
    .upload_div{
        background: #262262;
    }
    button.upload_btn{
        color: #fff;
    }
    .upload_div img.upload_blue{
        display: none;
    }
    .upload_div img.upload_white{
        display: inline-block;
    }
    .image_result img{
        width: 275px;
        height: 265px;
    }
    .socail_list ul{
        flex-direction: column;
        line-height: inherit;
    }
    .socail_list ul li{
        padding: 20px 0px;
        width: 100%;
    }
    .socail_list ul li button{
        width: 100%;
    }
    .socail_list ul li a{
        width: 100%;
        display: block;
        text-align: center;
    }
    button.monumnet_btn{
        margin: 20px auto;
        display: block;
        width: 100%;
    }
    .deskcontent{
        display: none;
        
    }
    .result_mar{
        margin-bottom: 20px;
    }
    .monument_div .image_type_slider img{
        width: 120px;
        height: 120px
    }
    .gallery_list ul{
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .chooseimg_bg p{
        text-align: center;
    }
    img.desk_back{
        display: none;
      }
      img.mobile_back{
        display: block;
      } 
      .cameraopen_div .react-html5-camera-photo  video{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }
      .uploadimg_position{
        min-width: auto;
        max-width: none;
        width: 90%;
        margin: 0px auto;
      }
      button.submit_btn{
        width: 80%;
        
      }
  }