/*
Template Name: Study space
Author: Tanay
*/

/*
Index
----------------------------------
01. Import font
02. General CSS
03. Header CSS
04. Registration CSS
05. Teacher Dashboard
06. Admin Dashboard
07. Parent
08. Common Style
09. WorkShopVideo Modal
*/

/* 01. Import font
--------------------------
*/
@font-face {
  font-family: "Museo Slab";
  src: url(../fonts/museo700.otf);
  font-weight: 700;
}

@font-face {
  font-family: "Museo Slab";
  src: url(../fonts/museo_slab_500.otf);
  font-weight: 500;
}

@font-face {
  font-family: "Museo Slab";
  src: url('../fonts/museo_100.otf');
  font-weight: 100;
}

@font-face {
  font-family: "Museo Slab";
  src: url(../fonts/Museo_Slab_500italic.otf);
  font-style: italic;
}

/* 02. General CSS
---------------------------
*/
body {
  font-family: "Museo Slab";
}

.banner-img {
  display: none;
}

.text-color {
  color: #7B1FA2;
}

.form-custom {
  background-color: #f7f7f7;
  border: none;
  padding: 12px;
}

.form-input {
  background-color: #f7f7f7;
  border: none;
}

.booking-column .show-inputs {
  display: flex;
}

.booking-column .show-inputs label {
  font-weight: bold;
  width: 50%;
  min-width: 150px;
}

.booking-column .show-inputs span {
  font-weight: normal;
  width: 50%;
}

.user-authentication fieldset {
  border: 1px solid #0ff;
  min-width: auto;
  padding: 10px;
}

.user-authentication legend {
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
}


.custom-btn, .custom-submit {
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Museo Slab";
  font-size: 24px;
  line-height: 26px;
}

.btn-view {
  padding: 3px 15px;
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Museo Slab";
  font-size: 16px;
}

.days-area {
  position: absolute;
  right: 8px;
}

.serial-style {
  width: 25px;
  /* height: 25px; */
  background: #ddd;
  border-radius: 12px;
  padding: 0px;
}

.custom-btn-light {
  background: #d3d9df;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Museo Slab";
  font-size: 24px;
}

select.form-custom:not([size]):not([multiple]) {
  height: calc(2.9rem + 2px);
}

.file {
  position: relative;
  width: 100px;
}

.file > input[type="file"] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.file > label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  cursor: pointer
}

.custom-file-upload {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background: #f7f7f7;
  float: right;
  color: #403838;
  font-weight: 700;
  /* border-radius: 5px; */
  text-align: center;
  font-size: 18px;
}

.file_label {
  background: #f7f7f7;
  padding: 10px;
  font-size: 18px;
}

.help-block {
  color: #c71a1a;
}

.profile-upload {
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  margin: 0 auto;


}

.profile-add-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.close-btn-height {
  height: 35px;
}

.plus-btn-size {
  width: 50px;
}

.form-inline {
  display: inline-block;
}

.add-btn {
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  border-radius: 50%;
  padding: 5px 3px 3px 10px;
  color: #fff;
}

.circle-btn, .plus-btn {
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
}

