@charset "utf-8";
/* CSS Document */


@media only screen and (max-width:991px){
	
    .isl-left{
        padding-left: 0;
    }    
    .left-mdle{
        max-width: 100%
    }
    
/*..... Social share ......
.social-media-main {
    width: 100%;
    height: 62px;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 9;
    right: 0px;
    margin-bottom: 0;
}
.social-media-icon{
	width:25%;
}
.fb-clr{
	background-position: center  -4px;
}
.tw-clr {
    background-position: center  -107px;
}
.gl-clr {
    background-position: center  -55px;
}
.wt-clr {
    background-position: center  -158px;
}
..... /Social share ......*/
}


@media only screen and (max-width:810px){

    html,body{
        height: auto;
        
    }
    .isl-left{
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .left-mdle{
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 80%;
        padding-top: 30px;
        
    }
    .index-left .left-mdle{
        margin-top: -40px;
        padding-top: 0px;
    }
    .isl-right{
        width: 100%;
    }
    .isl-right{
        padding-top: 10px;
        padding-bottom:10px;
    }
        #nonUser {
            position: inherit;
            top: 0;
    -moz-transform: translate(0, 0);
        -webkit-transform:translate(0, 0);
    transform: translate(0, 0);
    }
    .brnd-logo.mmlogo{
        display: table;
        margin: 0 auto;
        float: none;
        max-width: 70px;
    }
    .brnd-logo.maxlogo {
    position: inherit;
    right: inherit;
    bottom: inherit;
    display: table;
    margin: 15px auto;
        max-width: 200px;
}
.player-img {
    max-width: 480px;
    margin: 0 auto;
}    
}
@media only screen and (max-width:540px){
    .form-row.form-rowhalf{
        width: 100%;
    }
    .answrslection{
        width: 100%;
        padding: 5px;
    }
    .mob-title{
    display: inline-block;
}
    .web-title{
        display: none;
    }
}
@media only screen and (max-height:650px) and (min-width:768px){
    .islform-right .isl-right-in, .isl-right-in.index-rightin{
        display: block;
    }
    
    #nonUser {

    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
        width: 100%;
    max-width: 400px;

}


}