/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.footer-container {
  background: #FFFFFF;
  font-size: 16px;
  margin-top: 60px;
  color: #6C757D;
  line-height: 23px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer-container {
    margin-top: 30px;
  }
}

#index .footer-container {
  margin-top: 0;
}

#module-rbthemedream-live .footer-container {
  margin-top: 0;
}

.footer-container .logo {
  max-height: 25px;
  width: auto;
}

.footer-container li {
  margin-bottom: 15px;
}

.footer-container li a {
  color: #6C757D;
  cursor: pointer;
  font-weight: 400;
}

.footer-container li a:hover {
  color: #D70018;
}

.footer-container .links .collapse {
  display: inherit;
}

.footer-container .rb-title {
  display: block;
  font-size: 18px;
  padding: 0 0 30px;
  line-height: 25px;
  margin: 0;
  font-weight: 700;
  color: #212529;
  font-family: "Poppins", sans-serif;
  cursor: initial;
}

.footer-container .rb-title a {
  color: #212529;
}

.footer-container .rb-title a:hover {
  color: #D70018;
}

.footer-top-wrapper {
  background: #D70018;
  padding: 16px;
  position: relative;
  top: -40px;
  margin-bottom: 24px;
  border-radius: 16px;
}

.footer-bottom-wrapper {
  position: relative;
  padding: 14px 0;
  margin-top: 64px;
  font-size: 14px;
  border-top: 1px solid #ced4da;
}

@media (max-width: 767px) {
  .footer-bottom-wrapper {
    margin-top: 50px;
  }
}

.footer-bottom-wrapper .footer-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ps-emailsubscription-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.ps-emailsubscription-block .sub-letter {
  line-height: 23px;
  margin: 0;
}

.ps-emailsubscription-block .title-newsletter {
  color: #F8F9FA;
  font-size: 16px;
  flex: 0.5;
  padding: 0 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.ps-emailsubscription-block .title-newsletter .title_block {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  color: #F8F9FA;
}

.ps-emailsubscription-block .block_content {
  max-width: 706px;
  flex: 1;
}

@media (max-width: 991px) {
  .ps-emailsubscription-block .block_content {
    max-width: 100%;
    text-align: center;
  }
}

.ps-emailsubscription-block form {
  width: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .ps-emailsubscription-block form {
    text-align: center;
  }
}

@media (min-width: 481px) {
  .ps-emailsubscription-block form .newsletter-input-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.ps-emailsubscription-block form input[type="email"] {
  border: none;
  color: #999999;
  background-color: #FFFFFF;
  font-size: 16px;
  height: 48px;
  width: 100%;
  padding: 0 15px;
  float: left;
  border-radius: 8px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ps-emailsubscription-block form input[type="email"]::-webkit-input-placeholder {
  color: #6C757D;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]::-moz-placeholder {
  color: #6C757D;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]:-moz-placeholder {
  color: #6C757D;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]:-ms-input-placeholder {
  color: #6C757D;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 480px) {
  .ps-emailsubscription-block form input[type="email"] {
    width: 100%;
  }
}

.ps-emailsubscription-block form input {
  outline: 0;
}

.ps-emailsubscription-block form .btn {
  position: relative;
  background: #212529;
  border: none;
  color: #F8F9FA;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 0 8px 8px 0;
}

.ps-emailsubscription-block form .btn i {
  display: none;
}

@media (max-width: 480px) {
  .ps-emailsubscription-block form .btn {
    margin: 15px 0 0;
    min-width: 180px;
  }
}

.phone {
  font-size: 14px;
  color: #6C757D;
  line-height: 20px;
  margin: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.phone a {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #D70018;
}

.phone p {
  margin-bottom: 8px;
}

.phone i {
  font-size: 64px;
  color: #D70018;
  margin-right: 8px;
}

.address {
  font-size: 14px;
  line-height: 20px;
  color: #6C757D;
}

.address .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  margin-bottom: 8px;
}

.address .title i {
  font-size: 24px;
  margin-right: 8px;
}

.rb-social-block {
  margin-top: 40px;
}

.rb-social-block .rb-title {
  display: none;
}

#footer_social_block a {
  font-size: 32px;
  margin: 0 8px;
  color: #212529;
  display: inline-block;
}

#footer_social_block a:first-child {
  margin-left: 0;
}

#footer_social_block a:hover {
  color: #D70018;
}

