@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,700,700i,900&display=swap');

body{
 font-family: 'Muli', sans-serif !important;
 background: #f3f3f3;
}
a:hover,
a:focus {
  color: #FF9F48;
}
p{word-wrap: break-word;}
h3{font-size: 20px;}
a {
  color: #FF9F48
}
.fa,
.fas,
.far,
.fal,
.fab {
  line-height: inherit;
}
h4 {
  color: #303334
}
h2 {
  color: #303334
}
a {
  color: #FF9F48;
}
.hide-image{display: none;}
#loader {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;    
  top: 50%;     
  margin: 0 auto;
  border: 7px solid #ddd;
  border-radius: 50%;
  border-top: 7px solid #FF9F48;
  width: 55px;
  height: 55px; 
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  padding-top: 0px !important;
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;

}
.important-popup .sr-sm-btn {    
  padding: 9px 20px;
  text-align: center;
  float: none;
  display: block;
  margin: 0 auto;
  width: 70px;
}
.chat-online{position: relative;}   
li.contact.active .chat-online span {
 left: 29px;
 top: 32px !important;
}
.chat-online span {
  position: absolute !important;
  height: 10px;
  width: 10px;
  background: #52ca32;
  border-radius: 100%;
  left: 38px;
  top: 41px !important;
  border: 1px solid #fff;
}
.search-page .media-heading-muted {    
  top: 0;
}
.search-page .bd-radius .list-unstyled .dropdown-menu {
  top: 133%;
  left: -81px;
  right: 0;
}
.show_friend button.dropdown-toggle.btn.sr-sm-btn.orange-btn.add_friend.btn_update i{color: #fff;}
.show_friend button.dropdown-toggle.btn.sr-sm-btn.orange-btn.add_friend.btn_update{
  padding-right: 12px;
}
.search-page .sr-sm-btn {
  margin-top: 9px;
  float: right;
  margin-right: 0px;
}
#change-grade .sr-box img{
  text-align: center;
  margin: 7px auto 12px;
  display: block;
}
h2#swal2-title {
  font-size: 24px;
}
div#swal2-html-container {
  font-size: 14px;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
  font-size: 14px;
}
button.swal2-cancel.swal2-styled.swal2-default-outline {
  font-size: 14px;
}

.important-popup .modal-content{padding-bottom: 20px;margin-top: 187px;}
.important-popup .modal-dialog {

  text-align: left;
  vertical-align: middle;
  width: 354px;
}
#onloadpopup{display: block;}
.confirmation-page .modal-content {
  box-shadow: none;
  border: none;
  width: 500px;
  margin: 27px auto;
  box-shadow: 0px 0px 5px 3px #0000001c;       
}
.mobile-screen .modal-dialog{
  width: 400px;
}
.all-doubt .list-group-item i.fas.fa-paper-plane {
  bottom: -52px;
  right: 41px;
  background: #FF9F48;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 2px 13px 4px 6px;
  height: 30px;
  width: 30px;
  font-size: 15px;
}
ul.list-notification.dropdown-menu #item_notification a{padding:3px 0px;}
.successful-page .fa-check{
  background: #fff;
  color: #3c763d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  /* padding: 3px; */
  font-size: 25px;
  top: -2px;
  position: relative;
}
.has-success .form-control:focus{box-shadow: none;    border-color: #f3f3f3;}
.search-not-found img{width: auto !important;}
.error-page .bd-radius{
  margin-top: 76px;
  text-align: center;
}
.error-page .bd-radius strong {
  font-weight: 900;
}
.error-page .bd-radius h1{
  color: #FF9F48;
  font-size: 70px;
}

.error-page .bd-radius a{
  display: block;
  width: 142px;
  margin: 0 auto 15px;
}
.error-page .bd-radius a:hover{color: #fff !important;}
.successful-page .bg-header{
 position: relative;

}
section.doubts.all-doubt.discussion .left-side ul li:hover{background: #303334 !important;}
section.doubts.all-doubt.discussion .left-side ul ul {   
  padding: 0px 4px 0px !important;
  background: none;
}
section.doubts.all-doubt.discussion li.select2-search.select2-search--inline:hover{background: none !important;}
#exampleModal{
  text-align: center;
  padding: 0!important;
}
section.doubts.all-doubt.discussion .left-side h3 {
  margin-bottom: 10px;
}
#exampleModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.mobile-screen img{
  display: block;
  width: 321px !important;
  margin-bottom: 25px !important;
}
#exampleModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*chat css*/
.chat-page .message-input button i{
  transform: rotate(414deg) scale(1.1);
}
.chat-page .mobile-screen{display: none}
.chat-page #file-attachment{
  position: absolute;
  right: 49px;
  top: 13px;
}
i.emoji-picker-icon.emoji-picker.fa.fa-smile-o {
  font-size: 23px;
  top: 7px;
}
.chat-page .message-input .ic_launcher {
  background: #f78f2a;
  border: none;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  float: right;
  padding: 8px;
  position: absolute;
  right: 9px;
  top: 7px;
}
.chat-page .shadow-cls h2 strong{font-weight: 700;}
.chat-page .shadow-cls h2{font-size: 20px; margin-bottom: 10px;}
#frame .name{color: #303334;line-height: 22px;}
#frame .name strong{
  font-weight: 700;
}
.chat-page .inner-div h6{
  line-height: 6px;
}
.chat-page .personal-information{
  padding: 0px 16px;
}
.chat-page .inner-div li{padding-left: 0px;}
.chat-page .bd-radius .list-unstyled .dropdown-menu {
  left: -333px;
}
#frame span {
  color: #a9a9a9;
  font-size: 12px;
  position: relative;
  top: 0px;
}
#frame { 
  height: 75vh;
  min-height: 300px;
  max-height: 720px;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 390px;
  max-width: 487px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding: 14px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 14px 0 0 0px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 12px 0 13px 36px;
  width: calc(100% - 25px);
  border: none;
  background: #fff;
  color: #a2a2a2;
  border-bottom: 1px solid #f1f1f1;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #fff;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #a2a2a2;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #a2a2a2;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #a2a2a2;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #a2a2a2;
}
#search i{color: #a2a2a2;}
#frame #sidepanel #contacts {
  height: calc(100% - 54px);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* New changes 13102021 */
.text-danger{
  color: #e74c3c !important;
}
.sr-next h5 {
  /*text-align: right;*/
  /*margin-right: 10px;*/
}
/* End new changes */
@media screen and (max-width: 735px) {

  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 20px 2px 20px 7px;
  font-size: 0.9em;
  cursor: pointer;
  line-height: normal;   
  border-bottom: 1px solid #f1f1f1;
}

#frame #sidepanel #contacts ul li.contact:hover {
  background: #f5f5f5;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #f5f5f5;
  border-right: 5px solid #f5f5f5;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #f5f5f5 !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .country-msg {
  position: relative;
  margin: 0px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #FF9F48;
  background: #FF9F48;
  line-height: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  top: 0px;
  font-size: 11px;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-left:0px;
}
.chat-page .sr-section{
  padding-bottom: 30px;
}
.chat-page .sr-section li.nav.list-unstyled ul.dropdown-menu{
  margin-top: 21px;
}
#frame .preview{
  font-size: 12px;
  color: #a9a9a9;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;

}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  color: #e6eaea;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame .list-unstyled .dropdown-menu {
  left: -114px;
}
#frame .list-unstyled .dropdown-menu:after {
  content: " ";
  position: absolute;
  right:13%;
  top: -7px;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid white;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 504px);
    height: calc(100% - 7px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 54px;
  border-bottom: none;
  background: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 28px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 15px 10px -15px #1111111f;
  position: relative;
}


.chat-page a.lightbox img {
  height: 100px;
  margin: 19px 20px 0px 17px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.chat-page .lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  /* width: 586px; */
  margin-top: 0px;
  /* height: 450px; */
  margin-bottom: 0px;
  z-index: 999999;
  left: 0;
  right: 0;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.chat-page .lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);  
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-bottom: 30px;
  margin-top: 100px;

}

/* Styles the close link, adds the slide down transition */

.chat-page a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

.chat-page a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

.chat-page a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.chat-page .lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.chat-page .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.chat-page .lightbox-target:target a.lightbox-close {
  top: 0px;
}
.chat-page .lightbox{
  display: inline-block;
  text-align: left;
  float: left;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}

#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
  padding-right: 8px;
}
#frame .content .contact-profile .social-media .fa-exclamation-circle{
  margin-right: 20px;
  font-size: 20px;
  padding-top: 9px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .msg-box {
  background: #f2f3f8;
  width: 95%;
  border-radius: 30px;
  /* margin-bottom: 10px; */
  padding: 4px 20px;
  position: relative;
  margin: 0 auto 10px;
}
#frame input.submit {
  position: absolute;
  width: 53px !important;
  color: #f78f2a;
  font-size: 0px;
  padding: 19px 0px !important;
  right: 0;
  top: 2px;
  z-index: 99999999;
}
#scrollDiv::-webkit-scrollbar { margin-right: 10px;}
#frame .msg-box input{
  background: none;
  width: 86%;
  border: none;
  padding: 8px 8px;
  background: none;
}
#frame ul.sr-subscribe-main hr{margin-bottom: 0px;}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 122px);
  max-height: calc(100% - 122px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
  text-align: left;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #f2f3f8;
  color: #707070;
  font-weight: bold;
  line-height: 24px;
  border-radius: 30px 30px 30px 0px;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f78f2a;
  float: right;
  color: #fff;
  line-height: 24px;
  border-radius: 30px 30px 0px 30px;
}
#frame .content .messages ul li img {
  width: 33px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 12px 21px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button{
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}


