﻿#menucontainer li a {
    text-transform: capitalize!important;
}
/* #menucontainer li a {
    text-transform: lowercase!important;
} */
#menucontainer li a b {
    text-transform: capitalize!important;
}
/* #menucontainer li a b {
    text-transform: lowercase!important;
} */

#menucontainer li a small {
    text-transform: capitalize!important;
}
/* #menucontainer li a small {
    text-transform: lowercase!important;
}  */

/* Theme 1 */

.theme1 .panel-default > .panel-heading{
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.theme1 .panel-title{
	color: #d94917;
}
.theme1 .rightcontainer .panel-title{
	color: #d94917;
}
.theme1 .panel{
	color: #d94917;
	background-color: #fff; 
}
.theme1 .panel-default {
    border-color: #ddd;
}

.theme1 #menu .tabs-menu li a, .tabs-menu li a {
    background-color: #f5f5f5;
}
.theme1 #contentcontainer .applyfontsize {
    color: #000;
}

.theme1 #contentcontainer .applyfontsize.chapterheading {
    color: #d94917;
    
}
 
.theme1 #contentcontainer .chapterheading {
    background-color: #faebd7;
}
 
.theme1 #contentcontainer .chapterheading p{
    color: #d94917;
}
 

.theme1 #menucontainer .menulist.active, .menulist:hover{
   background-color: #2ec772;
}
.theme1 #menucontainer li:hover a, #menucontainer li.active a {
    background: transparent;     
    color: white;
}
.theme1 span.slno {
    background: #d94917;
	color: #faebd7;
	padding: 5px;
	border-radius: 5px;
}
.theme1 .btn-group .btn-primary{
    background-color: #d94917 !important;
}
 .theme1 .btn-info{
    background-color: #d94917 !important;
}
.theme1 .rating {
    display: inline-flex;
    background-color: #d94917;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme1 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme1 .icon {
    padding: 15px;
    height: 45px;
    background: #d94917;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme1 .icon {
        padding: 10px;
        height: 35px;
        background: #d94917;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 2 */
/* 
.theme2 .panel-default > .panel-heading{
	color: #fff;
	background-color: #f5f5f5  ;
	border-color: #f5f5f5  ;
}
.theme2  .panel-title, .theme2 .rightcontainer .panel-title{
	color: #3aafa9!important;
}
.theme2 .panel{
	color: rgb(0, 0, 0);
	background-color: #9dd7d4; 
}
.theme2 .panel-default {
    border-color: #444444;;
}
.theme2 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme2 #menu .tabs-menu li a:hover{
    background-color:#3aafa9;
}
.theme2 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #3aafa9;
}
.theme2 #contentcontainer .applyfontsize {
    color: #000; 
	background-color: #9dd7d4!important; 
}
.theme2 #contentcontainer .applyfontsize.chapterheading {
    color: #3aafa9;
}

.theme2 #contentcontainer .chapterheading {
    background-color: #faebd7;
}
 
.theme2 #contentcontainer .chapterheading p{
    color: #d94917;
}
 
.theme2 #menucontainer .menulist.active, .theme2 #menucontainer .menulist:hover{
    background-color: #3aafa9;
}  */

/* Theme 2 */

.theme2 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme2  .panel-title, .theme2 .rightcontainer .panel-title{
	color: #3aafa9!important;
}
.theme2 .panel{
	color: rgb(0, 0, 0);
	background-color: #ffffff; 
}
/* .theme2 .panel-default {
    border-color: #444444;;
} */
.theme2 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme2 #menu .tabs-menu li a:hover{
    background-color:#3aafa9;
}
.theme2 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #3aafa9;
}
.theme2 #contentcontainer .applyfontsize {
    color: #000; 
	/* background-color: #e5e0e7!important;  */
}
.theme2 #contentcontainer .applyfontsize.chapterheading {
    color: #3aafa9;
}

.theme2 #contentcontainer .chapterheading {
    background-color: #c9eeeb;
}
 
.theme2 #contentcontainer .chapterheading p{
    color: #3aafa9;
    font-weight: bolder;
}
 
