body {
  /* font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  background-color: #F2F7FF;
}

p {
  color: #565656;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a, a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

.chosen-container-multi {
  border: none;
}

.chosen-container-multi .chosen-choices {
  background-image: none;
  padding: 7px;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 26px;
  border: none;
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 8px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 32px;
  font-size: 14px;
}

.chosen-container .chosen-drop {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 3px;
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
}

/*Colors*/
.color-1 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #e5e4cc;
}

.color-2 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #c7f0db;
}

.color-3 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #d3f4ff;
}


.contact-container {
  display: flex;
}

.contact-container select {
  width: auto !important;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-container input {

  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contact-container input:focus, .contact-container select:focus {
  box-shadow: none;
  border-color: #CED4DA;
}


.doc-image {
  background-color: #F2F7FF;
  padding: 10px 20px;
  border-radius: 5px;
  color: black;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.doc-image a {
  color: #607080;
}

.page-head {
  display: flex;
  align-items: center;
}

.page-head a {
  font-size: 28px;
  margin-top: -5px;
  color: #25396f;
}

.error {
  color: #dc3545;
  font-weight: 600;
}

.options-group+.error {
  display: block;
}

.spin-ico {
  display: none;
}

.loading .spin-ico {
  display: block;
}

.loading {
  position: relative;
}

.loading>.save {
  visibility: hidden;
}


.loading .spin-ico {
  position: absolute;
  top: 38%;
  left: 70%;
  transform: translate(-50%, -50%);
}

/*  Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*  Firefox  */
input[type=number] {
  -moz-appearance: textfield;
}

.opt-label {
  display: flex;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 1px;
}

.opt-label {
  display: flex;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 1px;
}

.opt-label.correct {
  background-color: rgba(93, 218, 180, 0.4);
}

.opt-label.wrong {
  background-color: rgba(255, 121, 118, 0.4);
}

.opt-label input[type="radio"] {
  margin-right: 15px;
}

.que-list {
  padding-left: 0;
  list-style-type: decimal;
}

.name-field {
  max-width: 300px;
  display: block;
}

.file-name a {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-right: 5px;
}

.table thead tr th, .table thead tr td {
  white-space: nowrap;
}

.table tr td:last-child {
  white-space: nowrap;
}

.timepicker[readonly] {
  background-color: #FFFFFF;
}

.char-count {
  display: block;
  text-align: right;
  font-size: 14px;
}


.course-img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.course-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

@media screen and (max-width: 1399px ) {
  .course-img {
    height: 150px;
  }
}
@media screen and (max-width: 1599px ) {
  .course-card h5{
    font-size: 16px;
  }
}


.course-img img{
  width: 100%;
  height: 100%;
}
.course-img:hover > .overlay{
  opacity: 1;
  bottom: 0;
}

.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  opacity: 0;
  transition: all 0.3s;
}

.glims-video{
  /* border-right: 1px solid #999; */
  padding-right: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #3973fa;
}

.glims-video p{
  margin-bottom: 0;
}