.section-box {
  background: radial-gradient(#6e6e6e, #2f2f2f);
  background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
  background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-box figure {
  position: absolute;
  padding: 5px 7px;
  width: 100%;
  top: -30%;
  transition: ease-in-out .5s;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;

}

.section-box:hover figure {
  top: 0;
}

.date {
  padding: 0px 10px;
}

.nav li.nav-item a.side-nav {
  background: #f1f1f1;
  margin: 5px;
  color: #000;
  font-size: 14px;
  padding: 10px;
}

.modal-bg {
  background-color: #504e4ec2;
}

.sentence {
  font-size: 24px;
  padding-left: 20px;
  color: #000000;
  text-decoration: none;
}

.user-title {
  font-size: 30px;
  padding-left: 20px;
  color: #000000;
}

#header-video {
  position: relative;
}

.background-holder {
  background-size: cover;
  background-position: center;
}

.background-holder video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.edit {
  position: absolute;
  right: 4px;
  top: 7px;
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  padding: 7px 33px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 9px;
}

.account-text {
  font-size: .8rem;
}

.account-form-style {
  padding: 9px;
  font-size: .8rem;
  border-radius: 12px;
}

.approved-category li {
  list-style: none;
}

.fixed-height {
  height: 300px;
  overflow: auto;
}

.new-recommended, .subject-title {
  background: #f7f7f7;
  padding: 10px;
}

.new-recommended ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-recommended ul li {
  display: inline-block;
  padding: 0 20px;
}

.new-recommended ul li a {
  text-decoration: none;
  color: #000000;
}

.new-recommended ul li a.active {
  color: #c35ccc;
}

.subject-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subject-title ul li {
  display: inline-block;
  padding: 0 20px;
}

.subject-title ul li a {
  text-decoration: none;
  color: #000000;
}

.subject-title ul li a.active {
  color: #c35ccc;
}

.search-custom {
  background-color: #f7f7f7;
  border: none;
  padding: 10px;
  height: 44px;
}

.thumbnail-img {
  position: relative;
}

.bookmark {
  position: absolute;
  top: -6px;
  right: 7px;
  font-size: 20px;
}

.bookmark a.active {
  color: #D4AF37;
}

.bookmark a {
  color: #C0C0C0;
}

.video-info {
  padding: 9px 0px;
}

.video-title, .video-des, .video-watch {
  font-size: 0.66rem;
  font-weight: 100;
}

.subject-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.nav-item {
  padding-left: 20px;
}
.subject-list ul li {
  padding: 10px;
}

/*  03. Header CSS
----------------------------
*/
#top-header {
  background: rgba(255, 93, 177, 1);
  background: -moz-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 93, 177, 1)), color-stop(100%, rgba(51, 101, 230, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);

}

ul.navbar-nav li.nav-item a {
  color: #ffffff;
  font-size: 24px;
}

.secondary-nav .navbar {
  padding: 0;
}

.secondary-nav ul.navbar-nav li.nav-item a {
  color: #ffffff;
  font-size: 14px;
}

ul.navbar-nav li.nav-item a {
  color: #ffffff;
  font-size: 14px;
}

.secondary-nav .dropdown-menu, .registration .dropdown-menu {
  /* background: linear-gradient(to right, #623b68 65%, rgba(44, 85, 189, .9) 100%); */
  background: #827ABB;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

a.site-title {
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Museo Slab";
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
  border-bottom: dashed 2px #ffffff;
  float: right;
}

a.site-title span {
  font-weight: 100;
  color: #FFFFFF;
  font-family: "Museo Slab";
}

#bottom-header {
  background: rgba(255, 93, 177, 1);
  background: -moz-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 93, 177, 1)), color-stop(100%, rgba(51, 101, 230, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: #a39dcc ;

}

.search {
  float: left;
  padding: 10px;
}

.search-btn-area {
  background: #1f1e1e;
  color: #fff;
  border: none;
  padding: 6px 15px;
}

.search-input {
  background: #f7f7f7;
  border: none;
}

.search {
  position: relative;
}

.search-btn {
  padding-top: 23px;
}

.search-btn a {
  color: #000;
}

.btn-search {
  background: #f7f7f7;
  color: #5a6acd;
  border: none;
}

.search-box {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
}

.search-area {

}

.search-form-area {
  width: 100%;
}

.search-form {
  padding: 12px;
}

.secondary-nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.secondary-nav ul li a {
  float: left;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: "Museo Slab";
}

.secondary-nav .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}

.secondary-nav .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.secondary-nav ul li a:hover {
  color: #ffffff;
}

li.dropdown-item:hover {
  background: transparent;
}

