/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
  background: url(../images/full_bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', Helvetica Neue, Sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #313131;
  text-align: left;
  overflow-x: hidden !important;
  margin-top: 85px;
  color: #333;
}
p{
  font-size: 16px;
  font-weight: 400;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 160px;
  background-color: #e4e4e5;
}
.sticky-navigation {
  background: #ffffff;
  min-height: 70px;
  border: none;
  font-weight: 400;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar-brand {
  padding: 14px 7px 7px 0;
  height: 70px;
  line-height: 52px;
}
.navbar-brand {
  padding-top: 0;
  margin-left: -15px !important;
  background: url(../images/logo_bg.png) center top no-repeat;
  height: 90px;
  z-index: 500;
  position: absolute;
}
.navbar-brand > img {
  max-height: 140px;
  display: inline-block;
  transition: all 0.5s ease;
}
.sticky-navigation .main-navigation {
    margin-top: 0;
}

.sticky-navigation .main-navigation li a {
  text-transform: uppercase;
  margin: 19px 13px;
  padding: 15px 0px;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
}

.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .main-navigation li.current-menu-item a {
  color: #17b7d4;
}

.sticky-navigation .main-navigation .sub-menu li a {
  margin: 0;
}

.sticky-navigation .main-navigation li.btn-register a {
  padding: 15px 24px;
  border:1px solid #17b7d4;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #17b7d4;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #17b7d4;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #17b7d4;
}
.sticky-navigation .main-navigation li.btn-register a {
  padding: 15px 24px;
  border:1px solid #17b7d4;
}
.grey-bg {
  background: #e4e4e5 none repeat scroll 0 0;
  border-bottom: 1px solid #eaebec;
  border-top: 1px solid #eaebec;
}
.footer {
  padding-bottom: 42px;
  padding-top: 42px;
}
.footer-copyright {
  color: #999999;
  font-size: 15px;
  margin-top: 25px;
}
footer.footer ul li {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-top: 0;
  position: relative;
}
.footer-links li {
  border-right: 1px solid #c2c2c3;
  display: inline-block;
  line-height: 18px;
}
.footer-links li a {
  color: #666666;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  padding: 0 16px;
  text-transform: uppercase;
}
.footer-links li:last-child {
  border-right: 0;
}
.content_section_login {
  padding-top: 100px;
  padding-bottom: 100px;
}
.messages_login_window {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.login_window {
  background: rgba(255,255,255,0.7);
  min-height: 400px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
  padding-top: 35px;
  padding-bottom: 35px;
}
.login_window h3{
  font-size: 30px;
  font-weight: 300;
  color :#003333;
  text-transform: uppercase;
  margin-top: 0;
  border-bottom: 1px solid #FFF;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.login_window input[type="text"] {
  min-height: 54px;
  border-radius: 0;
  /*border-color: #CCC;*/
  margin-top: 25px;
}
.login_window input[type="email"] {
  min-height: 54px;
  border-radius: 0;
  /*border-color: #CCC;*/
  margin-top: 25px;
}
.login_window input[type="password"] {
  min-height: 54px;
  border-radius: 0;
  /*border-color: #CCC;*/
  margin-top: 25px;
}
.login_window input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #999;
}
.login_window input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #999;
 opacity:  1;
}
.login_window input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #999;
 opacity:  1;
}
.login_window input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #999;
}
.login_window .checkbox {
  font-size: 13px;
  color: #0d3f40;
  line-height: 20px;
}
/* BUTTONS*/
.standard-button {
  background-repeat: repeat-x;
  background-color: #17b7d4;
  background-size: contain;
  color: white;
  font-weight: 300;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
  border :0;
}
.standard-button:hover,.blue_button:hover {
  color: #ffffff;
  background: #263238;
  text-decoration: none;
}

.standard-button:focus,.standard-button.focus,.blue_button:focus,.blue_button.focus{
  color: #ffffff;
  background: #263238;
}

