@font-face {
font-family: 'latobold';
src: url('lato-bold-webfont.woff2') format('woff2'),
	 url('lato-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.woff2') format('woff2'),
         url('lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li { margin:0px; padding:0px; }
body {font-family: 'latoregular'; font-size:15px; color:#222; }


footer { display:block; clear:both; overflow:hidden; width:100%; background-color:#4c5b69; font-size:13px; color:#FFF; font-family: 'latobold'; padding:15px 30px; }


/* New Header 11.09.2019 */
.headerNew.ipl {
    border-top: 30px solid #97144d;
}

.ipl .LogoPart {
    position: relative;
    top: -10px;
    background: #97144d;
    padding: 0px 0 0 80px;
    font-family: Arial;
    font-size: 36px;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.ipl .LogoPart a {
    color: #fff;
    text-decoration: none;
}
.ipl .LogoPart img{
    width: 86%;
    float: right;
    position: relative;
    z-index: 2;
    right: 10px;
}
.ipl .LogoPart::after {
    content: '';
    background: #97144d;
    position: absolute;
    height: 120%;
    width: 50px;
    border-radius: 0 0 20px 0;
    right: 0;
    top: -13px;
    margin-right: -37px;
    transform: rotate(35deg);
}

.ipl .LogoPart span {
    position: absolute;
    top: 7px;
    left: 100%;
    width: 15px;
    height: 15px;
    margin-left: 50px;
    transform: rotate(17deg);
}

.ipl .LogoPart span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #97144d;
    width: 100%;
    height: 100%;
}

.ipl .LogoPart span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    top: 0;
    left: 0;
    border-top-left-radius: 30px;
}
/* New Header end 11.09.2019 */

.mainHead{
    font-size: 22px;
    margin: 20px 0;
}
.basicList{
    margin: 10px 20px 20px;
}
.mainIntroductionText h3{
    font-size: 16px;
    font-weight: 600;
}
.tableWrapper .tblData, .tableWrapper table {
    width: 60%;
    border-left: .1rem solid #edecec;
    border-top: .1rem solid #edecec;
    margin:20px auto;
}
.tableWrapper .tblData th, .tableWrapper table th {
    background: #dadada;
    padding:1rem 2rem;
    border-right: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
}
.tableWrapper .tblData td, .tableWrapper table td {
    padding: 1rem 2rem;
    border-right: .1rem solid #edecec;
    border-bottom: .1rem solid #edecec;
    vertical-align: top;
    color: #323232;
}

@media screen and (max-width:668px) {
.ipl .LogoPart {
    padding: 0px;
}
}
  
@media (max-width:991px){
.ipl .LogoPart {
	height:50px;
	padding:5px 10px;
	max-width:152px;
}
.ipl .LogoPart img{
	width:95%;
	right:0;
}
.ipl .LogoPart span{
	transform:rotate(18deg);
	margin-left:30px;
}
.ipl .LogoPart:after{
	top:-11px;
	margin-right:-24px;
	transform:rotate(32deg);
}
.headerNew.ipl{
	border-top:15px solid #97144d;
}
}
@media (min-width:992px) and (max-width:1199px){
.ipl .LogoPart {
	padding:0;
}
}


 