/*chat css closed*/
.successful-page .bg-header img{width: 100%;}
.successful-page{padding-bottom: 0px;}
.successful-page .sr-section{background: #f3f3f3;margin-top: 0px;padding-top: 50px; padding-bottom: 80px; }
.successful-page .bd-radius {
  width: 608px;
  margin: 0px auto 0px;
  padding: 0px 0px 40px; 
  border: 1px solid #efefef !important; 
}
.successful-page b i{font-size: 18px;}
.successful-page b {
  float: right;
  color: #FF9F48;
  cursor: pointer;
  margin-right: 63px;
  position: relative;
  top: 42px;
}
.successful-page .logo-cls{
  margin: 0 auto;
  display: block;
}
.payment-detail p span{
  float: right;
}

.payment-detail p{text-align: left;}
.successful-page .btn{
  margin: 0 auto;
  display: block;
  padding: 8px 24px;
}
.payment-detail {
  background: #fbfbfb;
  border-radius: 5px;
  padding: 27px 65px;
  margin-top: 14px;
  margin-bottom: 25px;
}
.successful-page h3{
  margin-top: 42px;
}
.confirmation-page form{
  width: 100%;
  margin: 19px auto;
  box-shadow: 0px 0px 4px 2px #0000000a;
  padding: 20px;
  border-radius: 10px;
}
.confirmation-page .bd-radius{
  margin-bottom: 25px;
}
.confirmation-page .bd-radius .box-btn:hover{color: #fff !important;}
.search-page  .sr-section .bd-radius{ 
  padding:0px 40px;

}
.sr-accept .sr-delete {
  position: relative;
  top: 15px;
  left: 4px;
}
.sr-accept .sr-sm-btn {
  margin-top: 5px !important;
}
.redeem-coins{
  padding-top: 11px;
  display: block;
}
.redeem-page .sr-section {
  padding-left: 41px;   
  padding-right: 41px;
}
.redeem-page .bd-radius.hvr-icon-wobble-horizontal.hvr-float-shadow{
  box-shadow: 0px 0px 2px 2px #00000017;
}
.redeem-page .bd-radius .padding-class a {
  color: #303334;
  display: block;
}
.redeem-page .bd-radius .padding-class a img{width:20px;}
.redeem-page .padding-class.search-not-found{
  padding: 0px 120px;
}
.redeem-page .nav-tabs{ 
  box-shadow: 0px 0px 2px 2px #00000017;
  margin-top: 38px;
  margin: 31px 160px 0px;
}
.redeem-page .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.redeem-page a.text-center{display: block;}
#search-bar input::placeholder{color: #303334;}
.search-page .sr-section .bd-radius.hvr-icon-wobble-horizontal.hvr-float-shadow {
  box-shadow: 0px 0px 5px 2px #00000017;
  float: none;
  display: block;
  width: 96%;
  margin: 20px auto !important;
  padding: 9px 20px 60px;
}
#sr-dashboard .banner-slider img{width: 100%;}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag{      
  padding-top: 70px;
  position: relative;
}
.chapters .bd-radius{padding: 0px !important;}
.search-page .bd-radius p i {
  background: #303334;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 7px;
  cursor: pointer;
}
.search-page p {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 24px;
  font-weight: 600;
}
.search-page .bd-radius{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  
}
.search-page .sr-section .bd-radius{
  padding: 8px 11px;
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav{  
  top: 45%;
  margin-right: 0px;
  right: auto;
  position: relative;
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-next {
  position: absolute;
  right: -2px;
  top: -101px;
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -101px;
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button{
  border-radius: 100%;
  height: 35px;
  width: 35px;
  font-size: 35px;    
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button span{
  position: relative;
  top: -10px;
}
#sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#sr-dashboard .banner-slider {
  margin-bottom: 20px;
  padding: 0px 20px;
}
.profile .media-heading-muted {  
  top: -2px;
}
.profile-placeholder .list-notification:after{
  right: 10%;
}
.chapter-classrankers ul{
  padding-top: 0px !important;
  padding-bottom: 20px;
}
.profile-box a:hover span{color: #FF9F48 !important;}
.profile-box a:hover strong{color: #FF9F48 !important;}
.chapter-classrankers .sticky{
  padding-top: 30px !important;
}
.sr-friends .left-side .bd-radius .sr-sm-btn {
  margin-top: 11px;
  float: right;
  margin-right: 0px;
  background: #dadada !important;
  border-color: #dadada;
  color: #303334 !important;
  padding: 0px 20px;
}
#sr-dashboard .owl-dots button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  padding: 0px;
  border-color: #303334;
  background: #303334;
  box-shadow: none;
  margin: 0px 4px;
  border: none;
}
#sr-dashboard .owl-dots button.active { 
  background:#FF9F48;
  
}
.sr-add-friend{  
  padding: 6px 12px;  
  margin-top: 10px;
}
.chapter-classrankers .sticky{
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 4px 11px 30px !important;

}
.profile .inner-div a.dropdown-toggle.btn.sr-sm-btn.orange-btn {
  background: #dadada !important;
  width: 100%;
  display: block;
  border-color: #dadada;
  color: #303334 !important;
}
.profile .inner-div .list-unstyled .dropdown .dropdown-menu {    
  width: 100%;
}

.profile .inner-div .list-unstyled .dropdown .dropdown-menu li a i { 
  color: #676767;
}
.profile .inner-div ul.nav.list-unstyled{padding:0px !important;}
.profile .inner-div li.dropdown.text-right{width: 100%}
.profile .inner-div li.dropdown.text-right i{ color: #303334;}
.sr-friends .left-side .bd-radius ul{padding: 0px !important;}
.has-feedback {   
  margin-right: 17px;
}
.unfriend .sr-Friend{display: none}
.unfriend.active .sr-Friend{display: block;}
.unfriend.active .sr-Unfriend{display: none}
.block .sr-unblock{display: none}
.block.active .sr-block{display: block;}
.block.active .sr-unblock{display: none}
.sr-friends .bd-radius .list-unstyled .dropdown-menu {
  top: 96%;
  left: -56px;
  right: 0;
}
.left-side .sr-subscribe-main .subscribe.active a:hover {
  color: #303334 !important;
}
.left-side .sr-subscribe-main .subscribe.active a {
  border: 1px solid #f0f0f0;   
  background: #f0f0f0;
  color: #303334 !important;
}
.sr-accept{display: inline-flex;}
.sr-accept .sr-delete{}
.sr-tabing {
  background: #2f2d2d;
  padding: 60px 30px 70px;
}
ul.list-notification.dropdown-menu .media-left img {
  width: 36px !important;    
  height: 36px;
  position: relative;
  top: -6px;
}
.books-main-box li {
    list-style-type: none !important;
}
ul.list-notification.dropdown-menu #item_notification .media-heading{padding: 0px;}
ul.list-notification.dropdown-menu h6{
 color: #757575;
 font-weight: 700;
 padding: 5px 0px 11px;
}
.sr-friends ul{padding: 0px 20px;}
.sr-friends .bd-radius{padding: 15px 0px;}
ul.list-notification.dropdown-menu{    min-width: 260px;}
.profile-placeholder ul.list-notification.dropdown-menu{    min-width: 160px;}
.sr-tabing .tab-content img{
  /* width: 100%; */
  width: 320px;
}
#report button[disabled], html input[disabled] {
  cursor: no-drop;
  background: #dcdcdc;
  box-shadow: none;
  border: none;

}


.plans .panel p{
  padding-top: 9px;
}
.plans a.box-btn:focus{color: #fff !important;}
.news-classrankers .bd-radius{
  margin: 0px 15px 20px 0px;
  padding: 15px 6px;
}
.swal2-confirm {
  background-color: #ff9f48 !important;
}
.books-main-box h2 {
  margin-bottom: 50px;
  position: relative;
}
.books-main-box h2 .sr-line {
  margin-top: 10px;   
  left: 21px;
}
.chapter-classrankers .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {  
  background: #FF9F48 !important;
  color: #fff !important;
}
.chapter-classrankers .sr-tabing p{color: #2f2d2d}
.book-select .row .text-right{
  line-height: 67px;
  margin-top: 8px;
}
.book-select .row{
  width: 100%;
}
.chapter-classrankers .bd-radius{
  margin-bottom: 30px;
}
.chapter-classrankers .select-books{
  margin: 24px 45px;
  padding: 6px 5px 0px;
}
.row.sr-previous-next{
  padding:  0px 0px 16px 0px;
}
.bd-radius.select-news {
  transition-duration: 0.3s;
  transform: perspective(1px) translateZ(0);
  padding: 10px 10px 14px 10px;
}
.bd-radius.select-books.select-content {
  margin: 25px 30px;
}
#personal-information .btn:hover {
  color: #fff !important;
  background: #ea5400;
}
#personal-information .btn:focus {
  color: #fff !important;
  background: #ea5400;
}
.chapter-classrankers .left-side ul img{width: 100%;}
.No-selected{
  padding-top: 23px;
}
.plan-popup .apply-code {
  width: 100%;
  padding: 10px 0px;
  color: #cfcfcf;
  margin-bottom: 16px;
}
.confirmation-page .text-success{
  color: green !important;
}
.confirmation-page .text-success strong{
  color: green !important;
}
.plan-popup ul {
  padding: 0px 0px 0px;
}
.plan-popup p {
  color: #aba9a9;
  margin-bottom: 38px;
}
.plan-popup .apply-code .coupon-code{
  color: #303334;
  width: 100%;
  border: navajowhite;
  box-shadow: 0px 0px 3px 0px #00000014;
  padding: 5px 10px;
}
.plan-popup h3 {
  color: #303334;
  font-size: 22px;
  margin-top: 0px;
}
.plan-popup .modal-header {
  position: absolute;
  right: 0;
  border: none;
}

.sr-main-section p {
    font-size: 16px;
}

.img-box img{width:100%;}
.plans a.box-btn:hover, a.border-btn:hover {
  background-color: rgb(211, 84, 0);
  color: rgb(255, 255, 255) !important;
}
.plan-popup .modal-body {
  padding: 15px 15px 18px;
}
.sr-clouds-img{
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 11px;
}
.sr-school-img {
  position: absolute;
  bottom: -164px;
  left: 0;
  padding: 11px 11px;
}
.plan-popup ul li {
  padding-bottom: 10px;
  color: #cecece;
}
.plan-popup ul li strong {
  color: #303334;
  text-align: right;
  float: right;
}
.plan-popup .apply-code .coupon-code {
  color: #303334;
  width: 100%;
  border: navajowhite;
  box-shadow: 0px 0px 3px 0px #00000014;
  padding: 5px 10px;
}


/*.plan-popup .apply-code strong {
  float: right;
  text-transform: uppercase;
  color: #FF9F48;
  }*/
  .news-classrankers .bd-radius span{
    color: #cec7c7;
    font-size: 11px;

  }

  .news-classrankers h4{
    margin-bottom: 5px;
  }
  .news-classrankers .text-right p {
    margin-top: 16px;
  }
  .news-classrankers .bd-radius span i{
    color: #cec7c7;
  }
  input.applied {
    color: green;
  }   
  #myModal1 ul li {
    padding-top: 25px;
  }
/*.plan-popup ul li strong {
  color: #303334;
  text-align: right;
  float: right;
  }*/
  #myModal1 a {
    display: block;
    margin-top: 13px;
  }
/*.plan-popup .box-btn {
    width: 79%;
    background: #FF9F48;
    color: #fff !important;
    border-color: #FF9F48;
    border-radius: 24px;
    padding: 9px 0px;
    margin: 43px auto 0px !important;
    display: block;
    }*/
    .sr-download-app h2{

      font-weight: 700;
      margin-bottom: 37px;
    }
    .plans .section-title h2 {
      font-size: 24px;
    }
    .plans .single-price a {
      padding: 3px 13px;
    }
    .plans .price-item ul li {
      font-size: 10px;
    }
    .plans .price-tag h2 {
      font-size: 16px;
    }
    .plans a.box-btn {
      font-size: 12px;
    }
    .plans .section-title {
      margin-bottom: 30px;
    }
    .plans .section-title {
      margin-bottom: 30px;
    }

    .plans .faq-section {
      padding: 0px 30px 40px;
    }
    .earn-page #section2 {
      margin: 26px 28px 0px;
    }
    .plan-popup .apply-code .apply-coupon, .plan-popup .apply-code .remove-coupon {
      position: relative;
      top: -26px;
      right: 2px;
    }
    .plan-popup .apply-code .apply-coupon, .plan-popup .apply-code .remove-coupon {
      float: right;
      text-transform: uppercase;
      color: #FF9F48;
    }
    .plans .single-price {
      padding: 10px;
    }
    .plans .price-title h4 {
      font-size: 16px;
    }
    .plans #pricing {
      padding: 0px 15px;
    }
    /*.plan-popup .apply-code strong { 
      position: relative;   
      top: -26px;
      right: 2px;
      }*/

      input.applied {
        color: red;
      }
      input.apply-coupon.applied{color: #FF9F48}
      .free-videos .tabing-cls {
        padding: 0px 0px 34px;    
        margin-bottom: 62px;
      }
      .country-plan #country {
        border-color: #f1f1f1;
        margin-right: 8px;
        border-radius: 4px;
        color: #847d7d;
        float: left;
        height: 32px;
        margin-top: 13px;
      }
      .country-plan input{
        width: 82%;
        float: left;
        margin-right: 0px;
      }
      .plans .error{margin-top: 0px;}
      .plan-popup .form-control{
        box-shadow: none;
        border-color: #f1f1f1;
      }
      .country-plan{
        width: 100%;
      }
      #myModal .modal-content {
        width: 72%;
        margin: 22px auto;
        border-radius: 10px;s
      }
      .upload-inner {  
        right: -5px;
        bottom: 57px;
      }
      .has-feedback i {

        bottom: -30px;
      }
      .sr-question-ans img {
        display: block;
        margin-bottom: 20px;
      }
      .top-page-number-spacing span {
        font-size: 12px;
        font-weight: 700;
        margin-top: 21px;
        color: #a2a2a2;
      }
      .classrankers-login .modal-content {  
        box-shadow: none;
        border: none;
      }
      .sr-question-ans li {
        list-style: disc !important;
      }
      .sr-tabing .nav-tabs > li > a {    
        color: #FF9F48;
        font-weight: bold;
        border: 1px solid #FF9F48;
        border-radius: 34px;
        width: 197px;
      }
      .sr-ask-new form label {   
        margin-bottom: 8px;   
        margin-top: 10px;
      }
      .sr-tabing h2{color: #fff}
      .sr-tabing .nav-tabs>li{float: none; display: inline-block;text-align: center;}
      .sr-tabing ul{
        text-align: center;
        border: none;
        padding-top: 50px;
      }
      .download-app-btn img{width: 200px}
      .sr-tabing p{
        color: #fff;
        margin-top: 12px;
        margin-bottom: 24px;
        font-weight: 600;
      }

      .sr-tabing .nav-tabs li.active a{border: 1px solid #FF9F48; background: #FF9F48; border-radius: 34px; color: #fff !important;}
      .sr-tabing .nav-tabs li.active a:hover{border: 1px solid #FF9F48; background: #FF9F48; color: #fff !important;}
      .sr-tabing .nav-tabs li a:hover {
        border: none;
        color: #FF9F48 !important;
        background: none;
        border: 1px solid #FF9F48;
        border-radius: 34px;
      }
      .sr-tabing .tab-content {    
        /*text-align: center;*/
      }
      .active #menu-toggle i{   
        display: none;
      }
      .list-unstyled .copy{
        position: absolute;
        top: 9px;
      }
      .list-unstyled .text {
        visibility: hidden;
        position: relative;
      }
      .active #menu-toggle img {
        width: 36px;    
        margin-top: -6px;
        display: block !important;
        }.discussion .left-side h2{
          margin-bottom: 25px;
        }
        .padding-class {
          padding: 10px 0px;
          cursor: pointer;
        }
        input.applied{ 
          background: none;  
          border: none;     
        }
        .plan-popup{       
          z-index: 999999;
        }
        .discussion .left-side .sr-line {   
          top: 48px;
        }
        .doubts hr{
          margin-top: 5px;
          margin-bottom: 10px;
        }
        section.schedule-classroom {   

          padding-top: 30px;
          padding-bottom: 80px;
        }
        .discussion .left-side ul li{    border: none !important;padding: 0px !important;    margin-bottom: 12px;    line-height: 24px !important;}
        .discussion .left-side ul li:hover {
          background: none !important;
        }
        #wrapper #menu-toggle i{
          /*display: block;*/
        }
        #wrapper #menu-toggle img{
          display: none;
        }
        button:focus {
          outline: -webkit-focus-ring-color auto 0px;
        }
        a:hover {
          color: #FF9F48 !important;
        }
        .list-group-item ul {
          padding: 0px;
        }
        .first-comment{padding: 20px 0px}
        .error {
          color: red;
          /*font-size: 12px;*/
          margin-bottom: 0px;
        }
        .first-comment-detail{padding: 20px 0px 0px;}
        .discussion-media img{width:100%;}
        .comments-area img {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          background: #f3f3f3;

        }
        .discussion-media{width:250px;}
        .bd-radius h1{font-size: 18px;}
        .or-cls span {
          background: #bdbdbd;
          height: 1px;
          display: block;
          width: 168px;
          position: relative;
          bottom: -9px;
          margin: 0px 20px;
        }
        .related-discussion {
          background: #fff;
          border-radius: 10px;
        }
        .sr-tags{padding: 0px;}
        .sr-ques-number span {
          color: #a2a2a2;
          position: relative;
          top: 16px;
          font-size: 12px;
          font-weight: bold;
          font-family: 'Muli', sans-serif !important;
          display: inline-block !important;
          padding: 0px 0px 4px !important;
        }
        .sr-previous-next h4 {
          padding-left: 23px;
          padding-top: 15px;
          position: relative;
        }

        textarea {
          resize: none;
        }
        .related-discussion .sr-line {  
          left: 52px;
        }
        .search-not-found{text-align: center;}
        .search-not-found .orange-btn{margin: 0 auto;}
        .sr-previous-next {
          background: #fff;
          margin-top: 22px !important;
          /*padding-bottom: 16px;*/
          border-radius: 10px;
        }
        span.qa-answered i {
          color: #4CF070 !important;
        }
        .icondisplay .uncomment .fas {
          display: none;
        }
        .icondisplay .no-comment .fas {
          display: inline-block;
        }
        .icondisplay .no-comment .far {
          display: none;
        }
        .no-comment span {
          color: #FF9F48 !important;
        }
        body .no-comment a {
          color: #FF9F48 !important;
        }
        .sr-padding-left {
          padding-left: 0px;
        }
        .sr-previous-next a {
          display: inline-flex;
          color: #FF9F48;
          padding: 11px 21px 0px;
        }
        .sr-line {
          margin-top: -4px;
          margin-bottom: 30px;
          border: 0;
          border-top: 2px solid #FF9F48;
          width: 54px;
          position: absolute;
          left: 20px;
        }
        .right-sidebar ul li {
          list-style: none !important;
        }
        #sr-back-to-top {
          position: fixed;
          right: 10px;
          bottom: 10px;
          cursor: pointer;
          width: 34px;
          height: 36px;
          background-color: #FF9F48;
          display: none;
          -webkit-border-radius: 60px;
          -moz-border-radius: 60px;
          border-radius: 5px;
          color: #fff;
          text-align: center;
          padding-top: 6px;
        }
        .sr-previous-next span{
          padding: 20px 10px 0px 0px;
        }
        .page-number {
          float: right;
        }
        .sr-orange-text {
          color: #FF9F48;
        }
        .all-friends a.active {
          border-bottom: 2px solid #FF9F48;
          margin-bottom: 24px;
        }
        .all-friends a:hover h4{color: #FF9F48 !important;}
        .all-friends a h4{margin-bottom: 0px;}
        .all-friends a span{
          background: #FF9F48;
          color: #fff;
          line-height: 27px;
          width: 27px;
          height: 27px;
          text-align: center;
          border-radius: 100%;
          margin-left: 9px;
          margin-top: 5px;
          margin-bottom: 7px;
        }
        .all-friends{
          padding: 0px 9px;
        }
        .all-friends a{
          display: inline-flex;
        }
        .sr-question{
          padding-bottom: 15px;
          line-height: 24px;
        }
        .sr-question p {
          /*font-size: 14px !important;*/
          font-family: 'Muli', sans-serif !important;
        }
        .inner-ques-box table p {
          padding: 10px;
        }
        .sr-subscribe-main dropdown-menu li:hover {
          background:none !important;
        }
        .list-unstyled .dropdown-menu li a:hover {
          background: none !important;
          color: #FF9F48 !important;
        }

        #sharepopup i {
          padding: 14px;
          font-size: 22px;
          width: 53px;
          text-align: center;
          text-decoration: none;
          margin: 5px 2px;
          border-radius: 4px;
        }

        #sharepopup .i:hover {
          opacity: 0.7;
        }
        #sharepopup .modal-body {  
          text-align: center;
        }
        #sharepopup .fa-facebook-f {
          background: #3B5998;
          color: white;
        }

        #sharepopup .modal-dialog {
          width: 252px;
          margin: 160px auto 0px;
        }
        #sharepopup .fa-google-plus-g{
          background: #dd4b39;
          color: white;
        }
        #sharepopup .fa-twitter {
          background: #55ACEE;
          color: white;
        }
        .list-unstyled li span:hover span{color:#FF9F48 !important;} 

        .list-unstyled li span:hover a i {
          background: #fee3c8;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border-radius: 100%;
          text-align: center;
          color: #FF9F48;
        } 
        .icondisplay.pull-right a {   
          position: relative;
          top: 2px;
        }
        .icondisplay.pull-right span {
          padding: 0px 7px 0px 8px;
          cursor: pointer;
        }
        .list-unstyled li span a i {   
          height: 30px;
          width: 30px;
          line-height: 30px;  
          text-align: center; 
        }
        .icondisplay .like .fas{display: none} 
        .icondisplay .unlike .far{display: none} 
        .icondisplay .unlike .fas{display: inline-block;} 
        .media:first-child {
          margin-top: 10px;
        }
        .sr-padding-0 {
          padding: 0px;
        }
        .sr-clear {
          line-height: 34px;
          padding-top: 24px;
          display: inline-block;
          color: #FF9F48;
        }
        .discussion .left-side li i {
          display: none;
        }
        .discussion .left-side li.active i {
          display: inline-block;
          padding-right: 8px;
          font-size: 12px;
        }
        .media-heading-muted {
          color: #adadad;
          font-size: 12px;
          position: relative;
          top: -8px;
        }
        .media-heading-muted strong {
          display: inline-block !important;
          font-size: 22px;
          position: relative;
          top: -3px;
        }
        .sr-right-side a {
          display: block;
          padding: 9px 0px 9px 0px;
          font-size: 14px;
          color: #a2a2a2;
          font-weight: 600;
        }
        .sr-right-side .collapsed .fa-plus {
          display: inline-block;
        }
        .sr-right-side a .fa-plus{display: none;}
        .sr-right-side a i{float: right}
        .sr-right-side .collapsed .fa-minus {
          display: none;
        }
        .sidebar-box {
          margin-top: 30px;
        }
        #study-material .left-side .bg ul li {
          line-height: 24px;
        }
        .sr-right-side .quiz-div a {
          border: 1px solid #020f1b;
          border-radius: 4px;
          margin: 7px 8px 5px 0px;
          height: 38px;
          width: 38px;
          line-height: 19px;
          text-align: center;
          cursor: pointer;
          color: #020f1b;
          font-size: 12px;
          display: inline-block;
        }
        .classroom-banner{
          background: #fff;
          padding-top: 25px;
          border-radius: 10px;
        }
        .no-post .left-side a:hover {
          color: #FF9F48 !important;
        }
        .bd-radius .padding-class a {
          color: #303334;
        }
        .discussion .left-side li.active {
          color: #ffff;
          background: #FF9F48;
        }
        .sr-tags li {
          display: inline-block;
          border: 1px solid #f3f3f3;
          border-radius: 16px;
          margin: 7px 4px;
          padding: 0px 10px !important;
          line-height: 26px !important;
          color: #FF9F48;
          cursor: pointer;
          position: relative;
          font-size: 12px;
          background: #f3f3f3;
        }
        .left-side h2 {
          font-size: 20px;
        }

        .select2-container--default .select2-selection--single {
          border: 1px solid #dedede !important;
          border-radius: 5px;
        }
        #myModal {
          margin-top: 107px;
          z-index: 99999;
        }
        .sr-main-section .post-content li {
          list-style: disc;
        }
        .sr-main-section .post-content a {
          color: #FF9F48;
          font-size: 14px;
          font-weight: bold;
          line-height: 22px;
        }
        .sr-main-section .post-content ul {
          padding: 0px 14px;
        }
        #wrapper {  
          transition: all .4s ease 0s;
          height: 100%
        }
        #sidebar-wrapper {
          margin-left: -200px;
          width: 200px;
          background: #303334;
          position: fixed;
          height: 100%;
          z-index: 10000;
          transition: all .4s ease 0s;
        }

        .sidebar-nav {
          display: block;
          float: left;
          width: 200px;
          list-style: none;
          margin: 0;
          padding: 0px;
        }
        .side-menu ul li b {
          font-weight: 300;
          padding-left: 10px;
        }
        #page-content-wrapper {
          padding-left: 0;
          margin-left: 0;
          width: 100%;
          height: auto;
        }
        #wrapper #menu-toggle i {
          padding-left: 6px;
          font-size: 21px;
          margin-top: 5px;
        }
        #wrapper.active .sub_icon {
          display: block;
          padding-left: 0px;
        }
        #wrapper .sub_icon {
          display: block;
          padding-left: 138px;
        }
        #wrapper.active b {
          display: block !important;
        }
        #wrapper.active #sidebar-wrapper {
          left: 200px;

        }
        #page-content-wrapper {
          width: 100%;
        }
        #sidebar_menu li a,
        .sidebar-nav li a {
          color: #fff;
          display: block;
          float: left;
          text-decoration: none;
          width: 200px;
          background: #303334;
          -webkit-transition: background .5s;
          -moz-transition: background .5s;
          -o-transition: background .5s;
          -ms-transition: background .5s;
          transition: background .5s;
          border-radius: 30px 0px 0px 30px;
        }
        .sidebar_name {
          padding-top: 25px;
          color: #fff;
          opacity: .7;
        }
        .sidebar-nav li {
          line-height: 40px;
          text-indent: 20px;
        }
        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
          text-decoration: none;
        }
        .sidebar-nav > .sidebar-brand {
          height: 65px;
          line-height: 60px;
          font-size: 18px;
        }
        .sidebar-nav > .sidebar-brand a {
          color: #999999;
        }
        .plans .pb-100 {
          padding-bottom: 50px;
        }
        .plans .pt-100 {
          padding-top: 30px;
        }
        .plans .section-title h4 {
          font-size: 14px;
          font-weight: 500;
          color: #777;
        }
        .plans .section-title h2 {
          font-size: 32px;
          margin: 15px 0;
          display: inline-block;
          position: relative;
          font-weight: 700;
          padding-bottom: 0px;
          letter-spacing: 1px;
          padding-left: 0px !important;
          color: #303334;
        }
        .plans .sr-main-section section p {
          margin-top: 0px !important;
        }
        .plans .section-title p {
          font-weight: 300;
          font-size: 14px;
        }
        .plans .black-bg .section-title h2,
        .black-bg .section-title h4,
        .black-bg .section-title p {
          color: #fff
        }
        .plans .section-title {
          margin-bottom: 30px;
          margin-top: 20px;
        }
        .plans .single-price {
          text-align: center;
          padding: 20px;

          border-radius: 10px;
        }
        .plans .price-title h4 {
          font-size: 22px;
          text-transform: uppercase;
          font-weight: 900;
          color: #303334;
          padding-bottom: 15px;
        }
        .plans .price-tag {
          margin: 30px 0;
        }
        .plans .price-tag {
          margin: 0px 0;
          color: #000;
          padding: 6px 0px 0px;
          border: 1px solid #d0d0d0;
          margin-bottom: 19px;
        }
        .plans #pricing {
          box-shadow: none;
          margin: 0px;
          padding: 0px 62px;
        }
        .plans .faq-section {
          padding: 0px 79px;
        }
        .plans #pricing img {
          width: 100%
        }
        .plans .price-tag h2 {
          font-size: 22px;
          font-weight: 700;
          padding: 0px !important;
          margin-top: 0px;
        }
        .plans .price-tag h2 span {
          font-weight: 300;
          font-size: 14px;
          padding-top: 13px;  
        }
        .plans .faq-section {
          box-shadow: none;
          border: none;
          margin: 67px 0px 20px;
          padding-bottom: 48px;
        }
        .plans .single-price {
          transition: all .2s ease-in-out;
          background: #ffffff;
          position: relative;
          box-shadow: 0px 0px 7px 3px #00000014;
        }
