@font-face {
    font-family: "Proxima-Bold";
    src: url("Proxima-Nova-Bold");
  }
  @font-face {
    font-family: "Proxima-Semibold";
    src: url("Proxima-Nova-Semibold");
  }
  @font-face {
    font-family: "Proxima-Regular";
    src: url("Proxima-Nova-Regular");
}
* {
    margin: 0px;
    padding: 0px;
}

a.small-nav-anc {
    text-decoration: none;
    color: #494949;
}

a.small-nav-anc:hover li {
    color: #bbb;
}

.mar-tp-10 {
    margin-top: 10px;
}

.size-frm-fix {
    height: 50px !important;
}

.btn-cust-mine {
    padding: 15px;
    font-size: 18px;
}

h6.pup {
    color: #828f95;
}

h5.username {
    color: #3885d5;
}

a.days-sf {
    padding-top: 3px !important;
    padding-left: 2px !important;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
    padding-bottom: 3px !important;
    margin-right: 10px;
    padding-right: 0px !important;
}

h5.cur-st {
    color: #556981;
    font-weight: bold;
}

h5.st-frm {
    color: #556981;
    font-size: 16px;
    margin-top: 10px;
}

.head-tit-dia {
    margin: 0;
    width: 100%;
    float: left;   
    font-family: "Proxima-Bold";     
    font-size: 14px;
    color: #2A265C;
}

