.br-20 {
    border-radius: 20px !important;
}
.br-12 {
    border-radius: 12px !important;
}
.br-y-20{
	border-radius: 20px 0px 0px 20px!important;
}
.heig-180{
	height:180px;
	overflow: hidden;
}
.commnent-section{
	background-color: #f2f2f2!important;
	padding: 6px 1rem!important;
	border-radius: 20px !important;
}
.commnent-section .form-control{
	border-radius: 0px !important;
}
.commnent-section .form-control:focus {
    border-color: #b8bcbfab;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(145 148 150 / 56%);
}
.gallery-widget-title h3 a{
	font-size: 14px;
    color: #101010;
    display: -webkit-box;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
   line-height: 1.5rem;
   font-weight: 400;
   margin-top: 10px;
}

@media screen and (max-width: 575px){
	.mobile-padding-0{
		padding-right: 0px;
		padding-left: 0px;
	}
	.latest-widget .col-md-12{
		width: 50%!important;
	}
	.br-y-20{
	  border-radius: 20px 20px 0px 0px!important;
    }
}