/*.plans .single-price:hover{
       background: #fec791;
       transition: background 0.5s;
       }*/
       .plans .single-price:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
      }
      .plans .faq-section h4 {
        padding-bottom: 50px;
      }
      .plans .price-item ul {
        margin: 0px 0px 19px !important;
        padding: 0;
        list-style: none;
        display: block !important;
      }
      .plans .price-item ul li {
        font-size: 14px;
        padding: 5px 0;
        margin: 5px 0 !important;
        color: #303334;
        font-weight:700;
      }
      .plans .price-item ul li:last-child {
        border-bottom: 0;
      }
      .plans .single-price a {
        margin-top: 0px;
        background: #ffc31a;
        color: #303334;
        padding: 3px 25px;
        border-radius: 10px;
        font-size: 12px;
        margin-bottom: 4px;
        display: inline-block;
      }
      .plans a.box-btn,
      .plans .single-price input[type=submit], .plans .single-price input[type=button], button.select-plan-id  {
        background-color: #FF9F48;
        padding: 8px 20px;
        display: inline-block;
        color: #fff;
        text-transform: capitalize;
        border-radius: 7px;
        font-size: 15px;
        transition: .3s;
        width: 88%; 
        margin: 0 auto; 
        border-style: none;
      }   
      .loading {
        background-color: #FF9F48a6 !important;
      }
      .plans .sr-main-section {
        padding: 0px 8px 30px !important;
      }

      .plans #section2 ul li{
        padding: 30px 20px;
      }

      .subject-silder .owl-item img {
        width: 60px;
        display: block;
        margin: 0 auto;
      } 
      .books-main-box .book-box:hover{
        background: #fec791;
        transition: background .5s;
      }
      button.owl-next.disabled {
        background: #f3f3f3 !important;
        cursor: no-drop;
      }
      button.owl-prev.disabled{
        background: #f3f3f3 !important;
        cursor: no-drop;
      }
      .subject-silder .subject-box {
        background: #fff;
        box-shadow: 0px 0px 7px 3px #00000014;
        padding: 20px 10px;
        margin: 17px auto;
        border-radius: 10px;    
        cursor: pointer;
      }
      .subject-silder h2{
        position: absolute;
        top: 4px;
      }
      .subject-silder h2{
        padding: 0px 12px;
      }
      .selected-books h2{
        padding: 0px 7px;
      }
      .chapter-classrankers .sr-tabing {
        background: none;
        padding: 0px;
      }

      .book-select{
        display: inline-flex;
      }
      .chapter-classrankers .sr-tabing ul {
        text-align: center;   
        display: inline-flex;
        margin: 0 auto;
        background: #fff;}
        .chapter-classrankers .subject-box{
          background: #fff;
          box-shadow: 0px 0px 7px 3px #00000014;
          padding: 20px 10px;
          margin: 17px auto;
          border-radius: 10px;
          cursor: pointer;
        }
        .plans .accordion{font-weight: bold;}
        .chapter-classrankers .subject-box:hover{background: #fec791;
          transition: background .5s;}
          .chapter-classrankers .sr-tabing .nav-tabs li:hover a {
            border: 1px solid #FF9F48;
            background: #FF9F48;
            color: #fff !important;
            transition: background .5s;
          }
          .chapter-classrankers .tab-content .bd-radius p i{
            background: #303334;
            color: #fff;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 7px;
            cursor: pointer;
          }
          .chapter-classrankers .tab-content .bd-radius p i:hover{background:#FF9F48;transition: background 0.5s }

          .chapter-classrankers .tab-content .bd-radius {
            padding: 5px;
            box-shadow: 0px 0px 7px 2px #00000017;
            margin: 20px 0px;
            }
            .chapter-classrankers .sr-tabing ul li:first-child{padding-left: 0px;}
            .chapter-classrankers .sr-tabing ul li{width:auto;    padding: 0px 15px;}
            .chapter-classrankers .sr-tabing ul li a::after{display: none;}
            .subject-silder .owl-item .subject-box:hover {
              background: #fec791;
              transition: background .5s;
            }
            .books-main-box .book-box{
              box-shadow: 0px 0px 7px 3px #0000000f;
              padding: 0px 0px 5px;
              border-radius: 10px;
              min-height: 190px;

            }
            .books-main-box{
              margin-top: 22px;
              padding-bottom: 20px;
              float: left;
              width: 100%;
            }
            .books-main-box h2 {   
              margin-top: 0px;
              margin-bottom: 46px !important;  
              padding: 0px 19px;

            }
            .selected-books .bd-radius{margin-bottom: 50px;padding-bottom: 0px;} 
            .books-main-box li{
              float: left;
            }
            .book-box img {
              width: 100%;
              border-radius: 10px 10px 0px 0px;
            }
            .No-selected.main{display: none;}
            .selected-books .bd-radius{
              float: left;
              width: 100%;
              padding: 0px 10px;
            }

            .selected-books .bd-radius .booksimage{
              margin: 54px auto 0px;
              display: block;
            }
            .subject-silder h2 .sr-line {
              margin-top: 10px;   
              left: 17px;

            }
            .profile .sr-subscribe-main{padding: 0px !important;}
            .profile .sr-subscribe-main .subscribe {
              margin-left: 0px;
              margin-top: -15px;
            }
            .profile  .left-side .bd-radius{padding: 7px 15px;
              box-shadow: 0px 0px 4px 4px #0000000f;
              float: left;
              width: 100%;
              margin-bottom: 20px;}
              .profile .inner-div .btn{width:100%;}
              .books-main-box .book-box strong{
                display: block;
                text-align: center;
                color: #303334;
                line-height: 20px;
                padding-top: 8px;
                padding: 8px 5px 5px; 
              }
              .subject-silder .owl-item .subject-box.active{
                background: #fec791;
                transition: background .5s;
              }
              .subject-silder .bd-radius {
                margin-bottom: 20px;
                padding-top: 75px;
                padding-bottom: 36px;
                padding: 75px 18px 18px;
              }


              .plans .single-price:hover {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
              }
              .plans .sr-main-section {
                padding: 12px 15px 30px;
              }
              .plans .faq-section {
                margin: 74px 0px 12px;
                padding-bottom: 48px !important;
              }
              .accordion {
                padding: 15px;
                font-size: 14px;
              }
              .accordion.active:after {
                content: "-";
              }
              .no-post ul li {
                list-style: disc;
              }
              .no-post h1 {
                font-size: 24px;
              }
              .right-sidebar ul li a {
                color: #303334 !important;
              }
              .right-sidebar ul p a {
                color: #303334;
              }
              .right-sidebar .book-box img {
                width: 80px;
                border-radius: 10px;
              }
              #sr-back-to-top:hover {
                color: #fff !important;
              }
              .no-post table{
                width: 100% !important;
              }
              .plans .section-title {
                margin-bottom: 30px;
              }
              .plans .faq-section {
                padding: 0px 25px;
              }
              .plans #pricing {
                padding: 0px 0px;
              }


              .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
              }
              #main_icon {
                float: right;
                padding-right: 65px;
                padding-top: 20px;
              }
              #sidebar-wrapper svg {
                width: 29px;
                float: left;
                padding-left: 4px;
              }
              .sub_icon {
                padding-right: 0px;
                padding-top: 0px;
              }
              .content-header {
                height: 65px;
                line-height: 65px;
              }
              .content-header h1 {
                margin: 0;
                margin-left: 20px;
                line-height: 65px;
                display: inline-block;
              }
              @media (max-width: 767px) {
                #wrapper {  
                  transition: all .4s ease 0s;
                }

                #wrapper.active #sidebar-wrapper {
                  left: 193px;
                  transition: all .4s ease 0s;
                }
                #wrapper.active {
                  padding-left: 169px !important;
                }
                #sidebar_menu li a, .sidebar-nav li a {   
                  width: 176px;
                }
              }
              .sr-blue-color {
                color: #303334 !important;
              }

              #myModal .modal-header {
                position: absolute;
                right: 0;
                border: none;
              }
              #myModal .modal-body h4 {
                padding-left: 21px;
                background: #f0f0f0;
                padding: 11px 15px;
                margin: 0px 0px 0px;
              }
              body .sr-orange-color{color:#FF9F48 !important;}
              .dropdown-menu {
                border: none;
              }
              .one-post .bd-radius .widget .panel-heading {
                padding-left: 0px;
              }
              .sr-padding-right {
                padding-right: 0px;
              }

              section#Terms-and-Conditions {
                padding: 15px;
              }
              .row {
                margin-right: 0px;
                margin-left: 0px;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div img {
                width: 100%;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div {
                position: relative;
              }
              .earn-page .sr-main-section .sr-inner-section {
                background: #fff;
                border-radius: 11px;
                padding-bottom: 60px;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h3 {
                color: #303334;
                padding-top: 30px;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class p {
                color: #fff;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h2 {
                color: #303334;
                margin-top: 64px;
                padding-left: 77px;
              }
              .earn-page .sr-main-section .sr-inner-section ul {
                display: inline-flex;
                text-align: center;
                margin: 0 auto;
                width: 100%;
                justify-content: center;
              }
              .earn-page section {   
                margin: 26px 78px 0px;
              }
              .earn-page #table-section {
                margin-top: 45px;
              }

              .earn-page #table-section li {
                margin: -16px 0px 0px !important;
              }
              .earn-page #section2 {
                padding: 30px 0px;   
                margin: 26px 78px 0px;
              }

              .earn-page #section2 ul li:first-child {
                margin-left: 0px;
              }
              .earn-page .sr-main-section .sr-inner-section .round-img-box .img-box {
                background: #5e7386;
                height: 150px;
                width: 150px;
                border-radius: 100%;
                margin: 30px auto 26px;
              }
              .earn-page .sr-main-section .sr-inner-section .round-img-box  {
                margin: 0px 54px;
                position: relative;
                text-align: center;
              }
              .earn-page .sr-main-section .sr-inner-section .round-img-box h6 {
                color: #303334;
                font-size: 14px;
              }
              .earn-page .sr-main-section .sr-inner-section .round-img-box p {
                color: #cfcfcf;
                font-size: 12px;
              }
              .earn-page #wrapper {
                display: inline-flex;
                padding: 0px 0px 0px 79px;
                width: 100%;
              }
              .earn-page #table-section .tab-content {
                padding: 0px 20px;
              }
              .earn-page #wrapper .item {
                margin-top: 20px;
              }
              .earn-page #wrapper .item button {
                background: #fff;
                box-shadow: none;
                border: none;
                border-radius: 5px;
                width: 93%;
                height: 35px;
                text-align: left;
                padding: 7px 8px;
                color: #bdb8b8;
                position: relative;
              }
              .earn-page #wrapper .item button span {
                color: #303334;
                font-weight: 900;
                font-size: 12px;
                position: absolute;
                top: 6px;
                right: 11px;
              }
              .earn-page .sr-main-section .nav-tabs > li {
                width: 50%;
                text-align: center;
              }
              .earn-page .sr-main-section .nav-tabs li.active {
                background: #fec791;
                border-color: #fec791;
                border-radius: 8px 8px 0px 0px;

              }
              .earn-page .sr-main-section .nav-tabs > li a {
                color: #303334;
                font-size: 17px;
              }
              .earn-page .sr-main-section .nav-tabs {
                border-bottom: 0px solid #DDD;
                text-align: center;
              }
              .earn-page .sr-main-section section p {
                font-size: 14px;
                color: #303334;
                line-height: 24px;
                margin-top: 18px;
                margin-bottom: 22px;
              }
              .earn-page .sr-main-section .sr-inner-section #table-section img {
                width: 40px;
              }
              .earn-page .sr-main-section .sr-inner-section h5 {
                color: #303334;
                font-size: 16px;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class span {
                color: #fff;
                font-size: 14px;
                line-height: 24px;
                padding-left: 77px;
                display: block;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class .banner-inner-section {
                width: 60%;
              }
              .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class {
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
              }
              body .unlike a {
                color: #FF9F48 !important;
              }
              .icondisplay .unlike span{color: #FF9F48  !important;}

              .padding-right {
                padding-right: 0px;
              }


              .loading-class {
                background: #fff;
                padding: 20px;
                margin-top: 30px;
              }
              .loading-class .box-new {
                background: #efefef;
                border-radius: 42px;
                padding: 8px 31px;
                height: 78px;
              }
              .loading-class p {
                background: #efefef;
                padding: 15px;
                border-radius: 13px;
              }
              .load-comments .post-post-content.postMetaInline-media{border: none !important;}
              .loading-class .comment-like li {
                background: #efefef;
                padding: 11px 32px;
                border-radius: 14px;
                margin-top: 16px;
              }
              .close:hover, .close:focus {
                color: #fff;   
                opacity: 1;
              }
              text-shadow: none;
              .loading-class .bd-radius {
                box-shadow: none;
                border: none !important;
              }
              .loading-class .bd-radius .post-post-content.postMetaInline-media {
                border: none;
              }
              .loading-class .padding-class h4 {
                background: #efefef;
                background: #dbd5d5;
                padding: 14px 42px;
                border-radius: 10px;
                margin-left: 13px;
              }

              .loading-class .media-heading {
                background: #efefef;
                padding: 9px 42px;
                border-radius: 10px;
                margin-left: 13px;
              }
              .loading-class .media-heading-muted {
                background: #efefef;   
                border-radius: 10px;
                margin-left: 13px;
              }
              .loading-class .media-left {
                background: #efefef;
                box-shadow: none;
                border: none;
                border-radius: 100%;
                height: 60px;
                width: 60px;
              }
              .loading-class .padding-right {
                height: 50px;
                background: #efefef;
                width: 50px;
                border-radius: 100%;
              }

              .comment-like li span {
                padding: 0px 5px;
              }
              .comment-like li {
                display: inline-block;
                color: #a2a2a2;
                padding: 0px 11px;
                cursor: pointer;
              }
              .comment-like li a {
                color: #a2a2a2;
              }
              .media-heading a {
                color: #303334;
              }
              .media-heading i {
                color: #FF9F48;
              }
              .icondisplay a {
                color: #a2a2a2 !important;
              }
              .more {
                color: #FF9F48;
              }
              .icondisplay span {
                cursor: pointer;
              }
              .icondisplay i {
                position: relative;
                top: 0px;
                right: 4px;
              }
              #study-material form label {
                margin: 11px 6px 2px;
              }
              .popup ul li {
                color: #303334;
                display: block;
                position: relative;
                float: left;
                width: 100%;
              }
              .popup ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
                top: 13px;
                left: 22px;
              }
              .popup ul li label {
                display: block;
                position: relative;
                font-weight: 300;
                font-size: 1.35em;
                padding: 11px 25px 25px 46px;
                margin: 10px auto;
                height: 20px;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
              }
              .popup ul li .check {
                display: block;
                position: absolute;
                border: 4px solid #AAAAAA;
                border-radius: 100%;
                height: 15px;
                width: 15px;
                top: 28px;
                left: 20px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
              }
              .comment-img-box {
                width: 200px;
              }
              img.comment-img{
                width: 100%;
                height: 100%;
                border-radius: 0px;
              }
              .upload-image-preview{
                display: none;
              }
              .has-success .form-control {
                border: 1px solid #cbcbcb;
                background: #ffffff;
                width: 100%;
                margin-top: -11px;
                border-radius: 21px;
                min-height: 40px;
                box-shadow: none;
                padding: 8px 0px 0px 38px;
              }
              .bd-radius .list-unstyled .dropdown-menu {
                top: 69%;
                left: -137px;
                right: 0;
              }
              .bd-radius .list-unstyled .dropdown-menu li a i {
                padding-right: 8px;
              }
              .box-new { 
                background: #f9f9f9;    
              }
              .widget .panel-body {
                padding: 0px;
              }
              .widget .list-group {
                margin-bottom: 0;
              }
              .widget .panel-title {
                display: inline;
              }
              .widget li.list-group-item {
                border-radius: 0;
                border: 1px solid #fff;
                margin: 15px 0px;
              }
              .bd-radius {    
                background-color: #ffffff;
                border: 0px solid rgba(0, 0, 0, 0.09) !important;
                padding: 24px 24px;
                border-radius: 10px;
              }
              .bd-radius .postMetaInline-media {
                padding-top: 5px;
              }
              .bd-radius .post-post-content.postMetaInline-media {
                width: 100%;
                border-top: 1px solid #eee;
              }
              a:focus {
                outline: thin dotted;
                outline: 0px auto -webkit-focus-ring-color;
                outline-offset: 0px;
                text-decoration: none;
              }
              .trending-discussions{
                background: #fff;
                padding: 0px 20px;
                margin-top: 0px;
                margin-bottom: 20px;
                border-radius: 10px;
              }
              .upload-inner {
                position: absolute;
                right: -12px;
                bottom: 65px;
              }
              .has-success .sr-padding-0 {
                margin-top: -25px;
              }
              .has-success .fileup-btn input {
                width: 38px;
                right: -157px;
                top: -4px;
              }
              .has-success .fileup-btn {
                position: relative;
                overflow: visible;
                display: inline-block;
                left: -120px;
                top: 24px;
              }
              .trending-discussions .sr-line {   
                left: 5px !important;
              }
              .media-left img {
                width: 50px !important;
                border-radius: 100%;
                background: #f3f3f3;
                height: 50px;
              }
              
              .orange-btn {
                background: #FF9F48;
                color: #fff !important;
                padding: 8px 12px !important;
                font-size: 12px;
                border-radius: 16px;
                /* width: 95px; */
                display: inline-block;
                text-align: center;
                font-weight: 400;
                border-color: #FF9F48;
              }
              .sr-sm-btn {
                height: 31px;
                font-weight: 700 !important;
                border-radius: 16px !important;
                margin-right: 18px;
                padding-top: 5px !important;
                float: left;
                display: inline-block;  
              }
              .doubts li span {
                /*float: right;*/
              }
              .discussion .left-side h3 {
                margin-bottom: 0px;
                margin-top: 20px;
              }
              .discussion .left-side ul ul {
                padding: 11px 0px 0px !important;
              }
              .has-feedback i {
                position: absolute;
                left: 132px;
                font-size: 20px;
                z-index: 9999;
                top: 2px;
                color: #FF9F48;
                }             .doubts form {
                  /*background: #fff;*/
                  /*padding: 17px 0px 6px;*/
                }
                #myModal form{padding: 0px;}
                .load-comments .panel-heading {
                  padding: 0px 15px;
                }
                .all-doubt .list-group-item i.fas.fa-paper-plane{
                  padding-right: 12px;
                  left: auto;
                  right: 24px;
                  top:auto !important;
                  transform: rotate(-45deg);
                  -webkit-transform: rotate(57deg);
                  bottom: -51px;

                }
                .has-feedback a {
                  color: #a2a2a2 !important;
                }
                .has-feedback img{

                  margin-top: 30px;
                }
                .btn.active.focus,
                .btn.active:focus,
                .btn.focus,
                .btn:active.focus,
                .btn:active:focus,
                .btn:focus {
                  outline:0px auto -webkit-focus-ring-color;
                  outline-offset:0px;
                }
                .sr-question-ans span{font-size: 14px !important;    font-family: 'Muli', sans-serif !important;} 
                .sr-question-ans p{font-size: 14px !important;    font-family: 'Muli', sans-serif !important;} 

                .sr-question b{font-family: 'Muli', sans-serif !important;}
                .sr-question span{font-size: 14px !important;    font-family: 'Muli', sans-serif !important;}
                .sr-question-ans{line-height: 27px;    font-family: 'Muli', sans-serif !important;}
                .ques-ans .ques-box {
                  border-top: 1px solid #c1c1b9;
                  margin-top: 22px;
                }
                button.close {     
                  right: -14px;    
                }
                #right-triangle {
                 background: #303334;
                 position: relative;
                 display: inline-block;
                 color: #ffff;
                 padding: 9px 13px;
                 margin-top: 0px;
               }
               .report-this {
                color: #FF9F48;
                font-weight: bold;  
              }
              .quiz .left-side .quiz-div {
                display:flex;
                flex-wrap:wrap;
                justify-content:center;
                margin-top:26px;
              }
              .sr-right-side {
                background: #fff;
                padding: 13px 20px;
                border-radius: 10px;
              }
              .sr-previous-next .sr-line {
                margin-top: -1px;    
                left: 23px;
              }
              a.report-this {
                display:block;
              }
              .arrow-right {
                width: 0;
                height: 0;
                border-top: 19px solid transparent;
                border-bottom: 19px solid transparent;
                border-left: 19px solid #303334;
                position: absolute;
                top: 0px;
                right: -19px;
              }
              #study-material .question-div h6 {
                font-size: 14px;
                margin-bottom: 4px;
                font-weight: 600;
                margin-top: 0px;
              }
              #other-box input {
                width: 100%;
                border: none;
                border-bottom: 1px solid #d8d7d7;
                padding-top: 30px;
                margin-left: 0px;
                padding-bottom: 10px;
                padding-left: 21px;
              }
              button.close:hover {
                opacity: 1;
                color: #fff
              }
              button.close {
                background: #FF9F48;
                color: #fff;
                opacity: 1;
                top: -12px;
                height: 30px;
                width: 30px;
                line-height: 8px;
                border-radius: 100%;
                padding-bottom: 7px;
                z-index: 99999;
                position: absolute;
              }


              .earn-page #wrapper b {
                position: relative;
                top: 50px;
                left: -5px;
              }
              .earn-page #section2 ul {
                padding: 0px 15px;
              }
              .tab-content {  
                border-radius: 4px;
              }
              .shadow-cls {
                background: #fff;
              }
              .popup ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 5px;
                width: 5px;
                top: 1.2px;
                left: 1px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
              }
              .check {
                font-size: 14px;
              }
              .submit-btn {
                background: #FF9F48;
                color: #fff;   
              }
              .report-this:hover {
                color: #FF9F48;
              }
              .has-search .form-control {
                padding-right: 12px;
                padding-left: 44px;
                border: none;
                border-radius: 30px;
                height: 32px;
                margin-bottom: 0px;
                text-align: left;
                font-size: 14px;
                margin-top: -4px;
                position: relative;
                top: 6px;
              }
              .no-post .sr-main-section {
                background: #fff;
                padding: 10px 27px 35px;
                border-radius: 10px;
              }
              #study-material .left-side .main-ques {
                border-bottom: 1px solid #e7e7df;
              }
              .question-div {
                border-bottom: 1px solid #e7e7df;
                color: #303334;
                padding: 20px;
                display: block;
                float: left;
                width: 100%;
              }
              .btn-orange{
               background: #FF9F48;
               width: 100%;
               border-color: #FF9F48;
               color: #fff;
               height: 35px;
               font-size: 16px;
             }
             .facebook-btn{  
               background: #4267b2 !important;
               border-color: #4267b2 !important;
               color: #fff !important;
             }
             .facebook-btn:hover{
               background: #213772 !important;
               transition: background 0.5s;
               border-color: #213772 !important;
               color: #fff !important;
             }

             a{
               cursor: pointer 
             }

             #signup .sign-in{
               text-align: center;
               margin-top: 16px;
               position: absolute;
               bottom: 0px;
               left: 0;
               right: 0;
             }
             .or-cls {
              display:inline-flex;
              width:100%;
            }
            .or-cls{
             color:#838383;
           }
           .google-btn {
            background:#cf3530 !important;
            border-color:#cf3530 !important;
            position: relative;
          }
          .google-btn:hover {
            background:#b6110c !important;
            transition:background 0.5s;
            border-color:#b6110c !important;
            color:#fff !important;
          }
          #signup .box-image {
            color: #fff;
            padding-top: 223px;
            padding: 180px 20px 53px;
          }
          #signup .box-image h2 {
            color: #ffffff;
          }
          #signup .sr-line {    
            border-top: 6px solid #FF9F48;
            width: 83px;    
            left: 21px;
          }
          #signup .facebook-btn {
            background:#3a559f !important;
            border-color:#3a559f !important;    
            margin-bottom:15px;
            position: relative;
          }
          #signup i{
            float: left;
          }
          #signup .modal-header {
            border-bottom:0px solid #e5e5e5;
            padding:0px;
          }
          #signup .modal-header h4{
           display: none;
         }
         #signup .modal-header .close {
          margin-top:-2px;
          opacity:1;
          margin-top:-9px;
          background:#fff;
          height:30px;
          width:30px;
          line-height:30px;
          border-radius:100%;
          margin-right:0px;
          color:#000;
        }
        #resetform .modal-content {
          height: 300px;
          margin-top: 80px;
          padding: 60px;
        }
        .update-password-form{
          width: 450px;
          margin: 0 auto;
        }
        #signup .modal-content {
          height:520px;
          background: #303334;
        }
        #backgroundLogin{background: #fff;    
          padding: 21px 20px;
          height: 520px;}
          .classrankers-login .modal-dialog {
            width: 700px;
          }
          #signup .modal-content .modal-body{
           float: left;
           width: 100%;
           position: relative;
           height: 510px;
         }
         .doubts .left-side ul li a {
          color: #303334;
          font-size: 14px;
        }
        a:hover {
          text-decoration: none;
        }
        #signup .modal-dialog {   
         margin-top: 70px;
       }
       .doubts input {
        height: 40px;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        box-shadow: none;
      }
      .upload-main{position: relative;z-index: 9;}


      @media screen and (min-width: 1450px) and (max-width: 1920px) {
       .no-post .sr-section {
      /*  padding-left: 0px !important;  
      padding-right: 0px !important;*/
    }
    .earn-page .sr-section {
      padding-left: 0px !important;   
      padding-right: 0px !important;
    }
    .earn-page .sr-main-section {
      padding: 0px 1px 30px !important;
    }
    .plans .sr-section {
      padding-left: 29px !important;   
      padding-right: 29px !important;
    }
    .plans .sr-main-section {
      padding: 0px 15px 30px !important;
    }
  }
  @media screen and (min-width:1025px) and (max-width: 1200px) { 
    .no-post .sidebar-box {
      margin-top: 14px;
    }
    .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h2 {
      color: #303334;
      margin-top: 34px;
    }   

    .bd-radius {
      padding: 15px 14px;
    }
    .doubts form {
      /*padding: 17px 2px 6px;*/
    }
    .bd-radius .post-post-content.postMetaInline-media .nav li .icondisplay span {
      font-size: 14px !important;
    }
    .icondisplay span {
      padding: 0px 3px 0px 4px !important;  
    }
    .related-discussion {
      padding: 0px;

    }
    .left-side h2 {
      font-size: 17px;
    }
  }
  @media screen and (min-width:991px) and (max-width: 1024px) { 
    .sr-ask-new form {
      padding: 17px 15px 6px !important;

    }

    .bd-radius .post-post-content.postMetaInline-media .nav li .icondisplay span {
      font-size: 13px !important;
    }
  }
  @media screen and (min-width:768px) and (max-width: 991px) { 
    .sr-accept .orange-btn {
      margin-top: 10px;
      padding: 5px 8px;
    }
    .profile .media-left img {
      width: 31px !important;
      height: 32px;
    }
    .sr-accept .sr-delete {
     left: 3px;
     font-size: 12px;
   }
   .profile .media-heading {
    font-size: 14px;
  }
  .sr-friends .left-side .bd-radius .sr-sm-btn {
    padding: 0px 4px;
  }
  .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h2 {
    margin-top: 30px;
    font-size: 16px;
    padding-left: 20px;
  }
  .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class .banner-inner-section {
    width: 90%;
  }

  .earn-page #wrapper {
    padding: 0px 0px 0px 20px;
  }
  .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class span {
    display: none;
  }
  .earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h3 {
    padding-top: 0px;
    font-size: 18px;
  }

  .no-post .sidebar-box h4{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .earn-page section {
    margin:26px 28px 0px;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) { 
  .subject-silder .owl-item span{display: block !important;}
  .books-main-box li {
    margin: 12px 0px;
  }
  .earn-page #wrapper .item {
    margin-top: 3px;
  }
  .earn-page #wrapper b {
    top: 37px;
  }

  .one-post h3 {
    font-size: 16px;
    margin-top: 4px;
  }
  .sr-dashboard .left-side .sr-line {
    left: 22px;
  }
  .no-post .sidebar-box {
    margin-top: 14px;
  }

  .ques-ans .sr-main-section h3 {
    margin-top: 5px !important;
    font-size: 16px !important;
    }.sr-padding-right {
      padding-right: 7px;
    }
    #study-material .left-side .main-ques {
      padding: 0px 0px 6px;
    }
    .sr-previous-next {
     margin-bottom: 40px;
   }
   .sr-previous-next h4 {
    padding-left: 15px;
    padding-bottom: 9px;
  }
  .report-this {
    padding: 9px 0px;
  }

  .sr-ask-new form span{display: block !important;}
  .doubts form {
    /*padding: 17px 2px 6px !important;   */
  }
  .related-discussion .sr-padding-class {
    padding: 12px 14px 0px !important;
  }
  .one-post {
    margin: 0px !important;
  }
  .related-discussion .sr-line {
    left: 34px;
  }
  .discussion h1 {
    margin-top: 0px;
  }
  .bd-radius {
    padding: 15px 15px;
  }
  footer .footer-menu {  
    padding: 14px 0px;
  } 
  .icon-info .label-primary {   
    top: -10px !important;    
    left: -7px !important;   
  }
  .shadow-cls {
    padding: 0px 14px 0px !important;
  }

  body .left-side ul {
    padding: 3px 10px 30px !important;

  }
  .left-side h2 {
    font-size: 14px;
    margin-top: 11px;
  }
  .left-side h3 {
    font-size: 13px;

    margin-top: 10px;
  }
  .discussion .left-side .sr-line {
    top: 33px;
    left: 15px;
  }
  .shadow-cls h2 {
   padding: 1px 0px 22px !important;
   font-size: 16px;
 } 
 .left-side .select2{display: block !important;}
 .left-side .select2 span{display: block !important;}
 .left-side .select2-container--default .select2-selection--single .select2-selection__arrow b {

  top: 25%;
}
a.dropdown-toggle.icon-info {
  padding-bottom: 9px !important;
  padding-right: 0px;
  padding-top: 13px;
}
.classroom .ul-sr-section li .padding-class strong {
  font-size: 13px !important;
}
.tabing-cls .nav>li>a {
  padding: 10px 14px;
}
#wrapper span {
  display: inline-block;
}
.sr-section {
  padding-left: 0px !important;  
  padding-right: 0px !important;
}
.tabing-cls .tab-content {
  padding: 0px !important;
}
#post .sr-play-icon {   
  left: -24px;
}

}

