.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blueBg {
	background-image: url(../images/footerBanner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.logo a img{
	max-width:200px;
	width:auto;
	height:100px;
	object-fit: contain;
}
.copyRightSctn {
	border-top: 1px solid #919191;
	margin-top: 15px;
	padding-top: 15px;
}
/* .copyRightSctn{
    border-top: 1px solid #919191;
    margin-top: 15px;
    padding-top: 15px
} */
.logoInfo {
	max-width: 305px;
}
.logoInfo p {
	font-size: 14px;
	line-height: 22px;
	color: #707070;
	font-weight: 400;
}
.logoInfo p a{
	color:#707070;
}
.logoInfo p span{
	color:#333333;
	text-transform:uppercase;
}
.copyRightSctn .d-flex i {
	font-size: 16px;
	color: #999999;
}
.logoInfo .logo {
	margin-bottom: 15px;
}
.copyRight p{
    color: #999999;
    font-size: 14px;
}
.copyRight p b{
    color: #fff;
}
.copyRightSctn .d-flex img {
	width: auto;
	height: 30px;
}
.footer ul li {
	padding: 3px 0;
}
.info-text h3 {
	margin: 0;
	font-weight:400;
	font-size: 18px;
	color: #333333;
}
.roundedIcons.green {
	background-color: #2BA63A;
}
.info-text h3::after {
	content: "";
	position: absolute;
	border: 1px solid #C8C8C8;
	display: block;
	width: 60px;
	height: 1px;
	margin-top: 2px;
}
.footer ul li a{
    color: #C2C2C2;
    font-weight: 400;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #C03D69;
}
.footer ul li a i::before {
	color: #333333 !important;
}
.footer ul{
    margin-top: 12px;
}
.logoInfo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
	font-size: 16px;
}
.logoInfo ul li {
    position: relative;
    font-size: 14px;
    color: #fff;
	margin: 0 0 10px;
	padding-left: 25px;
}
.logoInfo .socialMedia ul li:first-child{
	padding-left: 0;
}
.footer.copyRightSctn {
	margin-top: 40px;
}
.sctnTittle{
	color: #333333;
	font-weight: 700;
	padding: 10px 0 35px;
	font-size: 32px;
}
@media screen and (max-width: 992px){
	.blueBg {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 767px){
	.flex_space_between {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