.secondary-nav ul li a:hover, .secondary-nav ul.navbar-nav li.nav-item a:hover {
  color: #ffef00;
}

.secondary-nav ul li a.dropdown-item:hover {
  background: #484f90;
}

.registration {
  float: right;

}

.registration nav.navbar {
  padding: 0;
}

.registration .dropdown-menu {
  right: 0;
  left: auto;
}

.registration ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.registration ul li {
  float: left;
}

/*.registration ul li:first-child:after{
    content:"|";
    color:#fff;
    position:absolute;
    top:12px;
    font-size:12px;
}*/
.registration ul li a {
  float: left;
  display: inline-block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-family: "Museo Slab";
}

.user-header {
  background: #ffffff;
  box-shadow: 0px 1px 6px -2px #000;
}

.nav-menu li.nav-list {
  position: relative;
  float: left;
  padding: 10px 20px;
}

.profile-list {
  float: right;
}

ul.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nav-menu li.nav-list a {
  color: black;
  font-size: 24px;
  float: left;
}

ul.nav-menu li.nav-list a .indicator {
  position: absolute;
  top: 11px;
  left: 39px;
  font-size: 10px;
}

/* 04. Registration CSS
------------------------------
*/
.title-area {
  position: relative;
}

/* .content-title:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 10px solid #5A6ACD;
  border-radius: 5px;
} */

.navbar-img{
  width: 11%!important;
} 
.navbar-font i{
  margin-right: 8px;
    color: #ffffff;
}
.navbar-font{
    color: #484848!important;
}
.content-title {
  /* background-color: #F7F7F7; */
  padding: 18px 10px 45px 20px;
  border-radius: 5px;
  color: #515B63;
  font-size: 21px;
}

/*     05. Teacher Dashboard
-------------------------------
*/
.assigned-box-one {
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #9fa8af 0%, #4b5258 100%);
  padding: 20px 10px;
}

.approve-box-one {
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #58B7FC 0%, #4A90E2 100%);
  padding: 20px 10px;
}

.section-box-one {
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #58B7FC 0%, #4A90E2 100%);
  padding: 20px 10px;
}

.section-box-two {
  padding: 20px 10px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(180deg, #FCFCFC 100%, #F7F7F7 0%);
}

.overlay-dot {
  color: #BCBCBC;
  font-size: 8px;
}

.notification-list li {
  margin: 20px;
  list-style: none;
  padding-left: 10px;
}

.notification-list li:before {
  content: " ";
  position: absolute;
  height: 30.09px;
  width: 31.62px;
  background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
  left: 29px;
  border-radius: 50%;
}

.start-soon-btn, .live-btn {
  position: absolute;
  top: 36%;
  left: 19%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 5px #000000;
  width: 60%;
}

.live-btn {
  color: #12e022;
  text-transform: uppercase;
}

.assigned-btn {
  position: absolute;
  top: 36%;
  left: 19%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 5px #000000;
  width: 66%;
  color: #767b76;
  font-size: 12px;

}

.lock-btn {
  color: #b5bfb5;
}

.lock-btn-show, .lock-btn {
  position: absolute;
  top: 36%;
  left: 35%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 5px #000000;
  width: 30%;
}

.calender-area {
  background-color: #F7F7F7;
  border-radius: 10px 10px 1px 1px;
}

.day-name {
  background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
  padding: 15px;
  border-radius: 10px 10px 1px 1px;
  color: #ffffff;
}

.homework-time {
  color: #C73361;
}

.calender-details {
  background-color: #C73361;
  border-radius: 12px;
  padding: 5px;
  color: #F7F7F7;
}

.pin-input {
  padding: 6px;
  text-align: center;
}

/*  06. Admin Dashboard
--------------------------------
*/
.text-title {
  background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
}

.attachment-file {
  background: #6f6d9d;
  padding: 10px;
  color: #fff;
  border-radius: 30px;
}

/*    Footer CSS
------------------------------
*/
.newsletter-area {
  background: rgba(255, 93, 177, 1);
  background: -moz-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 93, 177, 1)), color-stop(100%, rgba(51, 101, 230, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
}

.subscriber-title, .subscriber-des {
  color: #ffffff;
  font-family: "Museo Slab";
}

.form-subscriber {
  background-color: #5c6db2;
  color: #ffffff;
  border: 3px solid #fffefe;
}

input.form-subscriber:focus {
  background-color: #5c6db2;
  color: #ffffff;
}

input.form-subscriber::placeholder {
  color: #ffffff;
}

.btn-subscriber {
  background: #7288D7;
  padding: 9px;
  border: none;
  color: #ffffff;
  font-weight: 700;
}

.footer-area {
  background: rgba(255, 93, 177, 1);
  background: -moz-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 93, 177, 1)), color-stop(100%, rgba(51, 101, 230, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 93, 177, 1) 0%, rgba(51, 101, 230, 1) 100%);
  background: linear-gradient(to right, rgb(113, 46, 81) 0%, rgb(60, 89, 162) 100%);
}

