/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 7, 2017, 7:18:43 PM
    Author     : vinaykumar
*/
.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}

.select2-container {
    width: 100% !important;
}

.err {
    color: red;
    font-size: 10px;
}

.success {
    color: green;
    font-size: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-72 {
    padding-bottom: 72px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.r-p-5 {
    padding: 0px 5px 0px 0px;
}

.no-l-pad {
    padding-left: 0px;
}

.no-r-pad {
    padding-right: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.coupon {
    height: 34px;
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}

.subtime {
    display: none;
}

.qlimit {
    display: none;
}

.control-part {
    background-color: #fff;
}

.nodisplay {
    display: none;
}

.qpane {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.import-opt {
    display: none;
}

.newselect {
    border: 1px solid #ccc;
    background: transparent;
    width: 100%;
    position: relative;
    height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    -ms-appearance: none;
    -o-appearance: none;
    z-index: 8;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position: 98%;
    background-size: 12px;
    padding-left: 10px;
}

.qtn {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.opt_p {
    background: #00a65a;
    margin-bottom: 0;
    color: #fff;
    padding: 5px;
}

.opt_p1 {
    border: 1px solid #bbb;
    padding: 5px;
}

.line-height-50 {
    line-height: 50px;
}

.border {
    border: 1px solid #ccc;
}

.test_sub {
    padding-left: 16px;
    font-size: 10px;
}

.collapse_c {
    cursor: pointer;
}

#solution .qrow {
    border-top: solid 1px rgb(208, 206, 206);
    border-bottom: solid 1px rgb(208, 206, 206);
    border-left: solid 1px rgb(208, 206, 206);
    border-right: solid 1px rgb(208, 206, 206);
}

.sol-content {
    background-color: rgb(240, 240, 240);
    margin-left: -15px;
    margin-right: -15px;
    /*    display: none;*/
    padding: 10px;
}

#solution .qrow>.col-md-2>p {
    margin: 0px;
    padding: 5px 6px;
    font-size: 11px;
}

#solution .qrow>.col-md-9 {
    border-left: solid 1px rgb(208, 206, 206);
    border-right: solid 1px rgb(208, 206, 206);
    padding-top: 10px;
    padding-bottom: 10px;
}

#solution .qrow>.col-md-2>p:nth-child(2n) {
    background-color: rgb(242, 248, 250);
}

#solution .qrow>.col-md-2>p>span:first-child {
    width: 68px;
    display: inline-block;
    font-weight: 400;
}

#solution .qrow>.col-md-2>p>span:nth-child(2) {
    border-left: dashed 1px rgb(192, 188, 188);
    padding-left: 8px;
}

.opt-input {
    float: left;
    width: 6.5%;
}

.opt-data {
    float: left;
    width: 93%;
}

.sol-link {
    padding: 5px;
    background-color: rgb(240, 240, 240);
    margin-right: -15px;
    cursor: pointer;
    font-weight: bold;
}

.soln {
    margin-bottom: 0px;
}

.news-list {
    padding-left: 5px;
}

.news-list li {
    list-style: none;
    border: solid 1px rgb(231, 228, 228);
    margin-top: 10px;
}

.news-list li>span {
    display: inline-block;
    padding: 10px;

}

.news-list li>span:first-child {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    color: white;
    width: 10%;
    text-align: center;
}

.news-list li>span:nth-child(2) {
    width: 89.2%;
}

.news-list li:nth-child(5n+1)>span:first-child {
    background-color: rgb(88, 169, 79);
}

.news-list li:nth-child(5n+1):hover {
    border-color: rgb(212, 252, 207);
}

.news-list li:nth-child(5n+1):hover>span:nth-child(2) {
    background-color: rgb(212, 252, 207);

}

.news-list li:nth-child(5n+2)>span:first-child {
    background-color: rgb(208, 206, 67);
}

.news-list li:nth-child(5n+2):hover {
    border-color: rgb(253, 252, 167);
}

.news-list li:nth-child(5n+2):hover>span:nth-child(2) {
    background-color: rgb(253, 252, 167);

}

.news-list li:nth-child(5n+3)>span:first-child {
    background-color: rgb(95, 84, 161);
}

.news-list li:nth-child(5n+3):hover {
    border-color: rgb(200, 192, 250);
}

