*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Arial, sans-serif; */
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
.container{
    max-width:1210px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* <........contentArea.......> */
.content_inner{display: flex;margin-bottom: 20px;}
.sahityaAajtak{width: calc(35% + 20px);margin-right: 20px;flex-shrink: 0;}
.sahityaAajtak h2{}
.sathiya_img {}
.sathiya_img img {
    width: 100%;
}
.reg_form{background: #901945;}
.allLeftArea{padding-top: 0px;flex-shrink: 0;}
.allLeftArea{width: calc(35% + 20px);margin-right: 20px;}
.booktickets{width: 30%;}
.from_section{margin: 0px 0 20px;max-width: 100%;}
.reg_form{max-width: 100%;padding-bottom: 12%;}
.footerad_{text-align: left;}
.content_para{margin-top: 10px;}
.content_para p{color: #000;}
.bottom-band{margin-bottom: 40px;}
.bottom-band img{width: 100%;}
.copyright{text-align: center;background-color: #000;padding: 10px 0px;color: #D3D3D3;font-size: 11px;}
.copyright span{color: #FCC623;}
.for_mob{display: none;}
.footerad_ {position: relative;padding-top: 56.7%;}
.footerad_ iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.booktickets .mrtp44{display: none;}
.mob_sponser{display: none;}
.desk_sponser{text-align: center;}
@media (max-width:1024px){
    .sathiya_img{display: none;}
    .content_para{display: none;}
    .for_mob{display: block;}
    .content_inner{flex-wrap: wrap;}
    .sahityaAajtak{width: calc(50% - 30px)}
    .allLeftArea{width:calc(50% - 30px);margin-right: 0px;}
    .booktickets{width: 100%;}
    .booktickets .mrtp44{display: block;}
}
@media (max-width:767px){
    .desk_sponser{display: none;}
    .mob_sponser{display: block;text-align: center;}
    .sahityaAajtak,.allLeftArea{width:100%;margin-right: 0px;margin-bottom: 20px;}
    .allLeftArea{}
    #formhide{margin-bottom: 0px;}
    .hd_menu_ul li a{font-size: 20px;}
    .container{padding:0px 10px}
    .mrtp44 .mapouter {
        width: auto;
        height: auto;
    }
    .mrtp44 .gmap_canvas{height: auto;}
}