.standard-button:active:focus,.blue_button:active:focus {
  background: #008ed6 !important;
  border-color: inherit !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.login_window .standard-button {
  margin-top: 15px;
}
.foot_links_section {
  font-size: 13px;
  font-weight: 300;
  margin-top: 40px;
  border-top: 1px solid #FFF;
  padding-top: 10px;
  padding-bottom: 15px;
}
.foot_links_section a {
  text-decoration: underline;
  color: #0d3f40;
  text-transform: uppercase;
}
.content_section_login p {
  font-size: 13px;
  color: #0d3f40;
  line-height: 20px;
  padding-bottom: 20px;
}
.forgot_password .standard-button{
  margin-top: 25px;
}
.forgot_password h3{
  margin-bottom: 25px;
}
.forgot_password p {
  padding-bottom: 0;
}
.caption_area {
  height: 100px;
}
.caption_area h1 {
  padding-top: 45px;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  margin-top: 0;
}
.breadcrumbs_section {
  background: #FFF;
  height: 75px;
}
.full_content_section {
  background: #f8f8f8;
  min-height: 550px;
}
.card_block {
  box-shadow: 0 2px 10px 0 rgba(241, 238, 238, 0.7), 0 2px 10px 0 rgba(241, 238, 238, 0.7);
  min-height: 200px;
  background: #FFF;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.card_block:last-child {
  margin-bottom: 30px;
}
.main_heading_section {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}
.card_block h2.headings {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  line-height: 70px;
}
.card_block.no-min-height {
    min-height: 0;
}
.main_heading_section h2.headings {
  font-size: 25px;
  font-weight: 400;
  line-height: 90px;
  margin: 0;
}
.main_heading_section .date_section{
  font-size: 14px;
  margin-top: 35px;
  font-weight: 300;
}
.main_details_section {
  background: #f8f8f8;
  border-bottom: 1px solid #CCC;
  padding: 15px;
}
.rt_button_section{
  min-height: 80px;
}
.blue_button, .white_button {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  background-color: #17b7d4;
  border: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.white_button {
  background-color: #eee;
  color: #555;
}
.top_marg_fix {
  margin-top: 22px;
}
.ratings{
  min-height: 105px;
  margin-top: 15px;
  background: #5dcde1;
}
.icon_area {
  text-align: center;
  font-size: 70px;
  color: #FFF;
  font-weight: 400;
  background: #17b7d4;
  min-height: 105px;
  line-height: 100px;
}
.ratings_section .row{
  margin-left: -1px;
  margin-right: -1px;
}
.rate_cover {
  padding-left: 1px;
  padding-right: 1px;
}
.ratings {
  color: #FFF;
}
.rating_detail h3{
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
}
.rating_detail h2 {
  margin-top: 5px;
  font-size: 50px;
  font-weight: 400;
}
.navbar-brand.darkHeader {
  background: none;
}
.navbar-brand.darkHeader img {
  max-height: 100px;
}
.charts_area {
  border: 1px solid #CCC;
  padding: 15px;
}
.bord_bottom,.questions_sec {
  border-bottom: 1px solid #CCC;
}
.table_outer {
  border: 1px solid #CCC;
  margin-top: 15px;
}
.table_outer .table {
  margin-bottom: 0;
  font-weight: 200;
}
.button_table {
  min-width: 110px;
  text-transform: uppercase;
}
.light_blue {
  background-color: #17b7d4;
  color: #FFF;
}
.light_green {
  background-color: #4caf50;
  color: #FFF;
}
.table_outer .disabled {
  background-color: #cccccc;
  color: #999999;
}
.rating_display {
  text-align: center;
}
.rating_number {
  font-size: 70px;
  line-height: 100px;
  font-weight: 400;
  color: #17b7d4;
  position: relative;
  border-bottom: 1px solid #CCC;
}
.stars_blue {
  font-size: 38px;
}
sup.stars_blue {
   top: -0.6em;
}
.sub_text {
  font-size: 14px;
  color: #17b7d4;
  line-height: 15px;
  position: absolute;
  top: 4.6em;
  left: 50%;
  transform: translateX(-50%) ;
  color: #666;
}
.stars_section_small {
  font-size: 18px;
}
.stars_section_small i.fa {
  color: #17b7d4;
}
.reviews {
  margin-bottom: 25px;
}
.reviews p {
  font-weight: 300;
}
.smaller_text_review {
  font-size: 14px;
}
.smaller_text_review a{
  color: #17B7D4;
}
.load_more_section {
  border-top: 1px solid #CCC;
  line-height: 60px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
}
.load_more_section a {
  color: #666;
}
.breadcrumb {
  background-color: #FFF;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 60px;
  font-weight: 300;
}
.breadcrumb > li + li::before {
  content: '\5C';
}
.breadcrumb a {
  color: #17B7D4;
}
h3.inner_small_text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
p.small_text {
  font-size: 13px;
}
.check_box {
  padding-top: 20px;
  margin-right: 10px;
}
.check_box label {
  font-size: 14px;
  font-weight: 300;
}
.question_page .top_marg_fix,.interview_page .top_marg_fix{
  margin-top: 15px;
}
.question_page .rt_button_section,.interview_page .rt_button_section {
  min-height: 50px;
}
.questions_sec:last-child {
  border-bottom: 0;
}
.questions_sec {
  position: relative;
}
ul.check_box_sec  {
  padding: 0;
  margin: 0;
}
 ul.check_box_sec li {
  list-style: none;
  border-bottom: 1px solid #CCC;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.check_box_sec li:last-child {
  border-bottom: 0;
}
.check_box_sec input{
  position:relative;
  vertical-align:middle;
  width: 9%;
  margin-top: -2px;
}

.check_box_sec label{
  max-width: 90%;
  position:relative;
  display:inline-block;
  vertical-align:middle;
  font-weight: 300;
  font-size: 15px;
}
.check_box_sec label h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
.evaluation_ques ul.check_box_sec li{
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.evaluation_ques .check_box_sec label {
  width: 80%;
}
.evaluation_ques .check_box_sec input {
  /*margin-left: 10%;*/
  margin-top: 0;
  width: 3%;
}
.evaluation_ques ul.check_box_sec li:first-child {
  margin-top: 15px;
}
.question_rate p {
  font-weight: 300;
}
.question_rate {
  border-right: 1px solid #CCC;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 120px;
}
.stas_review_full,.rate_score {
  text-align: center;
  font-size: 35px;
  color: #17b7d4;
  line-height: 120px;
  min-height: 120px;
}
.rate_score .calendar-text{
  color: #fff;
}
.rate_questions{
  border-bottom: 1px solid #ccc;
}
/* Classes - Antony */
.hide-element {
  display: none;
}
.profile-crop-preview {
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.disableClick{
  pointer-events: none;
}
.btn-grey,
.btn-grey:hover,
.btn-grey:active,
.btn-grey:visited,
.btn-grey:focus {
  background-color: #636b6f;
  border-color: #8064A2;
  color: #000000;
}
.flash-alert {
  margin: 15px 0 0 0;
}
/* Classes - Antony */

.edit_profile_section {
  padding-top: 15px;
}
.user_image {
  position: relative;
}
.edit_image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 35px;
  height: 35px;
  background: rgba(0,0,0,0.4);
  text-align: center;
  line-height: 35px;
  color: #FFF;
  font-size: 20px;
}
.edit_image a{
  color: #FFF;
}
.remove_image {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
  z-index: 500;
}
.remove_image a{
  color: #FFF;
}
.left_side_profile .top_marg_fix{
  margin-top: 15px;
}
.right_side_details h2.headings {
  line-height: 50px;
}
.right_side_details .form-horizontal {
  margin-top: 15px;
}
.right_side_details .form-horizontal label {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}
.right_side_details .form-horizontal .profile_sec {
  border-radius: 0;
  background: #f8f8f8;
  border: 1px solid #CCC;
}
.check_text {
  line-height: 20px;
}
.marg_bottom {
  margin-bottom: 30px;
}
.right_side_details .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.user_profile_text {
  font-weight: 300;
  padding-top: 15px;
  font-size: 15px;
}
.check_text b {
  font-weight: 400;
}
.save_button {
  font-size: 20px;
  font-weight: 600;
}
.blue_button.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.grey_button {
  background: #e2e2e2;
  color: #333;
  border: none;
  border-radius: 0;
  padding: 12px 30px;
  text-transform: uppercase;
}
.text_area_section {
  position: relative;
}
.info {
  position: absolute;
  top: 0;
  right: -4px;
}
.info a {
  color: #999;
}
.info a:hover {
  color: #17b7d4;
}
.heading_caption {
  background: #FFF;
  border-bottom: 1px solid #CCC;
  padding: 20px 15px;
  margin-top: 30px;
}
.heading_caption h2{
  font-size: 18px;
  font-weight: 600;
  color: #17b7d4;
  margin: 0;
  text-transform: uppercase;
}
.mentor_list {
  box-shadow: 0 2px 10px 0 rgba(241, 238, 238, 0.7), 0 2px 10px 0 rgba(241, 238, 238, 0.7);
  min-height: 200px;
  background: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mentor_list.extended_short{
  min-height: 0;
}
.mentor_link_btn{
  margin-top: 20px;
}

.mentor_list .media-body {
  vertical-align: middle;
}
.mentor_list .media,.mentor_description {
  border-bottom: 1px solid #CCC;
  padding-left: 15px;
  padding-right: 15px;
}
.mentor_list h4.media-heading {
  font-size: 22px;
}
.marg_bot_fix {
  margin-bottom: 15px;
}
.mentor_description p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  padding-top: 15px;
}
.more_link a{
  font-weight: 600;
  color: #333;
}
.mentor_list .media-object {
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #CCC;
  padding-left: 10px;
}
.rating_sec_bottom {
  padding: 15px;
  border-bottom: 1px solid #CCC;
  background: #f1f0f0;
}
.stars_se {
  color: #17b7d4;
  font-size: 20px;
}
.review_number {
  font-size: 14px;
  font-style: italic;
  color: #333;
}
.rate_button {
  color: #17b7d4;
  border: 1px solid #17b7d4;
}
.review_number a {
  color: #333;
}
.mentor_sections:last-child {
  margin-bottom: 30px;
}
.user_home h2.headings {
  line-height: 45px;
  padding-top: 30px;
}
.user_home p.small_text {
  margin-top: -10px;
}
.user_home .date_section.user_home_rt .blue_button {
  margin-left: 8px;
  margin-bottom: 15px;
}
.member_details {
  margin-bottom: 10px;
}
.user_home h2.headings.user {
  padding-top: 0;
  border-bottom: 1px solid #CCC;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
}
.user_home .main_details_section {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
p.user_main_message {
  padding: 15px;
}
.leader_points {
  background: #fafafa;
}
h2.headings.user_home_table {
  padding-top: 0;
  font-size: 25px;
  line-height: 30px;
  padding-top: 15px;
}
.leader_points h2{
  font-weight: 400;
  margin: 0;
  color: #17b7d4;
}
.leader_table tr th,.leader_table tr td,.recent_discussion tr th,.recent_discussion tr td{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.leader_table tr th,.recent_discussion tr th {
  font-size: 20px;
  font-weight: 400;
}
.no_top_bord {
  border-top: 0;
}
.top_marg_fix_small {
  margin-top: 15px;
}
.edit_profile .modal-dialog,.schedule_modal .modal-dialog{
  width: 540px;
  margin-top: 115px;
}
.edit_profile .modal-content,.schedule_modal .modal-content {
  background: #e7e7e7;
  border-radius: 0;
}
.edit_profile h4.modal-title,.schedule_modal h4.modal-title {
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #003333;
}
.edit_profile .close,.schedule_modal .close {
  font-size: 35px;
  color: #333;
  margin-right: 15px;
  opacity: 1;
}
.edit_profile .close:hover,.schedule_modal .close:hover {
  opacity: 0.3;
}
.edit_profile .modal-header,.schedule_modal .modal-header {
  margin-top: 30px;
}
.edit_profile h2.modal_bigtitle,.schedule_modal h2.modal_bigtitle  {
  font-size: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #003333;
  text-transform: uppercase;
}
.edit_profile .modal-body .bord_top,.schedule_modal .modal-body .bord_top {
  border-top: 1px solid #FFF;
  padding-top: 30px;
}
.edit_profile .modal-body,.edit_profile .modal-footer,.schedule_modal .modal-body,.schedule_modal .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}
.edit_profile_sec {
  border-color: #ccc;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 25px;
}
.edit_profile .modal-footer,.edit_profile .modal-footer {
  text-align: left;
  padding-top: 0;
  padding-bottom: 30px;
}
.edit_profile .modal-footer a{
  color: #0d3f40;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}
.bord_bottom_modal {
  border-bottom: 1px solid #FFF;
  padding-top: 30px;
}
.edit_profile,.schedule_modal {
  padding-right: 0 !important;
}
.modal-open{
  padding-right: 0 !important;
}
.edit_profile  .star_area {
  padding-bottom: 30px;
  font-size: 35px;
  color: #828282;
}
.navbar-inverse .navbar-toggle {
  background: #17b7d4;
  border: 1px solid #17b7d4;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:hover {
  color: #ffffff;
  background: #263238;
  text-decoration: none;
  border: 1px solid #263238;
}
.footer-links {
  padding: 0;
}
.login_window .has-error .help-block {
  color: #b26565;
  font-size: 14px;
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);*/
}
.evaluation_ques ul.check_box_sec li label h3 {
  margin-top: 13px;
}
.alert-success {
  background-color:rgba(23,183,212,0.4);
  border-color: rgba(23,183,212,1);
  color: #003333;
}
.alert {
  border-radius: 0;
  font-weight: 300;
}
.bord_top_modal {
  border-top: 1px solid #FFF;
}
.white_bg_section {
  background: #FFF;
  padding: 15px;
}
.date-section,.time-section {
  border-bottom: 1px solid #CCC;
  font-size: 25px;
  color: #999;
  padding-top: 0px;
  padding-bottom: 15px;
  font-weight: 300;
}
.time-section {
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
}
.date-section .fa,.time-section .fa {
  padding-right: 10px;
  padding-left: 5px;
}
.date-section span,.time-section span {
  color: #000;
}
.standard-button.cancel {
  background: #CCC;
}
.standard-button.cancel:hover {
  background: #999;
}
.marg_space_fix {
  margin-top: 25px;
}
.no_padd_top {
  padding-top: 0;
}
.tokbox-publisher {
  float: left;
  min-width: 50px;
  min-height: 50px;
}
.tokbox-subscriber {
  float: left;
  width: 500px;
  height: 500px;
}
p.answer_sec {
  display: none;
}
.multiple_questions {
  padding-top: 15px;
  padding-bottom: 15px;
}
.multiple_questions ul.check_box_sec li:nth-child(odd) {
  background: #f6f6f6;
}
.multiple_questions ul.check_box_sec li {
  border: 1px solid #f6f6f6;
  margin-bottom: 3px;
  border-radius :3px;
}
h4.number {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  color: #17b7d4;
}
p.question_sec {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.rt_buttons_armoury {
  padding-right: 5px;
}
.rt_buttons_armoury .fa {
  color: #a7a7a7;
}
p.answer {
  margin-top: 5px;
  margin-bottom: 0;
}
.schedule_section_container {
  position: relative;
}
.labels_area_mark {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.colour_area {
  width: 12px;
  height: 12px;
  border:1px solid #CCC;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}
.faq_section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  margin-top: 0;
  margin-bottom: 10px;
}
.faq_section p{
  /*display: none;*/
  color: #a1a1a1;
  margin-bottom: 0;
  transition: all 50s ease;
}
.faq_section h3:hover {
  color: #17b7d4;
}
.faq_section:hover p{
  display: block;
}
.multiple_questions ul.check_box_sec li.faq_section{
  border-bottom: 1px solid #f4f4f4;
}
.multiple_questions ul.check_box_sec li.faq_section:last-child {
  border-bottom: 0;
}
.faq_section i {
  color: #17b7d4;
  padding-right: 5px;
}
.main_details_section .fc-toolbar .fc-center {
  float: left !important;
}
.main_details_section .fc-toolbar .fc-center h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 10px;
}
.lead_text {
  float: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.labels_area_mark ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.labels_area_mark ul li {
  list-style: none;
  float: none;
  display: inline-block;
  margin-right: 5px;
}
.available {
  background: #fbebb8;
}
.take {
  background: #ffc107;
}
.available_give {
  background: #f67a71;
}
.give {
  background: #f44336;
}
.interview_caption p{
  margin-bottom: 0;
  margin-top: 10px;
}
.interview_caption h3 {
  margin-top: 5px;
}
.chat_video_section {
  background: #f8f8f8;
  min-height: 100px;
  margin-top: 15px;
  padding: 15px;
}
.user_video {
  height: 235px;
  min-height: 235px;
  background: #FFF;
}
.video_holder:before,.video_holder_big:before {
  content: "\f03d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #CCC;
  font-size: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other_user_video {
  height: 430px;
  min-height: 100%;
  background: #FFF;
}
.video_holder,.video_holder_big {
  position: relative;
  overflow: hidden;
}
.video_holder_big_fullscreen {
  height: 100%;
  width: 100%;
}
.controls_holder {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 10px;
  width: 0%;
  transition: width 0.5s ease;
  overflow: hidden;
  z-index: 1000;
}
.video_holder:hover .controls_holder,.video_holder_big:hover .controls_holder{
  width: 15%;
}
.video_holder_big .controls_holder {
  right: 0;
}
.video_control {
  margin-bottom: 10px;
  min-height: 43px;
}
.audio_control {
  min-height: 43px;
}
.video_control a,.audio_control a,.call_control a,.full_screen_control a {
  color: #FFF;
}
.video_control a:hover,.audio_control a:hover,.call_control a:hover {
  color: #cc0000;
}
.full_screen_control a:hover{
  color: #CCC;
}
.video_holder_big .video_control {
  margin-bottom: 25px;
  margin-top: 15px;
  min-height: 50px;
}
.video_holder_big .audio_control,.video_holder_big .call_control {
  margin-bottom: 25px;
  min-height: 50px;
}
.full_screen_control {
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
}
#myScheduler{
  background: #ffffff;
}


/* Coupons */
.coupon-form-div {
  position: relative;
}
.coupon-form-div .apply-link-span {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #17b7d4;
}
input[name="coupon_code"] {
  text-transform: uppercase;
}
.coupon-applied-div {
  //background: #fee5c3;
  line-height: 24px;
  padding: 10px 16px;
  border-left: 3px solid #6a6767;
  position: relative;
  display: none;

  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.coupon-applied-div label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
.coupon-applied-div span {
  font-size: 16px;
}
.coupon-applied-div p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.coupon-applied-div .remove-coupon {
  position: absolute;
  right: 20px;
  top: 34%;
  font-size: 22px;
  color: #e96666;
}


/* Extend validity */
.extend-link, .order-button-lg {
  margin-top: 20px;
  width: 210px;
  padding: 8px;
  font-size: 18px;
}
.order-button-lg {
  margin-left: 10px;
}
.validity-card h2.headings {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
  line-height: inherit;
}
.extend-subscription-div .extend-link {
  width: 250px;
  margin-bottom: 20px;
}
.subscription-alert-div {
  margin-top: 20px;
  display: none;
}
.subscription-alert-div p{
  font-size: 14px;
}
.subscription-alert-div.show-block {
  display: block;
}
.overlay {
  display: none;
}
.overlay-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 200;
  color: #555454;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.overlay div {
  text-align: center;
}
.overlay .overlay-message {
  background: #fff;
  padding: 10px;
}
.body-lock {
  overflow: hidden;
}

.payment-response-div  {
  font-size: 16px;
  margin-top: 32px;
}
.payment-response-div h1 {
  font-size: 40px;
  margin-bottom: 24px;
}
.payment-response-div.success-div h1 i {
  color: #3cc6a3;
}
.amount-display-div {
  background: #efefef;
  padding: 12px 6px;
  margin: 20px 0;
}
.amount-display-div h4{
  display: inline-block;
  margin-left: 14px;
}
.amount-display-div .amount-div{
  font-size: 24px;
  margin-right: 24px;
}
.amount-display-div .amount-div label{
  margin-right: 8px;
}
.amount-display-div .amount-div span{
  color: #1ba57c;
  font-weight: bold;;
}
.back-account-btn {
  margin-bottom: 20px;
}
.back-account-btn {
  margin-bottom: 20px;
}
.payment-response-div.error-div h1 i {
  color: #d93e3e;
}
.hidden-section {
  display: none;
}
.permission-error-div {
  padding-top: 20px;
}
.permission-error-div .alert h3{
  margin: 10px 0;
}
.checkout-promo-div {
  font-size: 14px;
}
.checkout-promo-div label{
  font-size: 14px;
  display: block;
}
.checkout-promo-div .form-control {
  width: 60%;
  float: left;
  margin-right: 8px;
}
.checkout-card-div {
  padding: 32px 20px;
  padding-top: 0;
}
.item-list-table {
  font-size: 15px;
  margin-bottom: 0;
}
.item-list-table .table{
  background: #fff;
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 16px;
}
.item-list-table .table label{
  margin: 0;
}
.discount-tr {
  display: none;
}
.checkout-promo-div .coupon-applied-div{
  line-height: 22px;
  padding: 6px 16px;
}
.checkout-promo-div .coupon-applied-div label{
  font-size: 12px;
}
.checkout-promo-div .coupon-applied-div span {
  font-size: 13px;
}
.checkout-promo-div .coupon-applied-div .remove-coupon {
  font-size: 18px;
  top: 29%;
}
.card_block  .form-control,.card_block  .btn {
  border-radius: 0;
}
.checkout-action-div .btn {
  margin-top: 24px;
}
tr.breakup-tr {
  background: #ececec;
  font-size: 13px;
  display: none;
}
.show-breakup-link {
  font-size: 12px;
  margin-left: 10px;
}
.payment-response-button-div .btn {
  margin-bottom: 20px;
}
.payment-response-button-div .alert > p {
  font-size: 18px;
}
.payment-response-button-div .alert > p > a{
  color: #0092d7;
  font-weight: bold;
  text-decoration: none;
}
.profile_delete_button {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  margin-right: 15px;
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;  border: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.profile_delete_button:hover, .profile_delete_button:active{
    background-color: #885643 !important;
    border-color: #1f648b;
}


@media (max-width:1158px) {
  .left_side_profile .blue_button i.fa{
    display: none;
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .icon_area {
    font-size: 3em;
  }
  .button_table {
    margin-bottom: 5px;
  }
  .labels_area_mark {
    position: relative;
  }
  .labels_area_mark ul {
    padding-left: 15px;
  }
  .arrow_section .fa-5x{
    font-size: 4em;
  }

}
@media (max-width:980px) {
  .main_details_section .schedule_button{
    float: left !important;
  }
  .info {
    position: absolute;
    right: 15px;
    top: -33px;
  }

}
@media (max-width:767px) {
  .edit_profile .modal-dialog {
    width: auto;
  }
  .navbar-brand {
    background: none;
    height: 85px;
    margin-left: 15px !important;
  }
  .navbar-brand > img ,.navbar-brand.darkHeader img{
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .navbar-toggle {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #CCC;
  }
  .content_section_login {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-links li {
    border-right: 0;
  }
  .foot_links_section .rt_text {
    text-align: left !important;
  }
  .main_heading_section .date_section {
    margin-top: 0;
    text-align: left;
    padding-bottom: 15px;
  }
  .icon_area {
    font-size: 4em;
  }
  .caption_area {
    height: 50px;
  }
  .caption_area h1 {
    padding-top: 5px;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 100%;
  }
  .user_video {
    display: none;
  }
  .first_sec_give {
    border-bottom: 5px solid #FFF;
  }
  .interview_page .rt_button_section .blue_button.pull-right {
    float: left !important;
    margin-bottom: 10px;
  }
  .interview_caption p{
    margin-top: 0;
  }
}
@media (max-width:640px) {
  .stas_review_full, .rate_score {
    font-size: 1em;
  }
  .br-theme-fontawesome-stars .br-widget a {
    font-size: 1.5em;
  }
}
@media (max-width:530px) {
  .randomize_section  {
    width: 100%;
    position: relative;
  }
  .randomize_section .check_box {
    float: none !important;
    position: absolute;
    left: 15px;
    padding-top: 5px;
  }
  .randomize_section .blue_button {
    float: none !important;
    position: absolute;
    right: 15px;
    margin-top: 0;
  }
  .main_heading_section h2.headings {
    line-height: 45px;
  }

}
@media (max-width:480px) {
  .login_window {
    width: 100%;
    margin-left: 0;
  }
  .rate_cover {
    width: 100%;
  }
  .randomize_section {
    width: 100%;
    float: left;
  }
  .profile_settings_image_sec {
    width: 60%;
  }
  .question_rate,.rating_given {
    width: 100%;
    min-height: 100%;
    border-right: 0;
  }
  .stas_review_full, .rate_score {
    min-height: 100%;
    line-height: 35px;
  }
  .rating_given {
    margin-bottom: 15px;
  }
}
