@media (max-width: 767px) {
  .social {
    display: none !important;
  }
  .footer-bottom{
    margin-bottom:200px;
  }
}
.text-body-lead-large{
  font-size:15px !important;
  color:#000 !important;
}
.text-body-excerpt{
  font-size:16px !important;
}
.ae-anno-announcement-wrapper{
  display:none;
}
.what-we-do-sec1{
  	--tw-bg-opacity: 1;
    background-color: rgb(11 15 25 / var(--tw-bg-opacity, 1));
    padding-bottom: 55px;
}
.stastical-home-style{
    background: #fde2e4;
    padding: 60px 0;
}
.home-newsletter-style{
    background: #e8f7f8;
}

.banner-hero.banner-1 .banner-imgs img{
  	height: 500px;
    object-fit: cover;
    object-position: center right;
    opacity: 1;
    border-radius: 15px 15px 15px 15px;
}
.banner-hero{
  padding: 20px 0 20px !important;
}

.banner-hero.banner-1 .banner-imgs{
 	height:400px !important; 
}
.banner-hero.banner-1 .banner-imgs img{
  height:300px !important;
}
.text-display-2{
  font-size:50px !important;
}
.btn.btn-default {
    background-color: #101828 !important;
  color:#fff;
      background-image: url(../imgs/template/icons/arrow-small-right-w.svg) !important;
}
.btn.btn-default:hover {
    background-color: #006D77 !important;
}

.social {
  position: fixed;
  top: 30%;
  width:0;
  z-index: 99;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-270px);
}

.social ul li {
  display: block;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
  position:relative;
}
.social ul li:hover {
  transform: translatex(110px);
}

.social ul li a {
  color: white;
  text-decoration: none;
}
.social ul li span{
  margin-right:40px;
}
.social ul li img {
      position: absolute;
    height: 30px;
    transform: rotate(0deg);
    right: 7px;
    top: 7px;
}

.social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}
.fUkvFL{
  margin-right:150px;
}
.eapp-click-to-call-window-show a:nth-of-type(2) {
  display: none;
}


.text-body-text line-right::before {
 content: "📞"; /* Emoji-based phone icon */
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}

.text-body-text line-right {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.header .main-menu li ul.two-col{
  width:600px;
}

.list-icons .item-icon{
  border:none !important;
  padding: 0 0 0px 80px;
}
.contact-form-input{
    border: 1px solid #98a2b3 !important;
}
.header-style-3, .header-style-3.sticky-bar.stick {
    background-color: #fff !important;
}
#main-content .banner-hero.banner-2 {
    background-color: #fff;
}
/*cms pages rules start*/
@media screen and (max-width: 767px) {
    .cookie-consent .cookie-consent-body .cookie-consent__message {
        display: block;
        height: auto !important;
        line-height: 16px !important;
        font-size: 8px;
        float: left;
        width: 60%;
        text-align: left;
    }
      .cookie-consent .cookie-consent-body .cookie-consent__agree {
        float: right;
        margin-top: 5px;
        font-size: 8px;
        padding: 0px 10px !important;
    }
}
.block-we-do .text-heading-1{
    color: #fff;
}
.block-we-do .text-body-lead-large{
    color: #fff !important;
}