*{margin: 0px;padding: 0px;}
li{list-style: none}
ul{padding-left: 0}
a{text-decoration: none ;     transition: all .2s ease;}
.footer {
    background: #1F3A8B;
    color: #fff;
}
.footer_1 a{color: #fff;}
.footer_1  {padding: 2rem 0}
.footer__coppy{background: #182552;color: #fff;padding: 1rem 0}
.footer_info img{height: 68px;width: auto;margin-bottom: 1rem}
.footer_title {font-size: 18px;padding-top: 52px;font-weight: 600;}
.footer_menu li a{display: block;padding: 6px 0}
.header__top img{max-height: 68px;width: auto;}
.header__top ul ul {display: none}
.header__top ul.menu {}
.header__top ul li a{display: inline-block;padding: 1rem;font-weight: bold;color: #fff;font-size: 1rem}
.header__top ul li {float: left;}
.header__top ul {margin-bottom: 0}
.logo {padding: 8px 0;display: block;}
.header__top ul li a:hover{color: #1F3A8B}
.align-center {    align-items: center;}
header {position: absolute;top: 0px;width: 100%;z-index: 3;}
.header__top ul li a.btn_size{    background: red;
    color: #fff;
    border-radius: 30px;
    padding: .5rem 2rem;
    position: relative;
    top: 0px;}
.click_menu {display: none}
    @media(max-width: 768px){
.click_menu {display: block;    width: 40px;
    height: 40px;
    background: rgb(238, 243, 255);
    color: #333;
    display: flex
;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 18px;}
    .header__top ul.menu {display: none}
    .header__top img {max-height: 40px;}
    .header__top ul li {float: none;}
    .content_video h2 {font-size: 2rem !important}
    }