@media screen and (min-width: 320px) and (max-width: 767px) { 
  .has-success .fileup-btn {
    left: -32px;
  }
  .mobile-screen .modal-dialog {
   margin-left: 20px;
   width: 246px;
 }
 #exampleModal:before {   
  height: auto;    
  margin-top: 136px;
}
.mobile-screen .orange-btn {
  margin: 0 auto;
  width: 120px;
} 
.search-not-found img{width:100% !important;}
.error-page .bd-radius img{
  width: 100%;
}
.classroom .sr-main-section .subjects img {  
  min-height: 73px !important; 
  max-height: 73px !important;
}
.subject .sr-main-section .inner-div {
  padding: 20px 0px;
}
.owl-nav {   
  top: 29px;  
  margin-right: 17px;
}
.subject .inner-div span {

  font-size: 12px;
}
.chat-page #frame {
  display: none;
}
.chat-page .sr-section{padding: 0px;}
.chat-page .mobile-screen{display: block;padding: 0px 8px;}
.successful-page b {   
  margin-right: 0px;
} 
.chat-page .mobile-screen .orange-btn{
  margin-top: 20px;
}
.successful-page h1 {
  font-size: 20px !important;
}
.successful-page .fa-check {   
  width: 30px;
  height: 30px;
  line-height: 30px;   
  font-size: 18px;
  top: 3px;   
}
.payment-detail {   
  padding: 13px 11px;

}
.payment-detail p {
  text-align: left;
  font-size: 11px;
}
.successful-page .bd-radius {
  width: 95%;
}
  /*  .confirmation-page form {
    width: 100%;
    padding: 9px;
 
    }*/
    .confirmation-page .col-md-12.col-sm-12.col-xs-12 {
      padding: 0px 8px;
    }
    .confirmation-page .sr-section{margin-top: 22px !important;}
    .redeem-coins {
      padding-top: 0px;    
      text-align: right;
    }
    .redeem-page .padding-class.search-not-found {
      padding: 0px 0px;
    }
    .redeem-page .bd-radius {
      padding: 15px 2px;
    }
    .redeem-page .bd-radius h2 {
      margin-bottom: 10px;
    }
    .redeem-page .sr-section {
      padding-left: 8px;  
      padding-right: 8px;
    }
    .redeem-page .nav-tabs {   
      margin: 31px 0px 0px;
    }
    .search-page .sr-section {
      padding-left: 8px;  
      padding-right: 8px;
    }
    #sr-dashboard .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav{
      display: none;
    }

    .plans .faq-section h4 {
      padding-bottom: 22px;
    }
    .plans .faq-section {
      margin: 22px 0px 12px;
    }
    .chapter-classrankers .sticky {
      padding: 4px 44px 11px !important;
      overflow-y: scroll;
      width: 100%;
      left: 0;
    }
    .news-classrankers .bd-radius {
      margin: 0px 0px 20px 0px;
      padding: 5px 15px !important;
    }
    .all-friends h4 {
      font-size: 12px;
    }
    .all-friends .col-md-3.col-sm-3.col-xs-6.text-left {
      padding-left: 0px;
      text-align: right;
    }
    .all-friends a span {
     line-height: 20px;
     width: 20px;
     height: 20px;
     font-size: 11px;
     margin-left: 2px;
   }
   .earn-page .sr-main-section .sr-inner-section .round-img-box {
    margin: 0px auto;

  }
  .sr-accept .orange-btn {   
    padding: 5px 10px !important;
    font-size: 10px !important;
  }
  .profile .media-left img {
    width: 29px !important;
    height: 32px;
  }
  .profile .left-side .bd-radius {
    padding: 7px 6px;
  }
  .sr-accept .sr-delete {
   left: 2px;
   font-size: 12px;
 }
 .sr-friends .left-side .bd-radius .sr-sm-btn {
  padding: 0px 7px;
  font-size: 12px !important;
}
.chapter-classrankers .select-books {
  margin: 24px 15px !important;   
}