.news-list li:nth-child(5n+3):hover>span:nth-child(2) {
    background-color: rgb(200, 192, 250);

}

.news-list li:nth-child(5n+4)>span:first-child {
    background-color: rgb(223, 111, 42);
}

.news-list li:nth-child(5n+4):hover {
    border-color: rgb(250, 218, 198);
}

.news-list li:nth-child(5n+4):hover>span:nth-child(2) {
    background-color: rgb(250, 218, 198);

}

.news-list li:nth-child(5n+5)>span:first-child {
    background-color: rgb(80, 194, 203);
}

.news-list li:nth-child(5n+5):hover {
    border-color: rgb(209, 235, 237);
}

.news-list li:nth-child(5n+5):hover>span:nth-child(2) {
    background-color: rgb(209, 235, 237);

}

.newactive {
    background-color: #e4e4e4 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.newactive h4 {
    color: #000 !important;
}

.feedback-list>.row:nth-child(2n+1) {
    background-color: whitesmoke;
}

.feedback-list>.row {
    border-bottom: solid 2px rgb(220, 220, 220);
    padding-top: 5px;
    padding-bottom: 5px;
}

.feedback-list>.row>.col-md-10>.col-md-12 {
    border-top: solid 1px rgb(231, 229, 229);
    margin-top: 5px;
    padding-top: 5px;
}

.badge.badge-mini {
    font-size: 10px;
    font-weight: 100;
}

.badge.badge-info {
    background-color: #5bc0de;
}

.badge.badge-success {
    background-color: rgb(95, 185, 95);
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #ccc;
}

.notify {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 9;
}

.active_theme {
    background-color: #605ca8;
}

.active_theme h4 {
    color: #fff;
}

.bookmarked {
    color: #bfc31b;
}

.main-product {
    background: #fff;
    height: 280px;
    border-radius: 5px;
    box-shadow: -1px 2px 4px 0px;
}

.product_name {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: inherit;
    background: #000;
    padding: 10px;
    text-align: center;
}

.product-includes {
    width: 100%;
    margin: 0;
    padding: 0;
}

.product-includes li {
    list-style: none;
    padding-left: 1.3em;
    font-size: 15px;
}

.product-includes li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.btn-booknow {
    color: #000;
    background-color: #fcbc08;
    border-color: #fcbc08;
    font-weight: bold;
}

.btn-bookednow {
    background-color: green;
    border-color: green;
    color: #FFF;
    font-weight: bold;
}

.btn-details {
    color: #fff;
    background-color: #2e5373;
    border-color: #2e5373;
    font-weight: bold;
}

