/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-balad {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -488px -198px;
  width: 30px;
  height: 30px;
}

.icon-flag-en {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -518px -264px;
  width: 26px;
  height: 26px;
}

.icon-googlemap {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -518px -198px;
  width: 30px;
  height: 30px;
}

.icon-goolgemap {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -488px -228px;
  width: 30px;
  height: 30px;
}

.icon-neshan {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -518px -228px;
  width: 30px;
  height: 30px;
}

.icon-partners-amazon-h {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px -264px;
  width: 215px;
  height: 66px;
}

.icon-partners-amazon {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -339px 0px;
  width: 215px;
  height: 66px;
}

.icon-partners-google-h {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -339px -66px;
  width: 200px;
  height: 66px;
}

.icon-partners-google {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -339px -132px;
  width: 200px;
  height: 66px;
}

.icon-partners-lg-h {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -339px -198px;
  width: 149px;
  height: 66px;
}

.icon-partners-lg {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -339px -264px;
  width: 149px;
  height: 66px;
}

.icon-partners-microsoft-h {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px 0px;
  width: 339px;
  height: 66px;
}

.icon-partners-microsoft {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px -66px;
  width: 339px;
  height: 66px;
}

.icon-partners-xiaomi-h {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px -132px;
  width: 220px;
  height: 66px;
}

.icon-partners-xiaomi {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: 0px -198px;
  width: 220px;
  height: 66px;
}

.icon-waze {
  background-image: url(../images/sprites/sprite.min.png);
  background-position: -488px -264px;
  width: 30px;
  height: 30px;
}

/* fonts */
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
#relayboard-landing-page {
  font-family: IRANSans;
  direction: rtl;
  text-align: right;
  background: #fff;
  color: #374163;
  line-height: 24px;
}
@media (max-width: 767px) {
  #relayboard-landing-page {
    font-size: 15px;
  }
}
#relayboard-landing-page .container {
  padding-inline: 15px;
}
@media (min-width: 1200px) {
  #relayboard-landing-page .container {
    min-width: 1140px;
    width: 1470px;
    max-width: calc(100% - 30px);
  }
}
#relayboard-landing-page .container .row {
  margin-inline: -12px;
}
#relayboard-landing-page .container .row > * {
  padding-inline: 12px;
}
@media (min-width: 768px) {
  #relayboard-landing-page .nws-section:not(.helper-title-section):not(.header-topnavbar-section):not(.header-ubermenu-section) {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #relayboard-landing-page .nws-section:not(.helper-title-section):not(.header-topnavbar-section):not(.header-ubermenu-section) {
    padding-top: 29px;
  }
}
#relayboard-landing-page .buttons-wrap a {
  height: 50px;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #relayboard-landing-page .buttons-wrap a {
    min-width: 168px;
  }
  #relayboard-landing-page .buttons-wrap a:not(:last-child) {
    margin-inline-end: 15px;
  }
}
@media (max-width: 767px) {
  #relayboard-landing-page .buttons-wrap a {
    min-width: 140px;
  }
  #relayboard-landing-page .buttons-wrap a:not(:last-child) {
    margin-inline-end: 11px;
  }
}
#relayboard-landing-page .buttons-wrap a:hover {
  background: #2e4fe7 !important;
  border-color: #2e4fe7 !important;
  color: #fff !important;
}
#relayboard-landing-page .buttons-wrap.white a.white-button, #relayboard-landing-page .buttons-wrap.white a:first-child {
  background: white;
  color: #2e4fe7;
}
#relayboard-landing-page .buttons-wrap.white a:last-child, #relayboard-landing-page .buttons-wrap.white a.default-button {
  border: 1px solid #fff;
  color: #fff;
}
#relayboard-landing-page .buttons-wrap.white a i {
  margin-inline-end: 5px;
}
#relayboard-landing-page .helper-title-section {
  margin-bottom: 0;
}
#relayboard-landing-page .helper-title-section .title {
  margin-bottom: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  #relayboard-landing-page .helper-title-section .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #relayboard-landing-page .helper-title-section .title {
    font-size: 1.25rem;
  }
}
#relayboard-landing-page .context {
  text-align: justify;
}
#relayboard-landing-page .gray-text {
  color: #5a5a5a;
}
#relayboard-landing-page ul {
  list-style: none;
  padding: 0;
}
#relayboard-landing-page p {
  margin-bottom: 1rem;
}
#relayboard-landing-page .landing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#relayboard-landing-page .landing-list li {
  line-height: 32px;
  padding-inline-start: 20px;
  position: relative;
}
#relayboard-landing-page .landing-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 14px;
  background: #2e4fe7;
}

