@media (max-width: 768px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}
	.banner-section .item .cover .header-content .text-i {
    font-size: 32px;
    line-height: 54px;
    font-weight: 300;
}
	.service-section .rvservice-row .rvsr-cols1 .images {
    display: flex;
    height: 300px;
    max-width: 300px;
    border: 1px solid #ddd;
    padding: 20px;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    align-items: center;
}
	.service-section .rvservice-row .rvsr-cols1 .images img {
    height: 100%;
    max-width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
	.sip-calculator-section .calculator_output .datavalue {
    flex: 1;
}
	.main-section {
    padding: 50px 0;
}
	.about-home-section .rv-apsitems {
    display: unset;
}
	.about-home-section .rv-apsitems .images {
    max-width: 100%;
}
	.about-home-section .rv-apsitems .rv-apstext {
    max-width: 100%;
}
	.about-services ul li {
    max-width: 100%;
}
	.home-contact {
    padding: 15px;
}
	.showformdata #showformdata .health-risk .modaldatashow .pop-body {
    padding: 15px;
}
	
	
}
