.bb-lg-success{
    border-bottom: 4px solid #37b34a;
}
.bb-lg-primary{
    border-bottom: 4px solid #1A7BC0;
}
.bb-lg-vignesh{
    border-bottom: 4px solid #BB9FF2;
}

.side-menu-tabs-vig a:link {
    color:#000 !important;
}

/*# sourceMappingURL=my-css.css.map */
.why .icon-box.icon-small p {
    height: 34px;
  }

  .widget-icon-box .icon-box h6.titles {
    line-height: initial;
  }

  .node--type-page .custom-text p,
  .node--type-page .node__content .field--name-body p {
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    text-align: justify;
  }

  .node--type-page .highlight_content .desc p {
    font-family: 'Roboto Slab', serif;
  }

  .node--type-page .widget.gsc-heading.style-2 .sub-title {
    line-height: 32px;
  }

  .node--type-page .panel-body .table-responsive {
    padding: 15px;
  }

  gsc-accordion .panel-group.skin-white-border .panel .panel-title a:focus,
  gsc-accordion .panel-group.skin-white-border .panel .panel-title a:hover,
  gsc-accordion .panel-group.skin-white-border .panel .panel-title a:active {
    color: #FFF;
  }

  nav.navbar.bootsnav .navbar-header .navbar-toggle {
    width: unset;
  }

  .attr-nav .search-block-form {
    margin-bottom: 0px;
  }

  .attr-nav #search-block-form input.form-submit {
    background: #83a61a;
  }

  .logged-in .Registration-form .js-form-type-vertical-tabs {
    display: none;
  }

  #block-gavias-kunco-local-tasks .nav.nav-tabs li a {
    font-size: 10px;
  }

  .help.gav-help-region {
    /* margin-top: 36px; */
  }

  .node-knowledge-hub-form .text-summary.form-textarea {
    width: 100%;
  }

  /***Chosen CSS***/
  select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
  }

  select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
  }

  select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

  }

  select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
  }

  select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
  }

  select.form-control + .chosen-container .chosen-results li ,
  select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
  }
  select.form-control + .chosen-container .chosen-results li:hover,
  select.form-control + .chosen-container .chosen-results li.active-result:hover,
  select.form-control + .chosen-container .chosen-results li.highlighted
  {
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
  }

  select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
  }

  select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
  }

  select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
  }

  select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
  }

  select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
  select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
  select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  }

  select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
  }

  .form-control.chosen-container-single {
    height: unset;
    padding: 0;
  }

  #edit-field-khdate-wrapper h4,
  .taxonomy-term-form #edit-status-wrapper,
  .taxonomy-term-form #edit-relations,
  .taxonomy-term-form #edit-overview {
    display: none;
  }

  #edit-field-khdate-wrapper .js-form-type-date input,
  #edit-field-original-publication-url-wrapper .js-form-type-url input {
    width: 100%;
  }

  .node-knowledge-hub-form #edit-actions {
    margin-top: 20px;
  }

  .form-required::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
  }
  /***End CSS***/
  .top .dropdown-menu-new {
      z-index: 999999 !important;
  }

  .block-local-tasks-block .nav-tabs > li.active > a,
  .block-local-tasks-block .nav-tabs > li.active >a:focus,
  .block-local-tasks-block .nav-tabs > li.active >a:hover {
    color: #555;
    cursor: default;
    background-color: #dedede;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }

  .block-local-tasks-block .nav-tabs {
    border-bottom: 1px solid #FFF;
  }

  .col-md-4 .form-group.upload-content {
    margin-top: 80px;
  }

  .form-item-year {
    margin-top: 7px;
  }

  .Registration-form #block-gavias-kunco-local-tasks ul.nav-tabs li:last-child {
   display:none;
  }

  .forgot-pass {
    float: right;
    color: red;
    margin-top: -38px;
  }

  .enhancing-adaptive {
    display: none !important;
  }

  .breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb ol.breadcrumb li a {
    color: #fff;
  }

  .form-group.upload-content {
    margin-top: 12px;
  }

  #block-gavias-kunco-copyright {
    margin-bottom: 0px;
  }

  #block-mapimage h2.block-title,
  .breadcrumb-links {
    display: none;
  }

  .breadcrumb-content-inner .gva-breadcrumb-content #block-gavias-kunco-breadcrumbs.gva-block-breadcrumb .breadcrumb-style {
    padding: 120px 0;
  }

  article h2.title {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0px;
  }

  .breadcrumb-content-inner .gva-breadcrumb-content h2.page-title {
    color: #FFF;
    text-transform: capitalize;
  }

  .gavias-blockbuilder-content .gbb-row .bb-inner {
    padding-top: 15px;
    padding-bottom: 70px;
  }

  #block-mapimage {
    margin-top: 5px;
  }

  .video-listing.news-event-new,
  .photo-listing.news-event-new {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: unset;
  }

  .attr-nav {
    margin-top: 19px;
  }

  .attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-left: 54px;
  }

  .product-list .post-item-image img {
    max-height: 203px;
  }

  .gavias-builder--content .gbb-row-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }

  .tabledrag-toggle-weight-wrapper {
    display: none;
  }

  .download.pdf-link {
    padding: 5px;
    font-size: 22px;
    color: red;
}

nav.navbar.bootsnav {
  margin-top: 0 !important;
}

.inner-banner-title {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner {
  padding: 120px !important;
  margin-bottom: 30px;
}

.widget.gsc-heading .title {
  font-weight: 400;
  margin: 0;
  position: relative;
  font-size: 32px;
  float: left;
  width: 100%;
}

.col-md-myyy.tps-org-branch-end a span {
  padding-top: 12px;
  line-height: 15px;
}

#edit-help-link, #edit-advanced {
  display: none;
}

.path-search li.search-row {
  padding: 0 0px 10px 22px;
  margin: 20px 0 0 0;
  border: 1px solid #ddd;
  width: 100%;
}

.path-search li.search-row h3 {
  font-size: 22px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  color: #000;
  font-weight: 700;
}

.path-search ol {
  margin-bottom: 50px;
}

.path-search h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.path-search #edit-keys {
  margin-left: 10px;
}

.box-content-news .other-member {
  font-size: 10px;
}

.an-sr {
  padding: 15px;
  font-size: 20px;
  color: #000;
}

.an-title h6 {
  font-size: 20px;
  color: #000;
}

@media (min-width:1400px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px !important;
  }
}

.field--name-field-event-end .field__label {
  font-size: 18px;
  font-weight: bold;
}

.product-list .box div.box-img {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

.product-list .box a.post-item-image {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.product-list .box a.post-item-image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.new-event-news {
  margin: 40px 0 0 0;
  padding: 0 0 70px 0;
  width: 100%;
  float: left;
  background: url('/themes/gavias_kunco/images/leafs.png');
}