.mobile-dropdown-menu span {
  color: white;
}

.mobile-footer-section {
  float: left;
  /* margin-bottom: 56px; */
  width: 100%;
  height: auto;
  padding: 18px 0 28px;
  background-color: #0b0d1b;
}

.categories-container {
  width: 375px;
  height: 234px;
  margin: 0 0 10px;
  padding: 20px;
  opacity: 0.06;
  background-color: #fff;
}

.mobile-footer-lists a {
  text-decoration: none;
}

.mobile-footer-heading p {
  padding: 18px 20px;
  background: #191b28;
  cursor: pointer;
  display: block;
  font-family: 500;
  font-size: 18px;

  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  height: auto;
}

.mobile-footer-slider {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: height 0.4s ease;
  background: #191b28;
}

.mobile-footer-slider li {
  padding: 5px;
}

#touch-1 {
  position: absolute;
  opacity: 0;
  height: 0px;
}

#touch-1:checked~.mobile-footer-slider {
  height: auto;
}

#touch-1:checked~label.mobile-footer-heading>span .crossRotate {
  transition: all ease-in-out 0.3s;
  transform: rotate(-180deg);
}

#touch-2 {
  position: absolute;
  opacity: 0;
  height: 0px;
}

#touch-2:checked~.mobile-footer-slider {
  height: auto;
}

#touch-2:checked~label.mobile-footer-heading>span .crossRotate {
  transition: all ease-in-out 0.3s;
  transform: rotate(-180deg);
}

#touch-3 {
  position: absolute;
  opacity: 0;
  height: 0px;
}

#touch-3:checked~.mobile-footer-slider {
  height: auto;
}

#touch-3:checked~label.mobile-footer-heading>span .crossRotate {
  transition: all ease-in-out 0.3s;
  transform: rotate(-180deg);
}

#touch-4 {
  position: absolute;
  opacity: 0;
  height: 0px;
}

#touch-4:checked~.mobile-footer-slider {
  height: auto;
}

#touch-4:checked~label.mobile-footer-heading>span .crossRotate {
  transition: all ease-in-out 0.3s;
  transform: rotate(-180deg);
}

.mobile-dropdown-menu {
  margin: 10px 0px;
  position: relative;
  /* background-color: #191B28; */
}

.mobile-list-styles {
  width: 100%;
  /* height: 16px; */
  opacity: 0.8;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.arrow {
  border: solid white;
  border-width: 0px 3px 3px 0px;
  display: inline-block;
  padding: 5px;
  float: right;
  margin: 9px;
}

.icon-properties {
  float: right;
  width: 24px;
  height: 24px;
  display: none;
}

.mobile-social-downloads {
  width: 100%;
  margin: 10px 0 24px;
}

.mobile-downloads {
  text-align: center;
  margin: 0 25px 15.9px 26px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}

.mobile-footer-heading-2 {
  width: 100%;
  height: 19px;
  margin-bottom: 16px;
  font-family: Roboto;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.mobile-social {
  text-align: center;
}

.mobile-social-icons {
  display: inline-flex;
}

.mobile-social-icons li {
  padding: 10px;
}

.mobile-horizontal-line {
  margin: auto;
  width: 50px;
  height: 0;
  opacity: 0.5;
  border: solid 1px #707070;
}

.mobile-last-footer {
  text-align: center;
  color: #fff;
}

.mobile-unordered-styles-1 {
  width: 50%;
  margin-bottom: 10px;
}

.mobile-unordered-styles-2 {
  width: 50%;
  margin-bottom: 20px;
}

.mobile-footer-listings {
  display: flex;
  margin-left: 17px;
}

.dmca-img {
  width: 40px !important;
}

#scroll {
  position: fixed;
  left: 10px;
  bottom: 77px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 50px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 12%);
  text-align: center;
  font-size: 13px;
  color: #000;
}

.back-top img {
  position: relative;
  top: 8px;
  max-width: 100%;
}

.ris-menu {
  display: none;
}

.popup-2 .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.popup-2 .row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}