.theme2 #menucontainer .menulist.active, .theme2 #menucontainer .menulist:hover{
    background-color: #3aafa9;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme2 #menucontainer {
    background-color: #83ccc6;
   
} 
.theme2 span.slno {
    background-color: #3aafa9;
	color: #c9eeeb;
	padding: 5px;
	border-radius: 5px;
}
.theme2 .btn-group .btn-primary{
    background-color: #3aafa9 !important;
}
 .theme2 .btn-info{
    background-color: #3aafa9 !important;
}
.theme2 .rating {
    display: inline-flex;
    background-color: #3aafa9;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme2 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme2 .icon {
    padding: 15px;
    height: 45px;
    background: #3aafa9;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme2 .icon {
        padding: 10px;
        height: 35px;
        background: #3aafa9;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 3 */
/* 
.theme3 .panel-default > .panel-heading{
	color: #fff;
	background-color: #f5f5f5  ;
	border-color: #f5f5f5  ;
}
.theme3  .panel-title, .theme3 .rightcontainer .panel-title{
	color: #e53945!important;
}
.theme3 .panel{
	color: rgb(0, 0, 0);
	background-color: #f8bdc1; 
}
.theme3 .panel-default {
    border-color: #444444;;
}
.theme3 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme3 #menu .tabs-menu li a:hover{
    background-color:#e53945;
}
.theme3 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #e53945;
}
.theme3 #contentcontainer .applyfontsize {
    color: #000; 
	background-color: #f8bdc1!important; 
}
.theme3 #contentcontainer .applyfontsize.chapterheading {
    color: #e53945;
}

.theme3 #contentcontainer .chapterheading {
    background-color: #faebd7;
}
 
.theme3 #contentcontainer .chapterheading p{
    color: #d94917;
}
 
.theme3 #menucontainer .menulist.active, .theme3 #menucontainer .menulist:hover{
    background-color: #e53945;
}  */

/* Theme 3 */

.theme3 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme3  .panel-title, .theme3 .rightcontainer .panel-title{
	color: #e53945!important;
}
.theme3 .panel{
	color: rgb(0, 0, 0);
	background-color: #ffffff; 
}
/* .theme3 .panel-default {
    border-color: #444444;;
} */
.theme3 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme3 #menu .tabs-menu li a:hover{
    background-color:#e53945;
}
.theme3 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #e53945;
}
.theme3 #contentcontainer .applyfontsize {
    color: #000; 
	/* background-color: #e5e0e7!important;  */
}
.theme3 #contentcontainer .applyfontsize.chapterheading {
    color: #e53945;
}

.theme3 #contentcontainer .chapterheading {
    background-color: #fafafa;
}
 
.theme3 #contentcontainer .chapterheading p{
    color: #e53945;
    font-weight: bolder;
}
 
.theme3 #menucontainer .menulist.active, .theme3 #menucontainer .menulist:hover{
    background-color: #e53945;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme3 #menucontainer {
    background-color: #eabbc1;
   
} 
.theme3 span.slno {
    background-color: #e53945;
	color: #fafafa;
	padding: 5px;
	border-radius: 5px;
}
.theme3 .btn-group .btn-primary{
    background-color: #e53945 !important;
}
 .theme3 .btn-info{
    background-color: #e53945 !important;
}
.theme3 .rating {
    display: inline-flex;
    background-color: #e53945;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme3 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme3 .icon {
    padding: 15px;
    height: 45px;
    background: #e53945;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme3 .icon {
        padding: 10px;
        height: 35px;
        background: #e53945;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 4 */
/* 
.theme4 .panel-default > .panel-heading{
	color: #fff;
	background-color: #f5f5f5  ;
	border-color: #f5f5f5  ;
}
.theme4  .panel-title, .theme4 .rightcontainer .panel-title{
	color: #17242a!important;
}
.theme4 .panel{
	color: rgb(0, 0, 0);
	background-color: #b2b6b9; 
}
.theme4 .panel-default {
    border-color: #444444;;
}
.theme4 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme4 #menu .tabs-menu li a:hover{
    background-color:#17242a;
}
.theme4 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #17242a;
}
.theme4 #contentcontainer .applyfontsize {
    color: #000; 
	background-color: #b2b6b9!important; 
}
.theme4 #contentcontainer .applyfontsize.chapterheading {
    color: #17242a;
}

.theme4 #contentcontainer .chapterheading {
    background-color: #faebd7;
}
 
.theme4 #contentcontainer .chapterheading p{
    color: #d94917;
}
 
.theme4 #menucontainer .menulist.active, .theme4 #menucontainer .menulist:hover{
    background-color: #17242a;
}  */

/* Theme 4 */

.theme4 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme4  .panel-title, .theme4 .rightcontainer .panel-title{
	color: #17242a!important;
}
.theme4 .panel{
	color: rgb(0, 0, 0);
	background-color: #ffffff; 
}
/* .theme4 .panel-default {
    border-color: #444444;;
} */
.theme4 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme4 #menu .tabs-menu li a:hover{
    background-color:#17242a;
}
.theme4 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #17242a;
}
.theme4 #contentcontainer .applyfontsize {
    color: #000; 
	/* background-color: #e5e0e7!important;  */
}
.theme4 #contentcontainer .applyfontsize.chapterheading {
    color: #17242a;
}

