.breadcrumb-menu-section .page-center.full-width {
  max-width: 100%;
}
.breadcrumb-menu-inner-section .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*   justify-content: center; */
  justify-content:space-between;
  align-items: flex-start;
}
.breadcrumb-menu-section {
  padding: 30px 0;
  -webkit-box-shadow: 0 0 12px 6px rgb(0 0 0 / 9%);
  box-shadow: 0 0 12px 6px rgb(0 0 0 / 9%);
  color: #41c5e7;
}
.breadcrumb-menu-inner-section .hs-menu-wrapper ul a {
  display: block;
  padding: 8px 0 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
/*   font-size: 16px; */
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.breadcrumnb-module .hs-menu-wrapper ul a {
  font-size: 16px;
}
.breadcrumb-menu-inner-section .hs-menu-wrapper ul li {
  list-style: none;
  margin: 0 17px;
  position: relative;
}
.breadcrumb-menu-inner-section .hs-menu-wrapper ul li:first-child {
  margin-left: 0;
}
.breadcrumb-menu-inner-section .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
}
.breadcrumb-menu-section .button{
  background-color: #f0853e;
  border: 0 solid #f0853e;
  color: #fff;
  border-radius: 40px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 12px 3px;
  /* box-shadow: 0 5px 15px 2px rgba(239, 121, 59,.38);
  -webkit-box-shadow: 0 5px 15px 2px rgba(239, 121, 59,.38);*/
  box-shadow: none;
  margin: -8px 0 -4px;
}
.breadcrumb-menu-section .button:hover {
  background-color: rgba(244, 163, 108,1.0);
  color: #ffffff;
  border-color: rgba(244, 163, 108,1.0);
}
.breadcrumb-menu-section.sticky-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.breadcrumb-menu-section .menuToggle{
  display: none;
}

@media screen and (max-width: 1199px) {

}
/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .breadcrumb-menu-inner-section .hs-menu-wrapper ul li {
    margin: 0 7px;
  }
}
/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}
/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .breadcrumb-menu-section .menuToggle {
    position: absolute;
    right: 0px;
    cursor: pointer;
    padding: 8px 0;
    background-color: #41c5e7 !important;
    transition: all 200ms linear;
    display: none;
    width: 35px;
    height: 40px;
    text-align: center;
  }
  .breadcrumb-menu-section .fa-chevron-left {
    color: #ffffff;
    line-height: 1.5;
  }
  .breadcrumb-menu-section.toggle .menuToggle{
    right: 275px;
  }
  .breadcrumb-menu-section.toggle .fa-chevron-left{
    transform: rotate(-180deg);
  }
  .breadcrumb-menu-section.sticky-nav .menuToggle{
    display: block;
  }
  .breadcrumb-menu-section.sticky-nav {
    box-shadow: none;
    padding: 0;
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 999;
    background-color: transparent !important;
  }
  .breadcrumb-menu-section.toggle .menuToggle{
    right: 275px;
  }
  .breadcrumb-menu-section.toggle .fa-chevron-left{
    transform: rotate(-180deg);
  }
  .breadcrumb-menu-section.sticky-nav .breadcrumb-menu-inner-section {
    box-sizing: border-box;
    background-color: #41c5e7 !important;
    position: fixed;
    width: 275px;
    padding: 20px;
    text-align: center;
    right: -280px;
    transition: all 200ms linear;
  }
  .breadcrumb-menu-section.sticky-nav.toggle .breadcrumb-menu-inner-section{
    right: 0;
  }
}
/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {

}
/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {

}
/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {

}
/*-------- 480 ends here ----------*/

@media screen and (max-width: 346px) {
  .breadcrumb-menu-inner-section .hs-menu-wrapper ul{
    display: block;
    text-align: center;
  }/*-------- 360 ends here ----------*/