.main-search-input{
    border-radius: 0;
}
button.button, input[type="button"], input[type="submit"], a.button.border, a.button{
    border-radius: 0;
}
#header.cloned,#header-container{
    background: #000;
}
#header.cloned #logo img{
    max-width: 290px;
}
.main-search-input-item.keyword {
  flex: 4;
  max-width: 50%;
}
.secondlocation{
    z-index:90;
}
.secondlocation .chosen-container-single .chosen-single, .secondlocation .chosen-single.chosen-container-active{
     z-index:90 !important;
}
.secondlocation .main-search-input-item .chosen-single::after{
    z-index:90 !important;
}
.range-output::after{
    content:"%";
}
/* .listing-item-container.list-layout .listing-item{
    height: 60px;
} */
.listing-item-container.list-layout .listing-item-inner{
    position: relative;
}
.listing-item-container.list-layout .listing-item.header{
    background: #000;
    color:#fff;
}
.action-btn .fa{
    padding: 0 5px;
    text-align: center;
}
.action-btn .fa:hover{
color:#f91942; 
}


/* More Icon */
span.more-icon {
	color: #9d9d9d;
	font-size: 19px;
	position: absolute;
	z-index: 101;
	right: 30px;
	bottom: 30px;
	cursor: normal;
	background-color: #eee;
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	transition: all 0.4s;
}

.more-icon:before,
.more-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 9px;
}

.more-icon:before {
	content: "\f06e";
	transform: scale(0.95);
}

.more-icon:after {
	content: "\f004";
	opacity: 0;
	transform: scale(0.5);
}

.more-icon.less:after {
	opacity: 1;
	transform: scale(0.95);
}



.more-icon.less:before{
	opacity: 0;
}
.listing-item-container.list-layout span.more-icon {
    bottom: 50%;
    transform: translateY(50%);
    
    right: 90px;
}
.listing-item-container.list-layout span.like-icon.liked, .listing-item-container.list-layout span.like-icon:hover 
,span.more-icon.active,span.more-icon:hover,
.more-icon.less {
    background-color: #000;
    color:#fff;
}

#meaning-popup {
    background: #fff;
    padding: 40px;
    padding-top: 40px;
    padding-top: 0;
    text-align: left;
    max-width:700px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}
#favourite-popup {
    background: #fff;
    padding: 40px;
    padding-top: 40px;
    padding-top: 0;
    text-align: left;
    max-width:1600px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}
#category-popup,#download-popup{
	background: #fff;
    padding: 40px;
    padding-top: 40px;
    padding-top: 0;
    text-align: left;
    max-width:700px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}
.sign-in-form label i{
    top:48px;
}
.sign-in-form .error-help-block{
    color:#f3103c;
}

.listing-item-container.list-layout .listing-item{
    height:90px;
}
.error{
    position: absolute;
    z-index: 999;
    margin-bottom: 0;
    margin-top:-12px;
    color: #f3103c;
}
.keyword input.error{
    width:90%;
}
.range-slider .multirange,.range-slider .multirange:focus{
    border: none;
    --range-color:none;
}
input[type="range"].multirange.ghost{
    --range-color:none;
}
.slider.slider-horizontal{
    width:100%;
}
.slider.corner-all,
.slider .corner-all {
  border-radius: 0;
}

.slider.slider {
  border: 0;
  background: #f7d2cc;
  border-radius: 11px;
}

.slider.slider-horizontal {
  height: 3px;
}

.slider.slider-vertical {
  height: 15em;
  width: 3px;
}

.slider .slider-handle {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.slider.slider-horizontal .slider-handle {
  top: 50%;
  margin-top: -7px;
}

.slider.slider-vertical .slider-handle {
  left: 50%;
  margin-left: -7px;
}

.slider .slider-handle:hover {
  opacity: .8;
}

.slider .slider-range {
  border: 0;
  border-radius: 11;
  background: #f99;
}

.slider.slider-horizontal .slider-range {
  top: 0;
  height: 3px;
}

.slider.slider-vertical .slider-range {
  left: 0;
  width: 3px;
}
.pulse-button {
  position: relative;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(19, 18, 17, 0.7);
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(19, 18, 17, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}


.listing-item-container.list-layout .listing-item-inner .more-content  h3{
    color: #fff;
}
.img-responsive.mobile {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}
.main-search-container:before {
	background: none;
}
.archive-list-text p {
    font-family: 'Lato', sans-serif;
}
.archive-list-text h2{
    font-family:'Montserrat', sans-serif;
}
.archive-list-text h2 {
    float: left;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
}
.archive-list-text p {
    color: #777;
    float: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5px;
    width: 100%;
}
.archive-list-out:hover .archive-list-text h2,.archive-list-text h2:hover{
    color: #999999 !important;
}
@media (max-width: 991px){
    
.listing-item-container.list-layout .listing-item-inner {
  
    padding: 20px;
}
    .listing-item-container.list-layout .listing-item-inner {
    padding-right: auto;
}
.main-search-container {
    height: 820px;
}
.searchpage-courselist.padding-right-60 , .searchpage-courselist.padding-left-60{
    padding-left: 15px !important;
    padding-right:15px !important;
}
.listing-item-container.list-layout .listing-item{
    height: 170px;
}
.listing-item-container.list-layout span.like-icon{
top:74px;
transform: translateY(88%);
left:20px;
right:auto;
}
.listing-item-container.list-layout span.more-icon{
    right:20px;
    transform: translateY(82%);
    bottom: 4px;   
}
.more-content {
    margin-top:20px;
}
}
@media (min-width: 992px){
.main-search-input-item.required::before {
    content: '*';
    color: #f00c0c;
    font-size: 30px;
    float: right;
    z-index: 1;
    position: absolute;
    right: 10px;
}
#form-search-1 .main-search-input-item{
    max-width:25%;
}
.filter-right{
    float: right;
}
}
#navigation{
    float:right;
    left: auto;

}
#navigation .aaa{
    float:right;
    left: auto;
