.pb-6{
    padding-bottom:6rem!important
}

.lh-1-5 {
    line-height: 20px;
}

.min-vh-75 {
    min-height:75vh!important
}

.min-vh-50 {
    min-height:50vh!important
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}


/*--------------------------------------------------------------
21.0 whatsapp icon
--------------------------------------------------------------*/
.float-whatsapp{
	position:fixed;
	width:50px;
	height:50px;
	bottom:60px;
	right:10px;
	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-whatsapp{
	margin-top:11px;
}
