.footerTop {
    background: #0E296B;
}
footer {
    padding: 50px 0 26px 0;
    background: #0E296B;
    color: #BACCD8;
}
.footerLogo {
    max-width: 210px;
    display: flex;
    align-items: center;
	margin-bottom:60px;
}
.footerSec .form-control {
    background: #A45B94;
    border: 1px solid #A45B94;
    color: #DFADD4;
    margin-top: 15px;
    border-radius: 26px;
    padding: 14px 16px;
    min-height: 50px;
	font-size:14px;
}
footer .btn-white{
	background:#fff;
	font-family:'Barlow-Bold';
	font-size:16px;
	border:1px solid #923A7F;
	color:#923A7F;
	border-radius:28px;
	padding: 12px 46px;
    margin-top: 5px;
}
footer .btn-white:hover, footer .btn-white:focus, footer .btn-white:visited, footer .btn-white.active, footer .btn-white:not(:disabled):not(.disabled):active{
    border-radius: 28px;
	background:#fff;
	border:1px solid #923A7F;
	color:#923A7F;
	opacity:0.8;
}
.footerSec .form-control::placeholder {
    color: #DFADD4;    
}
.footerTitle {
    color: #BACCD8;
    /*font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;*/
	font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #e3f1fb;
}
.footerSec {
    padding-left: 0px;
}
.footerSec .listGrp {
    display: flex;
    /*justify-content: space-between;*/	
}
.footerSec .listGrp ul{
	margin-right:100px;
}
.footerSec .listGrp ul:last-child{
	margin-right:0px;
}
.footerSec ul li a{
	color:#BACCD8;
}
.footerSec ul li a:hover, .footerSec ul li a:focus, .footerSec ul li a:visited{
	color:#BACCD8;
}
	.footerSec a:hover {
		color: #BACCD8;
	}
.footerSec ul li {
    margin-bottom: 0px;
}
.footerSec ul li:last-child {
    margin-bottom: 0px;
}
.footerSec ul {
    padding: 0;
	margin-bottom: 24px;
}
.footerSec ul li{
    list-style:none;
}
.footerBottomWrapper {
    background: #0E296B;
    color: #B9C9EE;
	font-size: 15px;	
}
.footerBottom{
	border-top:2px solid #B9C9EE;
	padding:20px 0 80px 0;
}
.footerBottomWrapper ul {
    display: flex;
    flex-wrap: wrap;
	padding:0;
	margin-bottom:0;
}
.footerBottomWrapper ul li{
    position:relative;
	padding-right:0px;
	list-style:none;
	margin-right:16px;
}
.footerBottomWrapper ul li:last-child{
	margin-right:0px;
}
.footerBottomWrapper li a{
	color:#B9C9EE;
}
.footerBottomWrapper li a:hover, .footerBottomWrapper li a:focus, .footerBottomWrapper li a:visited{
	color:#B9C9EE;
	
}
.footerBottomWrapper ul.socialMedia li{
	margin-right:22px;
}
.footerBottomWrapper ul.socialMedia li:last-child{
	margin-right:0px;
}
.footerBottom .sm-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    background: #BACBD8;
    color: #0E296B;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.footerBottom .sm-icon img {
    width: 12px;
}
.footerBottomWrapper .socialMedia {
    justify-content: flex-end;
}
.footerBottomRow {
    align-items: flex-end;
}
.copyright {
    text-align: center;
}
.navTop {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    position: fixed;
    right: 30px;
    bottom: 50px;
    background: #3BBBEA;
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.navTop i {
    /*transform: rotate(-90deg);
    width: 20px;*/
	color:#fff !important;
	font-size:18px;
}

@media(min-width: 1200px){
	.footerRow .col-xl-3 {
		padding-right: 0;
	}
}

@media(max-width: 1199px){
	.footerSec ul li {
		margin-bottom: 5px;
	}
	footer {
		padding: 50px 0 20px 0;
	}
	.footerSec ul {
		margin-bottom: 30px;
	}
}
@media(max-width: 1023px){
	footer {
		padding: 40px 0 16px 0;
	}
	.footerSec ul {
		margin-bottom: 24px;
	}	
}
@media(max-width: 992px){
	
}
@media(max-width: 991px){
	.footerBottomWrapper .socialMedia {
		justify-content: flex-start;
	}
	.copyright {
		text-align: left;
		margin: 15px 0;
	}
	.footerLogo {
		max-width: 200px;
		margin-bottom: 40px;
	}
	.footerSec ul li {
		margin-bottom: 0px;
	}
}
@media(min-width:768px){
	
}
@media(max-width: 767px){
	footer {
		padding: 30px 0 10px 0;
	}
	.footerLogo {
		max-width: 170px;
		margin-bottom: 30px;
	}
	.footerSec ul {
		margin-bottom: 20px;
	}
	.footerBottom {
		padding: 20px 0 50px 0;
	}
	.footerSec ul li {
		margin-bottom: 5px;
	}
}
@media(max-width:575px){
	footer {
		padding: 30px 0 16px 0;
	}
	.footerDesc{
		margin-bottom:24px;
	}
	.footerSec ul li {
		margin-bottom: 0px;
	}
	.footerSec ul {
		margin-bottom: 14px;
	}
}
@media(max-width:480px){
	

}
@media(max-width:420px){
	.footerLogo {
		max-width: 160px;
	}	
	.footerBottom .termsUl{
		flex-direction:column;
	}
}