.dia-sub-tit {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.close-dia {
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.btn-cust {
    padding: 2px;
    width: 175px;
    border-radius: 15px;
    font-size: 20px !important;
    background: #fe6361;
    background: -moz-linear-gradient(top, #fe6361 0%, #f95d5e 4%, #f35353 15%, #ee4e4e 19%, #e84644 30%, #dc3837 41%, #dc3836 44%, #d31a18 48%, #c80000 52%, #c70102 56%, #aa0000 89%, #aa0000 96%, #a20202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe6361), color-stop(4%, #f95d5e), color-stop(15%, #f35353), color-stop(19%, #ee4e4e), color-stop(30%, #e84644), color-stop(41%, #dc3837), color-stop(44%, #dc3836), color-stop(48%, #d31a18), color-stop(52%, #c80000), color-stop(56%, #c70102), color-stop(89%, #aa0000), color-stop(96%, #aa0000), color-stop(100%, #a20202));
    background: -webkit-linear-gradient(top, #fe6361 0%, #f95d5e 4%, #f35353 15%, #ee4e4e 19%, #e84644 30%, #dc3837 41%, #dc3836 44%, #d31a18 48%, #c80000 52%, #c70102 56%, #aa0000 89%, #aa0000 96%, #a20202 100%);
    background: -o-linear-gradient(top, #fe6361 0%, #f95d5e 4%, #f35353 15%, #ee4e4e 19%, #e84644 30%, #dc3837 41%, #dc3836 44%, #d31a18 48%, #c80000 52%, #c70102 56%, #aa0000 89%, #aa0000 96%, #a20202 100%);
    background: -ms-linear-gradient(top, #fe6361 0%, #f95d5e 4%, #f35353 15%, #ee4e4e 19%, #e84644 30%, #dc3837 41%, #dc3836 44%, #d31a18 48%, #c80000 52%, #c70102 56%, #aa0000 89%, #aa0000 96%, #a20202 100%);
    background: linear-gradient(to bottom, #fe6361 0%, #f95d5e 4%, #f35353 15%, #ee4e4e 19%, #e84644 30%, #dc3837 41%, #dc3836 44%, #d31a18 48%, #c80000 52%, #c70102 56%, #aa0000 89%, #aa0000 96%, #a20202 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe6361', endColorstr='#a20202', GradientType=0);
}

ul.lis-dia li {
    list-style: none;
    color: #6e9eb2;
    font-size: 14px;
}

ul.lis-dia {
    padding: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

span.balance-nav {
    float: left;
    width: 100%;
}

span.balance-nav img {
    float: left;
    margin-top: -8px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    background: #E9EBEE;
}

.pad-fix {
    padding: 0;
}

.pad-lt-fix {
    padding-left: 0;
}

.pad-rt-fix {
    padding-right: 0;
}

.block-bg {
    background: #fff;
    padding: 10px 15px 10px 15px;
}

.block-wrap {
    padding: 15px;
}

.search-ipt {
    background: url('../images/search-icon.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

ul.small-nav-cust li {
    display: inline;
    padding: 10px;
}

ul.small-nav-cust {
    margin-bottom: 0;
}

.navbar.navbar-default.navbar-static-top {
    margin-bottom: 0;
}

.curr-std {
    border-bottom: 1px solid #dadada;
}

.sec-block {
    padding: 10px 15px 0px 15px;
}

.sec-block-bg {
    background: #fff;
}

.bg-tit-dia,
.title_video_h {
    background: #fff !important;
}

.bord-dia {
    border: 1px solid #ddd;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
}

.dia-wrap {
    padding: 10px;
}

.cust-fc {
    height: 25px;
    padding: 0 4px;
    border-radius: 0;
}

ul.nav-top-login {
    margin-top: 10px;
}

ul.nav-top-login li {
    padding: 5px;
}

.btn.btn-login {
    background: #5f75a7;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #8a9cc2;
    border-radius: 0;
}

h1.background-bar {
    background-image: url("../images/heading_bg.png");
    background-position: top left center;
    background-repeat: repeat-x;
    margin: 0;
}

.btns-sizer {
    width: 25%;
    float: left;
}

@media screen and (max-width:991px) {
    .btns-sizer {
        width: 33.33%;
    }
}

@media screen and (max-width:767px) {
    .btns-sizer {
        width: 100%;
        margin-top: 40px;
    }
    h3.head-etip span {
        float: left;
        width: 100%;
    }
    h3.head-etip {
        text-decoration: none !important;
    }
    h1.background-bar {
        background: none;
    }
}

h3.head-etip {
    text-transform: uppercase;
    margin-top: 35px;
    text-decoration: overline;
    margin-bottom: 0;
}

h3.head-etip span {
    font-weight: bold;
}

h1.CYA-head {
    margin-bottom: 20px;
}

a.btn-green-cust {
    padding: 15px 50px;
    background: #75bc60;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 5px;
}

a.btn-blue-cust {
    padding: 15px 50px;
    background: #1f77d0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 5px;
}

.collapse-cust-wrap-sm {
    padding: 15px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 6;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 6px;
}

.ui-corner-all {
    /*	border:4px solid #c8c8fe;*/
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #1f6969;
    border-bottom: 1px solid #1f6969 !important;
    border: 0px;
    border-radius: 0px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    padding: 0px !important;
    border: 1px solid #ddd;
}

.ui-dialog .ui-dialog-title {
    color: white !important;
}

.ui-widget-overlay {
    background: #000000 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .4;
    filter: Alpha(Opacity=40);
}

.ui-dialog .ui-dialog-titlebar-close {
    background-size: 15px;
    background-position: center;
    background-color: transparent;
    border: 0px;
    filter: opacity(0.9);
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .2em 0;
    cursor: pointer;
    background: #1f6969;
    border: 1px solid #fafafa;
    outline: none;
    color: white;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em .3em .5em .4em;
    background: #eef1f6;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.8em 1em;
    background: none;
    overflow: auto;
    text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 4px solid #c8c8fe;
}

.panel-default {
    border: 4px solid #c8c8fe;
}

.panel-default>a>.panel-heading {
    background: #edecfc;
}

.cur-st {
    margin: 5px -5px;
    padding: 10px 0 10px 15px;
    font-size: 14px;
}

.grade-sub {
    background-color: #E9EBEE;
    margin: 5px -5px;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    color: #556981;
}

.panel-title {
    font-weight: bold;
    color: #666;
}

.va-content {
    list-style: none;
    padding-bottom: 20px;
    color: #66ADE5 !important;
}

.va-content a {
    color: #66ADE5 !important;
}

.panel-body img {
    margin-right: 20px;
    border: 1.5px solid #CCC;
    margin-bottom: 10px;
}

.services {
    border: 2px solid #E1E1E1;
    margin-bottom: 20px;
}

.services img {
    float: left;
    padding: 15px 0 20px 0;
}

.services h4 {
    margin-top: 45px;
    text-align: center;
}

.services a {
    color: #333;
}

.services p {
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    color: #333;
}

.service-2 img {
    padding-bottom: 0;
}

#buynow {
    float: right;
    padding: 0 0 10px 0;
}

.block-back {
    background-color: #E9EBEE;
}

@media screen and (max-width:570px) and (min-width:350px) {
    .services img {
        float: none;
    }
    .services h4 {
        margin-top: 10px;
    }
    .services p {
        margin-top: 10px;
    }
    #buynow {
        padding: 0 0 10px 0;
        float: none;
    }
}

.panel.try {
    margin-bottom: 30px;
}

.pad-fixer {
    padding-top: 15px;
}

.big-seg {
    padding-bottom: 364px;
}

.small-seg {
    padding-bottom: 120px;
}

@media screen and (max-width:990px) {
    .pad-fixer1 {
        padding-left: 0px;
    }
    .big-seg {
        padding-bottom: 0px;
    }
    .small-seg {
        padding-bottom: 0px;
    }
}

@media screen and (max-width:400px) {
    .services {
        width: 100%;
    }
}

@media screen and (max-width:325px) {
    .services img {
        float: none;
        padding-left: 50px;
    }
    .services h4 {
        margin-top: 10px;
    }
    .services p {
        margin-top: 10px;
    }
    #buynow {
        float: none;
        padding-left: 40px;
    }
}

@media screen and (max-width:340px) {
    .panel-body img {
        float: none;
        margin-left: 50px;
        size: 100%;
    }
}

span.arrow-down {
    background: url(../images/open.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 49px;
    float: right;
    margin-top: -15px;
}

span.arrow-up {
    background: url(../images/close.png);
    width: 35px;
    height: 45px;
    float: right;
    margin-top: -15px;
}

.panel-heading {
    height: auto;
}

#unit-title {
    margin: 10px 0;
}

.panel-heading {
    padding: 17px 15px 17px 15px;
}

@media screen and (max-width:990px) {
    .services {
        width: 48%;
        margin-right: 10px;
    }
}

.foot-container {
    background-color: #282D30;
}

.foot-box {
    margin: 20px 0 10px 0;
    padding-right: 0px;
}

.foot-box>h4 {
    color: #d1d6d9;
    margin-bottom: 20px;
    font-family: "Myriad Pro", verdana;
    font-size: 14px;
}

.foot-box>p {
    color: #757d82;
    text-align: justify;
    font-size: 14px;
    font-family: "Myriad Pro", verdana;
    line-height: 18px;
}

a>#read-more {
    width: 90px !important;
    height: 18px !important;
}

#read-more {
    padding: 3px 10px;
    background-color: #191919;
    color: #FFF;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}

.foot-box ul {
    padding-left: 10px;
}

.foot-nav li {
    list-style-image: url(../images/nav_bullet.jpg);
    font-size: 14px;
    font-family: "Myriad Pro", verdana;
}

.foot-box a {
    line-height: 20px;
    color: #a4a4a4;
}

.contact-us {
    list-style-type: none;
}

.contact-us li {
    list-style-image: none !important;
    font-size: 14px;
    font-family: "Myriad Pro", verdana;
    color: #8f9497;
    padding-bottom: 10px;
}

.contact-us img {
    float: left;
    margin-top: -5px;
}

.contact-us a {
    color: #0088cc;
}

.copyright {
    background-color: #171B1E;
    padding: 10px;
}

.copyright h3 {
    text-align: right;
    font-weight: normal;
    color: #b9bdc1 !important;
    padding: 0;
    margin: 0;
    font-family: "Myriad Pro", verdana !important;
    font-size: 14px !important;
}

.nlu-sub {
    padding-bottom: 0px !important;
}

.grade-list a {
    color: white !important;
}

.cd-searchbox input {
    color: #000 !important;
}

.grade-list>li>a {
    font-size: 20px !important;
    border-bottom: 1px solid #FFF !important;
}

.cd-dropdown-trigger>span {
    margin-left: 10px;
}

.cd-dropdown-trigger {
    padding: 0px 0px 0px 15px !important;
    background-color: #FFF !important;
    color: #000;
    border-right: 1px solid #CCC;
    border-radius: 0px;
}

.sub-navdown {
    margin-right: 10px;
}

.child-a {
    border-left: 5px solid #1C7488;
    margin-bottom: 3px;
}

.child-b {
    border-left: 5px solid #93414D;
    margin-bottom: 3px;
}

.child-c {
    border-left: 5px solid #B76F31;
    margin-bottom: 3px;
}

.child-d {
    border-left: 5px solid #AC3335;
    margin-bottom: 3px;
}

.child-e {
    border-left: 5px solid #437A39;
    margin-bottom: 3px;
}

#child-f {
    border-left: 5px solid #E0E0E0;
    margin-bottom: 3px;
}

.cd-dropdown-content>.has-children>a:hover {
    background-color: #F7F7F7;
    text-decoration: none;
}

#child-f:hover {
    background-color: #F7F7F7;
    text-decoration: none;
}

.grade-list {
    background-color: #E9EBEE;
    margin: 0px;
    padding: 10px 0 10px 20px !important;
}

.panel-title {
    font-weight: normal;
}

#dis-htext {
    margin-right: 15px;
    font-size: 14px;
}

#like {
    color: #155AA9;
}

#like>img {
    margin: 0 3px 0 5px;
}

.q-header {
    border-bottom: 1px solid #ACBABE;
    padding-left: 0px;
}

.question {
    color: #306CB2;
    margin-top: 43px;
    padding-top: 5px;
}

.dis-body {
    background-color: #F6F7F9;
}

.thread-body {
    padding: 0px;
}

.thread-1 {
    padding: 10px 0 0 0;
}

.thread-1 img {
    float: left;
}

.thread-2 {
    padding: 10px 0 0 0;
}

.thread-2 img {
    float: left;
}

#thread-uname {
    color: #55599E !important;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

#thread-uname>a {
    color: #55599E !important;
}

