/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.newsLink {
    text-decoration: none;
    color: #4cbee0;
    display: block;
    padding: 0 0 30px 0;
    font-size: 16px;
	word-break: break-word;
}

.quick_links_section .container {
	width: 85%;
	margin: 0 auto;
}

.quick_links__wrap ol {
    list-style: decimal;
    margin-left: 20px;
}
    
@media (max-width: 767px) {
	.history__details::before {
	    position: absolute;
	    left: 0;
	    top: 5px;
	    height: 15px;
	    width: 15px;
	}
	
	.choose__us__area .container {
	    width: 90%;
	}
	
	.ct__address.mobile.pt--70{
		padding-top: 40px;
	}
	
	.single__fact__flex {
	    width: 50%;
	}
}