
.demo1
{
margin-top: 71px;
}
.demo2
{
	color: #02185a;
    text-transform: capitalize;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 45px;
}
.con{
	background-color: #ff6119;
    border: 1px solid;
    padding: 5px;
}
.abc
{
	color:#000;
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #000;
}
.cbf
{
	color: #fff;
}
@media only screen and (max-width: 360px){
.upper-bar-two  {
    display: none;
}
}
@media only screen and (max-width: 360px){
.upper-bar
{
    display: none;
}
}
@media only screen and (max-width: 600px){
.upper-bar-two  {
    display: none;
}
}
@media only screen and (max-width: 600px){
.upper-bar
{
    display: none;
}
}

.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float1{
	margin-top:16px;
}
.float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:60px;
        left:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
  font-size:30px;
        box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
        margin-top:16px;
}




