/* <..........header..........> */
header{margin-bottom: 20px;}
.hd_banner{
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hd_banner img{width: 100%;height: auto;}
.logo_1{}
.logo_1 img{}
.logo_2{}
.logo_2 img{}
.time_detail{text-align: center;}
.time_detail h5{color: #434343;font-size: 15px;font-weight: 600;}
.time_detail h4{font-weight: 700;}
.back_to_aajtak {
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    max-width: 91px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    line-height: 0px;
    align-items: center;
    justify-content: center;
    background-color: #42051C;
    margin-left: auto;
    height: 46px;
}
.header_menu{
    background-color: #690C2E;

}
.hd_menu_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hd_menu_ul{
    margin: 0;
    padding: 0;
}
.hd_menu_ul li {list-style: none;}
.hd_menu_ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}
.regis-box{min-height: 68vh;}
@media (max-width:1000px){
    .regis-box {
        min-height: 72vh;
    }
}
@media (max-width:767px){
    .hd_banner{
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .time_detail {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.time_detail h4 {
    font-weight: 700;
    font-size: 14px;
}
.text_heading{margin: 0px 10px;}
.back_to_aajtak{flex: 0 0 80px;}
}