.top-heading {
    background-image: url(../jpg/banner-design-client-2000px.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    min-width:0px;
}
.top-heading {
    width: 100%;
    background-position: center;
}
        
.review-box {width:88%;}
.top-mid-div {margin:0 120px;}
.top-heading {clear:both;}

/***** RESPONSIVE START ******/
@media only screen and (min-width:897px) and (max-width:979px) {
.top-mid-div {margin-left:0; clear:both;}
.top-mid-div {margin:0;}
}

@media only screen and (max-width:897px) {
.top-mid-div {margin:0; clear:both;}
.top-heading {background-position: left;}
.top-heading {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
}

@media only screen and (min-width:768px) and (max-width:897px) {
.top-mid-div {margin:0;}
.fltrt {float:left; min-height:90px; width:100%; padding-top:40px !important;}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.top-mid-div {margin:0; clear:both;}
.fltrt {float:left; min-height:100px; padding-top:40px !important;}
}

@media only screen and (min-width:0px) and (max-width:479px) {
.top-mid-div {margin:0; clear:both;}
.fltrt {float:left; min-height:100px; padding-top:40px !important;}
li.foating_menu_ddl_options_li_selected {width:100% !important;}
.foating_menu_ddl_options li {width:90% !important;}
.foating_menu_ddl_options_li_selected {width:90% !important;}
.foating_menu_ddl_options_open {width: 95% !important;}
}