.book-select .col-md-4.col-sm-4.col-xs-12.text-right{padding: 0px;}
.book-select .col-md-8.col-sm-8.col-xs-12{
  padding: 0px;
  margin-bottom: 25px;
}
.chapter-classrankers .select-books h2{ margin-top: 0px; margin-bottom: 0px;}
.chapter-classrankers .select-books a{display: inline-block;}
.book-select .row .text-right {
  line-height: 67px;
  margin-top: 8px;
  text-align: left;
}
.books-main-box .book-box {

  min-height: 145px;
  margin-bottom: 20px;
  }.books-main-box .book-box strong {    
    line-height: 16px;
    padding-top: 6px;
    font-size: 12px;
  }
  .subject-silder .owl-item span{display: block !important;}
  .books-main-box li {
    float: none
    margin: 12px 0px;
  }
  .selected-books .bd-radius .booksimage {
    width: 100%;
  }
  .plans a.box-btn:hover,
  a.border-btn:hover {
    background-color: #d35400;
    color: #fff !important;
  }
  .plans a.box-btn:focus, a.border-btn:focus {
    background-color: #d35400;
    color: #fff !important;
  }

  .plans .sr-main-section #section2 ul li::after {display: none;} 
  .plans .price-tag h2 {
    font-size: 12px;
    margin-top: 0px;
  }
  .plans a.box-btn {
    padding: 8px 7px;
    font-size: 12px;
  }
  .plans .single-price {
    padding: 24px 15px;
    margin: 11px 15px;
  }
  .plans .section-title h2 {
    font-size: 20px;
  }
  .free-videos .col-md-12.col-sm-12.col-xs-12 {
    padding: 0px 8px;
  }
  .free-videos-spacing {
   padding: 1px 0px 14px !important;

 }
 .dropdown .dropdown-menu li a {

  padding: 5px 36px !important;
  color: #fff;
}
.sr-bg-header .navbar-default .navbar-brand{
      padding-left: 20px;
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class p {
  color: #7e7171;
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h2 {
  padding-left: 15px;
  padding-top: 0px;
  font-size: 20px;
}
.earn-page #wrapper .item button {
  margin-top: 11px;
}
.earn-page #wrapper b {
  display: none !important;
}
.earn-page #wrapper {
  display: block;
}
.earn-page #wrapper {
  padding: 0px 0px 0px 15px;
}
.earn-page .sr-main-section #section2 ul li::after {
  display: none
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class {
  position: inherit;
}

