.EnquireNow_Cl
{
    width: 20%;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #8eaaca;
    padding: 20px 60px;
}

.EnquireNow_Cl:hover
{
    border-style: solid;
    border-width: 1px;
    border-color: #8eaaca;
    background-color: #fff;
    text-decoration: none;
    color: #8eaaca;
}

.Text_Cl {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.SocialIcon_Cl 
{
  padding : 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 10px 10px 10px 0px;
  border-radius: 5px;
}

.SocialIcon_Cl:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #e4445a;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #de4987;
  color: white;
}


@media only screen and (min-width: 577px) and (max-width: 991px)
{
    .SocialIcon_Cl 
    {  
      padding : 10px;  
      font-size: 15px;
      width: 35px;
      text-align: center;
      text-decoration: none;
      margin: 10px 10px 10px 0px;
      border-radius: 50px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 576px)
{
    .Text_Cl {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 0px;
}

    .SocialIcon_Cl 
    {  
      padding : 8px;  
      font-size: 10px;
      width: 25px;
      text-align: center;
      text-decoration: none;
      margin: 5px 5px 5px 0px;
      border-radius: 50px;
    }

}