#Top_bar #logo {
  padding: 10px 0;
  height: 88px;
  line-height: 50px;
}

#Top_bar .menu>li>a span:not(.description) {
  padding: 0 10px;
}

#Action_bar ul li a,
#Action_bar ul li {
  font-size: 14px;
}

@media only screen and (min-width: 1240px) {
  #Top_bar #logo {
    line-height: 65px;
  }

  #Top_bar.is-sticky {
    top: -70px;
    height: 72px;
  }

  #Top_bar.is-sticky #logo {
    height: 60px;
  }

  #Top_bar.is-sticky #logo img {
    max-height: 64px;
  }
}

.header-classic #Action_bar,
.header-plain #Action_bar,
.header-stack #Action_bar {
  background-color: #2e3192;
}

.offer_box {
  background: #c31a1a;
}

.counter.counter_vertical .desc_wrapper .number-wrapper {
  font-size: 30px;
}

.content_slider.carousel a.slider_prev {
  left: -40px;
}

.content_slider.carousel a.slider_next {
  right: -40px;
}

.graybg {
  background-color: #6A6A6A;
}

#Footer {
  border: none;
}

#Footer .footer_copy {
  background-color: #2e3192;
}

#Footer .footer_copy .one {
  margin-bottom: 0px;
  padding: 20px;
}

#Footer .footer_copy .one .copyright {
  margin-bottom: 0px;
}

#Footer .flv_list,
#Footer ul.flv_list {
  list-style: none;
}

#Footer a {
  color: #FEFEFE;
}

#Footer .column.two-third .textwidget {
  flex-wrap: wrap;
}
#Footer .column.two-third .textwidget .flv_list {
    width: 29%;
  }
@media (max-width:767px) {
  #Footer .column.two-third .textwidget .flv_list {
    width: 45%;
  }
}

.selectWrapper {
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid hsl(263, 92%, 24%);
}

.selectBox {
  width: 260px;
  height: 30px;
  border: 0px;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
}