.earn-page .sr-main-section .sr-inner-section #table-section img {
  width: 20px;
}

.earn-page #table-section {
  margin-top: 19px;
}
.earn-page .sr-main-section .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  font-size: 10px;
}
.earn-page #table-section .table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.earn-page section {
  margin: 26px 0px 0px;
}

.earn-page #section2 {
  margin: 0px 0px 0px;
  padding: 15px 0px;
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class span {
  padding-left: 15px;
  color: #7e7171;
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class h3 {
  font-size: 20px;
  padding: 15px 20px 3px;
}
.earn-page .sr-main-section .sr-inner-section ul {
  display: block;
}
.earn-page .sr-main-section .sr-inner-section .inner-div .panel-class .banner-inner-section {
  width: 100%;
}
.earn-page .sr-main-section .sr-inner-section .inner-div img {
  display: none;
}
section#Terms-and-Conditions {
  padding: 15px;
  text-align: center;
} 
.earn-page .sr-main-section #Terms-and-Conditions h4 {
  margin-bottom: 30px !important;
}
.earn-page .sr-main-section .sr-inner-section {
 padding-bottom: 0px;
}
.earn-page .sr-main-section {
  padding: 0px 0px 30px !important;
}
.earn-page .sr-main-section .nav-tabs > li a {
  color: #303334;
  font-size: 13px;
}
.earn-page #table-section{
  margin: 26px 8px 0px;
}
.banner-inner-section h2{display: none;}
.earn-page #wrapper .item button {
 box-shadow: 0px 0px 3px 0px #0000001c;
}
.earn-page .container {
  padding-right: 8px;
  padding-left: 8px;
}
.sr-right-side{width: 100% !important;}
.sr-padding-right {
  padding-right: 8px;
  padding-left: 8px;
}

