.adv-heading {
font-size: 32px;
margin-left: 0px;
font-weight: 500;
line-height: 40px;
margin-bottom: 5px;
color: #1a1a1a;
text-align: center;
margin-top: 3%;
}
.heading-h3 {
  text-align: center;
  background: #f2f2f2;
  font-weight: 500;
  font-size: 22px;
  padding: 5px 0px;
  margin: 25px 0px 10px 0px;
  line-height: 31px;
}
.hy-col-sec p {
  font-size: 14px;
  margin: 0px 0px 9px 0px;
  color: #373737;
  line-height: 20px;
}
.hy-col-sec h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin: 10px 0px 5px 0px;
}


/** table section start **/
.table-section {
    width: 100%;
	min-height: .01%;
	overflow-x: auto;
	display: grid;  
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}
.table-section table {
    border: 1px solid #ececec;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0;
    min-width: 700px;
    width: 100%;
}  
.table-section::-webkit-scrollbar {
        height: 2px;
    } 
.table-section::-webkit-scrollbar-thumb {
        background: #eaeaea;
        width: 20px;
        border-radius: 0px;
    }
.table-section table thead tr {
    background: #4b80aa;
	color: #fff;
} 
.table-section table tr {
  border: 1px solid #e3e3e3; 
}  
.table-section table th,
.table-section table td {
	padding: 5px 7px;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
} 
.table-section table td {
  color: #424242;
  vertical-align: middle;
}
.table-section table td  .magazine-name {
  font-weight: 600;
}
.table-section table thead th {
	font-size: 13px;
	letter-spacing: 0.4px;
	font-weight: 600;
}  
/** table section end **/



footer {
  text-align: center;
  min-height: 55px;
  background: #100f0f;
  padding-top: 14px;
  color: #fff;
  margin-top: 3%;
}
footer a {
  font-size: 13px;
  color: #cecece;
  line-height: 17px;
  display: inline-block;
}
footer a:hover { 
  color: #ec1c23; 
}





@media only screen and (max-width: 768px) {
.adv-heading {
	font-size: 30px; 
	line-height: 36px; 
	margin-top: 3%;
	} 
.heading-h3 {  
  font-size: 18px;
  padding: 3px 0px;
  margin: 15px 0px 7px 0px;
  line-height: 27px;
}
	
}

@media only screen and (max-width: 650px) { 
 
}

@media only screen and (max-width: 512px) {
  .adv-heading {
	  font-size: 23px;
	  line-height: 29px;
	  margin-top: 5%;
	}
}

@media only screen and (max-width: 415px) {    
 footer a {
  font-size: 12px;  
}

}

@media only screen and (max-width: 385px) {   
 
}