#tu-replied {
    color: #8E8F93;
    font-size: 13px;
    margin-right: 10px;
}

#tr-date {
    font-size: 15px;
    margin-right: 10px;
}

#thread-content {
    font-size: 15px;
    text-align: justify;
}

.t-like {
    font-size: 15px;
    color: #55599E;
}

.t-like img {
    float: none;
    border: none;
    margin: 0 5px 10px 10px;
}

#t-like {
    margin-left: 42px;
}

.t-like1 {
    border-bottom: 1px solid #ACBABE;
}

.panel-body {
    padding: 0 15px;
}

.t-comment {
    padding-left: 0px;
    padding-top: 5px;
}

.d-disfrom>h3 {
    font-size: 17px;
    margin-top: 10px;
}

.d-cur-st {
    margin-bottom: -1px;
}

.d-cur-st>a {
    color: #90A9C3;
}

.d-panel-group {
    margin: 10px 30px 0 20px;
}

.d-q-header {
    min-height: 35px;
    padding-bottom: 10px;
}

.d-days-sf {
    color: black !important;
}

.d-disfrom>h3 {
    color: #556981;
}

.videos-fcontainer {
    background-color: #FFF;
}

.v-container {
    border: solid #E2E2E2 1px;
    border-radius: 5px;
    margin: 25px 20px 0 20px;
    padding: 15px;
    width: 95%;
    background-color: #EEEEEE;
}

.v-insidec {
    border: solid #E2E2E2 1px;
    border-radius: 5px;
    background-color: #FFF;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 125px;
}

.v-tabmenu {
    margin-top: -45px;
}

.v-tabmenu img {
    margin-right: 25px;
    border: 1px solid #E0E0E0;
    border-radius: 1px 1px 3px 3px;
    margin-bottom: 3px;
}

.QE li:first-child {}

.QE li:nth-child(2) {}

.v-tabmenu li a.thumbnail {
    transform: scale(0.9);
    margin-bottom: 0px;
}

.v-tabmenu.quiz-tabmenu ul {
    margin-bottom: 0px;
}

.v-tabmenu ul>li {
    padding-bottom: 2px !important;
}

.v-mvideo {
    margin: 20px 0 0 0;
    margin-left: 3%;
}

.v-vnavb {
    padding: 0px;
}

.v-navn {
    float: right;
}

.v-panel {
    width: 95%;
    border: 1px solid #E2E2E2;
    margin: 20px 0 0 20px;
    border-radius: 5px;
}

.v-panel>.panel-heading {
    background-color: #EEE;
    border: none;
    padding: 15px 15px 0 25px;
    font-weight: bold;    
}

.v-panel>.panel-body {
    background-color: #EEE;
    padding: 10px 15px 15px 15px;
}

