.fo_footer {background:var(--main-color); padding:20px 0px; color: #fff; border-top: 2px solid var(--main-color);}
.fo_footer_heading6 h4 {margin-top:0; color:#fff; font-size: 17px; position: relative; padding-bottom:10px; margin-bottom:16px; border-bottom:1px solid #fff; font-weight:700; font-family: 'Quicksand', sans-serif; text-transform:uppercase;}
.fo_footer_heading6 i {color: #fff;}
.ho_footer-address ul li{margin:10px 0px;}
.ho_footer-address ul li a{color: #fff;}
.ho_footer-navbar ul li{margin-bottom: 10px;}
.ho_footer-navbar ul li a{position:relative; display:inline-block; font-weight:500; color: #fff; transition: 0.5s; text-decoration:none;}
.ho_footer-navbar ul li a:hover{padding-left:5px;}
.fo_newsletter{position: relative;}
.fo_newsletter .form-control {background: #fff; border: 1px solid #eaeaea; padding: 0.375rem 7rem 0.375rem 0.75rem; border-radius:0;}
.fo_newsletter .btn {background: var(--main-color); border: 0px; color: #fff; position:absolute; bottom:0px; width:auto; right:0; margin:0; border-radius:0; top:0;}
.fo_copyright {background:var(--main-color); padding: 10px 0px; color: #fff; position: relative;}
.fo_copyright:before{content:''; position: absolute;left: 0;top: 0;background: #0000002e;width: 100%;height: 100%;}
.fo_copy p {font-size: 13px; text-align: end; font-weight: 500;}
.fo_social-media-col ul{margin-bottom: 0px;}
.fo_social-media-col ul li a {width: 28px; height: 28px; border: 1px solid #fff; align-items: center; justify-content: center;border-radius: 20%; color: #fff; display: block; text-align: center; line-height: 28px; font-size: 14px;}
.fo_social-media-col ul li {padding: 0 2px; font-size: 12px;}
.facebookbg a {background: #3b5998;}
.twitterbg a {background: #000;}
.youtubebg a {background: #ff0000;}
.linkedinbg a {background: #0a66c2;}
.googlebg a {background: #e44134;}
.payment_method strong {font-size: 12px;}
.instagrambg a {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%,#fd5949 45%,  #d6249f 60%, #285aeb 90%);}
.fo_copy_right{display: flex; align-items: center; flex-wrap: wrap;}
.fo_banking-options .list-inline {margin: 0px;}
.fo_banking-options ul li {padding: 0;}
.fo_banking-options img {border-radius: 3px; width:37px;}
.fo_footer_heading6 ul li a {color: #fff; font-weight: 500; font-family: 'Roboto', sans-serif; text-decoration: none; font-size: 14px;}
.ho_footer-address ul li {margin: 0 0px 22px; color: #fff; padding-left: 40px; position: relative;}
.ho_footer-address i {position: absolute; left: 0; color: #fff; border-radius: 10%; border:1px solid #fff; height:28px; width:28px; line-height:28px; text-align:center;}
.ho_footer-address h3{font-size: 19px;margin: 0;font-weight:700;margin-bottom: 10px;}
.fo_social-media-col ul li a:hover{text-decoration: none;}
.bottomstrip {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  z-index:1;
}
.bottomstrip i {
    font-size:18px;
    display: block;
}
.bottomstrip .item a{
  font-size: 14px;
  color:rgb(150 148 148);
  text-decoration: none;
}
.bottomstrip .item a.active {
  color:var(--secondary-color);
}
@media screen and (max-width: 991px){
.fo_footer_heading6 h4 {
    font-size: 17px;
    border-bottom: 1px solid #ffffff21;
    }
    .fo_social-media-col ul li a{
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    }
    .fo_banking-options {
    text-align: end;
    }
    .payment_method strong {
        display: none;
    }
    .fo_banking-options img {
        width: 47px;
        margin-bottom: 5px;
    }
    .fo_social-media-col li strong {
        display: none;
    }
    .fo_footer_heading6 {margin-bottom: 30px;}
    .fo_banking-options img {width:38px; margin-bottom: 5px;}
}
@media screen and (min-width: 767px){
    .bottomstrip {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .ho_footer-address i {
    border-radius: 8px;
    border: 1px solid #ffffff63;
    height: 31px;
    width: 31px;
    line-height: 28px;
    }
    .fo_social-media-col ul {
        margin-bottom: 5px;
    }
    .fo_copyright{padding-bottom: 60px;}      
    .fo_copy{text-align: center;}
    .fo_banking-options{margin: 10px 0px; text-align: center;}
    .fo_banking-options .list-inline-item{padding-left: 0px;}
    .fo_copy p{text-align: center;}
    .ho_footer-address ul li {padding-left: 40px;}
    .fo_banking-options {display: none;}
    .fo_copy_right{text-align: center;}
}