.theme4 #contentcontainer .chapterheading {
    background-color: #b2b6b9;
}
 
.theme4 #contentcontainer .chapterheading p{
    color: #17242a;
    font-weight: bolder;
}
 
.theme4 #menucontainer .menulist.active, .theme4 #menucontainer .menulist:hover{
    background-color: #17242a;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme4 #menucontainer {
    background-color: #e5e0e7;
   
} 
.theme4 span.slno {
    background-color: #17242a;
	color: #b2b6b9;
	padding: 5px;
	border-radius: 5px;
}
.theme4 .btn-group .btn-primary{
    background-color: #17242a !important;
}
 .theme4 .btn-info{
    background-color: #17242a !important;
}
.theme4 .rating {
    display: inline-flex;
    background-color: #17242a;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme4 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme4 .icon {
    padding: 15px;
    height: 45px;
    background: #17242a;
    color: #fff;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme4 .icon {
        padding: 10px;
        height: 35px;
        background: #17242a;
        color: #fff;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 5 */
/* 
.theme5 .panel-default > .panel-heading{
	color: #fff;
	background-color: #f5f5f5  ;
	border-color: #f5f5f5  ;
}
.theme5  .panel-title, .theme5 .rightcontainer .panel-title{
	color: #7b617e!important;
}
.theme5 .panel{
	color: rgb(0, 0, 0);
	background-color: #e5e0e7; 
}
.theme5 .panel-default {
    border-color: #444444;;
}
.theme5 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme5 #menu .tabs-menu li a:hover{
    background-color:#7b617e;
}
.theme5 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #7b617e;
}
.theme5 #contentcontainer .applyfontsize {
    color: #000; 
	background-color: #e5e0e7!important; 
}
.theme5 #contentcontainer .applyfontsize.chapterheading {
    color: #7b617e;
}

.theme5 #contentcontainer .chapterheading {
    background-color: #faebd7;
}
 
.theme5 #contentcontainer .chapterheading p{
    color: #d94917;
}
 
.theme5 #menucontainer .menulist.active, .theme5 #menucontainer .menulist:hover{
    background-color: #7b617e;
}  */

/* Theme 5 */

.theme5 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme5  .panel-title, .theme5 .rightcontainer .panel-title{
	color: #7b617e!important;
}
.theme5 .panel{
	color: rgb(0, 0, 0);
	background-color: #ffffff; 
}
/* .theme5 .panel-default {
    border-color: #444444;;
} */
.theme5 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f8f8f8;
}
.theme5 #menu .tabs-menu li a:hover{
    background-color:#7b617e;
}
.theme5 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #7b617e;
}
.theme5 #contentcontainer .applyfontsize {
    color: #583b5b; 
	/* background-color: #e5e0e7!important;  */
}
.theme5 #contentcontainer .applyfontsize.chapterheading {
    color: #7b617e;
}

.theme5 #contentcontainer .chapterheading {
    background-color: #e5e0e7;
}
 
.theme5 #contentcontainer .chapterheading p{
    color: #583b5b;
    font-weight: bolder;
}
 
.theme5 #menucontainer .menulist.active, .theme5 #menucontainer .menulist:hover{
    background-color: #583b5b;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme5 #menucontainer {
    background-color: #e5e0e7;
   
} 
.theme5 span.slno {
    background-color: #583b5b;
	color: #e5e0e7;
	padding: 5px;
	border-radius: 5px;
}
.theme5 .btn-group .btn-primary{
    background-color: #583b5b !important;
}
 .theme5 .btn-info{
    background-color: #583b5b !important;
}
.theme5 .rating {
    display: inline-flex;
    background-color: #583b5b;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme5 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme5 .icon {
    padding: 15px;
    height: 45px;
    background: #583b5b;
    color: #fff;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme5 .icon {
        padding: 10px;
        height: 35px;
        background: #583b5b;
        color: #fff;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 6 */

.theme6 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme6  .panel-title, .theme6 .rightcontainer .panel-title{
	color: #6e7a43!important;
}
.theme6 .panel{
	color: #43484a;
	background-color: #fff; 
}
/* .theme6 .panel-default {
    border-color: #444444;;
} */
.theme6 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#b5c588;
}
.theme6 #menu .tabs-menu li a:hover{
    background-color:#b5c588;
}
.theme6 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #b5c588;
}
.theme6 #contentcontainer .applyfontsize {
    color: #43484a; 
	/* background-color: #b5c588!important;  */
}
.theme6 #contentcontainer .applyfontsize.chapterheading {
    color: #43484a;
}

