.navbar-light .navbar-nav .nav-link {
    color:#393939!important;
    text-transform: uppercase;
}
.w-80{
    width:70%;
}
.w-90{
    width:95%;
}
.content{
    padding: 0 15px 0 20px;
}
.content p{
    font-size: 1.1rem;
}
.section{
    padding: 2rem 0 1rem;
}
.shadow{
    box-shadow: 0px 0px 10px 0px #0479c3!important;
}
.section .border *{
    margin:0;
}
.product-bg{
    background-color: #0479C3;
}
.product-circle{
    z-index: 1;
    font-size: 1.2rem;
    border-radius: 50px;
}
.list ul li{
    list-style-type: none;
}
.list ul li::before{
    content: '✓';
    color: #09A29D;
    font-weight: bold;
    margin-right: 10px;
}
.list1 li{
    list-style-type: none;
}
.list1 li::before{
    content: '✓';
    color: #09A29D;
    font-weight: bold;
    margin-right: 10px;
}
.cross::before{
    content: '✗'!important;
    color: red!important;
}
.product-des-color{
    color:#999999!important;
}
.product-des-color h1{
    font-size: 70px!important;
}
.text-score{
    color:#54595F;
}
.btn-color{
    background-color: #0479C3!important;
}
.padding-0{
    padding:0;
}
p {
    font-size: 1.2rem!important;
}
footer{
    background-color:#1b1c20;
}
.nav-link:hover{
    text-decoration: underline;
}

.disclaimer {
	text-align: center !important;
	color: #fff;
}

.disclaimer p {
		font-size: 12px !important;
		margin-bottom: 8px;
}

img {
	max-width: 100%;
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.px-5 {
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}
	
	.product-circle {
		margin-left: 25px !important;
	}
	
	.pt-4 {
		padding-left: 0!important;
	}
	
	.py-5 {
		padding-top: 1rem !important;
	}
	
	.pt-5 {
		padding-top: 1rem!important;
	}
	
	.navbar-brand img {
		width: 200px !important;
	}
	
	h1 {
		margin-bottom: 20px;
	}
	
	h2 {
		margin-bottom: 30px;
	}
	
	ol, ul {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.navbar-nav {
		text-align: center;
	}
	
	.h1, h1 {
		font-size: calc(2rem + 1.5vw);
	}
		

}