footer{
position: relative;	
}





.footer-link ul{
	padding-left: 0px;
	list-style: none;
}
.footer-link ul li{
	margin-bottom: 10px;
	color: #0b0320;
}
.footer-link ul li i{
	color:#0b0320;
}

.footer-link ul li a{
color: #0b0320;
text-decoration: none;
}
.footer-link ul li a:hover{
	color: #666;
}
.copyright p{
font-size: 14px;
}
.copyright p a{
	text-decoration: none;
	color: #a6292b;
	font-weight: 500;
}
.floater-icon{
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9
}
.floater-icon ul{
	list-style: none;
	padding-left: 0px;
}

.floater-icon ul li a i{
color: #075E54 ;
font-size: 50px;
}

.footer-social-media li{
display: inline-block;
margin-right: 15px;

}
.footer-social-media li:last-child{
	margin-right: 0px;
}

.payment-option {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.payment-option li {
    display: inline-block;
    padding: 0px 10px;
}

.payment-option li img {
    height: 20px;
}

.payment-option li img.paymentsection {
    height: 10px;
}
.copy-right-section{
	padding: 10px 0px;
}

.copyright-left p{
	color: #0b0320;
	margin-bottom: 0px;
}

.subscrib-btn , .subscrib-btn:hover , .subscrib-btn:focus{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #2e2d29;
	border-radius: 0px;
	color:#fff;
	font-weight:400;
}

.mailer-text h5 i{
font-size: 30px;
margin-right: 10px;
}

/*start here mobile footer*/


#mainmobilefooter #mobilefooter .card {
  margin-bottom:10px;
  border: 0;
}

#mainmobilefooter #mobilefooter .card .card-header {
  border: 0;
 
  border-radius: 2px;
  padding: 0;
}

#mainmobilefooter #mobilefooter .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background:#3bb77e;
  padding: 10px;
}

#mainmobilefooter #mobilefooter .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  float: right;
}

#mainmobilefooter #mobilefooter .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #0b0320;
}

#mainmobilefooter #mobilefooter .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#mainmobilefooter #mobilefooter .card .collapsing {
  background: #f5f5f5;
  line-height: 30px;
}

#mainmobilefooter #mobilefooter .card .collapse {
  border: 0;
}

#mainmobilefooter #mobilefooter .card .collapse.show {
  background: #f5f5f5;
  line-height: 30px;
  color: #222;
}
/*end here mobile footer*/


.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

@media only screen and (max-width: 767px) {
	#mobilefooter{
		margin-bottom: 20px;
	}
#mobilefooter .card-body .footer-link{
	text-align: left;
}
}
@media only screen and (max-width: 767px) {
	.copyright {
		flex-wrap: wrap;
		justify-content: center;
	}

	.mailer-flex{
		flex-wrap: wrap;
	}

	.mailer-text{
		margin-bottom: 15px;
	}
	.mailer-text h5{
		font-size: 16px;
	}

	.main-footer{
    padding-bottom: 10px;
	}
	.footer-link{
		text-align: center;
	}
	.copy-right-section.mt-5{
		margin-top: 15px!important;
	}
	.payment-option{
		justify-content: center;
		padding-left: 0px;
	}
	.footer-link ul{
		margin-bottom: 0px;
	}
	.copyright-right{
		width: 100%
	}
}