/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/
@font-face
{
	font-family:"Roboto Condensed Light";
    src: url("../Fonts/Roboto_Condensed/RobotoCondensed-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face
{
	font-family:"Roboto Condensed Regular";
    src: url("../Fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face
{
	font-family:"Roboto Condensed Bold";
    src: url("../Fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
:root
{
	
}
*
{
	box-sizing: border-box;
}
body
{
	margin: 0;
	overflow-x: hidden;
}
.Body
{
	overflow: hidden;
}
a
{
	text-decoration: none;
}
ul, ol
{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}
 .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }

@media screen and (max-width: 768px)
{            .whatsapp-float {
                right: 0px;
}
}