.footer-v2 .footer-top {
  background: #D70018;
  margin-bottom: 64px;
}

.footer-v2 .footer-top-wrapper {
  top: 0;
  margin-bottom: 0;
}

.footer-v2 .ps-emailsubscription-block {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.footer-v2 .ps-emailsubscription-block .title-newsletter {
  flex: 0.3;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v2 .ps-emailsubscription-block .sub-letter {
  font-size: 12px;
  line-height: 18px;
}

.footer-v2 .ps-emailsubscription-block .block_content {
  max-width: 580px;
}

.footer-v3 .footer-top {
  background: #D70018;
  margin-bottom: 64px;
}

.footer-v3 .footer-top-wrapper {
  top: 0;
  padding: 16px 0;
  margin-bottom: 0;
}

.footer-v3 .ps-emailsubscription-block .title-newsletter {
  padding: 0;
}

.footer-v4 .footer-top {
  background: #D70018;
}

.footer-v4 .footer-top-wrapper {
  top: 0;
  padding: 16px 0;
  margin-bottom: 0;
}

.footer-v4 .ps-emailsubscription-block .title-newsletter {
  padding: 0;
}

.footer-v4 .layout-support {
  margin-bottom: 56px;
}

.footer-v4 .layout-support .layout-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #CED4DA;
}

.footer-v4 .layout-support .rb-image-box-wrapper {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media (max-width: 991px) {
  .footer-v4 .layout-support .rb-image-box-wrapper {
    margin-bottom: 15px;
  }
}

.footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-img {
  margin-right: 44px;
}

@media (max-width: 991px) {
  .footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-img {
    margin-right: 25px;
  }
}

.footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 4px;
}

@media (max-width: 1500px) {
  .footer-v4 .layout-support .rb-image-box-wrapper .rb-image-box-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.footer-v4 .layout-support .rb-image-box-wrapper p {
  margin-bottom: 0;
}

.block-toggler .title,
.footer-container .links .title {
  position: relative;
  cursor: pointer;
}

.block-toggler .title .collapse-icons .remove,
.footer-container .links .title .collapse-icons .remove {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block;
}

.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 0;
}

.block-toggler.DdBlockLink ul li,
.footer-container .links.DdBlockLink ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons,
  .footer-container .links.accordion_small_screen .collapse-icons {
    display: none;
  }
}

.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
  display: block;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse,
  .footer-container .links.accordion_small_screen .collapse {
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  .block-toggler.accordion_small_screen .collapse,
  .footer-container .links.accordion_small_screen .collapse {
    display: none;
  }
  .block-toggler.accordion_small_screen .collapse.in,
  .footer-container .links.accordion_small_screen .collapse.in {
    display: block;
  }
}

@media (max-width: 1199px) {
  .footer-container {
    font-size: 14px;
  }
  .ps-emailsubscription-block .sub-letter {
    display: none;
  }
  .ps-emailsubscription-block .title-newsletter {
    padding-left: 0;
  }
  .ps-emailsubscription-block .title-newsletter .title_block {
    font-size: 20px;
  }
  .phone a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  #footer {
    padding-bottom: 60px;
  }
  .footer-top-wrapper {
    margin-bottom: 0;
  }
  .ps-emailsubscription-block .title-newsletter .title_block {
    font-size: 18px;
  }
  .phone {
    margin: 20px 0;
  }
  .rb-social-block {
    margin: 30px 0;
  }
  #footer_social_block a {
    font-size: 24px;
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .ps-emailsubscription-block {
    display: block;
  }
  .ps-emailsubscription-block .title-newsletter .title_block {
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
  }
}