.v-vgallery {
    padding: 0px;
    background-color: #FFF !important;
    border: 1px solid #E2E2E2;
    border-radius: 10px 5px 0 0;
    padding: 10px 0 10px 0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.v-footer {
    padding: 15px;
    background-color: #EEEEEE;
    margin-bottom: 20px;
}

.vf-img {
    padding: 0px;
}

.vf-right {
    padding: 0px;
}

.v-textarea>textarea {
    resize: none;
    height: 100px;
}

.v-gbutton {
    text-align: center;
    padding: 0px;
}

.v-glyphicon {
    float: right;
    border-left: 1px solid #E2E2E2;
    padding: 6px 12px 6px 6px;
    background-color: #F4F5F7;
    margin: -1px 0 1px 0;
    border-radius: 0 3px 3px 0;
}

.v-icons {
    margin-top: 10px;
}

.v-icons img {
    margin-right: 7%;
}

.v-iconsl {
    padding-top: 10px;
}

.v-iconss {
    float: right;
}

.v-clist {
    padding-bottom: 3px !important;
}

.v-clist a {
    text-align: center !important;;    
    margin: 0 0 2px 3px;
    border-left: 20px solid #336799;
    padding: 0 20px !important;
}

.v-vgallery {}

.v-vgallery a {
    color: #3B589C !important;
}

.v-gradesub {
    padding-left: 10px;
}

.v-navicon {
    float: right;
}

.v-gsub {
    background-color: #E9EBEE;
}

.v-hcontainer {
    padding: 5px 10px 5px 10px;
}

#gsub-nav {
    float: left;
}

.gsub-left,
.gsub-right {
    padding: 0px;
}

.gsub-left h5 {
    font-weight: bold;
    color: #556981;
}

cree #vnav-next {
    float: right;
}

#vnav-prev {
    margin-left: 80%;
}

#vnav-next,
#vnav-prev {
    margin-top: 3px;
    margin-bottom: 3px;
}

@media screen and (max-width:991px) and (min-width:767px) {
    #vnav-prev {
        margin-left: 73%;
    }
}

@media screen and (max-width:767px) {
    #vnav-prev {
        margin-left: 0%;
    }
}

@media screen and (max-width:340px) {
    .v-vgallery img {
        margin-left: 0px;
    }
}

@media screen and (max-width:414px) {
    .side-wrapper {
        width: 105%;
        margin-left: -13px;
    }
    .d-panel-group {
        margin: 10px;
    }
    span.arrow-up {
        margin-right: -25px;
    }
    span.arrow-down {
        margin-right: -25px;
    }
    .v-container {
        border: solid #E2E2E2 1px;
        border-radius: 5px;
        padding: 15px;
        width: 100%;
        background-color: #EEEEEE;
        margin-top: 23px;
        margin-left: 0px;
    }
    .d-q-header {
        padding-right: 0px;
    }
    .error-message {
        padding: 10px;
        width: 100%;
    }
    .jumbotron.signup_ {
        height: 95% !important;
    }
    .elearn_footer {
        background: #fff;
        margin-top: 0px;
    }
}

@media screen and (max-width:320px) {
    .jumbotron.signup_ {
        height: 100% !important;
    }
    .elearn_footer {
        background: #fff;
        margin-top: 80px;
    }
    .d-panel-group {
        margin: 5px;
    }
    span.arrow-up {
        margin-right: -25px;
    }
    span.arrow-down {
        margin-right: -25px;
    }
}

.chaps_list {
    padding-left: 0px;
}

.t-comment textarea {
    resize: none;
    width: 70%;
    height: 30px;
}

.register-login {
    margin-top: 10px;
    margin-right: 5px;
}

.register-login li {
    margin-right: 10px;
}

.register-login input {
    border: 1px outset #345CAB;
    border-radius: 1px;
    padding-left: 5px;
}

.register-login a {
    margin-top: -5px;
    border: none !important;
}

.register-login button {
    background-color: #5A74A7;
    border: none;
    border-top: 2px outset #899BC1;
    border-bottom: 2px outset #233D75;
    padding: 1px 5px;
}

.reg-formsl {
    padding: 0px;
}

.t-profile {
    border: 1px solid #D5DFE7;
    border-radius: 1px;
    border-top: 2px solid #D5DFE7 !important;
    border-bottom: 2px solid #D5DFE7 !important;
}

.t-profile ul {
    list-style: none;
}

.t-hpdetails {
    padding-bottom: 20px;
}

.t-hpdetails a {
    color: #000;
}

.t-hpdetails a:hover {
    text-decoration: none;
    color: #BBB !important;
}

.t-details {
    padding-left: 0px;
}

.t-info {
    padding: 5px 0;
}

.t-photo {
    font-size: 12px;
}

.t-button {
    padding-top: 15px;
}

.t-contact {
    padding-bottom: 20px;
}

.tp-footer {
    border-top: 1px solid #E3E7EB;
    padding: 10px;
    background-color: #F8F9FB;
}

.tp-footer button {
    float: right;
}

.tr-tac a,
.mar-tp-10 a {
    color: #66ADE5 !important;
}

.t-profile h2 {
    margin-top: 10px;
}

.btn-cust-mine {
    background-color: #75BC60;
}

.cd-dropdown h2 {
    margin-top: 0px;
}

.t-like a {
    color: #3C7BBE !important;
}

#unit-title {
    font-size: 15px !important;
    font-weight: bold;
}

.f-fblogo {
    margin-right: 5%;
}

.sub-navdown {
    width: 100px;
}

@media screen and (max-width:604px) and (min-width:517px) {
    .s-searchb {
        width: 70%
    }
}

@media screen and (max-width:517px) and (min-width:407px) {
    .s-searchb {
        width: 60%
    }
}

@media screen and (max-width:407px) and (min-width:341px) {
    .s-searchb {
        width: 50%
    }
}

@media screen and (max-width:406px) {
    .s-searchb {
        width: 40%
    }
}

@media screen and (max-width:991px) {
    .r-login h4 {
        text-align: left;
        margin-left: 20px;
    }
}

.pass-body {
    margin-top: 20px;
    color: #ADADAD;
}

.pass-body h5 {
    font-size: 16px !important;
}

.pass-body>button {
    color: #FFF;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 15px;
}

