/*
Theme Name: Shifting Walla
Theme URI: https://example.com
Description: A child theme for Twenty Twenty One.
Author: SET
Author URI: https://spectrumtech.in/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
ul,li{
    list-style-type: none;
}

a:hover,a{
  text-decoration: none !important;
}
.sub-menu-toggle{
  display: none !important;
}

.services-page__title::before {
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
}
.services-page__title {
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 0px;
}
.services-page__icon{
  height: 60px;
  width: 60px;
}
.services-page__icon img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.services-page__top{
  display: block;
}
.service-details__content p{
  color: #444;
}
.service-details__content p + p{
  margin-top: 10px;
}