
/* .......................... */
.main-bg-clr-grn{
  background-color: #f3fff3;
}
/* .................... */
.container .row .contact-info{
    display: flex;
}
/* ................ */

.main-btn{
  /*background: linear-gradient(to right, #ffeb3b, #ff9800);*/
    background: rgb(0, 0, 45);
  height: 45px; 
  border-radius:45px;
  color: white;
  font-weight: 700;
  font-size: large;
  /*width: 50vw;*/
}

.main-btn:hover{
  background: rgb(0, 0, 45);
  color:white;
}

/* ..... */
.call-to-action-2 .cta-btn{
  background: linear-gradient(to right, #ffeb3b, #ff9800);
  height: 45px; 
  border-radius:45px;
  color: black;
  /*width: 50vw;*/
}

.call-to-action-2 .cta-btn:hover{
  background: linear-gradient(to right, #ff9800, #ffeb3b);
  color: black;
  
}
/* ............................. */

/*.fw-bold{*/
/*  color: #00AC00;*/
/*}*/

@media (max-width: 576px) {
  .main-btn {
    height: 35px; 
    width: 70vw;
    font-size: small; 
    border-radius: 35px; 
  }
 
  .container .row .contact-info{
    display: inline-block;
  }
}

.heading{
  color:#019a34;
}

/* ...........This Master Class is for you if............ */

.service-card{
  display: flex;
}

@media (max-width: 576px){
  .service-card{
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  
  .service-card h3{
    padding-top: 25px;
  }
  
  .service-card .px-4 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
}