body{
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
}
.banner_side{
    padding-right: 0
}
.home_banner{
    margin-bottom: 25px;
}
.right_side{
    background: #ddbf88;
    padding: 10px;
}
.right_side .card {
    background: #eee;
}
.presentation{
    background-color: #000000;
}
.form_heading{
    color: #040404;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1rem;
}
.form-control{
    border: 1px solid #040404;
}
.form-control:focus {
    color: #040404;
    background-color: #fff;
    border-color: #040404;
    outline: 0;
    box-shadow: none;
}
.order-md-1#ppt_section{
    padding-right: 0px;
}
.order-md-2#video_section{
    padding-right: 5px;
}
.theme_button,.theme_button:hover {
    color: #fff;
    background-color: #222d65;
    border-color: #222d65;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003576;
    border-color: #003576;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.divider{
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.title{
    color: #424242;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
}
.event_detail{
    color: #424242;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}
.event_schedule{
    padding: 0;
    margin-top: -8px;
}
.event_schedule li {
    display: inline-block;
}
.event_schedule i {
    transform: translateY(4px);
}
li.event_time {
    margin-left: 20px;
}
.event_schedule span {
    margin-left: 5px;
    font-size: 1.2rem;
    color: #424242;
    font-weight: bold;
}
.event_write_date,.event_write_time {
    vertical-align: middle;
}

.video-container {
    margin-top: 5px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.presentation_container{
    margin-top: 5px;
}
#video_section{
    padding-right: 0px;
}
.question_container,.pre_question_container{
    background-color: #515151;
    display: block;
    padding: 10px;
}
.questionbox{
    margin-bottom: 5px;
    background: #efdfbd;
    color: white;
    border: 1px solid #fff;
    padding-left: 16px;
}
.pre_question_container{
    margin-top: 5px;
}
.question_heading{
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}
.pre_question_container{
    display: none;
}
fieldset{
    border-color: #ddbf88;
}
legend{
    color: #c59541;
    font-weight: bold;
    font-size: 22px;
}
#swap-icon-img{
    position: absolute;
    left: 31%;
    top: 179px;
    z-index: 2;
    cursor: pointer;
}

.presentation .col-md-12,.presentation .col-md-4,.presentation .col-md-8{
    padding-right: 5px;
    padding-left: 5px;
}
.notification{
    background: #333333;
    height: 27px;
    margin-top: 5px;
    color: #fff;
}
.logoutbtn {
    margin: unset;
    position: absolute;
    top: 13px;
    right: 37px;
    font-size: small;
    padding: 0 10px;
    height: auto;
}
#dot {
    position: absolute;
    top: 0;
}
@media screen and (max-width: 548px) {
    .logoutbtn {
        top: 8px;
    }
}
@media screen and (max-width: 767px) {
    .pre_question_container{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .question_container{
        display: none;
    }
    .banner_side{
        padding-right: 15px;
    }
    .event_info{
        margin-bottom: 40px;
    }
    #swap-icon-img{
        display: none;
    }
    #video_section {
        padding-right: 5px;
    }
    .presentation_container {
        margin-top: 0px;
    }
}

/* for chrome hidding scrollbar
    # for page vibration issue resolved */
::-webkit-scrollbar {
    width: 0px!important;
}


/**
 * Index Page CSS
 */
body {
    background-color: white;
}
html, body{
    height: 100%;
}

.form-div {
    margin: 1rem 1rem;
    background: #ffffff;
    padding: 0.25in;
    color: #2a3890 !important;
    border: 5px solid #2a3890;
}

.theme_button {
    background-color: #2a3890;
    border: 1.5px solid #2a3890;
    font-weight: bold;
}
.form-control {
    background: transparent;
    border: 1.5px solid #a1a1a1;
}

.desk-img{
    display: unset;
}
.mobile-img{
    display: none;
}
.form-group {
    margin-bottom: 1rem;
}
.captcha-input, .captcha-input:hover, .captcha-input:focus {
    padding: 0.4em 0.6em;
    border: 1px solid;
    line-height: 0;
}
.input-group-text {
    background-color: #e9ecef;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
    .desk-img{
        display: none;
    }
    .mobile-img{
        display: block;
    }
}
@media screen and (orientation: landscape) and (min-device-width: 360px) and (max-device-width: 960px) {
    .desk-img{
        display: none;
    }
    .mobile-img{
        display: unset;
    }
}

::-webkit-scrollbar-thumb {
    background-color: #939194;
    border: 2px solid transparent;
    border-radius: 5px;
    background-clip: padding-box;
}
::-webkit-scrollbar {
    width: .65rem;
}