right: 100%;
margin-left: 0;
margin-right: -1px;
}
#navigation ul li ul{
    right:36%;
    left:auto;
    background:#000;
}
#navigation ul ul li{
    width:260px;
}
#navigation ul ul li a{
    color:#fff;
}


@media(max-width:768px){

#wrapper .listing-item-container.list-layout .listing-item {
    height: auto;
}
#wrapper .listing-item-container.list-layout span.more-icon {
    bottom: 0;
    display: inline-block;
    margin: 0 15px;
    position: relative;
    right: 0;
    transform: unset;
}
#wrapper .listing-item-container.list-layout span.like-icon {
    display: inline-block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
}

}
.button:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.1);
}

/* Select 2 */
.form-group-default.form-group-default-select .ui-select-container .select2-choices {
  border: 0px;
}
.form-group-default.form-group-default-select2 {
  padding: 0;
}
.form-group-default.form-group-default-select2 > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}
.form-group-default.form-group-default-select2 > label.label-lg {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 > label.label-sm {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
  padding-top: 20px;
  height: 52px;
  border: 0 !important;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-arrow b:before {
  top: 20px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-chosen {
  padding-left: 3px;
  padding-top: 1px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
  padding-top: 20px;
  height: 52px;
  border: 0px !important;
}
.form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 4px;
}
.form-group-default.form-group-default-select2 > .input-lg {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-lg .select2-choice {
  padding-top: 20px;
  height: 56px;
}
.form-group-default.form-group-default-select2 > .input-sm {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-sm .select2-choice {
  padding-top: 20px;
  height: 46px;
}
.form-group-default .select2-container .select2-selection,
.select2-container-multi .select2-choices {
  border-color: transparent;
}
select.full-width + .select2-container {
  width: 100% !important;
}
.select2-container *:focus {
  outline: none;
}
.select2-container .select2-selection {
  background-image: none;
  border-radius: 2px;
  border:none !important;
  padding: 2px 9px;
  transition: border 0.2s linear 0s;
}
.select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
  padding-left: 3px;
  padding-top: 1px;
}
.select2-container .select2-selection .select2-selection__arrow {
  top: auto;
  bottom: 5px;
  right: 10px !important;
  left: auto;
  background: transparent;
  border-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container .select2-selection.select2-selection--single {
  height: 36px;
}
.select2-container .select2-selection > .select2-chosen {
  margin-right: 26px;
  margin-left: 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.select2-container--default .select2-results__group {
  color: #2c2c2c;
}
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e7e7e7;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1));
}
.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-dropdown.select2-drop-above {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-container--open .select2-selection {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e7e7e7;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
}
.select2-search--dropdown input {
  background: #fff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.select2-results {
  margin: 3px 8px 10px 8px;
}
.select2-results li {
  color: #575757;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #2c2c2c;
}
.select2-results li.select2-result-with-children > .select2-result-label:first-child {
  padding-top: 8px;
}
.select2-results .select2-results__option--highlighted {
  background-color: #e7e7e7 !important;
  border-radius: 3px;
  color: #575757 !important;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #575757;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 790;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container--open .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
}
.select2-selection--multiple .select2-selection__rendered {
  background-image: none;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #e1e1e1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 6px -5px 0px 10px;
  padding: 0 8px 0 7px;
  line-height: 21px;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child {
  margin-left: 0;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #626262;
  font-weight: 900;
  margin-right: 4px;
}
.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin-left: 8px;
}
.select2-selection--multiple.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none;
}
.select2-selection--multiple .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}
.select2-drop-mask {
  z-index: 700;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background: #e7e7e7;
  border-radius: 3px;
  color: #575757;
}
.ui-select-bootstrap > .ui-select-choices {
  background-color: #fff;
}
.ui-select-choices-group-label {
  color: #2c2c2c;
  font-weight: bold;
}
.modal-open .select2-drop-active {
  z-index: 1051;
}
.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important;
}
.modal-open .select2-drop-mask {
  z-index: 1050;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}
.featuredcourse{
    border-left: 4px solid #000;
    border-radius: 0 4px 4px 0;
}