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

.tab-content {
      display: none;
      text-align: left;
      margin-top: 20px;
      animation: fadeIn 0.4s ease;
    }

    .tab-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
	
.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;
}


.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
  		   }
		   
.HeadingBarLeft{
	  width:100px;margin:0;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;
}

.SubHeading {
  
  font-family: "Gordita", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 3px;
    color: #3DCFE0;
}

.HeadingBox {
  
  font-family: Butler;
    font-weight: 700;
	font-size:50px;
    letter-spacing: 0.02em;
	color:#333333;
	line-height: 1.37em;
}

.HeadingBox2 {
  
  font-family: Butler;
    font-weight: 700;
	font-size:40px;
    letter-spacing: 0.02em;
	color:#333333;
	line-height: 1.37em;	
}

.HeadingBox3{
  
  font-family: Butler;
    font-weight: 700;
	font-size:35px;
    letter-spacing: 0.02em;
	color:#333333;
	line-height: 1.37em;
}


.ParaText {
font-family: "Gordita", Sans-serif;
  font-size: 16px;
  color: #444;
  line-height:30px;
}


.HighlightSection {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  z-index:1
}

.HighlightSection::before {
  content: "";
  position: absolute;
  top: 40px;
  left:-150px;
  bottom: 40px;
  width: 50%;
  /*background: url("logo-only.png") right center / contain no-repeat;*/
 background: url("img/logo-only.png") left center / contain no-repeat;
  opacity: 1;
  mix-blend-mode: screen;
  transition: all 0.3s ease;
  z-index: -1;
}

.HighlightSection .container {
  position: relative;
  z-index: 1;
}


/* -----  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;
	}
	
 .HeadingBox {
    font-size: 2.5rem;
  }
  
   .ParaText {
    font-size: 15px;
  }

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

  .SubHeading {
    text-align: center;
  }
   .HeadingBox {
    font-size: 2.5rem;
	text-align:center;
  }
  
  .HeadingBox2 {
  text-align:center;
  }
  
  .HeadingBox3{
  text-align:center;
  }
  .HeadingBarLeft{
	  margin:0 auto;
  		   }
		   
 .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;
	}
	
	 .ParaText {
    font-size: 15px;
  }
  
  .HighlightSection::before {
  content: "";
  position: absolute;
  top: 20px;
  left:-150px;
  bottom: 20px;
  width: 80%;
  /*background: url("logo-only.png") right center / contain no-repeat;*/
 background: url("img/logo-only.png") left center / contain no-repeat;
 opacity: 1;
 mix-blend-mode: screen;
 transition: all 0.3s ease;
 z-index: 0;
}


}	