.ab_banner{
	position: fixed;
    width: 620px;
    display: inline-block;
    right: 10px;
    bottom: 10px;
    z-index: 111111111111;
	background-color: #084769;
    color: white;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 0 21px -3px black;
}

.ab_cross{
	position: absolute;
    right: 9px;
    top: 5px;	
}

.ab_cross i{
	font-style: normal;
}

.ab_cross a{
	color: white;
}

.ab_head{
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 900;
}

.ab_text{
	margin-bottom: 20px;
	transition: all 0.3s;
}

.ab_text.ab_text_min{	
    height: 96px;
    overflow: hidden;
	position: relative;
}

.ab_text.ab_text_min:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 43px;
	background: #084769;
	background: linear-gradient(0deg,rgba(8, 71, 105, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.ab_text p{
	text-align: justify;
	margin-bottom: 10px;	
}

.ab_text a{	
	font-size: 15px;
	color: white;
	border-bottom: 1px dashed;
	margin-bottom: 6px;
}
     
.ab_btn{
	background-color: white;
	float: right;
	    
}     

.ab_more{
	color: white;
    border-color: white;
}

.ab_more:hover{
	background-color: white;
}

@media(max-width: 768px){
	.ab_banner{
        width: auto;
        right: 0;
        bottom: 0;
        margin: 10px;
	}
	
	.ab_head{
		font-size: 17px;
	}	
}