  /*10082023*/

ul.list-info-cp {
    display: flex;
	font-size: 12px;
    padding: 0;
    flex-wrap: wrap;
}
.list-info-cp li {
    border: 1px solid #d2d1d1;
    padding: 3px 16px;
    margin: 0 7px 13px 0;
    border-radius: 50px;
}
.list-info-cp li a {
    color: #727271;
}
.list-info-cp li:hover {
    background: #df252a;
    border: 1px solid #df252a;
    color: #fff !important;
}
.list-info-cp li:hover a {
    color: #fff;
}
.province-universities .section--title{
	margin-bottom: 60px;
	max-width: 80%;
}
.province-universities .tabs--content{
	margin-top: 0px;
}
@media only screen and (max-width:767px){
	ul.list-info-cp {
	  padding: 0;
	}
	.province-universities .section--title{
		margin-bottom: 40px;
		max-width: 100%;
	}
}
/*10082023*/


/*29072025*/
.studyincountry-livingexppenses tbody tr td ul.sinsngaptlist li {
    list-style: disc;
    list-style-position: inside;
}
.work--icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(179, 179, 178, .15);
    margin-bottom: unset;
}
.work--right {
    /* font-size: 20px; */
    line-height: 28px;
    /* margin-bottom: 8px; */
    margin-left: 10px;
}
/* .work--right h3{
  font-weight: 500;
} */
.wop-ol{
  list-style: inside upper-roman;
}
/* .wop-ol li{
  margin-left:15px;
} */
.work--section {
    align-items: center;
    display: flex;
}
.what--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.what--list__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(179, 179, 178, .15);
}
.what--list__right {
    padding-left: 24px;
}
@media (max-width: 600px) {
  .work--icon {
    max-width: 48px;
    height: 48px;
}
.work--right {
  padding-left: 16px;
}
}
/*29072025*/