#footer {
  padding: 0 !important;
}

.site-footer {
  border: none;
  background: #fff !important;
  padding: 20px 0;
  position: relative;

}

.site-footer ul {
  list-style-type: none;
  margin-top: 1rem;
  margin-bottom: 1.875rem;
  padding-left: 0;
}

.site-footer ul.sub-menu {
  margin: .5rem 0 0 1rem;
}

.site-footer ul.sub-menu li{
  padding: 0px!important;
}

.site-footer ul li {
  font-size: 16px;
  line-height: 1.625rem;
}

.site-footer ul a {
  font-size: inherit;
  line-height: inherit;
  color: #cacaca;
  font-weight: 700;
  white-space: normal;
  text-decoration: none;
  word-break: break-word;
}

.site-footer a:hover {
  color: #ffffff !important;
}

.site-footer .textwidget li {
	color: #6c6c6c !important;
	font-weight: 700;
}

.footer-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-container>.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-footer .row {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}

.site-footer [class*="col-"] {
  font-size: 26px;
  padding: 0 20px;
  line-height: 1.625rem;
  color: #5e5e5e;
  font-weight: 400;
}

footer .textwidget.custom-html-widget{
  margin:1rem 0;
}

footer .social-links{
	display: flex;
	flex-wrap: wrap;
}

ul.social-links li:not(:nth-of-type(1)) {
    margin-left: 7px;
}

ul.social-links a {
  font-size: 24px !important;
}

.trustpilot-sec {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.trustpilot-sec>div {
  margin-bottom: 1rem;
}

.trustpilot-sec>div a {
  display: block;
  text-align: center;
}

.trustpilot-sec>div img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.trustpilot-sec>div {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trustpilot-sec>div:nth-of-type(1) {
  flex: 0 0 100%;
  max-width: 100%;
}

.trustpilot-sec>div img {
  padding: 0 !important;
}

.trustpilot-sec>div:nth-of-type(3) img,
.trustpilot-sec>div:nth-of-type(4) img,
.trustpilot-sec>div:nth-of-type(5) img {
  max-height: 60px;
}

.trustpilot-sec>div:nth-of-type(6) img {
  max-height: 50px;
}

.trustpilot-sec>div:nth-of-type(7) img {
  max-height: 90px;
}

.trustpilot-sec>div:nth-of-type(8) img {
  max-height: 100px;
  width: 100px;
}

.trustpilot-sec>div:nth-of-type(9) img {
  width: 80px;
  height: auto;
}

.customer-service>* {
  margin-bottom: 0 !important;
  line-height: 26px !important;
}

.customer-service h4 {
  font-size: 22px !important;
  line-height: 24px !important;
  color: #FFF !important;
  margin-bottom: 3px !important;
}

.customer-service h5 {
  color: #cacaca !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.customer-service a {
  color: inherit !important;
  word-break: break-word;
}

.customer-service a:hover {
  text-decoration: none;
}

.site-updated {
  color: #cacaca !important;
}



@media only screen and (min-width:450px ) and (max-width:597px) {
  #footer .col-md-3:nth-child(3){
    display: block!important;
  }

  #footer .col-md-3:nth-child(3) .textwidget:nth-child(3){
    padding: auto;
  }

  #footer .textwidget{
    margin-left: initial!important;
    margin-top: initial!important;
    padding: initial!important;
  }
}

@media only  screen and (min-width:450px) and (max-width:768px){
  #footer .col-md-3{
    max-width: fit-content!important;
    padding-right: 0;
    margin: 0 auto;
  }

  #footer .col-md-3:nth-child(3){
    display: flex;
  }

  #footer .col-md-3:nth-child(3) .textwidget:nth-child(3){
    margin-left: 0;
    padding: inherit;
    margin-top: -1rem;
  }

  #footer .col-md-3:nth-child(3) .textwidget:nth-child(3) h4{
    margin-bottom: 1rem;

  }

  #footer .col-md-3:nth-child(3) .textwidget:nth-child(4){
    margin-top: -0.5em;
    margin-left: 1em;
  }

#footer .textwidget{
  height: fit-content;
    margin-left: -3.5rem;
    margin-top: 1.5rem;
}

#footer .widget-title.footer-column-4{
  display: none;
}

#footer h4{
  color: #5e5e5e!important;
    font-weight: 400!important;
    font-size: 25px!important;
}

}