







.header-pills{
    padding: 85px 0 2px;
}





.mobile.for-homepage .content_wrapper .no-gutter  h1{
text-align:center ;
}

/*.for-homepage .landing_PopupWrapper {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*    z-index: 10000;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*}*/

/*.for-homepage .landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.for-homepage .landing_Popup img {*/
/*    margin: auto !important;*/
/*    float: none;*/
/*    max-width: 70%;*/
/*}*/
/*.for-homepage .landing_Popup {*/
/*    position: relative;*/
/*    max-width: unset;*/
/*    width: unset;*/
/*}*/
/*.for-homepage .imgforPopup {*/
/*    max-width:90%;*/
/*    display:block;*/
/*}*/
/*.for-homepage  .landing_Popup .popUp_Close {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: -24px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 0;*/
/*    color: #444;*/
/*    background-color: rgb(255,255,255);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*@keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*        transform: scale(0.3,0.3);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.1,1.1);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1,1);*/
/*    }*/
/*}*/
/*.for-homepage  .landing_Popup{*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/
/*.for-homepage  .landing_Popup p{*/
/*    color:#fff;*/
/*    font-size:26px;*/
/*    text-align:center;*/
/*}*/
/*@media screen and (max-width:810px){*/
/*  .for-homepage .landing_Popup img{*/
/*    max-width: 90%;*/
/*  }*/
/*  .for-homepage .landing_Popup .popUp_Close{*/
/*    right: 10px*/
/*  }*/
/*}*/
/*mobile*/
/*.mobile.for-homepage .landing_PopupWrapper {*/
/*    position: fixed;*/
/*    top: -100px;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    z-index: 10000;*/
/*    display: flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*}*/
/*.mobile.for-homepage .landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.mobile.for-homepage .landing_Popup img {*/
/*    margin: auto !important;*/
/*    float: none;*/
/*    max-width: 95%;*/
/*}*/
/*.mobile.for-homepage .for-homepage .landing_Popup {*/
/*    position: relative;*/
/*    max-width: unset;*/
/*    width: unset;*/
/*}*/
/*.mobile.for-homepage .landing_Popup p{*/
/*    color:#fff;*/
/*    text-align:center;*/
/*}*/
/*.mobile.for-homepage .imgforPopup {*/
/*    max-width:90%;*/
/*    display:block;*/
/*    margin: 4% !important;*/
/*}*/
/*.mobile.for-homepage .popUp_Close {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: -27px;*/
/*    right: 10px;*/
/*    width: 23px;*/
/*    height: 22px;*/
/*    border: 0;*/
/*    color:#444;*/
/*    background-color: rgb(255,255,255);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.mobile.for-homepage .landing_Popup{*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*    position: relative;*/
/*}*/



/*Table Border Remove*/

.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}

#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:20px;
    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;
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}

