/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.main_sec li {
    list-style: outside none none;
}
.lest_form {
  float: left;
  width: 40%;
}
.lest_form > ul {
    margin: 0;
	padding: 0;
}
#tab_course-request {
  padding: 2em 0;
}
.main_sec {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 auto;
  padding: 23px;
  width: 100%;
}
.lumar {
    float: left;
    text-align: center;
    width: 100%;
}
.rigt_sec {
    float: right;
    width: 60%;
}
.rigt_sec li {
  float: left;
  font-size: 12px;
  margin: 0 0 20px 2px;
  width: 19%;
}
.lest_form li:nth-child(1) {
    margin: 0 0 18px;
}
.rigt_sec > ul {
    margin: 0;
    padding: 0;
}

.main_sec input {
    margin: 6px;
}
.lest_form li {
    margin: 0 0 6px;
}
.lest_form p {
    font-size: 13px;
    margin: 0;
}
.play_sholder_sec {
  float: left;
  margin: 12px 0 0;
  width: 100%;
}
.play_sholder_sec textarea {
  border: 1px solid #dddddd;
  font-size: 13px;
  height: 90px;
  margin: 0 0 13px;
  padding: 2px 5px;
 /* text-transform: capitalize;*/
  width: 98%;
}
.but_sec > button {
  background: #ddd none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 19px;
  padding: 5px 23px;
  text-decoration: none;
  text-transform: capitalize;
}
/* The container */
.containerr {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerr input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  background-color: #eee;
  border: 1px solid #000;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 20px;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerr input:checked ~ .checkmark {
    background-color: rgba(73, 44, 120, 0.8);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 5px;
	height: 5px;
	background: white;
}
.rigt_sec label.error {
  float: left;
  font-size: 11px;
  position: absolute;
  right: 0;
  width: 300px;
}
#RatingForm label.error {
  color: red;
}
textarea.error {
  border: 1px solid red;
}
.ajax-loader2 {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  display: inline-block;
  visibility: hidden;
}
.tooltip {
  border-bottom: 1px dotted #492c78;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.tooltip .tooltiptext {
  background-color: #492c78;
  border-radius: 6px;
  bottom: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  left: 50%;
  margin-left: -60px;
  padding: 6px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 310px;
  z-index: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.main_sec2 {
  background: #f5f5f5 none repeat scroll 0 0;
  box-shadow: 0 2px 7px #ddd;
  display: table;
  margin: 20px auto;
  padding: 1px 22px;
  width: 100%;
}
.space-right {
    margin-right: 1em;
}

.headshot-image.small-image {
    height: auto;
    width: 100%;
}

.headshot-image {
    border: 4px solid #ccc;
}
.headshot-image {
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 125px;
  overflow: hidden;
  width: 125px;
}
.space-right.desktop-only {
  float: left;
  height: 90px;
  margin-top: 15px;
  width: 7%;
}
.pree {
  font-family: inherit;
  overflow: visible;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 32px;
  font-size: 14px;
      float: left;
    width: 80%;
}
.darkgray {
    color: #888;
}
a, .fake-link {
    color: #0e9cc8;
    cursor: pointer;
    text-decoration: none;
}
.space-below h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}
.center-margins {
  margin-left: auto;
  margin-right: auto;
}
.u-full-width.space-right {
  width: 50%;
  float: left;
}
.space-below {
  margin-bottom: 1em;
}
.flex-centered-row.u-full-width.left-text {
  margin: 0 0 7px;
}
.u-full-width.space-right {
  float: left;
  font-weight: 600;
  width: 33%;
  font-size: 13px;
}
.align-right {
  text-align: right;
}
.main_sec{
    margin: 20px 0;
}
.single-eb_course #comments {
  display: none;
}
.but_sec {
    float: left;
}
select[name="courcelist"] {
  display: inline-block;
  margin-bottom: 4px;
  width: 73%;
}
.courcelists > span {
  display: inline-block;
  width: 20%;
}
.rigt_sec ul > li {
  margin-left: 0 !important;
}
form#RatingForm .acpect-text p {
    font-weight: 500;
}
form#RatingForm .rigt_sec ul li {
    font-weight: 500;
}
#tab-review_tab .success.fadeout-message {
  color: white;
  font-weight: bold;
  text-align: center;
}
.dropdown_input label.error {
	position: relative !important;
	bottom: 10px !important;
	top: auto !important;
}