/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

/*--------------------------------------------------------------
12. Text Block
----------------------------------------------------------------*/
.st-shedule-wrap {
  padding: 20px;
  background: #f8f9fb;
  margin-left: 30px;

  &.st-type1 {
    padding: 0;
    background: #f9f9f9;

    .st-shedule {
      border: 10px solid #fff;
    }
  }
  &.st-type2 {
    padding: 0;
    background: #fff;

    .st-shedule {
      border: 1px solid $black4;
      border-radius: 5px;
    }
  }
  &.st-color1 {
    .st-shedule-title {
      color: $light-blue;
    }
  }
  &.st-color2 {
    .st-shedule-title {
      color: $pink;
    }
  }
}

.st-shedule {
  border: 1px solid;
  padding: 30px 20px;
}

.st-shedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.st-shedule-list {
  list-style: none;
  margin: 0;
  padding: 0;

  li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #000;
    padding: 10px 0;
  }
}

.st-call.st-style1 {
  display: flex;
  align-items: center;

  .st-call-icon {
    flex: none;
    width: 32px;
    margin-right: 15px;

    svg {
      fill: $black1;
    }
  }

  .st-call-title {
    font-size: 15px;
    margin-bottom: 1px;
    line-height: 1.2em;
  }

  .st-call-number {
    font-size: 18px;
    font-weight: 700;
    color: $blue;
  }
}

.st-shedule-wrap.st-style1 {
  margin-left: 0;
}

.st-shedule-wrap.st-style2 {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .st-shedule-wrap {
    margin-left: 0;
  }
}

.tabsclass li:nth-child(1) {
    background: #e6f8f8;
}
.tabsclass .nav .hr-tabs-nav-item.active:nth-child(1) {
    background-color: #0cb8b6;
}

.tabsclass li:nth-child(2) {
    background: #fcecea;
}
.tabsclass .nav .hr-tabs-nav-item.active:nth-child(2) {
    background-color: #e6492d;
}

.tabsclass li:nth-child(3) {
    background: #ebf7ec;
}
.tabsclass .nav .hr-tabs-nav-item.active:nth-child(3) {
    background-color: #0cb8b6;
}

.tabsclass li:nth-child(4) {
    background: #e7effb;
}
.tabsclass .nav .hr-tabs-nav-item.active:nth-child(4) {
    background-color: #1665d8;
}
.tabsclass .nav .hr-tabs-nav-item.active a {
    color: #fff;
}
.tabsclass li {
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    width: 20%;
}

.tabsclass li a {
    display: inline-grid;
}
.tabsclass span::before {
    font-size: 50px;
}
.tabsclass span.hr-tabs-nav-icon {
    margin: 10px;
}
form#form_eluidd409acb5 div input, form#form_eluidd409acb5 div textarea,button.zn_contact_submit.btn.btn-fullcolor.btn--rounded {
    border-radius: 10px;
}
label.control-label.kl-font-alt.kl-fancy-form-label,button.zn_contact_submit.btn.btn-fullcolor.btn--rounded {
    font-size: 14px;
    text-transform: math-auto;
    font-weight: 400;
    font-family: 'Montserrat';
}

.bordericon {
    border: solid 1px #e3e3e3;
    padding: 20px;
    border-radius: 10px;
}

.bordericon:hover {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
}

.roundimg img {
    border-radius: 50% 9% 40% 46%;
}