.pass-wrap {
    margin-bottom: 100px;
}

.pass-body>button:hover {
    background-color: #E74C01 !important;
    color: #FFF;
}

.pass-body>input {
    background-color: rgba(0, 0, 0, 0.03);
    width: 250px;
}

@media screen and (max-width:767px) {
    .t-profile h1 {
        font-size: 28px !important;
    }
    .t-profile h2 {
        font-size: 26px !important;
    }
    .t-profile h3 {
        font-size: 20px !important;
    }
}

@media screen and (max-width:417px) {
    .t-profile h1 {
        font-size: 24px !important;
    }
    .t-profile h2 {
        font-size: 20px !important;
    }
    .t-profile h3 {
        font-size: 18px !important;
    }
    .pass-wrap {
        padding-right: 0px;
    }
    .pass-body h5 {
        font-size: 14px !important;
    }
    .pass-body>input {
        width: 200px;
    }
}

@media screen and (max-width:335px) {
    .pass-body>input {
        width: 150px;
    }
}

.teaching-wrap {
    padding: 0 15px;
}

.t-hpdetails h3,
h4 {
    color: #514F50 !important;
}

.teaching-wrap h4 {
    font-size: 22px;
}

.tschool-wrap {
    margin-top: 20px;
}

.t-school {
    width: 100px;
}

.teaching-body input {
    background-color: rgba(0, 0, 0, 0.03);
}

.teaching-body select {
    background-color: rgba(0, 0, 0, 0.03);
}

.select-color {
    color: #999999;
}

.t-mfix {
    margin-bottom: 15px !important;
}

.t-mfix select{
    height: 30px;
}

.tselect-fix {
    width: 200px !important;
}

#t-remove {
    margin-left: -15px;
    color: #3881D0 !important;
}

.tgroup-1 {
    margin-right: 20px;
}

.t-experience {
    margin-top: 30px;
    font-size: 22px;
    ;
}

.tclass-body {
    padding: 0px;
}

