body {
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.underlinemyparra {
font-weight:500;
  text-decoration: none;       /* No underline by default */
  color: #003728;              /* Normal link color (Bootstrap blue) */
  transition: color 0.3s ease, text-decoration 0.3s ease;
}	
.underlinemyparra:hover {
font-weight:500;
  text-decoration: underline;
  color:#ae152d;   
}

.FeeTable {
	font-family: "Gordita", Sans-serif;	
	color:#000000;
    font-size: 14px;
}


.FeeTableS {
width:70%; margin:0 auto;
}

.HeadingFdtls {
 font-family: "Gordita", Sans-serif;
    font-weight: 500;
	font-size:29px;
    letter-spacing: 0.02em;
	color:#333333;
}

.feeDescription{
font-family: "Gordita", Sans-serif;
  font-size: 15px;
  line-height:30px;
}

.classLogo{
height:150px;
width:auto;
}

.link-btn{	
    font-size: 15px;
}

.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:52px;
	line-height:1.3em;
    letter-spacing: 0em;
	}
	
.title-size{
width:800px;
}

	
.HeadingBar{
	  width:100px;margin:0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
  		   }
		   
 .HeadingBarFull{
		  width:100%;margin:0 auto;height:2px;border-width:0;background-color:#3dcfe0;opacity:1
			 }			 
 
.heading-primary {
    font-family: "Gordita", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
}

/* -----  Tablet and laptop ------------------------------------------------ */	
	@media (max-width: 992px) {
	.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:48px;
	line-height:1.3em;
    letter-spacing: 0em;
	}
	
	.description-title {
    	font-family: "Gordita", Sans-serif;
	    font-size: 14px;
	    font-weight: 400;
		color:#666666;
	    line-height: 1.87em;
	}
	
	
	.FeeTableS {
		width:80%; margin:0 auto;
	}
	.feeDescription{
			font-family: "Gordita", Sans-serif;
			  font-size: 14px;
			  line-height:30px;
	}

	}
	
	/* --- Extra small devices (=576px) --- */
@media (max-width: 576px) {

 .heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:40px;
	line-height:1.5em;
    letter-spacing: 0em;
	}
	
	.FeeTableS {
		width:100%; margin:0 auto;
	}
	
	.heading-primary {
	line-height:45px;
	}
}	