 .footwhatsapp {
    position: fixed;
    bottom: 10%;
    right: 5px;
    width: 60px;
    z-index: 99999;
}

.footcall {
    position: fixed;
    bottom: 20%;
    right: 5px;
    width: 63px;
    z-index: 99999;
}
    
    .nav-link{
         color: #000!important;
     }
         .has-bg.bg-primary:after {
    background-color: #183E65!important;
}   
.section-pad-md {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-produc{
    padding-bottom:20px;
    text-align: center;
    background-color: #183E65;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
h4.text-center.pro-text {
    color: #fff;
    margin-top: 20px;
}
a {
    color: #18E65!important;
}
.btn.btn-gradient {
    background-image: linear-gradient(to right, #183E65 0%, #4fa6ff 51%, #183e65 100%)!important;
    color: #fff;
}
.division{
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
    .section-pad1{
        padding-top:40px!important;
    }
 .single-produc{
    margin-top:30px;
 }
 .mob-cat{
    margin:0px!important;
 }
 .heading-section {
	font-size: 1.8em!important;
	line-height: 1.2!important;
	text-align: center;
}
.footcall {
    bottom: 17%!important;
}
  
}    