a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

#via-raildeals #small_banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 550px;
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

#via-raildeals #small_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(268deg, #08212d94, transparent);
}

#via-raildeals #small_banner .head {
  position: relative;
  display: block;
  width: 100%;
  background: #0d3783;
  padding: 48px;
  margin-top: 193px;
  color: #fff;
  z-index: 1;
  border-radius: 6px;
}

#via-raildeals #small_banner .head h3 {
  font-size: 35px;
  font-weight: 300;
}

#via-raildeals #tabs {
  position: relative;
  display: block;
  width: 100%;
}

#via-raildeals #tabs ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #003680;
}

#via-raildeals #tabs ul li {
  position: relative;
  display: block;
  width: auto;
  float: left;
  padding: 14px 20px;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

#via-raildeals #tabs ul li.active {
  background-color: #1d75bb;
}

#via-raildeals #tabs .head {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0;
  padding: 0 15px;
  margin-top: 45px;
}

#via-raildeals #tabs .head h3 {
  color: #002634;
}

#via-raildeals #tabs .head p {
  color: #15282f;
}

#via-raildeals #tabs .text {
  padding-left: 15px;
}

#via-raildeals #tabs .text p {
  font-size: 13px;
  color: #535353;
  font-weight: 400;
}

#via-raildeals #tabs .tab_content {
  display: none;
}

#via-raildeals #tabs .tab_content.active {
  display: block;
}

#hero_content {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  margin: 40px 0;
  text-align: center;
}

#hero_content h3 {
  font-size: 26px;
  font-weight: 400;
}
#hero_content p {
  font-size: 14px;
  margin-top: 11px;
  line-height: 1.5em;
  color: #333;
}
#hero_content .infobox {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}
#hero_content .infobox .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
#hero_content .infobox .item h3 {
  font-size: 15px;
  font-weight: 600;
}
#hero_content .infobox .item p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

#hero_content .infobox .item .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffcb78;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  border: 3px solid #ff5722;
  filter: invert(1);
}

#popular {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
}

.card.blog_peice .content {
  padding: 25px;
  padding-top: 12px;
}

.card.blog_peice .overview {
  margin-bottom: 12px;
}

.card.blog_peice .overview .status {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.card.blog_peice .overview .title {
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  margin-top: 15px;
}

.card.blog_peice .overview hr.light {
  width: 50px;
  border: 1px solid #ffffff5e;
}

.card.blog_peice .overview .author {
  color: #ffffffc2;
  font-size: 12px;
  text-transform: capitalize;
}

.card.blog_peice .overview .author span {
  position: relative;
  display: inline-block;
}

.card.blog_peice .overview .author span + span {
  margin-left: 20px;
}

.card.blog_peice .excerpt {
  color: #ffffffa3;
  font-size: 13px;
  font-weight: 300;
}

.card.blog_peice .controls {
  margin-top: 30px;
}

.card.blog_peice .controls .button {
  float: left;
  font-size: 12px;
  padding: 1em 4em;
  background: #eaf5ff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #2196f3;
  font-weight: 700;
  text-transform: capitalize;
}

.card.blog_peice .controls .infobox {
  display: block;
  width: auto;
  float: right;
}

.card.blog_peice .controls .infobox .icon {
  width: 18px;
}

.card.blog_peice .controls .infobox .text {
  padding-left: 22px;
  color: #fff;
  font-size: 12px;
}

.card.blog_peice.negative .overview .status {
  color: #673ab7;
}

.card.blog_peice.negative .overview .title {
  color: #28292f;
  font-size: 14px;
}

.card.blog_peice.negative .overview hr.light {
  border-color: #5f5f5f;
}

.card.blog_peice.negative .overview .author {
  color: #696969;
}

.card.blog_peice.negative .overview .name::after {
  background: #000;
}

.card.blog_peice.negative .excerpt {
  color: #666;
}

.card.blog_peice.negative .controls .infobox .text {
  color: #000;
}

.card.blog_peice .bg {
  position: relative;
  display: block;
  width: auto;
  min-height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9;
}

.card.blog_peice {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.gutter {
  padding: 5px;
}

#bannerSearch {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  z-index: 9;
}

#bannerSearch .pills {
  list-style: none;
  padding: 0;
}

#bannerSearch .pills {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  padding-left: 15px;
  display: none;
}

#bannerSearch .pills li {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 7px 30px;
  padding-top: 10px;
  background: rgb(211 211 211);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: -15px;
  padding-left: 30px;
  box-shadow: 10px 3px 8px -7px rgb(0 0 0 / 35%);
  color: #1c1c1e;
  cursor: pointer;
}

#bannerSearch .pills li:nth-child(1) {
  z-index: 5;
}

#bannerSearch .pills li:nth-child(2) {
  z-index: 4;
}

#bannerSearch .pills li:nth-child(3) {
  z-index: 3;
}

#bannerSearch .pills li.active {
  box-shadow: 7px 2px 7px 0px rgb(0 0 0 / 30%);
  color: #ffffff;
  z-index: 9;
  background-color: rgb(131 131 131 / 29%);
  backdrop-filter: blur(5px);
}