.theme6 #contentcontainer .chapterheading {
    background-color: #b5c588;
}
 
.theme6 #contentcontainer .chapterheading p{
    color: #6e7a43;
    font-weight: bolder;
}
 
.theme6 #menucontainer .menulist.active, .theme6 #menucontainer .menulist:hover{
    background-color: #6e7a43;
    box-shadow: 1px 2px 5px gray;
    /* margin-bottom: 10px; */
} 
.theme6 #menucontainer {
    background-color: #b5c588;
   
} 
.theme6 span.slno {
    background-color: #6e7a43;
	color: #b5c588;
	padding: 5px;
	border-radius: 5px;
}
.theme6 .btn-group .btn-primary{
    background-color: #6e7a43 !important;
}
 .theme6 .btn-info{
    background-color: #6e7a43 !important;
}
.theme6 .rating {
    display: inline-flex;
    background-color: #6e7a43;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme6 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme6 .icon {
    padding: 15px;
    height: 45px;
    background: #6e7a43;
    color: #fff;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme6 .icon {
        padding: 10px;
        height: 35px;
        background: #6e7a43;
        color: #fff;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 7 */

.theme7 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme7  .panel-title, .theme7 .rightcontainer .panel-title{
	color: #1e4079!important;
}
.theme7 .panel{
	color: #43484a;
	background-color: #fff; 
}
/* .theme7 .panel-default {
    border-color: #444444;;
} */
.theme7 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#3a8dde;
}
.theme7 #menu .tabs-menu li a:hover{
    background-color:#3a8dde;
}
.theme7 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #3a8dde;
}
.theme7 #contentcontainer .applyfontsize {
    color: #1e4079; 
	/* background-color: #b5c588!important;  */
}
.theme7 #contentcontainer .applyfontsize.chapterheading {
    color: #1e4079;
}

.theme7 #contentcontainer .chapterheading {
    background-color: #3a8dde;
}
 
.theme7 #contentcontainer .chapterheading p{
    color: #1e4079;
    font-weight: bolder;
}
 
.theme7 #menucontainer .menulist.active, .theme7 #menucontainer .menulist:hover{
    background-color: #1e4079;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme7 #menucontainer {
    background-color: #3a8dde;
   
} 
.theme7 span.slno {
    background-color: #1e4079;
	color: #3a8dde;
	padding: 5px;
	border-radius: 5px;
}
.theme7 .btn-group .btn-primary{
    background-color: #1e4079 !important;
}
 .theme7 .btn-info{
    background-color: #1e4079 !important;
}
.theme7 .rating {
    display: inline-flex;
    background-color: #1e4079;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme7 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme7 .icon {
    padding: 15px;
    height: 45px;
    background: #1e4079;
    color: #fff;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme7 .icon {
        padding: 10px;
        height: 35px;
        background: #1e4079;
        color: #fff;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 8 */

.theme8 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme8  .panel-title, .theme8 .rightcontainer .panel-title{
	color: #107895!important;
}
.theme8 .panel{
	color: #43484a;
	background-color: #fff; 
}
/* .theme8 .panel-default {
    border-color: #444444;;
} */
.theme8 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#b2b6b8;
}
.theme8 #menu .tabs-menu li a:hover{
    background-color:#b2b6b8;
}
.theme8 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #b2b6b8;
}
.theme8 #contentcontainer .applyfontsize {
    color: #107895; 
	/* background-color: #b5c588!important;  */
}
.theme8 #contentcontainer .applyfontsize.chapterheading {
    color: #107895;
}

.theme8 #contentcontainer .chapterheading {
    background-color: #b2b6b8;
}
 
.theme8 #contentcontainer .chapterheading p{
    color: #107895;
    font-weight: bolder;
}
 
