footer p{
    font: 400 16px/30px "Source Sans Pro";
}

footer p > a{
    color:white;
}

footer p > a:hover{
    color: #999999;
}

.provicy-policy ul > li{
    list-style-type:disc!important;
    font: 400 18px/35px "Source Sans Pro";
    list-style-position: inside;
    margin-left:1em;
    
}

footer .row{
    align-items: initial;
}

.provicy-policy p, .terms-and-conditions p, .cancellation p{
    font: 400 18px/35px "Source Sans Pro";
    margin: 0 0 20px
}

.ml-6{
    margin-left: 3.5rem!important;
}

.ml-7{
    margin-left: 4rem!important;
}

.text-black{
    color:#000000!important;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 16px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #202020;
	
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));*/
}