/*braches section*/
.b-details
{
	width: 450px;
    margin: 50px auto;
}
.b-name
{
	    position: relative;
	    margin-top: 100px;
}
.b-name img
{
	width: 100%;
}
.b-name h3
{
	position: absolute;
    top: 35%;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.b-card
{
	width: 100%;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 20px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%), -2px -2px 3px rgb(0 0 0 / 20%);
}
.b-icon
{
	display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%), -2px -2px 3px rgb(0 0 0 / 20%);
}
.b-icon i
{
	    font-size: 30px;
    line-height:50px;
    color: #00264a;
}

@media (max-width: 576px)
{
	.b-details
{
	width: 340px;
}
.b-icon
{
    width: 50px;
    height: 50px;
    }

    .b-icon i
    {
    	 font-size: 30px;
         line-height: 50px;
         width: 100%;
         text-align: center;
    }
    .b-name h3
    {
    	font-size: 14px;
    }
}
/*braches secton end */