@media only screen and (min-width: 320px) and (max-device-width: 736px) {
    .mob-img{
        width: 300px;
        margin-left: 0px;
    }

     #pic{
           width:250px;

          }
    .mob-img1{
        margin-left: -37px;
            }
    #menue_fixed{
        display: static;
    }
    #t-logo-mv{ 
        position: absolute;
        top: 209px;
        width: 35%;
        left: 34%;
        height: 17%;
    }
    .sname{
        padding-top: 13px;
    }
    .line{
        margin-top: 70px;
    }

    .sheelam_pic{
    	width: 334px;
    }
.vinod_img{
	width: 326px;
}


.nav-css{
font-family: sans-serif;
margin-top: 5px;

}
#nav{
    margin-top: -43px;
}
    #n-logo{
        position: absolute;
        width: 80px;
    margin-left: 151px;
    margin-top: 12px;
    }
    #c-logo, #j-logo{
        height: 8%;
    }

    .nav-css-wrapper{
        width: 100%;  
        top: 15%;
        left: 0;
    }
    .wrapper > ul > li{ 
        padding: 5px 3px 5px 3px;
    }
    .wrapper > ul > li > a{
        font-size: 0.8em;
    }

    .side-image{
        -webkit-clip-path: polygon(0 39%, 100% 1%, 100% 100%, 0 100%);
        clip-path: polygon(0 39%, 100% 1%, 100% 100%, 0 100%);
        /*background-size: 155% 100%;*/
        background-image: none;
    }
    .side-image-up-shadow{
        background-color: #fff;
        height: 100vh;
        width: 100%;
        opacity: 0.3;
    }
    .data{
        top: 50vh;
        left: 10%;
    }
    .data > h1 {
        font-size: 3em;
        text-shadow: 0px 0px 13px #FFFFFF;
        margin-top: 0%;
    }
    .data > h2 {
        font-size: 3em;

    }
    .data-p{
        font-size: 1.2em;
        text-align: left;
        color: #000;
        font-weight: bold;
    }
    .para{
        top: 70vh;
    }
    #hand{
        height: 150px;
        top: 50vh;
        left: -150px;
    }
    .heading-gallery{
        font-size: 1.4em;
    }

    /*section 2*/
    .heading-left{
        padding-left: 10%;
        padding-top: 5%;
    }
    .heading-left > h1{
        font-size: 1.8em;
    }
    .section-data-left{
        padding-top: 30px;
        left:15%;
        right: 5%;
    }
    .section-data-left > p{
        font-size: 0.85em;
    }
    .key-area{
        background-size: cover;
    }
    .youtube-btns{
        text-align: center;
        padding-top: 2%;
     }
    .btn{
        display: inline-block;
        width: 45% !important;
        padding: 5px;
        margin: 5px;
    }
    .heading-center > h1{
        font-size: 1.8em;
    }
    .left-item, .right-item{
        display: block;
        width: 100%;
        padding-left: 10%;
    }
    .right-item{
        padding-left: 40%;
        padding-top: 10%;
    }
    .left-item> ul > li{font-size: 1em}
    .right-item > ul > li{font-size: 1em}
    .key-area * a{font-size: 1em;}

    /*section 4*/

    #symposium_img{
        height: 175px;
        padding: 5% 5% 5% 5%; 
    }

    /*section 5*/
    .speak_heading{
        padding-left: 10%;
    }
    .speak_heading > h1{
        font-size: 1.8em;
    }
    #Speakers{
        display: none;
    }
    
    /*section 6*/
    .committee * h3{font-size: 1.5em;}
    #schedule * h2{font-size: 1.7em;}
    .committee * p{font-size: 1.0em;}
    .table > tbody > tr > td{
        font-size: 1em;
    }
    .table > thead > tr > th{
        font-size: 1em;
    }
    #venue-cont{
        min-height: 80vh;
    }
    .venue{
        padding-top: 5%;
        padding-left: 15%;
    }
    .contact{
        padding-left: 10px;
        margin-top: 50%;
    }
    .venue > h1{
        font-size: 1.8em;
    }
    .ve_data > p{
        font-size: 1em;
    }
    .contact > h1{
        font-size: 1.8em;
    }
    .co_data > p{
        font-size: 1em;
    }

    #footer * li{
        display: inline-block;
        font-size: 1.2em;
        margin: 15px 5px 5px 5px;
    }
    #footer * img{
        height: 35%;
    }




    /*speaker section*/
    .head-speaker{
        min-height: 40vh;
    }
    
}