@font-face {
     font-family: "Product Sans";
     src: url("../fonts/ProductSans-Regular.woff2") format("woff2"), url("../fonts/ProductSans-Regular.woff") format("woff");
     font-weight: normal;
     font-style: normal;
}

 .bottomleftcorner {
     left: 0px;
     bottom: -3px;
}

 .bottomrightcorner {
     right: 0px;
     bottom: -3px;
}

 .topleftcorner {
     left: 0px;
     top: 0px;
}

 .toprightcorner {
     right: 0px;
     top: 0px;
}

 .shadowme svg {
     box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
     transition: 0.3s 
}

 .shadowme:hover svg {
     box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
}

 div#googlereviewscorner {
     display: block;
}

 @media only screen and (max-width: 768px) {
     div#googlereviewscorner {
         border-top: 6px solid #5CBC6A !important;
         background: #f8f9fa !important;
         width: 100vw !important;
         margin: 0 !important;
    }
	
     div#googlereviewscorner svg{
         width: 200px;
         box-shadow: 0 0 0 0 transparent;
         margin-left: calc((100vw - 200px) /2);
         margin-top: -5px;
    }
	
     div#googlereviewscorner.mobilehide {
         display: none;
    }
}

 @media only screen and (min-width: 769px) {
     div#googlereviewscorner.desktophide {
         display: none;
    }
}