* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", sans-serif;
}

.ks-header {
  padding: 15px 30px;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}

.ks-hamburger {
  background: transparent;
  border: none;
  outline: none !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: -12px;
  background-color: #68696A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.ks-hamburger img {
  vertical-align: middle;
}
.img-fluid{
  width: 100%;
}

.ks-logo {
  display: inline-block;
}

.ks-logo img {
  width: 140px;
}

.ks-page-title, .ks-header-img {
  display: inline-block;
}

.ks-page-title, .ks-title-info {
  font-weight: 500;
  color: #4E4F50;
}

.ks-page-header-title {
  font-size: 18px;
}

.ks-title-info {
  font-size: 16px;
  margin-left: 20px;
  width: 230px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.ks-page-header-title {
  border-left: 1px solid #ECEBEB;
  height: 36px;
  line-height: 21px;
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  color: #212427;
  max-width: 140px;
}

.ks-page-view-card {
  padding-left: 30px;
  margin-top: 75px;
  height: calc(100vh - 77px);
  overflow: auto;
}

#ks-column-left {
  border-radius: inherit;
  overflow: auto;
  height: calc(100vh - 77px);
  overflow-x: hidden;
}
@media(max-width: 991px){
  #ks_page_main .ks-page-side-tab {
    display: none;
  }
  #ks_page_main.ks-sidebar-collapsed .ks-page-side-tab {
    display: block;
  }
  #ks_page_main .btn-humb {
    display: block;
  }
  #ks_page_main .btn-close {
    display: none;
  }
  #ks_page_main.ks-sidebar-collapsed .btn-humb {
    display: none;
  }
  #ks_page_main.ks-sidebar-collapsed .btn-close {
    display: block;
  } 
}

#ks-column-left::-webkit-scrollbar, .ks-page-tab-content .ks-tab-content::-webkit-scrollbar {
  width: 6px;
}

#ks-column-left::-webkit-scrollbar-thumb, .ks-page-tab-content .ks-tab-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #DEDEDE;
}

#ks-column-left::-webkit-scrollbar-thumb:hover, .ks-page-tab-content .ks-tab-content::-webkit-scrollbar-thumb:hover {
  background-color: #b5b2b2;
}

.ks-page-side-tab {
  border-radius: 5px 0px 0px;
  border: none;
  padding: 0px;
  position: fixed;
  height: 100%;
  width: 336px;
  max-width: 336px;
  -webkit-box-flex: 336px;
      -ms-flex: 336px;
          flex: 336px;
  float: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ks-page-side-tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  border-radius: inherit;
}

#ks-column-left > .ks-nav.ks-nav-list {
  padding-bottom: 20px;
}

.ks-page-side-tab ul a {
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #4E4F50;
  background-color: transparent;
  text-align: left;
  border: none;
  outline: none;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}
/* .ks-page-side-tab ul a[aria-expanded="true"], */
.ks-page-side-tab ul a.active {
  color: #DC2230;
}

.ks-page-side-tab ul a.active:after {
  right: 16px;
}

.ks-page-side-tab .ks-nav-list .ks-page-side-tab-li-head {
  border: none;
  border-radius: inherit;
}

.ks-page-side-tab .ks-nav-list .ks-page-side-tab-li-head a {
  background-color: #ffffff;
  padding: 20px;
}

.ks-nav-list li ul a{
  background-image: url(./../images/right_arrow.svg);
  background-repeat: no-repeat;
  background-position: -30px  ;
  background-size: 18px;
  transition: all ease-in-out 0.3s;
}
.ks-nav-list li ul a:hover{
  background-position: 15px ;
}
.ks-nav-list li ul ul a:hover{
  background-position: 35px ;
}
.ks-nav-list li ul ul ul a:hover{
  background-position: 55px ;
}
.ks-nav-list li ul ul ul ul a:hover{
  background-position: 70px ;
}
.ks-nav-list li ul ul ul ul ul a:hover{
  background-position: 85px ;
}