.footer-menu-title {
  color: #ffffff;
  font-family: "Museo Slab";
  border-bottom: dashed 2px #ffffff;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Museo Slab";
  font-weight: 100;
  padding-left: 4px;
  font-style: normal;
}

.footer-bottom {
  background: linear-gradient(to right, rgba(239, 197, 202, 1) 0%, rgba(186, 39, 55, 1) 0%, rgba(210, 75, 90, 1) 0%, rgba(137, 78, 195, 1) 100%);
  height: 20px;
}

/**
    07. Parent Style
------------------------
*/
.parent-banner {
  background: url('../img/education.jpg') no-repeat;
  background-size: cover;
}

.parent-banner-cover {
  background-color: rgba(35, 31, 31, 0.66);
}

.child-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.child-name h3 {
  font-size: 21px;
  color: #fff;
  padding: 5px;
}

.child-option {
  width: 80%;
  margin: 0 auto;
}

.add-child-icon {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
  color: #ffffff;
  margin: 0 auto;
  padding: 50px;
  font-size: 40px;
}

.add-child h3 {
  color: #ffffff;
  font-size: 21px;
  padding: 5px;
  text-decoration: none;
}
/* 
.parent-bg {
  background: url('../img/doctor-banner.png') no-repeat;
  background-size: 100% auto;
  padding: 100px 0px;
} */

