/* Download Center page */
#downloan-center{padding-top: 50px; margin-bottom: 30px;}
.download-center-box { margin-bottom: 30px; }
.download-center-box h4 { font-family: "Myriad Pro"; min-height: 40px;}
.know-more { display: inline-block; background: #E31E23; border: 1px solid #E31E23; position: relative; color: #FFFFFF; padding: 15px 15px; font-weight: 700; font-size: 14px; font-weight: 700 !important; font-family: "Myriad Pro"; width: 200px; text-align: center; border-radius: 5px; }
.know-more::before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 0%; background-color: #FFFFFF;   transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1); border-radius: 5px; }
.know-more:hover::before { height: 90%; }
.know-more:hover { color: #E31E23; }
.know-more span { position: relative; z-index: 9; }


/* MDA */ 
#mda {/*  background-image: url(../images/brifbg.svg); background-repeat: no-repeat; background-size: cover;  background-attachment: fixed; */ padding-top: 50px; margin-bottom: 30px;}
#mda .mda-table { margin-bottom: 15px;}
#mda .mda-table table { border: solid 1px #000; }
#mda .mda-table th:first-child { text-align: left; }
#mda .mda-table tr th { background-color: #fde7dc; border-right: solid 1px #000; border-bottom: solid 1px #000; padding: 10px 10px; font-weight: 700; font-size: 16px; }
#mda .mda-table th { text-align: center; }
#mda .mda-table tr td { border-right: solid 1px #000; border-bottom: solid 1px #000; padding: 10px 10px; font-size: 16px; }
.text-right { text-align: right!important; }
#mda .mda-table tr:last-child td { font-weight: 700; }
#mda ul li{font-size: 18px;}
#mda ul li ul li{font-size: 18px;}
#mda img{ margin-bottom: 10px;} 
#mda .font-weight-4{ font-weight: 400 !important;} 



@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
	.innerpage-title h1 { font-size: 30px; line-height: 38px; padding: 0 10px;}
	
}