/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 0.2%,last 2 versions
*/

/* Footer Section Start */
@media screen and (max-width: 1400px) {
  footer {
    margin-bottom: -49px;
  }
}
footer .bottom-details{
  position: relative;
  width: 100%;
  background: #000;
}
@media (max-width: 700px) {
  footer .bottom-details{
    z-index: 101;
  }
}
footer .bottom-details .bottom_text{
  max-width: 2400px;
  margin: auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-family: 'Comfortaa', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #cfcdcd;
  text-decoration: none;
}

@media (max-width: 700px) {
  .bottom-details .bottom_text a{
  font-size: 16px !important;
  }
}

.bottom-details .bottom_text .policy_terms {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
  margin-top: 0;
}

@media (max-width: 700px) {
  .bottom-details .bottom_text .policy_terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3px;
    right: 0;
    z-index: 101;
  }
}

@media (max-width: 700px) {
  .bottom-details .bottom_text .policy_terms p{
    display: none;
  }
}

.icon-copyright {
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  fill: #fff;
}

.icon-heart {
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  fill: #ff0000;
}

.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
  color: #ffc300;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}

@media (max-width: 700px){
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
    width: 130px;
  }
}
/* Footer Section End */