.page-header {
  background: #fff;
  padding: 20px 0 0 0;
  position: relative;
}

.brand-logo {
  width: 130px;
  float: left;
}

.top-header-flex {
  float: right;
  margin-right: 55px;
}

.toggle-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 68px;
}

.header-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-weather p {
  display: none;
}

.header-weather h3 {
  padding: 0;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-weather h3 span {
  width: 25px;
  margin-left: 10px;
}

.header-weather h3 span img {
  max-width: 100%;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.search-wrapper.active .input-holder {
  width: calc(100% - 30px);
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  border: 1px solid #ccc;
  margin: 0 15px;
}

.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.search-wrapper.active .input-holder .search-icon {
  display: none;
}

.search-wrapper.active .input-holder .search-icon span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-wrapper.active .input-holder .search-icon span::before {
  background-color: #cb444a;
}

.search-wrapper.active .input-holder .search-icon span::after {
  border: 4px solid #cb444a;
}

.search-wrapper.active .close {
  right: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  top: 7px;
  background-color: #fff;
  z-index: 99;
  width: 30px;
  height: 29px;
  border-radius: 20px;
}

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 40px;
  padding: 0px 45px 0 20px;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 0px;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #332f30;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search-wrapper .input-holder .search-icon {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 6px;
  background: transparent;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}

.search-wrapper .input-holder .search-icon span::before {
  width: 11px;
  height: 4px;
  left: 15px;
  top: 7px;
  border-radius: 2px;
  background: #fff;
}

.search-wrapper .input-holder .search-icon span::after {
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  border: 4px solid #fff;
}

.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}

.search-wrapper .close::before {
  width: 3px;
  height: 19px;
  left: 8px;
  top: 7px;
  background-color: #cb444a;
}

.search-wrapper .close::after {
  width: 19px;
  height: 3px;
  left: 0px;
  top: 15px;
  background-color: #cb444a;
}

.search-wrapper .input-holder {
  height: 42px;
  width: 53px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: '';
}

.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: '';
  border-radius: 2px;
}

.top-header-right {
  display: none;
}

.mega-open .nav-dropdown-under {
  display: block !important;
}

.top-merque-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.merque-left {
  display: none;
}

.merque-right {
  width: 100%;
  background-color: #F6F6F6;
  padding: 11px 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.merque-right marquee {
  display: inline-block;
}

.marque-col {
  display: inline-block;
  margin-right: 42px;
}

.marue-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.marue-col-wrapper p {
  font-size: 14px;
  font-weight: 600;
  color: #231F20;
  width: calc(100% - 31px);
  padding-left: 11px;
}

.marue-col-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.merque-image {
  width: 31px;
  height: 31px;
}

.merque-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-header {
  width: 100%;
  display: inline-block;
}

.menu-btn {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #CB444A;
  padding: 10px 15px;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .toggle-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .menu-btn {
    width: 82px;
    padding: 10px 15px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-right: 20px;
    margin-left: 40px;
  }
  .menu-btn::after {
    position: absolute;
    content: "";
    background: #CB444A;
    height: calc(100% + 20px);
    width: 100%;
    left: 0;
    top: -10px;
    z-index: -1;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #cb444a;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

.cross #nav-toggle span {
  background-color: transparent;
}

.cross #nav-toggle span:before, .cross #nav-toggle span:after {
  top: 0;
}

.cross #nav-toggle span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cross #nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .search-form {
    padding: 0 0 0px 15px;
    float: right;
  }
  .nav-list {
    display: block !important;
  }
  .header-weather p {
    display: block;
    margin-right: 25px;
    font-size: 18px;
    font-weight: 600;
  }
  .header-weather h3 {
    font-size: 18px;
  }
  .top-header {
    padding-right: 0;
  }
  .brand-logo {
    width: 250px;
  }
  .search-field:focus {
    width: 160px;
  }
  .top-header-right {
    display: block;
    margin-top: -20px;
  }
  .top-header-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .top-header-right ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 7px;
  }
  .top-header-right ul li:last-child {
    margin-right: 0;
  }
  .top-header-right ul li:first-child a {
    background-color: #415894;
  }
  .top-header-right ul li:nth-child(2) a {
    background-color: #A83886;
  }
  .top-header-right ul li:nth-child(3) a {
    background-color: #D1342D;
  }
  .top-header-right ul li:nth-child(4) a {
    background-color: #646262;
  }
  .top-header-right ul li:last-child a {
    background-color: #646262;
  }
  .top-header-right ul li a {
    line-height: 53px;
    width: 53px;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .top-header-right ul li a:hover {
    opacity: 0.8;
  }
  .top-header-right .btn-primary {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .top-header-flex {
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0;
  }
  .header-weather {
    padding-right: 52px;
  }
}

@media screen and (min-width: 1200px) {
  nav ul li a {
    padding: 0 20px;
    font-size: 15px;
  }
  .search-field:focus {
    width: 200px;
  }
  .header-weather h3 span {
    width: 48px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 1400px) {
  nav ul li a {
    padding: 0 20px;
    font-size: 15px;
  }
}

.sub-menu-toggle.js-clicked::before {
  content: "\f077";
}

button:focus {
  outline: none;
}

.mega-menu {
  display: none;
}

.menu-box-item {
  width: 100%;
  padding: 20px 20px 20px 30px;
}

.menu-box-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.menu-box-item-col-image {
  width: 100px;
  height: auto;
}

.menu-box-item-col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-box-item-col-content {
  background-color: #fff;
  width: calc(100% - 100px);
  padding: 5px 5px 5px 13px;
}

.menu-box-item-col-content h2 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 8px;
}

.menu-box-item-col-content p {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 8px;
}

.menu-box-item-col-content h3 {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

@media (min-width: 1200px) {
  .main-nav {
    background-color: #CB444A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .merque-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #646262;
    padding: 0 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .merque-left h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #fff;
  }
  .merque-left p {
    position: absolute;
    top: -13px;
    left: 50%;
    background-color: #F29C38;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transform: skew(331deg);
    transform: skew(331deg) translate(-50%, 0);
    line-height: 23px;
  }
  .merque-left p span {
    -webkit-transform: skew(-331deg);
            transform: skew(-331deg);
    display: inline-block;
  }
  .search-wrapper {
    width: 70px;
    margin: 8px 0;
  }
  .search-wrapper.active {
    width: 330px;
    overflow: hidden;
  }
  .search-wrapper.active .input-holder .search-icon {
    top: 0;
  }
  .search-wrapper .input-holder .search-icon {
    top: 6px;
  }
}

.image-overlay-text.with-p .image-overlay-content p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #231F20;
}


