@media screen and (min-width:1200px)and (max-width:5000px){
    .container {
        width: 1080px;
    }

    .control-right{
        margin-top:5px;
    }
    .social{
        width:auto;
    }

    .info{display:none}
    
    
}
@media screen and (min-width:1080px)and (max-width:1199px){
    .container {
        width:98%;
    }
    .control-right{
        margin-top:5px;
    }
    .left_bar{
        background-size:235px 80px;
    }
    .social{
        width:auto;
    }

    .info{display:none}
    
}

@media screen and (min-width:980px)and (max-width:1079px){
    .container {
        width:98%;
    }

    .control-right{
        margin-top:5px;
    }
    .search-choice-focus{
        width:171px !important;
    }
    .social{
        margin: 1.5% 0 1.5%;
        padding-right:0;
        height:50px;
        width:auto;
    }
    .social ul{
        margin-left:0!important;
        padding-top:5px;
    }
    .social ul li{
        padding:.07em;
    }

    .left_bar{
        background-size:224px 80px;
    }
    .info{display:none}
    

}

@media screen and (min-width:669px)and (max-width:979px){
    .container {
        width:98%;
    }

   .control-right{
        margin-top:5px;
    }
    .social{
        margin: 2% 0 2%;
        padding-right:0;
        height:45px;
        width:auto;
    }
    .social ul{
        margin-left:0!important;
        padding-top:5px;

    }
    .social ul li{
        padding:.07em;
    }
    .search-choice-focus{
        width:173px !important;
        margin-bottom:0;
        line-height:16px;
    }
    .present-date{
        margin-top:0;
        line-height:16px;
    }
    .left_bar{
        background-size:175px 70px;
    }
    .left_bar ul{
        padding-top:8px;
        padding-left:2px;
    }
    .ui-widget {
        font-size:70%!important ;
    }
    .mukto_moncho ul li {
        font-size:70%!important ;
    }

    .contant{
        width:98%!important;
    } 
}

@media screen and (max-width:768px)
{  
    
}
@media screen and (max-width:480px){

    }
@media screen and (max-width:320px){

    
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Chrome CSS here */


}


.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}
