/*FooterArea start*/
.FooterArea  .footer-menu-title{
  margin-bottom: 10px;
  min-height: 0;
}

.FooterArea  .footer-menu-title h5{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 0;
}  

.FooterArea  ul{
  font-size: 17px;
  margin: 0 0 1rem;
  padding-left: 0;
}

.FooterArea li {
  display: block;
  line-height: 1;
}

.FooterArea li a{
  display: inline-block;
  font-family: Cosmica-SemiBold;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}

.FooterArea .logo-footer {
  align-items: center;
  display: flex !important;
  float: none !important;
  height: 96px;
  justify-content: center;
  margin-left: auto !important;
  margin-right: 0 !important;
  width: 96px !important;
}

.FooterArea .logo-footer img{
  height: auto;
  width: 72px;
  border-width: 0px;
  border: 0px;
}

.FooterArea p {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.25px;
  line-height: 1.35;
  margin: 0 0 13px;
  max-width: 100%;
}

.f-trustpilot{
  left: 56px;
  padding-top: 8px;
}
.mobile-footer{display:none;}
@media(min-width:1620px){
  .FooterArea {
    padding: 180px 0 46px !important;
  }
  .FooterArea::before {
      height: 160px !important;}
}
@media(max-width:991px){
  .dekstopLogo{display:none;}
  .FooterArea p {
    text-align: center;}
  .mobile-footer {
    display: table;
    margin: auto;
    text-align: center;
  }
  .f-trustpilot {
    left: 0;
    padding: 15px 0;
  }
  .footerLogo {display:table:}
  .footerLogo img {
    margin: auto;
    display: inline-table;
    border: 1px solid red;
  }
  .footetSocialDiv {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .FooterArea .logo-footer {
    height: auto !important;
    margin-left: 0 !important;
    padding: 10px 5px;
    margin-bottom: 15px;
    border-radius: 11px !important;
    max-width: 60px;
  }
  .FooterArea .logo-footer img{
    width: 44px !important;
  }
  .socialIcon img{
    width: 30px;
  }
  .socialIcon.mt-3 {
    flex: 1;
  }
  .DreamItArea .logo-wrap img {
    max-width: 70px !important;
  }
  .FooterArea {
    padding: 90px 0 46px;}
  .socialIcon.mt-3 {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}
@media(max-width:576px){
  .small-mobileScreen{       
    flex: 0 0 auto;
    width: 50%;}
}
/*FooterArea end*/