.registration-area {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px -2px;
  border-radius: 5px;

}
.registration-area12 {
 
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px -2px;
  border-radius: 5px;
  display: flex;
  height: auto;
  width: 537px;
  justify-content: space-around;
  margin-left: 260px;
  margin-top: 65px;
  background: #fff;
  box-shadow: 0px 0px 10px -2px;
  background: url(../img/login_meta.jpg) center bottom / cover no-repeat;
}
.title-area{
       overflow: hidden;
}
.responsive{
  width: 380px;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .registration-area12{
  width: 100%;
  flex-direction: column;
  margin-left: 0px;
  }
  .responsive{
    width: 100%;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

.avatar {
  background: #5A6ACD;
  border-radius: 5px 5px 0px 0px;
  padding: 3px;
}

.banner-area-1 {
  position: relative;
  background-image: url("../img/psychiatry-banner.jpg");
  background-position: center;
  background-size: cover;
}

.text-overlay {

}

.right-text-area {
  background: rgba(221, 221, 221, 0.4588235294117647);
  padding: 100px;

}

.right-text-area-1 {
  background: rgba(221, 221, 221, 0.4588235294117647);
  padding: 20px;

}

.right-text-area-2 {
  background: rgba(16, 9, 9, 0.29);
  padding: 50px;
  font-size: 1rem;
}

.right-text-area-2 p {
  text-align: left;
}

.right-text-area-2 a:hover {
  color: #e74e84;
  text-decoration: none;
}

.embed-responsive {
  height: 100%;
}

div.product-image {
  width: 480px;
}

div.image-nav {
  width: 100%;
  height: 100px;

}

div.icon {
  background-repeat: no-repeat;
  background-image: url("../img/play-video.png");
  height: 64px;
  top: 60px;
  left: 328px;
  position: relative;
  width: 64px;
  cursor: pointer;
}

div.icon iframe {
  display: none;
  position: relative;
  top: 30px;
}

div.product-image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.phone_label {
  padding: 4px 5px;
  font-size: 21px;
}

.has-error .text-muted {
  color: red !important;
}

.has-error .form-custom {
  border: 1px solid red;
}

.view-all {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 200;
  text-decoration: underline;
}

.question-feed-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.question-feed-list ul li {
  padding: 5px 0;
  float: left;
  display: inline-block;
}

.question-feed {
  float: left;
  width: 20%;
  background-color: #C73361;
  text-align: center;
  padding: 7px 3px;
  color: #ffffff;
  border-radius: 5px;

}

.question-feed-text {
  float: left;
  width: 80%;
  padding-left: 20px;
}

.notify-list, .question-feed-list {
  font-weight: 100;
  font-size: 1rem;
}

/* The heart of the matter */
.testimonial-group > .row {
  overflow-x: auto;
}

.testimonial-group > .row > .col-sm-4 {
  display: inline-block;
  float: none;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(226, 36, 45, 0.5);
  background: rgba(255, 93, 177, 1);
  background: -moz-linear-gradient(left, #007bff 15.09%, #007bff 89.9%);
  background: -webkit-gradient(left top, right top, color-stop(15.09%, #007bff), color-stop(89.9%, #007bff));
  background: -webkit-linear-gradient(left, #007bff 15.09%, #007bff 89.9%);
  background: -o-linear-gradient(left, #007bff 15.09%, #007bff 89.9%);
  background: -ms-linear-gradient(left, #007bff 15.09%, #007bff 89.9%);
  background: linear-gradient(to right, #007bff 15.09%, #007bff 89.9%);
}

/*
        Common Style
-----------------------------
*/
.child-link-area {
  font-family: sans-serif;
  text-align: center;
}

.sign-in-btn {
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  padding: 7px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Museo Slab";
  font-size: 18px;
  border: none;
}

.phone_example {
  color: #716e6e;
  font-size: 12px;
}

.days-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.days-wrapper .form-group {
  width: 200px;
}

.booking-row {
  display: flex;
}

.booking-column {
  min-width: 400px !important;
  max-width: 400px !important;
  border-right: 1px solid;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.booking-column .back-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 10px;
}

.booking-column:last-child {
  border-right: 0;
}

.booking-column:first-child {
  border-left: 0;
}

.modal-lg.expanded {
  max-width: 1200px !important;
}

.slots-wrapper {
  max-height: 300px;
  overflow-y: scroll;
}

.slots-wrapper .slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.slot label {
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 5px 10px;
}

.slot button {
  margin-right: 15px;
}

.one-item.slot button {
  display: none;
}

.one-item.slot label {
  width: 100%;
  border: 1px solid #0ff;

}
.two-items.slot label {
  width: 50%;
  border: 1px solid #000;
}

#MakeAppointmentModal .modal-body {
  padding: 0;
  border-radius: 10px;
}

/*
        Responsive
-----------------------------
*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  a.site-title {
    font-size: 26px;
    line-height: 25px;
  }

  .right-text-area {
    padding: 30px;
  }

  div.icon {
    left: 50%;
  }
}

@media only screen and (min-width: 960px) {

}

@media only screen and (min-width: 1440px) {
  /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width: 2000px) {
  /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width: 480px) {

}

@media only screen and (device-width: 768px) {

}

/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}

.rounded-1 {
  border-radius: 0.35rem !important;
}

.gradient-default {
  /*background: linear-gradient(to right, #537cd7, #7037b0);*/
  background: linear-gradient(92.28deg, #383549  15.09%, #827ABB 89.9%);
  color: #fdfbfe;
}

.gradient-info {
  background: linear-gradient(to right, #537cd7, #63ad13);
  color: #fdfbfe;
}

.student-status,
.student-status small {
  font-weight: 100;
}

.student-status .avatar {
  background: #ffffff;
  width: 3rem;
  padding: .6rem .6rem .5rem .6rem;
  text-align: center;
}

.student-status .avatar i {
  color: #7b1fa2;
}

.progress-custom {
  background: inherit;
  border-radius: 0.45rem !important;
  border: .05rem solid #fdfbfe;
  height: .8rem;
}

.progress-custom .progress-bar {
  background: #ffffff;
  border-radius: inherit;
}

.line-height-0 {
  line-height: initial;
}

.sidebar-box {
  font-weight: 100;
}

.sidebar-box .sidebar-box-title span {
  font-size: 1.2rem;
}

.sidebar-box .sidebar-box-title a {
  font-size: .8rem;
}

.sidebar-box a {
  color: #f7f4fb;
  text-decoration: none;
}

.sidebar-box .sidebar-box-content {
  background: #f7f7f7;
}

.sidebar-box .video-item {
  font-size: .8rem;
  border-bottom: .1rem solid #fff;
}

.video-item .progress-custom {
  background: #ebecec;
  border: initial;
  height: .5rem;
}

.video-item .progress-custom .progress-bar {
  background: linear-gradient(to right, #df8868, #c35ccc);
}

.wide {
  width: 100%
}

.btn-custom {
  border-radius: 0.35rem;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 2rem;
  border: initial;
}

.session-schedule-head {
  margin-bottom: 15px;
  box-shadow: 0 4px 4px 0px rgb(0 0 0 / 25%);
}

.week-box {
  font-weight: 100;
}


.week-box .title {
  font-weight: bold;
  color: rgb(255, 255, 255);
  /*padding: .3rem;*/
  font-size: 1rem;
  line-height: 1.5rem;
}

.week-box-body {
  font-size: .9rem;
}

.week-box-body .col-12 {
  /*padding: 10px;*/
}

.session-time-schedule {
  color: rgb(0, 156, 34);
  text-align: start;
  font-size: 10px;
}

.session-name-content {
  color: #000;
  text-align: start;
  font-size: 14px;
  word-wrap: break-word;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}

.week-box-body .start-time,
.week-box-body .end-time {
  font-size: .7rem;
  color: #4a90e2;
}

.week-box-body .end-time {
  text-align: right;
}

.week-box-body .content {
  background: #4a90e2;
  color: #ffffff;
  padding: 1rem .5rem;
  font-weight: 100;
  font-size: .8rem;
  line-height: .9rem;
}

.week-box-body .active .content {
  background: #c63361;
}

.week-box-body .active .start-time,
.week-box-body .active .end-time {
  color: #c63361;
}

.week-box-body .content a {
  color: #ffffff;
  font-weight: 100;
  font-size: .7rem;
}

.week-box-wrapper {
  background: #f8f8f8;
  border-radius: 0.35rem !important;
  opacity: .6;
}

.week-box-wrapper.active {
  opacity: 1;
}

.shadow-custom {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.card.card-lesson {
  border: none;
  width: 16rem;
}

.card-lesson .card-text {
  font-size: .8rem;
}

.card-lesson .card-subtitle {
  font-size: .8rem;
}

.card-lesson .btn {
  margin-top: -30px;
  border-radius: .75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
  color: #565f66;
  border: none;
}

.card-lesson .lesson-title {
  background: linear-gradient(to top, #565f6a 0%, #788695 100%);
  border-top-left-radius: .45rem;
  border-top-right-radius: .45rem;
  color: #fff;
}

.card-lesson .lesson-title.approved {
  background: linear-gradient(to top, #2f70bb 0%, #4d99e8 100%);
}

.card-lesson .lesson-title.denied {
  background: linear-gradient(to top, #6e3055 0%, #584277 100%);
}

.card-lesson .lesson-body {
  background: #fafafa;
  border-bottom-left-radius: .45rem;
  border-bottom-right-radius: .45rem;
  color: #666e74;
}

.section-title {
  border-left: 10px solid #596ace;
  background: #f7f7f7;
  border-radius: .30rem;
}

.section-title a {
  font-size: .9rem;
}

.section-title h1 {
  margin: 7px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #505a63;
}

.my_add_field {
  position: absolute;
  top: -6px;
  background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
  padding: 7px 33px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 9px;
}

/*
      09.  Workshop Video Modal
-----------------------------------
*/
.video-modal .modal-dialog .modal-header {
  background-color: #000;
  border-bottom: none;
  color: #fff;
  padding: 0;
  min-height: 50px;
}

.video-modal .modal-dialog .modal-header .modal-title-container {
  font-size: 23px;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  background-color: #000;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author {
  float: left;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  width: 100px;
  margin: 0 0 20px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author img {
  display: block;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author .author-name {
  display: block;
  margin-top: 5px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item {
  float: left;
  text-align: center;
  font-size: 11px;
  vertical-align: top;
  width: 75px;
  margin: 25px 0 20px 20px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level {
  float: left;
  width: 75px;
  height: 45px;
  margin-bottom: 4px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level div {
  margin: 15px 4px 0;
  height: 30px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level-text {
  display: block;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .pod {
  border-radius: 5px;
  background-color: #888;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
  width: 75px;
  height: 45px;
  padding: 5px;
  margin-bottom: 4px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .meta-dates {
  clear: left;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

.video-modal .modal-dialog .modal-body .preview-course-details .meta-dates .date-released, .video-modal .modal-dialog .modal-body .preview-course-details .meta-dates .date-updated {
  display: inline-block;
  margin: 0 5px;
}

.video-modal .modal-dialog .modal-header .modal-header-controls .nav-close {

}
.it-back {
  background: #08c;
  border: 1px solid #08c;
  border-radius: 6px;
}

.ask-a-doctor {
  position: fixed;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  right: 0;
}

.ask-a-doctor a {
  background-color: #e74e84;
  color: #fff;
  padding: 10px;
  border-radius: 10px 0;
  font-weight: bold;
  box-shadow: 2px 1px 5px #000;
  font-size: 20px;
}

.register-now {
  background-color: #e74e84;
  font-size: 20px;
  color: #fff;
  padding: 10px;
}

.btn-action {
  border-color: #827ABB;
  font-weight: 700;
  color: #000 !important;
  background: -moz-linear-gradient(top, #fff 0, #ffe6a0 2%, #827ABB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(2%, #ffe6a0), color-stop(100%, #827ABB));
  background: -webkit-linear-gradient(top, #fff 0, #ffe6a0 2%, #827ABB 100%);
  background: -o-linear-gradient(top, #fff 0, #ffe6a0 2%, #827ABB 100%);
  background: -ms-linear-gradient(top, #fff 0, #ffe6a0 2%, #827ABB 100%) #827ABB;
  background: linear-gradient(top, #fff 0, #ffe6a0 2%, #827ABB 100%) #827ABB;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#827ABB', GradientType=0);
}

.divider {
  padding-top: 0;
  /* border-top: 1px solid #827ABB; */
}

.course-description {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.video-modal .btn-action {
  margin: 30px 0 0;
  width: 100%;
}

.notifications {
  width: 400px;
}

.notification-heading, .notification-footer {
  padding: 2px 10px;
  background: #fff;
  overflow: hidden;

}

.notification-heading h4, .notification-footer h4 {
  margin: 0;
}

.notifications-wrapper {
  overflow: auto;
  max-height: 250px;
}

.notifications a.content {
  text-decoration: none;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #000;
  padding: 0px 5px;
  background: #edf2fa;
}

.notifications a.content:hover {
  background: #e1e8f5;
}

.notification-item {
  padding: 10px;
  margin: 0px 5px;
  border-radius: 4px;
  color: #000;
}

.notification-item p.item-info {
  margin: 0;
  font-size: 12px;
}

.item-title {
  font-size: 12px;
  color: #000;
}

.menu-title {
  color: #000;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}

.notification-heading a {
  color: #365899 !important;
  padding: 7px !important;
  font-size: 12px !important;
}

.notification-footer a {
  color: #365899 !important;
  width: 100%;
  font-size: 12px !important;
}

.recording-iframe {
  width: 100%;
  height: 90vh;
}

/*
    Disable Blur Style
========================================
*/
.journal_menu {
  pointer-events: none;
  opacity: 0.5;
  color: transparent;
  text-shadow: 0 0 8px #fff;
  display: inline-block;
}

.video-tab {
  pointer-events: none;
  opacity: 0.5;
  color: transparent;
  text-shadow: 0 0 10px #000000;
  display: inline-block;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.disable-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  pointer-events: none;
  opacity: 0.5;
  color: transparent;
  text-shadow: 0 0 10px #000000;
  display: block;
}

.create-session12{
  text-align: right;
  margin-bottom: -41px;
  margin-right: 15px;
}
.create-session12 button{
  width: 150px; 
  color: #fff; 
  background-color: #827ABB; 
  border: 1px solid #827ABB; 
  border-radius: 5px; 
  padding: 7px 10px;
  z-index: 1;
  position: relative;
}

/*
    Responsive Media Query
=========================================
*/
@media (min-width: 1196px) {
  .video-modal:not(.no-description) .modal-dialog {
    width: 1096px;
    max-width: none;
  }

}

@media (max-width: 1195px) and (min-width: 1025px) {
  .video-modal:not(.no-description) .modal-dialog {
    width: 900px;
    max-width: none;
  }

  .videowrapper iframe {
    width: 100%;
  }

  .tablet {
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .modal-play-recording {
    max-width: 1170px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .videowrapper iframe {
    width: 100%;
  }

  .subject-search {
    margin: 10px 0px 0 15px;
  }

  .tablet {
    width: 100% !important;
  }

  .video-modal:not(.no-description) .modal-dialog {
    width: 700px;
    max-width: none;
  }

  .tablet {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 640px) {
  .videowrapper iframe {
    width: 100%;
  }

  .student-status {
    padding: 10px 30px;
  }

  .right-text-area-2 {
    background: rgba(16, 9, 9, 0.29);
    padding: 20px;
    font-size: 1rem;
  }

  .ask-a-doctor a {
    background-color: #e74e84;
    color: #fff;
    padding: 10px;
    border-radius: 10px 0;
    font-weight: bold;
    box-shadow: 2px 1px 5px #000;
    font-size: 15px;
  }

  .ask-a-doctor {
    position: fixed;
    top: 7%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    right: 0;
  }

  .registration ul li {
    float: left;
    display: block;
    width: 100%;
  }

  /*.registration ul li:first-child:after{
      content:"|";
      color:#fff;
      position:absolute;
      top:12px;
      font-size:12px;
  }*/
  .registration ul li a {

    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Museo Slab";
  }
}

@media only screen and (min-width: 600px) {

}

@media (max-width: 480px) and (min-width: 320px) {
  .videowrapper iframe {
    width: 100%;
  }

  .student-status {
    padding: 10px 30px;
  }

  .subject-search {
    margin: 10px 0px 0 15px;
  }

  .banner-img {
    display: block;
  }

  .right-text-area-2 {
    background: rgba(16, 9, 9, 0.29);
    padding: 20px;
    font-size: 1rem;
  }
  .create-session12{
    margin-bottom: 12px;
  }
}