.ques-ans .sr-main-section h3 {
  font-size: 16px !important;
}
.report-this {
  padding: 7px 0px !important;
}
.arrow-right {
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #303334;
  top: -1px;
  right: -17px;
}
.no-post .sr-main-section {
  padding: 10px 15px 35px;
}
.tabing-cls .pagination{display: none;}
ul.list-notification.dropdown-menu {
  position: absolute !important;
  background: #fff !important;
  left: -135px;
  top: 50px;
}
#study-material .col-md-4.col-sm-4.col-xs-12.left-side{
  padding-top: 0px !important;
}
.sr-ask-new form label {   
  margin-bottom: 8px;   
  margin-top: 10px;
}
.sr-section .col-md-8 {
  padding: 0px;
}
.related-discussion .sr-padding-class {
  padding: 12px 23px 0px !important;
}
.discussion .left-side .sr-line {
  top: 73px;
  left: 32px;
}
.related-discussion {
  padding: 0px;
}
.related-discussion .sr-line {
  left: 27px;
}
.sr-margin-spcing{padding: 0px 7px;}
#sharepopup .modal-dialog {
  width: 71%;
  margin: 160px auto 0px 67px;
}
.sr-tags li {

  padding: 0px 9px !important;
}
.sr-login-form {
  width: 93%;  
}
.icondisplay.pull-right {
  /*display: none !important;*/
}
.comment_hifi {
    margin-right: 6px;
}
.video-sec .talk-image img {    
  height: auto !important;
}
.sub-topics .icon-sm .sr-icon-sm {   
  padding: 14px 0px !important;
}
.subject .video-box .text-right {
  padding: 15px !important;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
  margin: 0px !important;
}
.p10 {
  padding: 0px !important;
}
.sub-topic-box {
  padding: 11px 11px 30px !important;
}
.owl-nav button {
  padding: 0px 10px;
  font-size: 19px;
}
.sub-topics .owl-nav {
 bottom: 8px;
}
.subject .text-right {

  padding: 0px;
}
.sub-topics h4 {
  color: #303334;
}
.classroom ul li {
  margin: 0px 21px 24px 21px;
}
.classroom .sr-main-section ul img {   
  max-width: 100%;
  min-width: 100%;
}
.subject-section { 
  padding-bottom: 0px;
}
.classroom .ul-sr-section li .padding-class strong {
  font-size: 13px !important;
}      
.left-side h3 {
  font-size: 16px;
  margin-top: 13px;
}
.sr-play-icon {
  height: 39px !important;
  width: 39px !important;
  line-height: 39px !important;
}
#study-material .left-side ul {
  margin-top: 9px !important;
}
#study-material .classroom ul li {
  padding: 6px 0px !important;  
  }#post .sr-play-icon {
    top: 10px !important;
    left: -7px;
  }
  #study-material #post .sr-padding-left {
    padding-left: 39px;
  }
  .trending-discussions .sr-line {
    left: -105px !important;
  }
  .shadow-cls h2 {
    padding: 11px 0px 0px !important;
  }
  #sr-dashboard .left-side .orange-btn {
    margin-top: 34px;
  }
  .sr-dashboard .left-side .sr-line {
    left: -183px;
  }
  .shadow-cls {
    padding-top: 9px;
  }

  .postMetaInline-media li{line-height:22px !important;}
  .bd-radius .list-unstyled .dropdown-menu li a {    
    padding: 4px 10px;
    font-size: 12px;
  }
  .icon-box li {
    display: block;
    padding: 1px 23px 0px;
  }
  h2 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 16px;
    margin-top: 0px;
  }  
  h4{
    font-size: 14px;

  }
}

.sr-form label{
  color: #a2a2a2;
  font-weight: 100;
}

.sr-form .input-row{
  margin-bottom: 20px;
}

.side-menu .navbar-nav li.change-class-link{
  display: none;
}