@media screen and (max-width:767px) {
    .tgroup-1 {
        float: left;
    }
    .form-group {
        margin-bottom: 0px !important;
    }
    .fg-marfix {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width:628px) {
    .tgroup-1 {
        margin-bottom: 5px !important;
    }
    .tselect-fix {
        width: 300px !important;
    }
}

@media screen and (max-width:510px) {
    .tselect-fix {
        width: 200px !important;
    }
}

@media screen and (max-width:415px) {
    .tselect-fix {
        width: 150px !important;
    }
    .fg-marfix {
        width: 150px !important;
    }
}

.bord-dia h2 {
    margin: 0px !important;
}

.btn-cust img:first-child {
    margin: 10px 30px 0 0;
}

@media screen and (min-width:767px) {
    .navbar-nav li {
        background: url(../images/border-bg.png) no-repeat;
    }
    .nav-height {
        height: 50px;
    }
}

.mynav-left {
    margin-left: 35px;
}

.drpdwn-right1 {
    border-left: none !important;
}

.curr-std .dropdown-menu {
    min-width: 113px !important;
}
.st-dropdown {
    padding-left: 10px;
}
@media screen and (min-width:991px) {
    .panel-body img {
        margin-right: 16px;
    }
    
    .bigseg-wrap {
        height: 524px;
        overflow: auto;
    }
}
#videos-tab {
    box-shadow: 3px 3px 3px gray;
    border: 5px solid #E0E0E0;
}
.class-wrap {
    padding-top: 10px;
}
.class-threadhead {
    border-bottom: 1px solid #DFE4E8;
    width: auto;
    padding: 0 15px;
}
.chead-thread ul>li {
    list-style: none;
    display: inline;
}
.chead-thread ul>li a {
    display: inline !important;
}
.chead-thread ul>li h4 {
    display: inline-block;
    margin: 0px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
.chead-thread ul>li:last-child h4 {
    padding-right: 0px;
}
.chead-thread ul>li h4:hover {
    color: #aaa !important;
}
.big-blue {
    font-size: 16px;
    color: #447ED0;
}
.gallery-wrap {
    background-color: #FFF;
}
.gallery-wrap {
    margin-bottom: 25px;
}
.gallery-wrap:last-child {
    margin-bottom: 0px;
}
.smalltab-header {
    border-bottom: 1px solid #DFE4E8;
}
.smalltab-header h4 {
    font-weight: normal !important;
    font-size: 16px;
    color: #546883 !important;
}
.smalltab-footer {
    border-top: 1px solid #DFE4E8;
}
.smalltab-footer a {
    color: #546883 !important;
}
.small-gallery {
    padding: 0px 0 15px 12px;
}
.small-gallery img {
    margin: 12px 12px 0 0;
}
.small-gallery a:hover {
    text-decoration: none;
}
.small-gallery a {
    text-decoration: none !important;
}
.class-panel-group {
    margin: 10px 15px 0px 20px !important;
}
.class-ppfix {
    padding-right: 0px;
}
@media screen and (min-width:420px) and (max-width:991px) {
    .xs-adjust {
        width: 47%;
    }
}
@media screen and (max-width:419px) {
    .xs-adjust {
        width: 100%;
    }
    
    .gallery-wrap {
        margin-bottom: 10px;
    }
    
    .gallery-wrap:last-child {
        margin-bottom: 25px;
    }
}
@media screen and (max-width:547px) {
    .chead-thread {
        width: 100%;
    }
}
@media screen and (max-width:360px) {
    ul.small-nav-cust li {
        padding: 10px 5px;
    }
}
@media screen and (max-width:330px) {
    ul.small-nav-cust li {
        padding: 10px 2px;
    }
    
    .eca-wrap .chead-thread ul>li h4 {
        padding-right: 3px !important;
    }
}
@media screen and (min-width:766px) and (max-width:992px) {
    .class-mdfix {
        padding: 0px !important;
    }
    
    .class-mdfix li h4 {
        padding-right: 5px !important;
    }
}
h4.cur-st {
    font-size: 18px;
    font-weight: 600;
}
.small-tab {
    padding-top: 10px;
}
.small-tab ul {
    list-style: none;
    margin-bottom: 0px;
}
.small-tab ul>li {
    display: inline-block;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #607288;
}
.small-tab ul>li:last-child {
    border-right: none;
}
.small-tab ul>li a {
    color: #5C7589;
}
.small-tab ul>li a:hover {
    text-decoration: none;
    color: #bbb;
}
@media screen and (max-width:344px) {
    .small-tab ul>li {
        padding-right: 6px;
        padding-left: 6px;
    }
    
    .small-tab ul>li:first-child {
        padding-left: 8px;
    }
    
    .small-tab ul>li:last-child {
        padding-right: 0px;
    }
    
    .eca-wrap .chead-thread ul>li h4 {
        padding-right: 6px;
    }
}
@media screen and (max-width:991px) and (min-width:677px) {
    .eca-adjust {
        width: 30% !important;
    }
    
    .gallery-wrap {
        margin-right: 30px;
    }
    
    .gallery-wrap:last-child {
        margin-right: 0px;
    }
}
@media screen and (max-width:676px) and (min-width:420px) {
    .second-gallery {
        float: right;
    }
    
    .wrap-gallery:last-child {
        width: 100%;
    }
}
.eca-nav li {
    font-size: 14px;
}
.eca-small-nav li h4 {
    font-size: 12px !important;
}
.eca-small-nav li a {
    color: #ccc !important;
}
.eca-small-nav li a:hover {
    color: #000 !important;
    text-decoration: none;
}
#friends-small-nav ul {
    border-bottom: none;
    margin-bottom: 0px;
}
#friends-small-nav ul>li a {
    color: #000 !important;
    padding-bottom: 5px;
}
#friends-small-nav ul>li a:hover {
    color: #ccc !important;
}
.search-friends {
    background: url('../images/search-icon.png');
    background-position: center right;
    background-repeat: no-repeat;
}
.search-friend>.navbar-form {
    margin-top: 3px;
    padding: 0px;
}
@media screen and (max-width:767px) {
    .search-friend>.navbar-form {
        padding-right: 10px;
    }
}
.friend-field1 {
    width: 50%;
}
.friend-field2 {
    width: 50%;
}
.friend-fix {
    width: 118px !important;
    padding: 0px !important;
}
.friend-fix img {
    height: 108px !important;
    width: 108px !important;
}
.friendlist-wrap {
    margin-top: 10px;
    padding-bottom: 50px;
}
.friend-block {
    padding-top: 15px;
    margin-right: -15px;
}
.friend-list {
    border: 1px solid #EAE9EE;
}
.friend-list img:first-child {
    float: left;
    margin-right: 10px;
    display: block;
}
.friend-drp {
    float: right;
    margin-right: 15px;
    margin-top: 40px;
    display: inline-block;
}
.friend-name {
    width: 198px;
    float: left;
    vertical-align: middle;
    margin-top: 32px;
}
.friend-name a {
    font-size: 14px;
    color: #385A97 !important;
    font-weight: bold;
}
.small-gray {
    color: #8F97A2;
    font-size: 12px;
}
#nimesh {
    margin-top: 22px;
}
@media screen and (max-width:991px) and (min-width:767px) {
    .friend-drp {
        margin-top: 0px;
    }
    
    .friend-name {
        margin-top: 13px;
    }
    
    #nimesh {
        margin-top: 8px;
    }
}
@media screen and (max-width:518px) and (min-width:410px) {
    .friend-drp {
        margin-top: 0px;
    }
    
    .friend-name {
        margin-top: 13px;
    }
    
    #nimesh {
        margin-top: 8px;
    }
}
@media screen and (max-width:409px) {
    .friend-drp {
        margin-top: 0px;
    }
    
    .friend-name {
        margin-top: 13px;
        width: auto;
    }
    
    #nimesh {
        margin-top: 8px;
        width: 117px;
    }
}
@media screen and (max-width:327px) {
    .friend-list img:first-child {
        margin: 0 auto;
    }
}
.progress-block {
    border: 1px solid #E4EBF1;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.prog-head {
    border-bottom: 1px solid #E4EBF1;
    padding: 10px 0;
}
.prog-head a {
    color: #2673CF;
}
.prog-bg {
    background-color: #F4F5F7;
    border-bottom: 1px solid #E4EBF1;
    padding: 15px 0;
}
.prog-bg:last-child {
    border: none;
}
.cprogress-wrap {
    padding: 15px 0 0 0;
    min-height: 400px;
}
.give-border {
    /* border:1px solid #D3DDE6; */
    
    border-radius: 3px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
}
.image-shadow {
    box-shadow: 3px 3px 3px gray;
    border: 5px solid #E0E0E0 !important;
}
.v-tabmenu ul>li {
    display: inline;
}
.current-image {
    box-shadow: 3px 3px 3px gray;
    border: 5px solid #E0E0E0 !important;
    margin-right: 15px !important;
}
.home-start {
    width: 130px;
    text-align: center;
    display: block;
    float: left;
}
.start-button img {
    margin-right: 25px !important;
    margin-top: 10px;
}
.question-block,
.answer-block,
.btn-block-717 {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.question-block {
    margin-top: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.question-block .addcontent {
    margin: 0;
    padding: 10px 24px;
    color: #666666;
}
.answer-block {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px;
    max-height: 350px;
    overflow: auto;
    visibility: hidden;
}
.subject-class-height {
    min-height: 190px !important;
    width: 100%;    
    background: #fff;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subject-class-height .subject-details{
    position: relative;
    bottom: unset;
    padding-right: 0 !important;
    margin-bottom: 20px;
}
.dia-main-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.dia-main-wrapper .dia-box-wrapper{
    width: 20%;
}
.dia-main-wrapper .dia-box-wrapper .bg-tit-dia, 
.dia-main-wrapper .dia-box-wrapper .title_video_h{
    background: transparent !important;
}
.dia-main-wrapper .dia-box-wrapper .dia-wrap:hover .subject-class-height{
    background-color: #4254A6;
}
.dia-main-wrapper .dia-box-wrapper .dia-wrap:hover .head-tit-dia{
    color: #fff;
}
.subject-class-height .subject-details table{
    margin: 0 auto;
}
.bord-dia:hover,
.bord-dia:focus {
    border: 1px solid #3070CF;
}
.pro_box_mar {
    margin: 0 15%;
}
.p0.small.orange {
    margin: 0 15%;
    transform: scale(0.9);
}
.c100.p81.small.orange {
    margin: 0 15%;
}
.progress {
    margin: 5px 0 0 0;
}
span.pro_per {
    margin-top: 5px !important;
    float: left;
}
h5.bread {
    background: #E9EBEE;
    font-weight: bold;
    padding: 10px 5px;
    margin: 2px 2px;
    color: #418755;
}
.progressbar {
    padding: 0;
}
.bread_wrap {
    border-bottom: 1px solid #dfe4e8 !important;
}
h5 span.active {
    color: #526b81;
}
ul.chaps_list li {
    list-style: none !important;
    background: #e3e3e3;
    padding: 5px 10px;
    margin: 2px auto;
}
ul.chaps_list li:nth-child(even) {
    background: #ebebeb;
}
#topicmodal .modal-body {
    height: auto !important;
}
.progress {
    margin-top: 5px;
}
.mar-top-10 {
    margin-top: 10px;
}
img.ads {
    border: 1px solid #d5d5d5;
    margin: 0 auto;
}
span.pro_per {
    color: #d57656;
}
h5 span.active a {
    color: #526b81
}
.side-wrapper {
    background: #fff;
    height: 648px;
    border: 1px solid #dadada;
    margin-left: -5px;
    padding-right: 10px;
    padding-left: 10px;
}
.side-wrapper img {
    width: 100%;
    margin-top: 10px;
}
.pad_fix {
    padding: 0 !important;
}
.bread_wrap {
    background: #fff;
}
.sec-block .col-lg-3 {
    padding-right: 5px;
}
.fix-img.text-center {
    font-size: 13px;
    position: absolute;
    bottom: 13px !important;
    left: 0;
}
.question-block {
    min-height: 180px;
}
.videos-fcontainer {
    min-height: 540px;
    border: 1px solid #dadada !important;
}
.breadcrumb {
    background: none;
}
.row-wrapper {
    padding: 10px;
    margin: 0;
}
.row-wrapper .dia-wrap {
    padding-right: 10px;
    padding-left: 10px;
}

/*p.addcontent{min-height:100px !important;}*/
.contextbox {
    min-width: 714px !important;
    min-height: 410px !important;
}
.font_sm div span {
    font-size: 14px !important;
}
body {
    font-size: 14px !important;
}
span.date_right_to {
    float: right;
}
span.date_right_to input {
    padding: 0;
}
h5.head_vid_low {
    margin-bottom: 10px;
}
.topics {
    padding: 5px;
    background: #E9EBEE;
    margin-bottom: 0px;
}
.transformthis08 {
    transform: scale(0.8);
}
#my-creations .white-bg {
    border: 1px solid #d5dee7;
    min-height: 550px;
    background: #fff;
    border-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#my-creations .default-bg {    
    min-height: 96px;
    margin: auto;
    width: 100% !important;
    margin-left: 0;
    margin-top: 10px;
}
#my-creations .post-btns.default-bg {
    margin-top: 0px;
    min-height: 39px;
    border-top: 0px;
}
.post-creation-box{
    padding: 0;
	background: transparent !important;
	border-radius: 10px;
}
#my-creations .rounded-pf-pic {
    float: left;
}
#my-creations .col-xs-2.rounded-pf-pic {
    width: 12% !important;
}
#my-creations .rounded-pf-pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
#my-creations .col-xs-10.input-creation {
    width: 88% !important;
    padding-left: 0px;
}
#my-creations .input-creation textarea {
    width: 100%;
    resize: none;
    border-radius: 4px;
    border: 1px solid #dedede;
    /* box-shadow: 1px 1px 0px #dddddd; */
    font-size: 17px !important;
    line-height: 1.5em !important;
}
#my-creations .pf-n-iptxt {
    border-bottom: 0 !important;
}
#my-creations .pf-n-iptxt textarea::-webkit-input-placeholder {
    color: #89aa25;
    padding: 7px;
    font-size: 17px;
}
#my-creations .pf-n-iptxt textarea::-moz-placeholder {
    color: #89aa25;
    padding: 7px;
    font-size: 15px;
}
#my-creations .pf-n-iptxt textarea:-ms-input-placeholder {
    color: #89aa25;
    padding: 7px;
    font-size: 15px;
}
#my-creations .pf-n-iptxt textarea:-o-input-placeholder {
    color: #89aa25;
    padding: 7px;
    font-size: 15px;
}
#my-creations .post-btns.default-bg .col-md-2 button {
    background: transparent;
    border: 0px;
}
#my-creations .privacy-btn {
    height: 29px;
    width: 70px;
    background: #f2f2f2;
    color: black;
    border: 1px solid #dddddd;
    padding: 7px;
    padding-top: 3px;
}
#my-creations .post-creation {
    height: 36px;
    width: 100px;
    background: #2D3E82;
    color: white;
    border: 1px solid #dddddd;
    padding: 0px;
}
#my-creations .filter-creation {
    margin-top: 10px;
}
#my-creations .filter-creation .col-md-3 {
    padding-left: 0px;
}
#my-creations .filter-creation ul {
    list-style-type: none;
}
#my-creations .filter-creation ul li {
    float: left;
}
#my-creations .filter-creation ul li a {
    display: block;
    width: 135px;
    padding-right: 6px;
}
#my-creations .posted-creations {
    width: 100%;
    min-height: 160px;
    background: #ffffff;
    border: none;    
    box-shadow: 15px 12px 30px rgba(163, 175, 237, 0.22);
    border-radius: 10px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}
