/* Media Query */
@media only screen and (max-width: 600px){
    .navbar-collapse{
      overflow: scroll;
    }
    }
  
    @media only screen and (max-width: 991px){
      .navbar-collapse{
        background-color: white;
        height: 320px;
        padding-left: 20px;
      }
      
  
    }

    @media only screen and (max-width: 480px){
        .venue-banner{
            background-image: url(../images/v-ban2.jpg);
            background-repeat: no-repeat;
            object-fit: cover;
            background-position: right;
            background-size: cover;
          }
    .inbox2{
        min-height: 630px;
        padding-left: 0px;
        /* background-color: gray; */
    }
    .inbox3{
        min-height: 90px;
        margin: 5px 5px;
         /* background-color: gray; */
        text-align: center;
    }
    .home-banpara{
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: white;
        font-family:  'Rubik';
    }
    .about{
        font-size: 100px;
        margin-top: -30px;
    }
    .conference{
        font-size: 55px;
    }
    .place{
        font-size: 90px;
        padding-top: 10px;
    }
    .bearers{
        font-size: 45px;
    }
    .program{
        font-size: 75px;
    }
    .contact{
        font-size: 80px;
    }
    .home-banpara4{
        margin-top: -40px;
    }
    .home-banpara3{
        margin-top: -40px;
    }
    .home-banpara5{
        margin-top: -40px;
    }
    .inbox13{
        margin: 0px 0px;
    }
    .inbox13-1{
        min-height: 0px;
    }
    .inbox13a{
        margin: 0px 0px;
    }
    .inbox13a-1{
        min-height: 0px;
    }
    .inbox13b{
        margin: 0px 0px;
    }
    .inbox13b-1{
        min-height: 0px;
    }
    .view-all {
    margin-top: 49px;
       
    }
    .inbox20{
    height: 50px;
    /* background-color: gray; */
    margin: 0px 0px;
    text-align: center;
    margin-top: 0px;
    }
    .inbox5-1{
    height: 400px;
    /* background-color: gray; */
    margin-top: 160px;
    }
    .aboutus{
        display: none;
    }
    .about-con1{
        margin-top:-46px;
    }
    .conferenceus{
        display: none;
    }
    .conference-con1{
        margin-top: -46px;
    }
    .prg-abt{
        display: none; 
    }
    .prg-con1{
        margin-top: -46px;
    }
    .program {
        margin-top: -30px;
    }
    .bearers-abt {
        display: none;
    }
    .bearers-con1{
        margin-top: -46px;
    }
    .bearers3-con1{
        margin-top: 40px;
    }
    .bearers2-con1 {
        margin-top: 40px; 
    }
    .contact-abt{
        display: none;
    }
    .contact-con1 {
        margin-top: -46px; 
    }
    .home-abtimg1 {
        width: 100%;
        height: 400px;
        border-radius: 30px 30px 0px 0px;
    }
    .home-abtimg2 {
        width: 100%;
        height: 350px;
        border-radius: 30px 30px 0px 0px ;
        margin-top: -40px;
    }
    .inbox4-1 {
        min-height: 400px;
        /* background-color: gray; */
        margin-top: 30px;
    }
    .home-banpara1 {
        margin-top: -40px;
    }
      .dbro{
        border-radius: 100px;
        font-size: 20px;
        color: #fff;
        font-family: 'Rubik';
        font-weight: 600;
        width: 258px;
        height: 81px;
        margin-top: 10px;
      }
}