body{
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    color: inherit;
    text-decoration:none;
}
ul{
    list-style: none;
    margin: 0px;
}
li{
    display: inline;
    margin: 0px 15px 0px 15px;
    cursor: pointer;
    padding: 5px;
    transition: 0.3s;
}
li:hover{
    background: rgb(153, 153, 255);
    border-radius: 5px;
    color: #fff;
}
.heading-big{
    padding: 10px;
    font-size: 30px;
}
.para{
    padding: 10px;
    font-size: 18px;
    color: #767676;
}
.notification-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: rgb(153, 153, 255);
}
.notification-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-left{
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 18px;
}
.section-right{
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 18px;
}
.header-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.header-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-wrapper .section-left{
    color: #333;
    margin: 20px 0px 20px 0px;
    font-size: 24px;
}
.header-wrapper .section-right{
    color: #333;
    margin: 30px 0px 20px 0px;
    font-size: 16px;
}
.slider-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: url(img/banner.webp) no-repeat;
}
.slider-wrapper{
    display: flex;
    flex-basis: 45%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 130px 0px 200px 0px;
    color: #fff;
}
.slider-container2{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: url(img/tvbanner.webp) no-repeat;
}
.slider-wrapper2{
    display: flex;
    flex-basis: 45%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 130px 0px 100px 0px;
    color: #fff;
}
.content1-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.content1-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px 50px 0px;
}
.content1-wrapper .section-left{
    display: flex;
    padding: 0px 10px 0px 10px;
    flex-basis: 25%;
    justify-content: center;
}
.content1-wrapper .section-right{
    display: flex;
    padding: 0px 15px 0px 15px;
    flex-basis: 65%;
    color: #111;
    flex-wrap: wrap;
    justify-content: start;
}
.content2-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: rgb(153, 153, 255);
}
.content2-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.content2-wrapper .heading-big{
    color: #fff;
}
.content2-wrapper .para{
    color: #333;
}
.content3-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.content3-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px 50px 0px;
}
.content3-wrapper .section-left{
    display: flex;
    padding: 0px 15px 0px 15px;
    flex-basis: 65%;
    color: #111;
    flex-wrap: wrap;
    justify-content: start;
}
.content3-wrapper .section-right{
    display: flex;
    padding: 0px 10px 0px 10px;
    flex-basis: 25%;
    justify-content: center;
}
.content4-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #223250;
}
.content4-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
}
.content5-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.content5-wrapper{
    display: flex;
    flex-basis: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0px 50px 0px;
}
.content5-wrapper .section-left{
    display: flex;
    padding: 0px 15px 0px 15px;
    flex-basis: 65%;
    color: #111;
    flex-wrap: wrap;
    justify-content: start;
}
.content5-wrapper .section-right{
    display: flex;
    padding: 0px 10px 0px 10px;
    flex-basis: 25%;
    justify-content: center;
}
.footer-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #444;
}
.footer-wrapper{
    display: flex;
    flex-basis: 95%;
    justify-content: center;
}
.footer-disclaimer{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 50px 0px 30px 0px;
    font-size: 12px;
}
.copyright-container{
    display: flex;
    flex-basis: 100%;
    background: #111;
}
.copyright-wrapper{
    display: flex;
    flex-basis: 95%;
    justify-content: center;
    padding: 30px 0px;
    color: #fff;
    text-align: center;
}
.para ul {
    list-style: square;
}
.para ul li{
    display: list-item;
    cursor: none;
}