 
 
.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}
 
/* common css up */
.search-form-box {
    position: relative;
}
.search-form-box.top-search .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-form-box .input-group, .ui-select {
    height: 65px;
}

.search-form-box.top-search .input-group input {
    padding-left: 20px;
    width: 59%;
    font-size: 15px;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #e89a3d14;
	
}
.search-form-box .form-control {
    padding-left: 20px;
}
.search-form-box .form-control {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:not(textarea) {
    height: 43px;
}
.h100 {
    height: 100% !important;
}
.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 15px;
    font-size: 14px;
}
* {
  box-sizing: border-box;
}

.center-box {
  width: 200px;
  margin: 40px auto;
}

.ui-select {
  position: relative;
  width: 100%;
  background: #fff;
  white-space: nowrap;
}

.ui-select > span {
  line-height: 65px;
  display: block;
  cursor: pointer;
  background: #fafafa;
  height: 100%;
  position: relative;
  padding-right: 30px;
  padding-left: 20px;
}

.ui-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  -webkit-transform: scaleY(0);
  display: block;
  transition: all 0.1s ease-out;
  width: 100%;
  background: #fff;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
  z-index: 10000;
  margin-top: -1px;
  border-top: none;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select li {
  cursor: pointer;
  padding: 10px 25px;
}

.ui-select li:hover {
  background: #f1f1f1;
  color: var(--theme-color2);
}

.ui-select.open ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.ui-select.open li.selected {
  color: var(--theme-color2);
}

.ui-select ul li {
  transform: translate(0px, -20px);
  opacity: 0;
}

.open.ui-select ul li {
  transform: translate(0px, 0px);
  transition: all 0.4s;
  opacity: 1;
  text-align: left;
}

.ui-select > span:after {
	content: "";
    background: url(../..//img/arrow-down.png) no-repeat;
    width: 27px;
    height: 14px;
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    bottom: 0;
    margin: auto;
}

.search-form-box .input-group, .ui-select {
  height: 65px;
}

.search-form-box .form-control {
  border: none;
  outline: 0;
  box-shadow: none;
}

.search-btn {
  padding-right: 20px;
  padding-left: 20px;
}
.search-form-box {
  position: relative;
}

.search-form-box .drop-menu {
  position: absolute;
  left: 0;
  padding: 0;
  background: #fff;
  top: 65px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: top left;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  z-index: 10;
}

.search-form-box .drop-menu li {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
}

.search-form-box .open.drop-menu li {
  display: block;
  transition: all 0.4s;
  opacity: 1;
  transform: translateY(0px);
}

.search-form-box .open.drop-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
}

.s-tag {
  width: 41px;
  height: 36px;
  background: transparent;
  color: #212121;
  border-radius: 3px;
  background: var(--theme-color1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
}

.suggestion-search-menu .suggestion-anchor {
  text-decoration: none;
  display: flex;
  justify-content: space-between; 
}
.suggestion-search-menu .suggestion-anchor h5 {
  font-weight: 500;
  color: #212121;
  font-size: 16px;
  margin: 0;
}
.suggestion-search-menu .suggestion-anchor p {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
.suggestion-search-menu .sright {
  text-align: right;
}
.suggestion-search-menu .sright p {
  text-align: right;
}

.search-form-box .drop-menu {
  margin-top: 5px;
  border-radius: 3px;
}
.search-form-box .drop-menu li {
  padding: 15px 20px;
}
.search-form-box .drop-menu li:hover h5 {
  color: var(--theme-color2);
}

.search-form-box .form-control {
  padding-left: 20px;
}

.search-form-box.top-search .input-group input {
  padding-left: 20px;
  width: 59%;
  font-size: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

 
.nav > li {
  list-style: none;
  float: left;
  display: block;
}

.nav > li a {
  display: block;
  padding: 13px 15px;
  cursor: pointer;
}

.drop {
  position: relative;
  cursor: pointer;
}

.drop .drop-menu {
  width: 120px;
  background: #fff;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 3em;
  -webkit-transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: top left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 12px 15px;
  margin-left: 10px;
}

.drop .drop-menu li {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translate(-20px, 0px);
}

.drop.open .drop-menu li {
  display: block;
  transition: all 0.4s;
  opacity: 1;
  transform: translate(0px, 0);
  display: inline;
}

.drop.open .drop-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
}

.search-form-box.top-search .input-group .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: var(--theme-color2);
	border: none;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-search .ui-select {
    width: 222px;
}
.search-form-box .input-group, .ui-select {
    height: 65px;
}
 

.card-view {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 20px;
	background: #fff;
	border: 1px solid var(--theme-color1);
}

 