#my-creations .posted-creations .col-md-12 {
    margin-top: 10px;
}
#my-creations .likes-comments button {
    background: transparent;
    border: 0px;
}
#my-creations .likes-comments label {
    color: #adb4bc;
}
#my-creations .likes-n-comments {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#my-creations .comments-display {
    width: 100%;
    min-height: 124px;
    background: #fff;
}
#my-creations .comment-reply ul {
    list-style-type: none;
    padding-left: 35px;
}
#my-creations .comment-reply ul li {
    float: left;
    padding-right: 10px;
}
#my-creations .comment-reply ul li a {
    display: block;
    text-decoration: none;
}
#my-creations .comment-reply-area textarea {
    resize: none;
    width: 100%;
    border-radius: 4px;
    border: 0px !important;
    background: #f7f7f7;
}
#my-creations .comment-reply-area .btn-reply{
    padding: 12px 45px;
    font-family: "Proxima-Semibold";
    font-size: 1.8rem;
}
#my-creations .creation-left-bar {
    height: 100%;
    background: #ffffff;
    border: 1px solid #dddddd;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    h5.bread {
        margin-left: 0 !important;
    }
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-1 {
    border: none !important;
    padding: 24px;    
    background: rgba(45, 62, 130, 0.05);
    border-radius: 4px;
}
.creations-right-bar-1 p{
 color: #4353A3 !important;
}
.creations-right-bar-1 p span.pull-right{
    float: left !important;
    display: block;
    margin-top: 15px;
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-2{
    border: none !important;
    background: rgba(45, 62, 130, 0.05);
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-2 .ratings p{
    display: flex;
    align-items: center;
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-2 .ratings p span:first-child{
    color: rgba(0, 0, 0, 0.4);
    font-family: "Proxima-Semibold";
    font-size: 12px;
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-2 .ratings p span big{
    font-size: 16px;
    font-family: "Proxima-Semibold";
    color: rgba(0, 0, 0, 0.4);
}
.col-md-12.col-sm-12.col-xs-12.creations-right-bar-2 .ratings p span big .glyphicon-star{
    color: #faaf3a !important;
}

a.quesaudio {
    color: #46b8da;
    font-size: 18px;
}
.clear-both {
    clear: both;
}
#np-button,#en-button{
    font-size: 18px;
    color: #000;
    opacity: .5;
}
#np-button.active,#en-button.active{
    opacity: 1;
    color: #2D3E82;
}
#en-button {
    /* background: url(https://www.midas.com.np/assets/images/enbutton-df.png);
    width: 21px;
    height: 21px; */
    border: 0px;
    outline: none;
}
button#en-button:active,
button#en-button:focus,
button#en-button:hover,
button#en-button.active {
    /* background: url(https://www.midas.com.np/assets/images/enbutton-se.png); */
    /* width: 21px;
    height: 21px; */
    border: 0px;
    outline: none;
}
#np-button {
    /* background: url(https://www.midas.com.np/assets/images/npbutton-df.png); */
    width: 21px;
    height: 21px;
    border: 0px;
    outline: none;
    margin-right: 5px;
}
button#np-button:active,
button#np-button:focus,
button#np-button:hover,
button#np-button.active {
    /* background: url(https://www.midas.com.np/assets/images/npbutton-se.png); */
    /* width: 21px;
    height: 21px; */
    border: 0px;
    outline: none;
}
.post-comment#post-comment {    
    background: #2D3E82;
    color: white;
    border: none;
    padding: 0px;
    float: right;
}
.outerwrap-post {
    padding: 15px;
    background: #E9EBEE;
}
.subject-details {
    position: absolute;
    bottom: 5%;
}
.chapterimg {
    height: 70px;
    margin-right: 30px;
}
.my-creations .left-column .icons-wrapper a.btn{
    padding: 0;
    height: unset;
    width: unset;
}
.my-creations .left-column .icons-wrapper span.pull-left{
    padding: 0 16px;    
}
.my-creations .left-column .icons-wrapper span.pull-left:not(:first-child){
    border-left: 1px solid #b1b1b1;
}

.created-post-detail img{
    width: 100%;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}
.posted-creations{
    padding: 24px 0;
}
#my-creations .posted-creations .likes-n-comments{
    padding-top: 15px;
    padding-bottom: 8px;
    margin-top: 0 !important;
}
.acidjs-rating-stars label:hover, .acidjs-rating-stars label:hover~label{
    color: #faaf3a !important;
}
.acidjs-rating-stars input:checked~label{
    color: #faaf3a !important;
}
.comment-reply-area img{
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.my-creations .left-column .post-btns .col-xs-12{    
    padding-bottom: 16px;
    padding-top: 16px;
}
.my-creations .left-column .post-btns{	
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 40px !important;
}
select.show_creation_category,.my-creations .left-column button.filter-dropdown{
		height: 48px;		
		background: transparent;
		box-shadow: none;
		border: 1px solid #C9CFE9;
		color: #000;
		font-family: "Proxima-Semibold";
		font-size: 1.6rem;
	}
	.my-creations .left-column button.filter-dropdown{
		width: 100px;		
	}

    .post-creation-box .pf-n-iptxt{
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding-top: 16px !important;
		margin-top: 0 !important;
	}

.pl-0{
    padding-left: 0 !important;
}