.header-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding:16px 0;
    z-index:9;
    position:relative;
}
.header-bottom .header-box {
    display: inline-block;
    vertical-align: top;
}
.header-bottom .header-box img{height:45px;}


.autohide-scroll{
    background: url(../images/body-img.jpg) no-repeat !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background-size: cover !important;
    background-position: center center;
    width: 100% !important;
    min-height: calc(100vh);
    position:relative;
}
.autohide-scroll:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0;
    top: 0;
    background: #0000007a;
}
.br-pagebody {
    padding: 20px 25px;
    position: relative;
    z-index: 99;
    width:90%;
    margin:5px auto 0;
}

.card-view {
    background: #fff;
    margin-bottom: 25px;
    border-radius:10px;
    padding: 15px 15px 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21) !important; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
}

h5.online-registration {
    margin: 0 auto 10px;
    background: #484848;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    width: auto;
}

.select2.form-control{-webkit-appearance:auto;
    -moz-appearance: auto;
    appearance:auto;
}
.control-label {
    margin-bottom: 2px;
    font-weight: 500;
}
.vd_red {
    color: #d65965;
    font-size: 16px;
    position: relative;
    left: 3px;
    line-height: 12px;
}
.guest-delete {
    position: absolute;
    top: 1px;
    right: 12px;
    font-size: 21px;
    color: #f10000;
    cursor: pointer;
    border: 1px dashed;
    padding: 1px 2px;
    line-height: 20px;
    border-radius: 7px;
}
.btn.submit {
    width: 100%;
    background-color: #bd353b;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}
.btn.submit:hover{background-color:#b1d066; color:#fff;}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    background-color:#b1d066; color:#fff;
}
.event-session {
    width: 100%;
    display: inline-block;
    background: #ccc;
    padding: 13px;
    border-radius: 5px;
  
}
.event-session .control-label{font-size:22px; font-weight:bold;}



.content-card-small{width:100%; display:flex;}
.content-card-small .content-card{background:#2b383f; padding:15px 20px; 
    width:70%; vertical-align:top;}
.content-card-small .content-left{width:30%;}
.content-card-small .content-left img{width:100%;}
.content-card-small .card-small{width:100%; display:inline-block; text-align:left;}
.content-card-small .card-small span{display:inline-block; 
    background:#ccc;
    border-radius: 4px;
    color: #5438c5;
    font-size: 14px !important;
    font-weight: 500;
    line-height: normal;
    line-height: 16px !important;
    padding: 4px 6px;
}

.content-card-small .card-small small{float:right; font-size:16px; color:#fff;}
.content-card-small .card-small small i{margin-right:3px;}
.content-card-small .small-date{width:100%; display:inline-block;}
.content-card-small .small-date span{display:inline-block; color:#fff;}
.content-card-small .small-date span i{margin-right:4px;}

.content-card-small strong{display:block; padding-top:10px; font-size:20px;
 margin-bottom:10px; color:#fff;}

.content-card-small p{color:#fff;}
.input-box.otp-input {
    width: 54px;
    text-align: center;
    display:inline-block;
}
.input-box.otp-input .form-control {
    text-align: center;
    padding: 7px 5px;
}

.successful img{margin:0 auto 10px; height:90px;}
.successful strong{display:block; font-size:32px; margin-bottom:15px;}
.successful p{font-size:22px;}
.successful .btn{padding:10px 25px; font-size:22px; background:#20bf55;}
.primary-details{margin-top:20px; width:100%;}
.addon-guest{width:100%; display:inline-block; margin-bottom:10px;}
.addon-guest h5{display:inline-block; padding-top:8px;}
    .addon-guest .btn-info {
        width: auto;
        margin-left: 10px;
    }
select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

@media (max-width:910px) {
    .br-pagebody{width:100%; padding:10px;}
       .header-bottom{padding:10px 0;} 
       .header-bottom .header-box img {
    height: 40px;
}
.content-card-small .content-left{width:100%;}
.content-card-small{display:inline-block;}
.content-card-small .content-card{width:100%;}
}

