/* MG-Kannada css */

/* Google Web Font */

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600&display=swap');

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mukta', sans-serif !important;
}

p {
    font-family: 'Mukta', sans-serif !important;
    font-size: 1.2rem !important;
}

.slider-caption h4 {
    font-size: 36px;
}

.mg-about h2 {
    font-size: 38px !important;
    line-height: 48px !important;
}

.mg-about p {
    font-size: 1.5rem !important;
}

.testimonials-block p {
    font-family: 'Mukta', sans-serif !important;
    font-size: 1.8rem !important;
}


.testimonials-block h5 span {
    font-family: 'Mukta', sans-serif !important;
}

body {
    font-family: 'Mukta', sans-serif !important;
	font-size: 1.2rem !important;
 }
 
 .m-sidebar-navi a {
     font-family: 'Mukta', sans-serif !important;
 }
 

.testimonials-block p {
    font-size: 24px;
}


.font-140 {
    font-size: 1.8rem !important;
}
.mg-faq p {
    font-size: 22px !important;
}

@media (max-width: 768px){
body {
    font-size: 1rem !important;
}

.item p {
   font-size: 12px !important;
    height: 35px;
}

p {
   font-size: 1rem !important;
}

.font-140 {
    font-size: 1.4rem !important;
}

.mg-about h2 {
    font-size: 30px !important;
}

.mg-about p {
    font-size: 1.2rem !important;
}
	
	
.mg-blog-inner h2 {
    font-size: 18px !important;
}
.testimonials-block h5 {
    font-size: 17px !important;
}
.testimonials-card-bg {
    padding: 7px !important;
}
.testimonials-block h5 span {
    font-size: 10px !important;
}

}
@media only screen and (min-width: 600px){
	/* tablet */
.single-blog .content{
	min-height: 180px;
}
.single-blog .content h3 a {
    font-size: 20px !important;
}
}