.ks-page-tab-content {
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 5px 5px;
  padding: 0;
  margin-left: 336px;
  width: calc(100% - 336px);
  max-width: calc(100% - 336px);
  -webkit-box-flex: calc(100% - 336px);
      -ms-flex: calc(100% - 336px);
          flex: calc(100% - 336px);
  height: 100%;
  min-height: calc(100vh - 150px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: right;
  transition: 0.3s ease-in-out;

}

.ks-page-tab-content .ks-tab-content {
  padding: 30px 35px 35px;
  padding-right: 30px;
  height: calc(100vh 7px);
  overflow: auto;
}

.ks-accordion-heading:after {
  content: "";
  background-image: url(../images/arrow.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  right: 20px;
  position: absolute;
  margin-top: 5px;
}

.ks-accordion-heading.collapsed.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ks-accordion-heading[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ks-accordion-heading.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

h2 {
  font-weight: 600;
  font-size: 18px;
  color: #4E4F50;
  margin-bottom: 1rem;
}

p {
  font-weight: 400;
  font-size: 16px;
  color: #68696A;
}

.ks-nav-list li ul {
  padding-left: 20px;
}

.ks-nav-list li ul a {
  padding-left: 40px;
  margin-left: -20px;
  width: 332px;
}

.ks-nav-list li ul ul a {
  padding-left: 60px;
  margin-left: -40px;
  width: 332px;
}

.ks-nav-list li ul ul ul a {
  padding-left: 80px;
  margin-left: -60px;
  width: 332px;
}

.ks-nav-list li ul ul ul ul a {
  padding-left: 100px;
  margin-left: -80px;
  width: 332px;
}

.ks-nav-list li ul li {
  border-bottom: none;
}

.ks-nav-list li ul li a:after, .ks-nav-list li ul li a.active:after {
  right: auto;
}

.ks-sidebar-collapsed .ks-page-side-tab {
  display: none;
}

.ks-sidebar-collapsed .ks-page-tab-content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
}

.ks-sidebar-collapsed .ks-hamburger {
  transform: rotate(180deg);
}

.ks-btn-primary {
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #565656;
  text-align: center;
  padding: 10px;
  min-width: 86px;
  display: inline-block;
  margin-left: 10px;
  outline: none !important;
}

.ks-btn-primary:hover {
  color: #565656;
}

.ks-action-buttons {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ks-bold {
  font-weight: 700;
  color: #4E4F50;
}

.img-radius {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.ks-breadcrums {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #68696A;
  margin-bottom: 30px;
}

.ks-breadcrums span {
  position: relative;
}

.ks-breadcrums span:after {
  content: "";
  background-image: url(../images/arrow.png);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
}

.ks-breadcrums span:last-child:after {
  display: none;
}

.ks-list-style-decimal {
  list-style: decimal;
}

.ks-list-style-lower-latin {
  list-style: lower-latin;
}

.head-top-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #444445;
  margin-left: 6px;
}

.head-top-txt-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #474848;
  align-self: baseline;
}

.btn-outline-grey {
  padding: 12px 24px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #444448;
}

.btn-primary-red {
  padding: 12px 24px;
  background: #DC2230;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
}

.btn-primary-red:hover {
  color: #fff;
  background: #c61c29;
}

.btn-ks-dark {
  padding: 12px 24px;
  background: #4E4F50;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
}

.btn-ks-dark:hover {
  color: #fff;
  background: #000;
}

.ks-btn-primary.ks-btnNext,
.ks-btn-primary.ks-btnPrevious {
  border: none;
}

.ks-btn-primary.ks-btnNext:after {
  content: '';
  width: 6px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23969697' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.ks-btn-primary.ks-btnPrevious:before {
  content: '';
  width: 6px;
  height: 12px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-size: 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%23969697' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.ks-search-form {
  width: 300px;
  position: relative;
}

.ks-search-btn {
  position: absolute;
    right: -12px;
    top: 9px;
    opacity: 0.75;
}

#myInput{
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 35px 5px 10px;
  min-height: 45px;
  border-radius: 5px;
}

.autocomplete-items {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-width: 100%;
  margin-top: 2px;
}

.autocomplete-items > div {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.autocomplete-items > div:last-child {
  border-bottom: none;
}

.autocomplete-items > div div {
  font-size: 14px;
  color: #858585;
  text-transform: capitalize;
}

.autocomplete {
  position: relative;
}

.btn-header img {
 display: none;
}

@media (max-width: 1450px) {
  .ks-page-header-title,
  .head-top-txt {
    font-size: 14px;
  }
  .ks-page-header-title {
    max-width: 160px;
  }

  .head-top-txt-2 {
    font-size: 12px;
  }

  .ks-search-form {
    width: 250px;
  }

  .btn-header {
    padding: 12px 15px;
  }
}

@media (max-width: 1275px) {
  .ks-header .ks-page-header-title,
  .ks-header .head-top-txt-2,
  .ks-header .head-top-txt {
    display: none;
  }
}

@media (max-width: 960px) {
  .ks-hamburger {
    display: none;
  }

  .ks-header {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
    z-index: 10;
  }

  .ks-page-view-card {
    margin-top: 0;
    padding-left: 0;
    height: auto;
  }

  .ks-mobile-hamburger {
    display: flex !important;
    margin-left: 15px;
    order: 1;
    border: none;
    background: transparent;
    outline: none !important;
  }

  .ks-mobile-hamburger svg {
    width: 50px;
    height: 50px;
  }

  .ks-page-tab-content {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .ks-page-side-tab {
    position: static;
    width: 100%;
    max-width: 100%;
    flex: auto;
    height: auto;
  }

  .ks-page-tab-content .ks-tab-content {
    min-height: 100vh;
    height: auto;
  }

  #ks-column-left {
    height: auto;
    margin-bottom: 20px;
  }

  #myInput {
    height: 50px;
  }

  .ks-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-header img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .btn-header span,
  .btn-header svg {
    display: none;
  }

  .btn-ks-dark img,
  .btn-primary-red img {
    filter: invert(1);
  }
}

@media (max-width: 775px) and (min-width: 511px) {
  .header-inner-items {
    display: contents !important;
  }
  
  .ks-search-form {
    order: 1;
    width: 100%;
    margin-top: 15px;
  }

  .ks-search-form + .btn-header {
    margin-left: auto;
  }
}

@media (max-width: 510px) {
  .ks-mobile-hamburger {
    margin-left: auto;
    order: 0;
  }

  .header-inner-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ks-search-form {
    margin: 15px 0 !important;
    width: 100%;
  }

  .ks-mobile-hamburger svg {
    width: 35px;
    height: 35px;
  }
}

/*# sourceMappingURL=style.css.map */