selection::-moz-selection {
  /* Code for Firefox */
  background: #2e4fe7;
  color: white;
}

::selection {
  background: #2e4fe7;
  color: white;
}

a {
  color: #2e4fe7;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: #1737cb;
}

*:focus,
button:focus,
[type=submit] {
  outline: none;
  border: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target {
    font-size: 14px;
  }
}

.nws-section.pages-new-landing-banner-section .wrapper {
  background: #2e4fe7 url("../images/banner-bg.jpg");
  background-size: cover;
  color: #fff;
  min-height: 450px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .nws-section.pages-new-landing-banner-section .wrapper {
    padding-inline: 70px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-banner-section .wrapper {
    padding-inline: 22px;
    margin-bottom: 20px;
  }
}
.nws-section.pages-new-landing-banner-section .wrapper .row {
  width: calc(100% + 24px);
}
.nws-section.pages-new-landing-banner-section .wrapper .model {
  line-height: 2.6;
  background: rgba(125, 185, 206, 0.15);
  margin-bottom: 12px;
}
@media (min-width: 1300px) {
  .nws-section.pages-new-landing-banner-section .wrapper .model {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .nws-section.pages-new-landing-banner-section .wrapper .model {
    font-size: 0.875rem;
  }
}
.nws-section.pages-new-landing-banner-section .wrapper .model span {
  font-family: arial;
}
.nws-section.pages-new-landing-banner-section .wrapper .title {
  line-height: 1.5;
}
@media (min-width: 1300px) {
  .nws-section.pages-new-landing-banner-section .wrapper .title {
    font-size: 3rem;
  }
}
@media (max-width: 1299px) {
  .nws-section.pages-new-landing-banner-section .wrapper .title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .nws-section.pages-new-landing-banner-section .wrapper .title {
    display: flex;
    flex-direction: column;
  }
}
.nws-section.pages-new-landing-banner-section .wrapper .subtitle {
  line-height: 1.5;
}
@media (min-width: 1300px) {
  .nws-section.pages-new-landing-banner-section .wrapper .subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 1299px) {
  .nws-section.pages-new-landing-banner-section .wrapper .subtitle {
    margin-top: 10px;
  }
}
.nws-section.pages-new-landing-banner-section .wrapper .buttons-wrap {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .nws-section.pages-new-landing-banner-section .wrapper .buttons-wrap {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.pages-new-landing-banner-section .wrapper .buttons-wrap a {
    min-width: 140px !important;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-new-landing-banner-section .wrapper .buttons-wrap {
    margin-top: 30px;
  }
}
.nws-section.pages-new-landing-banner-section .wrapper .buttons-wrap a {
  margin-bottom: 15px;
}
.nws-section.pages-new-landing-banner-section .wrapper .content-wrap {
  padding-block: 40px;
}
@media (max-width: 991px) {
  .nws-section.pages-new-landing-banner-section img {
    max-width: 89%;
  }
}

@media (min-width: 768px) {
  .nws-section.pages-new-landing-about-section .context {
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-about-section .context {
    margin-bottom: 45px;
  }
}
.nws-section.pages-new-landing-about-section .one-item {
  background: rgba(34, 111, 229, 0.05);
  border-radius: 15px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nws-section.pages-new-landing-about-section .one-item .d-flex {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-about-section .one-item {
    margin-bottom: 15px;
  }
}
.nws-section.pages-new-landing-about-section .one-item figure {
  flex-shrink: 0;
}
@media (min-width: 1200px), (max-width: 767px) {
  .nws-section.pages-new-landing-about-section .one-item figure {
    margin: 0 0 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nws-section.pages-new-landing-about-section .one-item figure {
    margin: 0 0 10px;
  }
}

.nws-section.pages-new-landing-features-section {
  margin-block: 13px;
}
@media (min-width: 992px) {
  .nws-section.pages-new-landing-features-section .mt-63 {
    margin-top: 63px;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-new-landing-features-section .mt-63 {
    margin-top: 40px;
  }
}
.nws-section.pages-new-landing-features-section figure {
  margin-bottom: 39px;
}

.nws-section.pages-new-landing-usage-section .gray-box .max-width {
  max-width: 1243px;
  margin-inline: auto;
}
.nws-section.pages-new-landing-usage-section .gray-box ul {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.nws-section.pages-new-landing-usage-section .gray-box ul li {
  font-weight: 500;
  line-height: 30px;
  color: #55556a;
}
.nws-section.pages-new-landing-usage-section .gray-box ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2e4fe7;
  margin-inline: 10px;
}
@media (min-width: 1200px) {
  .nws-section.pages-new-landing-usage-section .gray-box ul li:nth-child(4):after {
    display: none;
  }
}
.nws-section.pages-new-landing-usage-section .gray-box figure {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .nws-section.pages-new-landing-usage-section .gray-box figure {
    border-top: 2px solid #c2ccf3;
  }
}
.nws-section.pages-new-landing-usage-section .gray-box .buttons-wrap {
  margin-bottom: 13px;
}
.nws-section.pages-new-landing-usage-section .gray-box .buttons-wrap a {
  color: #000;
  border: 1px solid #a2a2a5;
}

.nws-section.pages-new-landing-technical-information-section {
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .nws-section.pages-new-landing-technical-information-section .col-lg-6:nth-child(2) .content-wrap {
    margin-inline-start: auto;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-new-landing-technical-information-section .col-lg-6:nth-child(2) .content-wrap {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .nws-section.pages-new-landing-technical-information-section .content-wrap {
    max-width: 96%;
  }
}
.nws-section.pages-new-landing-technical-information-section .one-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #dedfe1;
  padding-block: 12.5px;
  color: #000;
}
.nws-section.pages-new-landing-technical-information-section .one-row:last-child {
  border-bottom: 1px solid #dedfe1;
}
.nws-section.pages-new-landing-technical-information-section .one-row .title {
  flex: 1;
  font-weight: 600;
}
.nws-section.pages-new-landing-technical-information-section .one-row .content {
  flex: 2;
}
@media (max-width: 575px) {
  .nws-section.pages-new-landing-technical-information-section .one-row .content {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .nws-section.pages-new-landing-technical-information-section img {
    margin-block: 92px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-technical-information-section img {
    margin-block: 32px;
  }
}

.nws-section.pages-new-landing-facilities-section {
  margin: 50px 0;
}
.nws-section.pages-new-landing-facilities-section .bg-wrap {
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 418px;
  display: flex;
  align-items: center;
  background: #000547 url("../images/facilities-bg.jpg") no-repeat left center;
  border-radius: 30px;
}
.nws-section.pages-new-landing-facilities-section .bg-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  left: 28%;
  top: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(266.18deg, #021b7a 25.99%, #021b7a 75.37%, rgba(1, 25, 118, 0) 115.19%);
  z-index: -1;
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-facilities-section .bg-wrap:before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .nws-section.pages-new-landing-facilities-section .bg-wrap {
    padding: 50px 55px;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-new-landing-facilities-section .bg-wrap {
    padding: 32px;
    background-size: cover;
  }
}
.nws-section.pages-new-landing-facilities-section li:before {
  background: #226fe5;
}

.nws-section.pages-landing-contact-us-section {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .nws-section.pages-landing-contact-us-section {
    padding-bottom: 109px;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-landing-contact-us-section {
    padding-bottom: 36px;
  }
}
.nws-section.pages-landing-contact-us-section .contact-box {
  border-radius: 30px;
  padding-inline: 37px;
  color: #fff;
}
@media (min-width: 768px) {
  .nws-section.pages-landing-contact-us-section .contact-box {
    background: url("../images/contact-bg.jpg");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .nws-section.pages-landing-contact-us-section .contact-box {
    background: url("../images/contact-mobile-bg.jpg");
    background-size: cover;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .nws-section.pages-landing-contact-us-section .contact-box {
    flex-direction: column-reverse;
    padding-top: 30px;
    border-radius: 60px;
  }
}
.nws-section.pages-landing-contact-us-section .content-wrap {
  padding-block: 32.5px;
}
.nws-section.pages-landing-contact-us-section .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
.nws-section.pages-landing-contact-us-section .buttons-wrap {
  margin-top: 25px;
  flex-wrap: wrap;
}
.nws-section.pages-landing-contact-us-section .buttons-wrap a {
  font-weight: bold;
  margin-top: 15px;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-icon1 {
  background-image: url(../images/sprite.min.png);
  background-position: 0px 0px;
  width: 119px;
  height: 119px;
}

.icon-icon2 {
  background-image: url(../images/sprite.min.png);
  background-position: -119px 0px;
  width: 119px;
  height: 119px;
}

.icon-icon3 {
  background-image: url(../images/sprite.min.png);
  background-position: 0px -119px;
  width: 119px;
  height: 119px;
}

.nws-section.footer-default-footer-section {
  background: #1a1a1a;
  color: #fff;
}
@media (min-width: 768px) {
  .nws-section.footer-default-footer-section {
    padding: 71px 0 68px;
  }
}
@media (max-width: 991px) {
  .nws-section.footer-default-footer-section {
    padding: 40px 0 12px;
  }
}
.nws-section.footer-default-footer-section .footer-widgets-wrap {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  margin: 0 -15px;
}
.nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  align-self: stretch;
  -webkit-align-self: stretch;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 15px;
  /* Display on small :: sm */
}
@media (max-width: 991px) {
  .nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
    flex-basis: calc(50% - 30px);
    -webkit-flex-basis: calc(50% - 30px);
    flex-grow: 0;
    -webkit-flex-grow: 0;
    margin-bottom: 28px;
    /* Display on extra-small :: xs */
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

.copyright {
  background: #101010;
  color: #909090;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .copyright {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.copyright a {
  color: #909090;
}
.copyright a:first-child {
  color: #35bfff;
}
.copyright .social {
  display: table;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .copyright .social {
    margin-bottom: 20px;
  }
}
.copyright .social > a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.copyright .social > a:not(:last-child) {
  margin-left: 20px;
}
.copyright .social > a:hover {
  color: #35bfff;
}
.copyright .social > a i.fa-telegram-plane {
  position: relative;
  top: 2px;
}

.footer-widgets-wrap .widget .widget-title {
  margin-bottom: 7px;
}
.footer-widgets-wrap .widget .widget-title h3 {
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .footer-widgets-wrap .widget .widget-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrap .widget .widget-title h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
.footer-widgets-wrap .widget .widget-content {
  color: #909090;
}
.footer-widgets-wrap .widget .widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets-wrap .widget .widget-content ul li {
  padding: 3px 0;
}
.footer-widgets-wrap .widget .widget-content ul li a {
  display: table;
  color: #909090;
}
.footer-widgets-wrap .widget .widget-content ul li a:hover {
  color: #35bfff;
}

.footer-widgets-wrap .widget.widget_nws_contact_widget {
  font-size: 17px;
}
.footer-widgets-wrap .widget.widget_nws_contact_widget address {
  line-height: 35px;
  margin-bottom: 5px;
}
.footer-widgets-wrap .widget.widget_nws_contact_widget .one-box {
  position: relative;
  padding-right: 36px;
}
.footer-widgets-wrap .widget.widget_nws_contact_widget .one-box i {
  position: absolute;
  top: 15px;
  right: 18px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.footer-widgets-wrap .widget.widget_nws_contact_widget .one-box a {
  display: table;
  color: #909090;
  margin-bottom: 6px;
}

.nws-section.header-topnavbar-section {
  background: #fff;
  position: relative;
}
.nws-section.header-topnavbar-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  height: 1px;
  width: 100%;
  bottom: 0;
  background: #e3e3e3;
}
.nws-section.header-topnavbar-section .flex-box {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.nws-section.header-topnavbar-section .flex-box .right-box {
  align-self: center;
  -webkit-align-self: center;
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  align-items: center;
  -webkit-align-items: center;
}
.nws-section.header-topnavbar-section .flex-box .right-box .language-list {
  margin-left: 24px;
}
.nws-section.header-topnavbar-section .flex-box .right-box .language-list a {
  display: flex;
  display: -webkit-flex;
}
.nws-section.header-topnavbar-section .flex-box .right-box .language-list a span {
  border-radius: 5px;
}
.nws-section.header-topnavbar-section .flex-box .right-box .login-button {
  display: flex;
  display: -webkit-flex;
  line-height: 26px;
  color: #444;
}
.nws-section.header-topnavbar-section .flex-box .right-box .login-button i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .nws-section.header-topnavbar-section .flex-box .right-box .login-button i {
    font-size: 19px;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .nws-section.header-topnavbar-section .flex-box .right-box .login-button i {
    font-size: 24px;
    font-weight: 300;
  }
}
.nws-section.header-topnavbar-section .flex-box .tel {
  background: #35bfff;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
}
.nws-section.header-topnavbar-section .flex-box .tel i {
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.nws-section.header-topnavbar-section .flex-box figure {
  align-self: center;
  -webkit-align-self: center;
  margin: 7px 15px 7px 0;
}
.nws-section.header-topnavbar-section .flex-box figure a {
  display: table;
}
.nws-section.header-topnavbar-section .flex-box figure a img {
  max-height: 36px;
  width: auto;
}

.nws-section.header-ubermenu-section {
  background: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section nav.ubermenu {
    text-align: right;
    margin-left: 15px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    color: #fff;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target:before,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target:before,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target:before,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target:before,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target:before {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li {
    margin: 0 1px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target {
    color: #444;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target {
    padding: 11.5px 15px !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target {
    padding: 11.5px 9px !important;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background: #35bfff;
    z-index: -1;
    -webkit-transform: scaleX(0.7);
    -moz-transform: scaleX(0.7);
    -ms-transform: scaleX(0.7);
    -o-transform: scaleX(0.7);
    transform: scaleX(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target .ubermenu-sub-indicator {
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative !important;
    margin: 0 5px 0 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.ubermenu-active > .ubermenu-submenu-drop {
    margin-top: 5px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    clip: auto;
    border-radius: 3px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu {
    min-width: 250px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li .ubermenu-target {
    color: #444;
    padding: 15px 20px 14px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li .ubermenu-target {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li.ubermenu-current-menu-item > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li.ubermenu-current-menu-parent > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li.ubermenu-current-menu-ancestor > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li:hover > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > ul.ubermenu-submenu > li.ubermenu-active > .ubermenu-target {
    color: #35bfff;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-header, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section {
    position: relative;
  }
  .nws-section.header-ubermenu-section nav.ubermenu {
    position: absolute;
    top: -50px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    max-height: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nws-section.header-ubermenu-section nav.ubermenu.ubermenu-responsive-collapse {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
    background: #fff;
    max-width: 300px;
    padding: 0;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover > .ubermenu-target,
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    color: #35bfff;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li:not(:last-child):not(.uber-header) {
    border-bottom: 1px solid #f8f8f8;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target {
    display: block;
    padding: 10px 30px 10px 42px;
    line-height: 26px;
    color: #444;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target .ubermenu-sub-indicator {
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-weight: 100;
    font-size: 24px;
    top: 25px;
    margin: 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target .ubermenu-sub-indicator-close i {
    font-weight: 100;
    left: 14px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li > .ubermenu-target .ubermenu-sub-indicator-close i:before {
    content: "\f107";
    font-size: 24px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.ubermenu-has-submenu-drop:hover > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target {
    background: #f8f8f8;
    color: #35bfff;
    font-weight: 500;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu {
    position: relative;
    margin: 0;
    background: #f8f8f8;
    box-shadow: none;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li {
    width: 100%;
    padding: 0 30px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li:last-child:not(.ubermenu-retractor), .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li:nth-last-child(2):not(.ubermenu-retractor) {
    margin-bottom: 21px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li.ubermenu-retractor {
    display: none;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li > .ubermenu-target {
    color: #444;
    position: relative;
    line-height: 26px;
    padding: 7.5px 10px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li.ubermenu-current-menu-item > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li.ubermenu-current-menu-parent > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li.ubermenu-current-menu-ancestor > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li:hover > .ubermenu-target, .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li ul.ubermenu-submenu > li.ubermenu-active > .ubermenu-target {
    background: none;
    color: #35bfff;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-header {
    margin: 0 0 5px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-header .ubermenu-content-block {
    padding: 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-header .ubermenu-content-block figure {
    padding: 0 20px;
    background: #35bfff;
    min-height: 98px;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-header .ubermenu-content-block figure img {
    margin-right: 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social > div {
    padding: 0 30px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social .social {
    display: table;
    margin: 30px 0;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social .social > a {
    display: inline-block;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social .social > a:not(:last-child) {
    margin-left: 20px;
  }
  .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav > li.uber-social .social > a i {
    font-size: 20px;
    color: #909090;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    position: static;
    z-index: 101;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle:after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 101;
    position: absolute;
    top: 0;
    right: 265px;
    bottom: auto;
    left: auto;
    visibility: hidden;
    opacity: 0;
    transition: none;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle i {
    font-size: 24px;
    font-weight: 300;
    margin: 0 -5px 0 0;
    color: #444;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open {
    background: none;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open i:before, .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open span {
    opacity: 0;
    visibility: hidden;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.15s;
  }
  .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open ~ .fixed-box {
    opacity: 1;
    visibility: visible;
  }
  .nws-section.header-ubermenu-section .fixed-box {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.nws-section.header-ubermenu-section {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) and (max-width: 991px) {
  .nws-section.header-ubermenu-section {
    position: relative;
  }
}
.nws-section.header-ubermenu-section .flex-box {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section .flex-box {
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box {
    min-height: 74px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.nws-section.header-ubermenu-section .flex-box .left-box {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  align-items: center;
  -webkit-align-items: center;
}
.nws-section.header-ubermenu-section .flex-box .left-box > * {
  display: flex;
  display: -webkit-flex;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
}
.nws-section.header-ubermenu-section .flex-box .left-box > *:not(:last-child) {
  margin-left: 35px;
}
.nws-section.header-ubermenu-section .flex-box .left-box > * > i {
  font-size: 24px;
  cursor: pointer;
}
.nws-section.header-ubermenu-section .flex-box .left-box > * .search-icon {
  position: relative;
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .left-box > * .search-icon:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nws-section.header-ubermenu-section .flex-box .left-box > * .search-icon:after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    color: #35bfff;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin-right: 2px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nws-section.header-ubermenu-section .flex-box .left-box > * .search-icon.active:before {
    opacity: 0;
  }
  .nws-section.header-ubermenu-section .flex-box .left-box > * .search-icon.active:after {
    opacity: 1;
  }
}
.nws-section.header-ubermenu-section .flex-box .left-box a.netware-cart-contents {
  position: relative;
  color: #444;
}
.nws-section.header-ubermenu-section .flex-box .left-box a.netware-cart-contents .count {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  background: #ff7676;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(70%, -70%);
  -moz-transform: translate(70%, -70%);
  -ms-transform: translate(70%, -70%);
  -o-transform: translate(70%, -70%);
  transform: translate(70%, -70%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nws-section.header-ubermenu-section .flex-box .left-box a.netware-cart-contents:hover .count {
  background: #e66a6a;
}
.nws-section.header-ubermenu-section .flex-box figure {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 1200px) {
  .nws-section.header-ubermenu-section .flex-box figure {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nws-section.header-ubermenu-section .flex-box figure {
    margin: 0 0 0 20px;
  }
  .nws-section.header-ubermenu-section .flex-box figure img {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    position: relative;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box .search-form-wrapper {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box .search-form-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: -27px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px solid #c7c7c7;
    z-index: 102;
  }
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box .search-form-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    border-top: 1px solid #e3e3e3;
    padding: 8px 0 11px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box .search-form-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search {
    position: relative;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search {
    padding-right: 35px;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search] {
  border: none;
  margin: 0;
  max-width: 100%;
  padding-left: 35px;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search] {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search] {
    font-size: 18px;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search]::-webkit-input-placeholder {
  color: #909090 !important;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search]:-ms-input-placeholder {
  color: #909090 !important;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search]::-moz-placeholder {
  color: #909090 !important;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=search]:-moz-placeholder {
  color: #909090 !important;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=submit] {
  background: none;
  min-width: 0;
  width: 27px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 3px;
  margin: 0;
  z-index: 2;
  padding: 0;
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=submit] {
    left: 15px;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=submit]:hover + i {
  color: #35bfff;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=submit] + i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #909090;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .nws-section.header-ubermenu-section .flex-box .menu-box form.search input[type=submit] + i {
    left: 15px;
  }
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search .close-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  background: #f8f8f8;
  color: #909090;
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 11px;
  left: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nws-section.header-ubermenu-section .flex-box .menu-box form.search .close-icon:hover {
  background: #35bfff;
  color: #fff;
}

/*# sourceMappingURL=styles.css.map */
