/*
    DEMO STYLE
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}
.navbar {
    padding: 8px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.vp-center{display: inline-block!important;}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.live-chat-master-grid9{margin-top: 20px}
 @media screen and (max-width: 1368px) {
                .live-chat{margin:20px 0!important}
}

 @media screen and (max-width: 1250px) {
    .live-chat-master-grid3{-ms-flex: 0 0 41.666667%!important;
    flex: 0 0 41.666667%!important;
    max-width: 41.666667%!important;}
    .live-chat-master-grid9{-ms-flex: 0 0 58.333333%!important;
    flex: 0 0 58.333333%!important;
    max-width: 58.333333%!important;margin-top: 20px}
    .live-chat{margin:20px 0!important}
                .live-chat-grid{    max-width: 100%;flex: 0 0 100%;}
}
 @media screen and (max-width: 768px) {
   
    .live-chat-master-grid3{-ms-flex: 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;}
    .live-chat-master-grid9{-ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;margin-top: 20px}
    .live-chat{margin:20px 0!important}
    .live-chat-grid{    max-width: 100%;flex: 0 0 100%;}
    .live-chat-footer{position: fixed;
    bottom: 0;
    left: 50%;
    width: 90%!important;
    transform: translateX(-50%);
    background: #fff;
    z-index: 999999;
    padding: 10px 0!important;
    box-shadow: 0px 0px 0px 0px #ccc;
    border-top: 1px solid #eee;}
    .live-chat-content{margin-bottom: 30px!important;}
}
#video-player iframe{height:80vh}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
ul.nav.nav-pills li:nth-child(odd){background-color:  #9b88fb29;}
ul.nav.nav-pills li:nth-child(even){background-color:  #01d4f314;}
#sidebar ul.video-left li:hover {
    background-color: #eee;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.live-stream #sidebar {

    min-width: 300px;
    max-width: 300px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    height: auto;
    overflow-y: auto;
    box-shadow: 0 1px 6px rgba(0,0,0,.1)
}
.live-stream #sidebar.active {
    margin-left: -300px;
}
.live-stream .video-btns{display: none;}
.sc-iAyFgw{display: none!important}
#sidebar {

    min-width: 400px;
    max-width: 400px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0 1px 6px rgba(0,0,0,.1)
}

#sidebar.active {
    margin-left: -400px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    text-align: center;
    display: flex;
overflow: hidden;
}
.sidebar-header h3 {
    margin: 0 !important;
    font-size: 18px;
    font-weight: bold;
    color: #f26838;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding:10px 2px!important;
    font-size: 13px;
    display: block;
    text-align: left;
    color: #505050;
    height: 100%;
    width: 100%;
}
.bookonline #sidebar ul li a{display: flex;align-items: center;padding: 5px 10px;color:#505050!important }
.bookonline #sidebar ul li a svg.fa-file-pdf path{fill: red!important}
.active.show, .nav.nav-pills li.active a {
    color: #333!important;
    font-weight: bold;
}
a.active svg.svg-inline--fa.fa-play-circle.fa-w-16.gray {
    color: #f26838!important;
}
/* #sidebar ul li.active > a, a[aria-expanded="true"], a.active.show {
    color: #505050 !important;
    background: none;
    font-size: 15px;
} */

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 14px !important;
    padding-left: 10px !important;
    background: none;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: none !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0 0px;
    min-height: 100vh;
    transition: all 0.3s;
}
.btn-info,.btn-info:focus,.btn-info:active,.btn-info.acitve,.btn-info:hover {
    color: #fff!important;
    background-color: #f26838!important;
    border-color: #f26838!important;
    outline: none!important;
    box-shadow: none!important;
}
.bg-light {
    background-color: #813588 !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.demo{ background: #efd391; }
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab {
    display: block;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border: none;
    position: relative;
    padding: 0 5px 0 0;
}
.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.vertical-tab .nav-tabs ul li {
    border-bottom: 0;
    padding: 0 !important;
}
.vertical-tab .nav-tabs ul li a{
    font-size: 15px;
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    color: #505050;
    background: transparent;
    border: none;
}
.vertical-tab .nav-tabs li.active a{
    color: #000;
    background: transparent;
    border: none;
}
.vertical-tab .nav.nav-tabs ul li.active ul li a.active{
    color: #000;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100% ;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{ left: 0; }
.vertical-tab .tab-content{
    display: table-cell;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    color: #505050;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    vertical-align: top;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    color: #505050;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li a { padding: 10px; }
    .vertical-tab .nav-tabs li a:before{
        top: 100%;
        left: 0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 100%;
        height: 4px;
        top: 90%;
        left: 0;
    }
    .vertical-tab .nav-tabs li.active a:before,
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{ top: 0; }
    .vertical-tab .tab-content {
        display: block;
        padding: 20px 15px 5px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.pull-left{
    float: left !important;;
}
.pull-right{
    float: right !important;
}
.gray{
    color: #767676 !important;
}
.greencolor {
color:#21BA45 !important;
}
.greenbtn{
    color: #21BA45 !important;
}
.vertical-tab .nav.nav-tabs li ul li a.active {
    color: #F26838 !important;
}
.s-title {
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    white-space: pre-wrap;
}
.brdbtr {
    background: #fff;
    border-radius: 100%;
    color: #767676;
    font-size: 11px;
    width: 15px !important;
    height: 15px;
    padding: 2px;
    border: 2px solid #767676;
}
.titl-i{
    font-size: 16px;
}
.pg-title {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}
.logotopheader img{
    width: 50px;
}
.logotopheader {
    text-align: right;
    margin: 0 10px;
}
.booonline .#sidebar ul li a{display: flex;align-items: center;}
#content .tab-content.tabs {
    padding: 0 30px 30px;
}
.ui.blue.button, .ui.blue.buttons .button {
    background-color: #00a8ff;
}
.ui.red.button {
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}
.ui.red.button, .ui.red.buttons .button {
    background-color: #DB2828;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}
.ui.green.button, .ui.green.buttons .button {
    background-color: #1ac2a3 !important;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}
.ui.yellow.button {
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}
.ui.yellow.button, .ui.yellow.buttons .button {
    background-color: #FBBD08;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}

.ui.grey.button, .ui.grey.buttons .button {
    background-color: #767676;
    color: #FFF;
    text-shadow: none;
    background-image: none;
}
.ui.button {
    border: 0;
    margin-right: 5px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.vertical-tab .nav-tabs ul li.active a {
    color: #F26838 !important;
}
.tab-content.tabs{
    min-height: 75vh;
}
a.o-active.active.show {
    color: #F26838 !important;
}
.yellowstar{
    color: #FBBD08 !important;
}
.nopadding{
    padding:0 !important;
}
.bookmarkno {
    font-weight: 500;
}
.video-left li {
    clear: both;
    width: 100%;
    margin-bottom:5px;
}
.card-body {
    padding: 0 10px;
}
.btn.btn-link.collapsed, .btn.btn-link {
    width: 100%;
    text-align: left;
}
.card-header:first-child {
    border-radius: 0 !important;
}
.card-header {
    padding: 5px 0;
    margin-bottom: 0;
    background: none !important;
    border-bottom: 0 !important;
}
.card{
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-right: 0;
}
.tab-content {
    padding: 0 20px;
}






.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.ui.form {
    font-size: 12px;
}
.ui.form {
    position: relative;
    max-width: 100%;
}
.ui.form .field > label {
    display: block;
    margin: 0 0 .28571429rem;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
}
.ui.form .field .ui.input, .ui.form .fields .field .ui.input, .ui.form .wide.field .ui.input {
    width: 100%;
}
.ui.form input[type="text"]{

margin: 0;
outline: 0;
-webkit-appearance: none;
tap-highlight-color: rgba(255,255,255,0);
line-height: 1.2142em;
padding: .67861429em 1em;
font-size: 1em;
background: #FFF;
border: 1px solid rgba(34,36,38,.15);
color: rgba(0,0,0,.87);
border-radius: .28571429rem;
box-shadow: 0 0 0 0 transparent inset;
-webkit-transition: color .1s ease,border-color .1s ease;
transition: color .1s ease,border-color .1s ease;
}
.ui.form input:not([type]), .ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="search"], .ui.form input[type="password"], .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="tel"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form input[type="number"], .ui.form textarea {
    width: 100%;
    vertical-align: top;
}
.ui.form textarea {

    margin: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    padding: .78571429em 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    font-size: 1em;
    line-height: 1.2857;
    resize: vertical;

}
.videopopup p{
    font-size: 12px;
    margin-top: 10px;
}
.uigreenbtn {

    background-color: #16ab39 !important;
    color: #FFF;
    text-shadow: none;

}
.drop-cursor {
    cursor: no-drop;
}

.pointer-none {
    pointer-events: none;
}
.fas.fa-lock {
    display: none;
}

svg.svg-inline--fa.fa-lock.fa-w-14 {
    color: #767676;
}

.pointer-none .fas.fa-lock {
    display: block;
}

.pointer-none .fa-star.yellowstar,
.pointer-none .fa-check-circle.gray {
    display: none;
}
.free-download-pdf { display:flex; align-items:center;}
.free-download-pdf a { display: inline!important;}
.free-download-btn { width:30px!important;text-align:center!important;}
.bookonline #sidebar ul li a.free-download-btn:hover {
    color: #813588 !important;
}