
/*********************************
17. Footer
*********************************/
footer{
	    margin-top: auto !important;
}
.popular-search{
	background: #313239 0% 0% no-repeat padding-box;
	padding-top: 30px;
}
.popular-search ul li {
    padding-bottom:10px;
    list-style: none;
}
.copyright_content,
.footer_list li,
.footer_list li a,
.popular-search ul li a, .footer_list li button {
	font-family: 'Product Sans Light Regular';
	font-size:14px;
	color:#4E4E4E;
}
.footer_list li a:hover, .footer_list li button:hover {
	color: #1A2E80;
}
.footer_list li button {
	border: 0;
	background: transparent;
	padding: 0;
}
.popular-search ul {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6; 
    column-gap: 20px;
    padding-left: 0;
}
.footer_list li i{
	margin-right:7px;
}
 .footer_list li{
 	margin-bottom:14px;
 	list-style:none;
 }  
.footer{
	padding-top: 24px;
    padding-bottom: 10px;
    background-color: #F3F5F9;
    margin-top: 0;
    min-height: 50px;
}
.footer .logo_container
{
	height: auto;
	margin-bottom: 18px;
	margin-top: -10px;
}
.footer .logo
{
	top: auto;
	-webkit-transform: transform: none;
    -moz-transform: transform: none;
    -ms-transform: transform: none;
    -o-transform: transform: none;
    transform: none;
}
.footer .logo a
{
	color: #6d6868;
	font-weight: 600;
}
.footer_title
{
	font-size: 18px;
	font-weight: 600;
	color: #fff;  /*#6d6868 */
}

.footer_social ul li
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #4D4D53;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);  
	margin-right: 10px; 
	text-align: center;
}
.footer_social ul li i
{
	color: #fff;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 16px;
}

.footer_social ul li:hover {
    transform: rotate(360deg);
    transition: all .5s;
}
.footer_list,
.footer_social ul{
	padding-left: 0;
} 


.copyright
{
	width: 100%;
	background: #F3F5F9;
}
.copyright_container
{
	width: 100%;
	height: 30px;
	border-top: 1px solid #afafaf3b;
}

.copyright_content span
{
	font-weight: 500;
}
.footerPopular {
	text-align: left;
	font-family: 'Product Sans Regular';
}

.footerPopular .regular-red-14 {
	font-family: 'Product Sans Regular';
	font-size: 14px;
	color: #1A2E80;
}
.footerPopular .popularHeading2, #footerAboutUsCollapse p, #footerFAQCollapse .card-body{
	line-height: 28px;
}
.footerPopular h2 a:hover{
	color: #1A2E80;
}
.footerPopular .btn-link {
	color: #464646;
	text-decoration: none;
	cursor: pointer;
}
.btn-icon-transition .fas {
    transition: transform 0.3s ease-in-out;
}

.footerPopular .rotate-icon {
	transform: rotate(180deg);
}
#footerFAQCollapse .rotate-icon {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}
.footerPopular .spanTag {
	font-family: 'Product Sans Regular';
	font-size: 14px;
	color: #4E4E4E;
	padding-right: 4px;
}
#footerAboutUsCollapse p, #footerFAQCollapse .card-body {
	text-align: left;
	font-size: 14px;
	font-family: 'Product Sans Light Regular';
	color: #4E4E4E;
	letter-spacing: 0.6px;
}
.fa-li {
    left: 0.5em;
}
#footerFAQCollapse .card-header {
    padding: 4px 0px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
}
#footerFAQCollapse button {
	color: #1A2E80;
}
#footerFAQCollapse .card {
    margin-bottom: 8px;
}

@media only screen and (max-device-width: 480px) {
.footer_social
{
	margin-top: 12px;
}
a#back-top{
	margin-bottom: 36px;
    right: 7px;
}
.popular-search ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}
.footerPopular .anchorTag {
    font-size: 14px !important;
    line-height: 36px;
	padding:10px 6px 10px 0px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.footer_list li a{
	padding: 6px 2px;
}
.footer_list li button{
	padding: 0px 2px;
}
}