.right-bg{
	background-image: url(../../assets/images/withoutlogin/registrationalone/geriatricimg001.jpg);
	background-size: cover;
	height: 100%;
	background-position: center;
}
/* Oncology Style */

.title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
.subtitle {
    background: rgb(124 58 237);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 30px;
}
.section-box {
    border: 2px solid rgb(124 58 237);
    border-radius: 15px;
    padding: 20px;
}
.section-title {
    background: #7c3aed;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.two-col {
    margin-top: 15px;
    border: 2px solid rgb(124 58 237);
    border-radius: 15px;
}
.col-box {
    border: 2px solid rgba(255,255,255,0.3);
    padding: 15px;
    border-radius: 15px;
}
.contact-box {
    margin-top: 20px;
    display: flex;
}
.qr-box, .assist-box {
    width: 40%;
    text-align: left;
}

.session-box {
    border:2px solid rgb(124 58 237);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    background: #fff;
}

.session-header {
    background: #6A3CBC;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.session-table {
    width: 100%;
    border-collapse: collapse;
}

.session-table td {
    padding: 8px 5px;
    vertical-align: top;
    font-size: 15px;
}

.time {
    width: 140px;
    font-weight: bold;
}

.speaker-name {
    color: #6A3CBC;
    font-weight: bold;
    width: 250px;
}

.chairperson-line, .lunch-line {
    margin-top: 10px;
    font-size: 15px;
}

/* Theraupeutic style */
.title1 {
    font-size: 22px;
}
.speaker1{
    color: #f10041;
    font-size: 25px;
    font-weight: bold;
}
.session1{
    padding:30px 0;
    border-bottom: 1px solid #c2c4c5;
}
.program-box{
    height: 750px;
    overflow-y: scroll;
}
/* Oncologyr style ends */
@media (max-width: 991px) {
    .right-bg{
    	height: 100vh;
    }
    .mob-hom-view{
    	margin-top: -325px;
    	background: #ff0000cc;
    }
    .contact-box{
        display: block;
    }
    .qr-box, .assist-box {
        width: 100%;
    }
}
@media (min-width: 992px) {
  .offcanvas-lg-50 {
    width: 50%!important;
  }
}
