
.social-list h4{
    font-size: 24px;
    color: #222;
    font-family: 'Gilda Display', serif;
}

.social-list a {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
}
.social-list a:hover{
    background: #ab8a62;
}
.social-list a:hover i{
    color: #fff;
}



/* Start call button  */
  .call-now{
    width: 70px;
    height: 70px;
    line-height: 69px;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    background: #ab8a62;
    position: fixed;
    text-align: center;
    color: #ffffff;
    z-index: 99;
    border: 8px solid #291a089c;
  }
  .call-now a{
    display: inline-block;
  }
  .call-now i{
   font-size: 28px;
  }
/* End of call button  */


/* Start whatapp button  */
.phone-call {
    width: 50px;
    height: 50px;
    left: 40px;
    bottom: 40px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
  }
  
  .phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      -webkit-transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    25% {
      transform: scale(0.3);
      opacity: 1;
    }
    50% {
      transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
/* End of whatapp button  */



/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    background: #dfb45f;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #e2bb6a;

}

.fixed-footer-cust a{
    color: #000;
    font-weight: 400;
}
.line1{
    border-left: 1px solid #222;
}
.fixed-footer-cust{
    display: none !important;
}

/* End of mobile fixed footer section contact btn  */