@media (max-width: 1399px) {
  .menu li a {
    font-size: 18px;
  }

  .menu li {
    margin: 0 3px;
  }
}

@media (max-width: 991px) {
  header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    padding: 0;
}

.fixed-header {
    animation: none !important;
}

.menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    text-align: left;
    left: -200%;
    right: 0;
    top: 62px;
    transition: all 0.4s;
    z-index: 100;
}

.menu li {
    display: block;
    border-bottom: solid 1px #f0f0f0;

}

/* .menu li:last-child {
    padding: 10px;
} */

.menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
}

.has-dropdown span {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: var(--light);
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding-top: 2px;
    padding-left: 0;
  }


.dropdown::before {
 display: none;
}

.dropdown {
    position: static;
    width: 100%;
    background-color: var(--light);
    left: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    margin-bottom: 10px;
}

.dropdown li a {
    color: var(--black);
    padding-left: 50px !important;
    color: var(--black) !important;
}

.dropdown li a:hover {
    color: var(--primary) !important;
}

.dropdown li:last-child {
    padding: 0;
}

.show-menu {
    left: 0 !important;
  }

  .show-dropdown {
    display: block;
  }


.header-right {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-icon {
    cursor: pointer;
}

.menu-lines {
    position: relative;
    margin-left: 10px;
    width: 23px;
    height: 2px;
    background-color: var(--primary);
    transition: all .3s;
    display: inline-block;
}

.menu-lines::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    top: -10px;
    left: 0;
    transition: all .3s;
}

.menu-lines::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--primary);
    top: 10px;
    left: 0;
    transition: all .3s;
}

.toggle-lines::before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 0.4s;
}

.toggle-lines::after {
    transform: rotate(-45deg);
    top: 0px;
    transition: all 0.4s;
}

.toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
}

.inner-sec {
    padding: 40px 0;
}

.banner {
  margin-top: 50px;
}

.banner-cont h1 {
  font-size: 28px;
}

.why-box {
  margin-bottom: 50px;
  margin-top: 40px;
}

.why-box-cont {
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 100%;
}

.why-icon {
  right: inherit;
  left: 40%; 
}

.why-box-cont h5 {
  margin-top: 30px;
}

.title {
  font-size: 26px;
}

}

@media (max-width: 768px) {
}

@media (max-width: 525px) {
}
