
/***** Home page Design improvement ******/
.container-cities {
  display: flex;
justify-content: space-around;
flex-direction: row;
flex-grow: 1;
flex-wrap: wrap;
margin-left: 60px;
margin-right: 60px;

}

.item img {
   /* width: 150px;
    height: 150px;*/
	width:100%;
	height:90px;
	padding-bottom:10px;
	
}

.cititle h3{
	font-size:15px;
	font-weight:600;
}

.cititle a{
	text-decoration:none;
	margin-bottom:10px;
	color:rgba(0, 0, 0, 0.7);
	text-align:center;
}
.section-title-city h2{
	font-size: 22px;
	font-weight: 510;
	color: #566985;
	
}
.topftr{
	padding-top:15px;
}

.topftr a{
font-family: 'Quicksand';
display: inline-block;
font-size: 12px;
font-weight:500;
color: #000;
position: absolute;
left: 0px;
top: 0px;
background: url(https://www.gooezy.com/uiassets/images/all/caret.png) no-repeat 100%;
padding: 0 15px 0 0;
}



.topftr a:hover {
    color: #000;
    margin-left:5px;
}

.testullist{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed rgba(12, 11, 11, 0.2);
	column-count: 2;
}
.testullist li{
	
float: left;
width: 100%;
text-align: left;
padding: 5px 0;
font-size: 13px;
font-weight: 500;	
	
}
.testullist li a{
color: rgb(0, 0, 0);
padding-left: 4px;	
}


.testullist a:hover{
	color:#4DB7FE;
}

.footer-widget h4{
font-size: 17px;
float: left;
text-align: left;
width: 100%;
padding-bottom:20px;
color: rgba(0, 0, 0, 0.7);
font-weight: 900;
border-bottom: 1px solid rgba(255,255,255,0.11);
}

@media only screen and (max-width: 480px) {
	.topftr a{
	padding-left:40px;
	
}
}



/**** Home Page Design improvement ****/
