
.policy-wrapper {
    position: fixed;
    z-index: 1010;
    bottom: 0;
    /*left: 25%;*/
    width: 100%;
    background: rgba(255,255,255,1.00);
    display: none;
    
}
.policy-content {
    width: 100%;
    background-color: rgb(17 30 52);
    color: #152238;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: 1px solid #f5f5f5;
    padding: 10px 10px;
    text-align: center;
    line-height: 20px;
}
.closepolicy {
    background: #f3f3f3;
    font-weight: 600;
    color: #000;
    padding: 5px 10px 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.policy-content .btn-link {
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.text-red{
	color:pink;
}

 @media (max-width: 480px){
.policy-wrapper {
    position: fixed;
    z-index: 1010;
    bottom: 0;
    left: 0%;
    width: 100%;
    display: none;
}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2){
  	.policy-wrapper {
    position: fixed;
    z-index: 1010;
    bottom: 0;
    left: 0%;
    width: 100%;
    display: none;
}


	  	}