#bannerSearch .tabContent {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(233 233 233);
  backdrop-filter: blur(5px);
  z-index: 9;
  border-radius: 20px;
  padding: 15px;
  border-top: 0;
  /* box-shadow: 0px 14px 20px 5px rgb(0 0 0 / 71%); */
}

.flightSearchBar .tripType {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.flightSearchBar .tripType li {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #615b5b;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .tripType li .checkEffect {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  border: 2px solid #3f3f3f;
}

.flightSearchBar .tripType li .checkEffect::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #232020;
  border-radius: 50%;
  display: none;
}

.flightSearchBar .tripType li.selected .checkEffect::after {
  display: block;
}

.flightSearchBar .searchBox {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
}

.flightSearchBar .searchBox .fields,
.flightSearchBar .searchBox .stops {
  position: relative;
  display: block;
  float: left;
}

.flightSearchBar .searchBox .stops {
  width: 58%;
}

.flightSearchBar .searchBox .inputBoxWrapper.stop {
  width: 50%;
}

.flightSearchBar .searchBox .fields.inputs {
  width: calc(100% - 62px);
}

.flightSearchBar .searchBox .fields.searchBtn {
  width: 62px;
}

.flightSearchBar .searchBox .inputBoxWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 2px;
  float: left;
}

.flightSearchBar .searchBox .inputBoxWrapper.stop:nth-child(3) .inputBox {
  padding-left: 17px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper.stop:nth-child(3)
  .inputBox
  .inner {
  width: calc(100% - 17px);
  left: 17px;
}

.flightSearchBar .searchBox .inputBoxWrapper.dates,
.flightSearchBar .searchBox .inputBoxWrapper.passengers,
.flightSearchBar .searchBox .inputBoxWrapper.email {
  width: 21%;
}

.flightSearchBar .searchBox .stops .connector {
  position: absolute;
  top: calc(50% - 35px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 3px solid #2a2a31;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.7em;
  color: #2a2a31;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-size: 16px;
}

.flightSearchBar .searchBox .stops .connector.rotated {
  transform: rotate(180deg);
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 0px 5px;
  cursor: text;
  padding-left: 3px;
}

.flightSearchBar .searchBox .inputBoxWrapper.dates .inputBox,
.flightSearchBar .searchBox .inputBoxWrapper.passengers .inputBox {
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  font-size: 16px;
  color: #34394f;
  z-index: 1;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .title {
  position: absolute;
  top: 4px;
  left: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #18224b;
  z-index: 1;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  word-spacing: 0.6px;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 45px;
  padding-left: 23px;
  background: none;
  font-size: 14.5px;
  color: #222;
  text-overflow: ellipsis;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .value {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 45px;
  padding-left: 25px;
  background: none;
  font-size: 14px;
  color: #222;
  line-height: 45px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .inner
  .value.placeholder {
  color: #7e7e7e;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .input:focus {
  outline: none;
}

.flightSearchBar .searchBox .fields.searchBtn .button {
  height: 60px;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #ffffff26;
  border-radius: 3px;
  background: #00334d;
}

.flightSearchBar .searchBox .fields.searchBtn.mobile {
  display: none;
}

.flightSearchBar .searchBox .fields.searchBtn .button .icon {
  position: relative;
  display: inline-block;
  width: 24px !important;
  height: 24px;
  background: url("../img/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72%;
  top: 4px;
  left: initial !important;
  filter: grayscale(1) invert(1);
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 315px;
  min-height: 70px;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  box-shadow: 6px 6px 12px -4px rgb(0 0 0 / 35%);
  border-radius: 7px;
  overflow: auto;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu.active {
  display: block;
  z-index: 99;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu .option {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px;
  padding-left: 28px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option {
  padding-left: 48px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option
  .icon {
  left: 28px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option.title {
  padding-left: 28px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option.title
  .icon {
  left: 8px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option.selected {
  background: #e9f4fd;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.airport {
  background-image: url("../img/marker.svg");
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.multiairport {
  background-image: url("../img/marker.svg");
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.metroairport {
  background-image: url("../img/arrow-turn-down-right.svg");
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox.active {
  border: 2px solid #03a9f4;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu.calendarMenu {
  transform: translateX(-50%);
  width: auto;
}

.flightSearchBar hr {
  opacity: 0.2;
  margin: 15px 0;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu.travellerMenu {
  right: 0;
  left: initial;
}

.travellerMenu .travellerType {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.travellerMenu .travellerType::after {
  content: "";
  display: table;
  clear: both;
}

.travellerMenu .travellerType .title {
  position: relative;
  width: auto;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #242631;
}

.travellerMenu .travellerType .title .subtitle {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  text-transform: capitalize;
}

.travellerMenu .travellerType .controls {
  position: relative;
  display: block;
  width: auto;
  float: right;
  text-align: center;
}

.travellerMenu .travellerType .controls .control {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: #2196f3;
  text-align: center;
  line-height: 28px;
  float: left;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #bbd6eb;
  cursor: pointer;
}

.travellerMenu .travellerType .titleText {
  font-size: 15px;
  font-weight: 500;
  color: #242631;
  text-transform: capitalize;
}

.travellerMenu .travellerType .controls .value {
  width: 32px;
  position: relative;
  display: block;
  height: 32px;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #292c35;
}

.travellerMenu .buttonWrapper {
  padding: 15px;
}

.travellerMenu .buttonWrapper .button {
  padding: 8px;
  border: 2px solid #94a5e5;
}

.flightSearchBar .preferences {
  position: relative;
  display: block;
  width: 100%;
}

.flightSearchBar .preferences .checkbox {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  padding-left: 27px;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .preferences .checkbox::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.flightSearchBar .preferences .checkbox::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  width: 10px;
  height: 5px;
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  display: none;
}

.flightSearchBar .preferences .checkbox.active::after {
  display: block;
}

.flightSearchBar .preferences .checkbox.active::before {
  background-color: #ffc107;
}

.flightSearchBar .preferences .classDropDown {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  user-select: none;
}

.flightSearchBar .preferences .classDropDown .selected {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 16px;
  padding-right: 23px;
  cursor: pointer;
}

.flightSearchBar .preferences .classDropDown .title {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.flightSearchBar .preferences .classDropDown .icon {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 9px;
}

.flightSearchBar .preferences .classDropDown .dropMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  border-radius: 5px;
  padding: 0;
  box-shadow: 6px 6px 12px -4px rgb(0 0 0 / 35%);
  overflow: hidden;
}

.flightSearchBar .preferences .classDropDown .dropMenu.active {
  display: block;
}

.flightSearchBar .preferences .classDropDown .dropMenu li {
  white-space: nowrap;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #656565;
}

.flightSearchBar .preferences .classDropDown .dropMenu li:hover {
  background-color: #f2f4ff;
}

.flightSearchBar .preferences .classDropDown .dropMenu li.selected {
  background-color: #ccd1e7;
}

#via-raildeals .button {
  position: relative;
  display: block;
  width: auto;
  border: 1px solid #ccc;
  padding: 12px 25px;
  font-size: 17px;
  border-radius: 7px;
  background: #0e0e0e;
  color: #fff;
}

@media (max-width: 768px) {
  .flightSearchBar .searchBox .stops {
    width: 100%;
  }

  .flightSearchBar .searchBox .fields.inputs {
    width: 100%;
  }

  .flightSearchBar .searchBox .inputBoxWrapper.dates,
  .flightSearchBar .searchBox .inputBoxWrapper.passengers {
    width: 50%;
    margin-top: 7px;
  }

  .flightSearchBar .searchBox .fields.searchBtn {
    display: none;
  }

  .flightSearchBar .searchBox .fields.searchBtn.mobile {
    display: block;
    width: 100%;
  }
  .flightSearchBar .searchBox .fields.searchBtn.mobile .text {
    top: -5px;
    position: relative;
  }

  .flightSearchBar .searchBox .inputBoxWrapper.email {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 10px;
  }

  #popular {
    padding: 15px;
  }

  #nav {
    width: 100%;
    left: 0;
  }

  #nav .menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9;
    width: calc(100% - 10px);
    top: 56px;
    left: 5px;
    border-radius: 9px;
  }

  #nav .menu.active {
    display: block;
    box-shadow: 1px 3px 14px #0000005c;
  }

  #nav .menu ul li {
    position: relative;
    display: block !important;
    float: none;
    color: #000;
    float: none !important;
    font-weight: 600;
  }

  #nav .logo {
    width: 100%;
    background-size: contain;
    background-position: left;
  }

  #nav .menu.right {
    display: block;
    position: relative;
    top: 0;
    background: no-repeat;
    width: 100%;
  }

  #nav .menu.right li {
    width: auto;
    float: left;
    margin: 0 6px;
    color: #000000;
  }

  #nav .menu.right .icononly {
    display: block !important;
    float: right;
  }
}

/* features */
#features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .head {
  position: relative;
  display: block;
  padding: 10px;
}

#features .head h1 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#features .head h1 .bold {
  font-weight: 300;
}

#features .head p {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
  letter-spacing: 0.5px;
  margin-top: 20px;
  word-spacing: 3px;
  font-family: dm sans;
}

#features .button_pane {
  margin-top: 20px;
}

#features .button_pane .button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  margin-top: 12px;
}

#features .header {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.25px;
}

#features .icon {
  font-size: 30px;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#nav .inner {
  background: #ffffff;
  border-radius: 0;
}

#nav .menu ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav .menu ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #211e1e;
}

#nav .menu ul li.withicon {
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
}

#nav .menu ul li .icon {
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* filter: invert(1); */
  cursor: pointer;
}

#nav .menu ul li.icononly {
  position: relative;
  display: block;
  padding: 25px 10px;
}

#nav .logo {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../img/logo.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

#nav .menu.right {
  float: right;
  margin-right: 10px;
}




@media (max-width: 768px) {
  .ftr_bx ul li {
    width: 100% !important;
    float: none !important;
    display: block;
  }
}