.float{
	position:fixed;
	width:85px;
	height:85px;
	bottom:60px;
	right:6px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:60px;	
  z-index:100;
}

.my-float{
	margin-top:12px;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-outline-primary {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 2px solid #4285f4 !important;
}

.btn-outline{
    padding-top: .58rem;
    padding-bottom: .58rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-rounded {
    border-radius: 10em;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.video-fluid {
  width: 100%;
  height: 100%;
}



    
     