







.button {
  background-color: #F68524;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #dd7821;
  color: white;
  box-shadow: 0 12px 16px 0;
}



.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.outer-page .floating-icons {
    position:fixed;
    /*top:345px;*/
    bottom:115px;
    right:12px;
    display:flex;
    flex-direction:column;
    z-index:999;
}
.outer-page .floating-icons a{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #EA842F;
}
.outer-page .floating-icons a span{
    color:#fff;
}
.outer-page .floating-icons a.phone span{
    transform:rotate(90deg);
}
.outer-page .floating-icons .email{
    margin-top:14px;
}
.outer-page .floating-icons .email span{
    font-size:20px;
}
/*@media (max-width:1300px){*/
/*    .outer-page .floating-icons{*/
/*        top:300px;   */
/*    }*/
/*}*/
/*@media (max-width:1100px){*/
/*    .outer-page .floating-icons{*/
/*        top:250px;   */
/*    }*/
/*}*/
@media (max-width:1024px){
    /*.outer-page .floating-icons{*/
    /*    top:230px;   */
    /*}*/
    .outer-page .floating-icons a{
        width:30px;
        height:30px;
    }
    .outer-page .floating-icons a span{
        font-size:12px;
    }
    .outer-page .floating-icons .email span{
        font-size:14px;
    }
}

/*mobile css*/
.mobile .floating-icons {
    position:fixed;
    /*top:415px;*/
    bottom:100px;
    right:22px;
    display:flex;
    flex-direction:column;
    z-index:999;
}
.mobile .floating-icons a{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #EA842F;
}
.mobile .floating-icons a span{
    color:#fff;
}
.mobile .floating-icons a.phone span{
    transform:rotate(90deg);
}
.mobile .floating-icons .email{
    margin-top:14px;
}
.mobile .floating-icons .email span{
    font-size:20px;
}


#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 115px;
    /*top: 190px;*/
    right:10px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}

/*floating whatsapp mobile*/
.floating.whatsapp-icon{
    width:50px;
    background:#25d366;
    height:50px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    box-shadow:2px 2px 6px rgba(0,0,0,0.4);
}
.floating.whatsapp-icon a.whatsapp-link{
    font-weight:600;
    font-size:30px;
    color:#fff;
    text-decoration:none;
}




.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}



