@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body
{
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', sans-serif !important;
}
.paragraph p{
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.paragraph li{
    line-height: 2 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.paragraph p span, .paragraph li span{
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.bg-image{
	height: 300px;
}
.bg-image .heading{
	margin-top: 125px;
}
.bg-image .heading h1{
	font-size: 2.4em;
    line-height: 1.3em;
    color: #1e3f9a;
    text-align: center;
    font-weight: 600;
}
.bg-image .heading h1 span{
	text-transform: capitalize;
}
.grey-color{
	background: #EEE;
}
.grey-color p{
	color: #000 !important;
}
.paragraph{
	padding: 65px 0;
}
.paragraph .col-md-12 > div{
	width: 93%;
	margin: 0 auto;
}
.paragraph p{
	font-size: 16px !important;
    line-height: 1.7;
}
.paragraph h2{
	font-weight: 600;
    color: #1e3f9a;
    margin: 10px 0 20px;
    padding: 0 15px;
    font-size: 2em;
    text-align: center;
    line-height: 1.5;
}
.grey-color li{
    color: #000 !important;
}
.counsellor-info{
	border: 1px solid #cacad3;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    padding: 15px;
    margin: 15px auto !important;
}
.counsellor-info h4{
	font-size: 18px;
    margin: 11px 0;
    font-weight: 600;
    /*min-height: 38px;*/
}
.counsellor-info p{
	margin: 0 0 7px 0;
    font-size: 14px;
    line-height: 1.5;
}
.counsellor-info p i{
	color: #1e3f9a;
}
.counsellor-info button{
	box-shadow: none;
    border: 1px solid #1e3f9a !important;
    border-radius: 0;
    font-size: 12px;
    margin: 12px 0;
    background: #1e3f9a !important;
    font-weight: 600;
    letter-spacing: 0.7px;
    outline: none !important;
    box-shadow: none !important;
}
.counsellor-info div{
	/*min-height: 124px;*/
}
.counsellor-info .col-md-4 img{
    float: right;
    max-width: 210px;
}
@media only screen and (max-width: 600px) {
	img{
		max-width: 100%;
		height: auto;
	}
	h3{
		text-align: center;
	}
    .paragraph{
        padding: 45px 0;
    }
    .paragraph .col-md-12 > div{
        width: 100%;
    }
    .paragraph h2{
        font-size: 1.9rem;
        line-height: 1.5;   
    }
    .paragraph p{
        text-align: justify;
    }
    .counsellors p{
        text-align: unset;
    }
    .counsellors p.text-center{
        text-align: center;
    }
    .counsellor-info .col-md-4 img{
        float: none;
        display: inline;
    }
}