.msg-container {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.main_msg {
    background-color: #f6f6f6;
}

.tplist {
    position: relative;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #f6f3f3;
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
    background-color: #f4f2ee;
    border-radius: 5px;
}

.tplist:hover {
    border: 1px solid #ebe5e5;
    background: #e8e6e2;
    box-shadow: 3px 3px 4px #d2d1d1;
}

.tplist a:hover {
    color: black;
}

.tplist .pkgimg {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
    left: 11px;
    top: 4px;
}

.tplist .contab {
    margin-left: 75px;
}

@media only screen and (max-width: 600px) {
    .tplist .pkgimg {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .tplist .contab {
        margin-left: 50px;
    }

    .tplist .buybtn {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
}

.chatlist {
    position: fixed;
    right: 10px;
    bottom: 0px;
    width: 400px;
    z-index: 9999;
}

.direct-chat-messages {
    height: 400px;
}

#chat-icon {
    position: fixed;
    top: 15%;
    right: 0px;
    background: #00a65a;
    color: #fff;
    padding: 10px;
}

.hidden {
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.bg-white {
    background: #fff;
}

.bg-white .icon {
    color: #367fa9;
}

.bg-white .small-box-footer {
    background: #367fa9;
}

.small-box:hover {
    color: #000;
}

.iframe-vod {
    height: 500px;
}

.theme-image {
    width: 100%;
    height: 150px;
}

#theme .main-product {
    height: 325px;
}

@media (max-width: 767px) {
    .mlogo {
        height: 35px;
        margin: auto;
    }
}

@media (max-width: 400px) {
    .iframe-vod {
        height: 200px;
    }
}

.direct-chat-text {
    background: #3db4ea;
    color: #fff;
}

.direct-chat-text::after,
.direct-chat-text::before {
    border-right-color: #3db4ea;
}

.linebreak {
    white-space: pre-line;
}

.stdans {
    background: #eee;
    padding: 10px;
}

.chattogglebtn {
    position: absolute;
    right: 0px;
    /* border: 1px solid gray; */
    padding: 4px;
    font-size: 14px;
    border-radius: 5px;
    background: #0f8e1a;
    color: white;
    font-weight: 500;
}

.q-part p {
    font-size: 18px;
    font-family: sans-serif;
}

.ptest .title {
    font-size: 15px;
}

.ptest .opttag {
    float: left;
    margin-right: 14px;
}

.ptest .wt-50 {
    width: 50%;
}

.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
}

.skin-green-light .main-sidebar {
    overflow: auto;
}

.headerbox .header {
    line-height: 0px !important
}

.headerbox {
    padding: 12px 0px;
    background-color: #ffffff;
    margin-bottom: 10px !important;
}

.content-wrapper,
.right-side {
    background-color: #f7f9fb;
}

.pkgbuysec {
    background: #f4f2ee;
    height: 230px;
    padding: 10px 0px;
    border: 1px solid #e8e8e8;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 2px #dddddd;
    margin: 5px;
    position: relative;
}

.pkgbuysec:hover {
    background: #e8e6e2;
}

.pkgbuysec .buybtnh {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 90px;
    padding: 5px;
    font-size: 15px;
    background-color: #979797;
    color: #ffffff;
    border: 1px solid #ededed;
}

.pkgbuysec .buybtnh:hover {
    background-color: #fcfcfc;
    color: black;
}


.pkgbuysec .buybtndh {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 85px;
    padding: 6px;
    font-size: 14px;
    background-color: #ffffff;
    color: #2d2c2c;
    border: 1px solid #e0e0e0;
}

.pkgbuysec .buybtndh:hover {
    background-color: #f4f4f4;
}

.pkgbuysec .pricebtnh {
    position: absolute;
    bottom: 48px;
    font-size: 18px;
    font-weight: 600;
    font-family: roboto;
    width: 100%;
    text-align: center;
}

.pkgbuysec .title {
    padding: 0px 11px;
    text-align: left;
    font-weight: 600;
    font-size: 19px;
}

.pkgbuysec .course {
    padding: 0px 12px;
    font-style: italic;
    text-align: center;
    margin-top: 50px;
}

.pkgbuysec img {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
}

.pkgbuysec .description {
    padding: 0px 10px;
}

.mypkgpage .mypkgpagetab a {
    color: black;
    font-size: 14px;
    line-height: 18px !important;
    font-weight: 600;
    font-family: system-ui;
    padding: 10px 25px;
}

.tstitle {
    background-color: #f4f2ee;
}

.tstitle:hover {
    background-color: #e8e6e2
}

.mypkgpagetab {
    margin-bottom: 10px;
}

.pkglistbox {
    margin-bottom: 12px;
    background-color: #fff;
    border: 0px solid transparent;
}

.pkglistboxbody {
    border: 1px solid #f2f2f2;
}

.pkglistboxbodybg {
    background-color: #f0f0f0;
}

.tblbrdr {
    border: 1px solid #efefef;
}

.badgebtn {
    background: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
    color: black;
    font-size: 11px;
    margin: 0px 0px;
    border: 1px solid #dedede;
}

.badgebtn.testbadgebtn {
    margin-left: 22px;
    margin-top: 6px;
    display: inline-block;
}

.mypackgetitlesd {
    font-size: 18px;
    line-height: 30px;
    font-family: system-ui;
}

.packageallteststab .tsname span {
    color: black;
    border: 1px solid #dbdbdb;
    margin: 0px 2px 10px;
    padding: 4px 10px;
    border-radius: 7px;
    display: inline-block;
    background-color: #eeeeee;
    font-size: 14px;
    cursor: pointer;
}

.livevodcls {
    width: 40px;
    float: left;
    margin-right: 19px;
    height: 40px;
}

.instistatus0 {
    background-color: #da311233 !important;
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}