

#instantquote{position: fixed;bottom: 0;width: 50%; height: 70px; left: 0; cursor: pointer;display: none;border: none; transition: all 0.5s ease;}
#scrollingwidgets{position: fixed;bottom: 0;width: 50%; height: 70px; right:0px; cursor: pointer;display: none;border: none; transition: all 0.5s ease;}
#instantquote:after{content:"";background:#fff;height:40px;bottom:0;}

#scrollingwidgets body{background:#ccc;}
 body.widgetclass{overflow-x: hidden;}
 body.widgetclass:before{content:"";background-color:rgb(0 0 0 / 70%);height:100vh;width:100%; overflow-x: hidden;top: 0; bottom: 0; z-index: 999999;position: fixed;}

#livechatiframe{border: 0; position: fixed; bottom: 50px; right: 0;width: 150px;height:170px;}


@media screen and (min-device-width: 992px) and (orientation: landscape) {
    #scrollingwidgets{   width: 100% !important;    transition: inherit;}
   
}