
/*footer*/
.footer {
  padding: 0.5rem 0;
  color: #65676b;
}

.footer a:not(.btn) {
  color: #65676b;
}

.footer .title{
  color: #181818;
}

.footer_top.dark{
  background-color: #f5f8fa;
}

.footer_top.dark .site-logo img{
  max-height: 40px;
}

.footer_top.dark .quick-link li a:hover{
  color: #ff6f61;
}

.footer_bottom.dark{
  background: #f5f8fa;
    border-top: 1px solid #00000024;
}
.footer_bottom.dark .container{
  padding: 10px;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6D7784;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
  width: auto;
  appearance: auto !important;
  border-radius: 0;
  display: none;
}


@media (max-width: 576px){
  section.banner .content{
    text-align: center;
  }
  section.banner .content h1{
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline{
    display: none;
  }

  nav.header-top .link{
    margin-left: auto;
  }

  footer {
    border-top: none;
  }
}
@media (max-width: 991px){
  footer .col-auto {
    -ms-flex: 0 0 auto;
    width: 100%; 
    text-align: center;
  }

}


/* new footer css */
.new-footer .footer-conatiner{
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF2EA 100%);
  border: 1px solid #D2D2D2;
  border-radius: 24px;
  padding: 27px 30px 44px;
}
.active-dark-mode .new-footer .footer-conatiner {
  background: #060606;
  border: none
}
.active-dark-mode .new-footer .footer-conatiner .title{
  color: #fff;
}
.active-dark-mode .new-footer .site-logo img {
  content: url(https://goread.io/assets/images/logo-white-goread.png);
}
.active-dark-mode .new-footer .site-logo {
  display: block !important;
}
.active-dark-mode .new-footer ul li a{ color: #ACACAC; }
.new-footer .title{
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #484F5E;
  margin-bottom: 21px;
}
.new-footer ul li{
  margin-bottom: 18px;
}
.new-footer ul li a{
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #6B7280;
}
.new-footer .site-logo{
  max-width: 180px;
}

.new-footer .content{
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #6B7280;
}
.new-footer .socialIconsGoread li a img{
  width: 32px;
}
.new-footer .payment-wrap li a img{
  width: 40px;
}
.new-footer .payment-wrap .copyright-content{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #6B7280;
}

@media (max-width: 768px){
  .new-footer .footer-conatiner {
    padding: 27px 0;
  }
  .payment-wrap {
    padding-top: 50px;
  }
}