.theme8 #menucontainer .menulist.active, .theme8 #menucontainer .menulist:hover{
    background-color: #107895;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme8 #menucontainer {
    background-color: #b2b6b8;
   
} 
.theme8 span.slno {
    background-color: #107895;
	color: #b2b6b8;
	padding: 5px;
	border-radius: 5px;
}
.theme8 .btn-group .btn-primary{
    background-color: #107895 !important;
}
.theme8 .btn-info{
    background-color: #107895 !important;
}
.theme8 .rating {
    display: inline-flex;
    background-color: #107895;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme8 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme8 .icon {
    padding: 15px;
    height: 45px;
    background: #107895;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme8 .icon {
        padding: 10px;
        height: 35px;
        background: #107895;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 9 */

.theme9 .panel-default > .panel-heading{
	color: #fff;
	background-color: #141414  ;
	/* border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray; */
}
.theme9  .panel-title, .theme9 .rightcontainer .panel-title{
	color: #ffffff!important;
}
.theme9 .panel{
	color: #43484a;
	background-color: #141414; 
}
/* .theme9 .panel-default {
    border-color: #444444;;
} */
/* .theme9 #menu .tabs-menu li, .tabs-menu li  {
    background-color:#f0f0f0;
} */
.theme9 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#141414;
    color: #fff;
}
.theme9 #menu .tabs-menu li a:hover{
    background-color:#141414;
}
.theme9 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #141414!important;
}
.theme9 #contentcontainer .applyfontsize {
    color: #ffffff; 
	background-color: #141414!important; 
}
/* .theme9 #contentcontainer .applyfontsize.chapterheading {
    color: #141414;
} */

.theme9 #contentcontainer .chapterheading {
    background-color: #9b9b9b;
}
 
.theme9 #contentcontainer .chapterheading p{
    color: #ffffff;
    font-weight: bolder;
}
 
.theme9 #menucontainer .menulist.active, .theme9 #menucontainer .menulist:hover{
    /* background-color: #ffffff; */
    color: #ffffff;
    /* box-shadow: 0px 2px 11px black; */
    /* margin-bottom: 10px; */
} 
.theme9 #menucontainer {
    background-color: #141414;
    color: #ffffff;
   
} 
.theme9 .menulist.active,.theme9 .menulist:hover {
    background-color: transparent!important;
}
.theme9 #menucontainer li:hover a, #menucontainer li.active a {
    background: transparent;     
    color: white;
}

.theme9 span.slno {
    background-color: #9b9b9b;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
}
.theme9 .btn-group .btn-primary{
    background-color: #9b9b9b !important;
}
.theme9 .btn-info{
    background-color: #9b9b9b !important;
}
.theme9 .rating {
    display: inline-flex;
    background-color: #9b9b9b;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme9 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme9 .icon {
    padding: 15px;
    height: 45px;
    background: #9b9b9b;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme9 .icon {
        padding: 10px;
        height: 35px;
        background: #9b9b9b;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}
/* Theme 10 */

.theme10 .panel-default > .panel-heading{
	color: #fff;
	background-color: #ffffff  ;
	border-color: #f5f5f5  ;
    box-shadow: 1px 1px 5px gray;
}
.theme10  .panel-title, .theme10 .rightcontainer .panel-title{
	color: #f79f3e!important;
}
.theme10 .panel{
	color: #f79f3e;
	background-color: #fff; 
}
/* .theme10 .panel-default {
    border-color: #444444;;
} */
.theme10 #menu .tabs-menu li a, .tabs-menu li a {
    background-color:#f9c18a;
}
.theme10 #menu .tabs-menu li a:hover{
    background-color:#f9c18a;
}
.theme10 #menu .tabs-menu li:hover a.dropdown-toggle, .tabs-menu li.active a.dropdown-toggle {
    background-color: #f9c18a;
}
.theme10 #contentcontainer .applyfontsize {
    color: #f79f3e; 
	/* background-color: #b5c588!important;  */
}
.theme10 #contentcontainer .applyfontsize.chapterheading {
    color: #ffffff;
}

.theme10 #contentcontainer .chapterheading {
    background-color: #f9c18a;
}
 
.theme10 #contentcontainer .chapterheading p{
    color: #ffffff;
    font-weight: bolder;
}
 
.theme10 #menucontainer .menulist.active, .theme10 #menucontainer .menulist:hover{
    background-color: #f79f3e;
    box-shadow: 0px 2px 11px black;
    /* margin-bottom: 10px; */
} 
.theme10 #menucontainer {
    background-color: #f9c18a;
   
} 
.theme10 span.slno {
    background-color: #ffffff;
	color: #f9c18a;
	padding: 5px;
	border-radius: 5px;
}
.theme10 .btn-group .btn-primary{
    background-color: #f79f3e !important;
}
.theme10 .btn-info{
    background-color: #f79f3e !important;
}
.theme10 .rating {
    display: inline-flex;
    background-color: #f79f3e;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    border-radius: 0.5rem;
    /* height: 45px; */
}

.theme10 .rating h5 {
    margin-top: 20px;
    color: #fff;
}
.theme10 .icon {
    padding: 15px;
    height: 45px;
    background: #f79f3e;
    color: #000;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 720px) {

    .theme10 .icon {
        padding: 10px;
        height: 35px;
        background: #f79f3e;
        color: #000;
        min-width: 50px;
        text-align: center;
        cursor: pointer;
    }
}