/* Hero Text Responsive */
.herotext {
  font-size: 55px;
}
@media (max-width: 1597px) {
  .herotext {
    font-size: 40px;
  }
}
.subhead {
  font-size: 25px;
}
@media (max-width: 1693px) {
  .subhead {
    font-size: 19px;
  }
}



/* Mobile Responsive Button */
.mobile-call-btn a {
  display: inline-block;
  background-color: #0095FF;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  margin: 20px auto;
	margin-top: 50px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.mobile-call-btn a:hover {
  background-color: #0E5D96;
  color: #ffffff !important;
}


/* features Tablet */
@media (max-width: 1355px) {
  .features .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
  }}


/* features Mobile */
@media (max-width: 760px) {
  .features .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
  }}


/* offers Tablet */
@media (max-width: 1350px) {
  .offers .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
  }}
/* offers mobile */
@media (max-width: 910px) {
  .offers .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
  }}
/* offers mobile */
@media (max-width: 570px) {
  .offers .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
  }}


/* difference Tablet */
@media (max-width: 1200px) {
  .difference .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
  }}
/* beforeafter Tablet */
@media (max-width: 1200px) {
  .beforeafter .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
  }}
/* beforeafter Mobile */
@media (max-width: 770px) {
  .beforeafter .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
  }}
/* beforeafter mobile */
@media (max-width: 700px) {
  .beforeafter .kt-row-column-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
  }}