/*footer theme2_css start here*/
.bgfooter_img {background: #313131 url(../25/img/footer-bg.webp); color: #fff; padding: 40px 0 0; background-size: cover; background-repeat: no-repeat; border-top: 2px solid var(--main-color);}
.border-bt2 {border-bottom: 1px dashed #fff;}
.copyrights_text p {border-top:1px dashed #fff; margin:0; padding:11px 5px; font-size:13.4px; font-weight:600;}
.theme2_we_accept h3 {font-size: 18px; margin: 0; padding: 10px 0;}
.ft-newsletter2 form {display: flex;}
.ft-newsletter2 .Subscribe-button {border-radius: 0px !important;}
.ft-newsletter2 .form-control {height: 40px; border-radius: 0;}
.social2_icons ul li {padding: 0; margin-right: 0px;}
.social2_icons ul li:last-child {padding:0; margin-right:0px;}
.social2_icons ul li a {width:31px; height:31px; display: inline-block; text-align: center; line-height: 31px; color: #fff; font-size: 16px;}
.icon-facebook2 a {background: #3b5998;}
.icon-twitter2 a {background: #56a3d9;}
.icon-instagram2 a {background: #d62977;}
.icon-youtube2 {background: #cc332b;}
.social2_icons {text-align: right;}
.ft-addressbar ul li {display: inline-block;}
.ft-addressbar ul li a {color: #fff; font-weight:400; text-decoration:none; padding:0 3px;}
.ftmenu_heading h4 {margin: 0 0 20px; font-size:15px; font-weight:600;}
.get_intouch ul li {display: block; margin-bottom: 7px;}
.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 0 9px #0000007a;
  z-index:9;
}
.bottomstrip i {
    font-size: 22px;
    display: block;
    line-height: 18px;
}
.bottomstrip .fa-ticket {
    rotate: 45deg;
}
.bottomstrip .item a{
  font-size: 14px;
  font-weight:500;
  color:var(--secondary-color);
  text-decoration: none;
}
.bottomstrip .item a.active {
  color:var(--color-3);
}
@media screen and (max-width: 1200px) {
  .social2_icons ul li a {width: 30px; height: 30px; line-height: 30px;}
  .social2_icons ul li {padding: 0; margin-right: 0px;}
}
@media screen and (min-width: 992px) {
.mob_smlg{
  display:none;
}
}
@media screen and (max-width: 992px) {
  .ft-newsletter2 .Subscribe-button {
    border-radius: 0px 10px 10px 0px !important;
    border: none;
}
  .ft-newsletter2 .form-control {
    height: 46px;
    border:none;
    border-radius: 10px 0 0 10px;
  }

  .bgfooter_img {
    background-size: inherit;
    background-repeat: no-repeat;
    border-top: none;
  }

      .social2_icons ul li {
        margin-right: 4px;
    }
  .social2_icons .icon-youtube2{border-radius:50%;}
  .copyrights_text {
    background: #000;
  }
  .xs_sm_bg{
    background: #000;
    padding: 20px 0 0;
  }
  .theme2_we_accept .google_play{
  display:none;
  }
  .mob_smlg {
        text-align: center;
        margin:16px 0 8px 0;
    }
  .mob_smlg img{
   width:100%;
  }
  .theme2_we_accept ul li{padding:0 2px;}
  .google_play img{min-width:107px;}
  .theme2_we_accept li img {margin-bottom: 12px; width:54px;}
  .social2_icons {text-align: center;}
  .ft-newsletter2 {margin-bottom: 20px;}
  .social2_icons ul li a {border-radius: 50%;}
  .copyrights_text p {font-size: 13px; font-weight: 500; border:none;}
}
@media (min-width:767px) {
  .bottomstrip {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .social2_icons ul li a {
        width: 37px;
        height: 37px;
        line-height: 30px;
        font-size: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

  .fo_copyright {
    padding-bottom: 43px;
  }
 .ftmenu_heading h4 {margin: 15px 0 10px; font-size: 16px;}
 .ho_footer-navbar ul li {margin-bottom:4px;}  
}


