/*  Top Header
-----------------------------------*/
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "FedraSansStd", sans-serif;
  float: left;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1112px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 834px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: none;
}

input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}

select:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}

select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
input,
select,
select:focus,
textarea:focus
textarea {
  font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input:focus,
  input,
  select,
  select:focus,
  textarea:focus
  textarea {
    font-size: 16px;
  }
}
.spacer {
  line-height: 0;
  font-size: 0;
  clear: both;
}

.wrap {
  float: left;
  width: 100%;
}

.container {
  float: left;
  width: 100%;
  padding-right: calc((100% - 1110px) / 2);
  padding-left: calc((100% - 1110px) / 2);
}
@media (max-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

header {
  float: left;
  width: 100%;
}
@media (max-width: 1112px) {
  header.header-stricky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
header .top-bar {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: calc((100% - 1110px) / 2);
  padding-bottom: 10px;
  padding-left: calc((100% - 1110px) / 2);
  background-color: #000000;
}
@media (max-width: 1112px) {
  header .top-bar {
    display: none;
  }
}
header .top-bar .back-to-home {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-decoration: none;
}
header .top-bar .back-to-home .back-line {
  float: left;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M1.166 5.25h12.856M5.063.2L.963 5.151M5.183 10.4L1.085 5.449'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  margin-right: 5px;
}
header .top-bar .right-section {
  float: right;
}
header .top-bar .right-section .dropdown {
  float: left;
  position: relative;
}
header .top-bar .right-section .dropdown .button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  cursor: pointer;
}
header .top-bar .right-section .dropdown .button .dropdown-arrow {
  float: right;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
header .top-bar .right-section .dropdown .button.hover:hover ~ .dropdown-menu {
  display: block;
}
header .top-bar .right-section .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
header .top-bar .right-section .dropdown.lang {
  margin-right: 27px;
}
header .top-bar .right-section .dropdown.lang .dropdown-menu {
  width: 130px;
  top: 25px;
  right: 0;
}
header .top-bar .right-section .dropdown.select {
  width: 86px;
  float: left;
  background-color: transparent;
  position: relative;
}
header .top-bar .right-section .dropdown.select select {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  background-color: transparent;
  width: 72px;
  float: left;
  border: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23fff' stroke='%23fff' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 75% 6px;
  color: #FFFFFF;
  -webkit-appearance: none;
}
header .top-bar .right-section .dropdown.select select option {
  float: left;
  color: #000000;
  font-family: "FedraSansStd-book",sans-serif;
  font-size: 14px;
  font-weight: normal;
}
header .top-bar .right-section .dropdown {
  float: left;
  position: relative;
}
header .top-bar .right-section .dropdown .button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  cursor: pointer;
}
header .top-bar .right-section .dropdown .button .dropdown-arrow {
  float: right;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 5px;
}
header .top-bar .right-section .dropdown .button.hover:hover ~ .dropdown-menu {
  display: block;
}
header .top-bar .right-section .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
header .top-bar .right-section .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
header .top-bar .right-section .dropdown.country {
  margin-right: 30px;
}
header .top-bar .right-section .dropdown.country .button .flag {
  float: left;
  width: 18px;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: -2px;
}
header .top-bar .right-section .dropdown.country .button .flag img {
  float: left;
  width: 100%;
  border-radius: 50px;
}
header .top-bar .right-section .dropdown.country .dropdown-menu {
  width: 170px;
  top: 25px;
  right: 0;
}
header .top-bar .right-section .dropdown.country .dropdown-menu .dropdown-item {
  padding: 10px;
}
header .top-bar .right-section .dropdown.country .dropdown-menu .dropdown-item .flag {
  float: left;
  width: 18px;
  min-height: 15px;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: -2px;
}
header .top-bar .right-section .dropdown.country .dropdown-menu .dropdown-item .flag img {
  float: left;
  width: 100%;
}
header .top-bar .right-section .dropdown.select {
  width: 86px;
  float: left;
  background-color: transparent;
  position: relative;
}
header .top-bar .right-section .dropdown.select select {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  background-color: transparent;
  width: 72px;
  float: left;
  border: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23fff' stroke='%23fff' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 75% 6px;
  color: #FFFFFF;
  -webkit-appearance: none;
}
header .top-bar .right-section .dropdown.select select option {
  float: left;
  color: #000000;
  font-family: "FedraSansStd-book",sans-serif;
  font-size: 14px;
  font-weight: normal;
}
header .top-bar .right-section .search-button {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-right: 27px;
}
header .top-bar .right-section .search-button .search-icon {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cg fill='%23FFF' fill-rule='evenodd'%3e%3cpath fill-rule='nonzero' d='M5 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3e%3cpath d='M8.42 9.205a.5.5 0 1 1 .773-.634l1.778 2.152a.5.5 0 1 1-.772.634l-1.78-2.152z'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  margin-right: 10px;
}
header .top-bar .right-section .white-transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  overflow: auto;
  transition: all 0.3s ease;
  display: none;
}
header .top-bar .right-section .domains-block {
  float: left;
  margin-right: 35px;
  position: relative;
}
header .top-bar .right-section .domains-block .domain-button {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3e%3cdefs%3e%3cpath id='a' d='M.559 4.865V.543H4.88v4.322H.559zm6.559 0V.543h4.322v4.322H7.118zM.543 11.457V7.135h4.322v4.322H.543zm6.56 0V7.135h4.322v4.322H7.102z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3e%3cmask id='b' fill='%23FFF'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse stroke='%23000' stroke-width='1.2' xlink:href='%23a'/%3e%3cg fill='%23FFF' mask='url(%23b)'%3e%3cpath d='M0 0h12v12H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  cursor: pointer;
}
header .top-bar .right-section .domains-block .domain-dropdown {
  display: none;
  position: absolute;
  width: 230px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #999999;
  top: 45px;
  right: -70px;
  z-index: 5;
  padding: 15px 10px 0;
  white-space: nowrap;
}
header .top-bar .right-section .domains-block .domain-dropdown::after {
  content: "";
  position: absolute;
  border: solid 10px #FFFFFF;
  right: 68px;
  top: -20px;
  border-color: transparent transparent #FFF transparent;
}
header .top-bar .right-section .domains-block .domain-dropdown .domain-page {
  width: 208px;
  text-align: left;
  display: inline-block;
  float: left;
  padding-bottom: 20px;
}
header .top-bar .right-section .domains-block .domain-dropdown .domain-page .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(248, 248, 248, 0.3);
  float: left;
}
header .top-bar .right-section .domains-block .domain-dropdown .domain-page .icon img {
  float: left;
  width: 100%;
  border-radius: 100px;
}
header .top-bar .right-section .domains-block .domain-dropdown .domain-page .page-name {
  float: left;
  width: 71%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.2px;
  margin-top: 5px;
  margin-left: 17px;
  white-space: normal;
}
header .top-bar .right-section .signin-point {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
}
header .top-bar .right-section .signin-point a {
  color: #FFFFFF;
  text-decoration: none;
}
header .top-bar .right-section .signin-point span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
header .top-bar .right-section .signin-user {
  float: left;
  padding-right: 7px;
}
header .top-bar .right-section .signin-user .img {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50px;
}
header .top-bar .right-section .signin-user span {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  cursor: pointer;
  margin-left: 8px;
  text-decoration: none;
}
header .top-bar .right-section .logout {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-decoration: none;
  padding-left: 9px;
}
header .top-bar .right-section .logout a {
  color: #FFFFFF;
  text-decoration: none;
}
header .header {
  float: left;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-right: calc((100% - 1110px) / 2);
  padding-bottom: 10px;
  padding-left: calc((100% - 1110px) / 2);
  text-align: center;
  background-color: #131d40;
}
@media (max-width: 1112px) {
  header .header {
    height: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 1024px) {
  header .header {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 480px) {
  header .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header .logo {
  float: left;
  width: 124px;
  margin: 21px 0;
}
@media (max-width: 1112px) {
  header .header .logo {
    width: 90px;
    margin-top: 14px;
    margin-bottom: 0px;
  }
}
header .header .logo img {
  float: left;
  width: 100%;
}
header .header .rudra-dropdown {
  float: right;
  width: auto;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 480px) {
  header .header .rudra-dropdown {
    margin-top: 10px;
  }
}
header .header .rudra-dropdown:hover .button {
  color: #d68306;
}
header .header .rudra-dropdown:hover .button .dropdown-arrow {
  transform: rotate(180deg);
}
header .header .rudra-dropdown:hover .rudra-dropdown-menu {
  display: block;
}
header .header .rudra-dropdown .button {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 10px;
}
header .header .rudra-dropdown .button .dropdown-arrow {
  float: right;
  width: 14px;
  height: 14px;
  background-image: url(../img/down-arrow-white.png);
  background-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
}
header .header .rudra-dropdown .rudra-dropdown-menu {
  display: none;
  position: absolute;
  left: -23px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .header .rudra-dropdown .rudra-dropdown-menu .dropdown-item {
  float: left;
  width: 100%;
  padding: 7px 17px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #121212;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
header .header .rudra-dropdown .rudra-dropdown-menu .dropdown-item:hover {
  background-color: rgba(214, 131, 6, 0.14);
  font-weight: bold;
}
header .header .main-menu {
  float: none;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 1112px) {
  header .header .main-menu {
    display: none;
  }
}
header .header .main-menu ul {
  margin: 0;
  padding: 0;
  float: right;
}
header .header .main-menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 18px;
}
header .header .main-menu ul li a {
  display: block;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-align: left;
}
header .header .main-menu ul li a.arrow {
  padding-right: 15px;
  position: relative;
}
header .header .main-menu ul li a.arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: 0;
}
header .header .main-menu ul li:last-child {
  margin-right: 0;
}
header .header .main-menu ul li:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -43px;
  height: 8px;
  background-color: #a83d1c;
  left: 0;
}
header .header .main-menu ul li.active {
  position: relative;
}
header .header .main-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -43px;
  height: 8px;
  background-color: #a83d1c;
  left: 0;
}
header .header .main-menu ul li:hover .sub {
  display: block;
}
header .header .main-menu ul li .sub {
  position: absolute;
  left: 0;
  top: 12px;
  width: 284px;
  display: none;
  z-index: 3;
}
header .header .main-menu ul li .sub.single-coloum {
  width: 254px;
}
header .header .main-menu ul li .sub.three-coloum {
  width: 630px;
  left: -150px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
}
header .header .main-menu ul li .sub .child-menu {
  float: left;
  width: 100%;
  margin-top: 10px;
  background-color: #FFFFFF;
  padding: 0;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
}
header .header .main-menu ul li .sub .child-menu .menu-block {
  float: left;
  width: 100%;
}
header .header .main-menu ul li .sub .child-menu .menu-block.three-section {
  width: calc(100% / 3);
  box-shadow: unset;
}
header .header .main-menu ul li .sub .child-menu .menu-block.three-section:nth-child(4) {
  margin-top: 0;
}
header .header .main-menu ul li .sub .child-menu .menu-block.three-section:nth-child(4) .menu-title {
  padding-bottom: 11px;
  text-align: left;
}
header .header .main-menu ul li .sub .child-menu .menu-block.three-section:nth-child(5) {
  margin-top: 0;
}
header .header .main-menu ul li .sub .child-menu .menu-block.three-section:nth-child(5) .menu-title {
  padding-bottom: 11px;
}
header .header .main-menu ul li .sub .child-menu .menu-block .menu-title {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.625em;
  font-weight: normal;
  color: #131d40;
  text-transform: uppercase;
  padding: 20px;
  text-align: left;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li {
  list-style: none;
  display: block;
  margin-right: 0;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li:hover::before {
  display: none;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li.active::before {
  display: none;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li a {
  color: #000000;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  padding: 12px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li a:hover {
  background-color: #131d40;
  color: #FFFFFF;
  border-bottom: solid 1px transparent;
}
header .header .main-menu ul li .sub .child-menu .menu-block ul li:last-child > a {
  border-bottom: 0;
}
header .header .main-menu .button {
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  background-color: #cccccc;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  width: 188px;
  margin-left: 21px;
  margin-top: -14px;
}
header .header .main-menu .button.white {
  background-color: #FFFFFF;
  color: #cc4a22;
  padding-left: 5px;
  padding-right: 5px;
}
header .header .main-menu .button.white:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}
header .header .main-menu .button.primary {
  background-color: #cc4a22;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
header .header .main-menu .button.primary.do-net {
  background-color: #d04b02;
}
header .header .main-menu .button.primary.do-net:hover {
  background-color: #d04b02;
  color: #FFFFFF;
}
header .header .main-menu .button.primary:hover {
  background-color: #a83d1c;
  color: #FFFFFF;
}
header .header .main-menu .button.primary-o {
  border: solid 1px #cc4a22;
  color: #cc4a22;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
header .header .main-menu .button.primary-o:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}
header .header .donate-top-btn {
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.2px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  height: 44px;
  cursor: pointer;
  line-height: 39px;
  background-color: #cc4a22;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  float: right;
  width: 188px;
  margin-left: 21px;
  margin-top: 16px;
}
@media (max-width: 1112px) {
  header .header .donate-top-btn {
    display: none;
  }
}
header .header .mobile-menu {
  float: right;
  display: none;
}
@media (max-width: 1112px) {
  header .header .mobile-menu {
    display: block;
  }
}
header .header .mobile-menu .navigation {
  float: left;
  width: 20px;
  margin-top: 15px;
  cursor: pointer;
}
header .header .mobile-menu .navigation img {
  width: 100%;
  float: left;
}
header .header .mobile-menu .search-point {
  float: left;
  cursor: pointer;
  margin-top: 11px;
  margin-right: 20px;
}
header .header .mobile-menu .search-point .search-icon {
  float: left;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cg fill='%23FFF' fill-rule='evenodd'%3e%3cpath fill-rule='nonzero' d='M5 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3e%3cpath d='M8.42 9.205a.5.5 0 1 1 .773-.634l1.778 2.152a.5.5 0 1 1-.772.634l-1.78-2.152z'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
header .header .mobile-menu .navigation-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #131d40;
  top: 0;
  z-index: 3;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  overflow: auto;
  transition: all 0.3s ease;
  right: -100%;
}
header .header .mobile-menu .navigation-menu.active {
  right: 0;
}
header .header .mobile-menu .navigation-menu .profile-block {
  float: left;
  width: 100%;
  height: 70px;
  background-color: #131d40;
  position: relative;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar {
  float: left;
  width: calc(100% - 70px);
  background-color: rgba(0, 0, 0, 0.14);
  height: 70px;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point {
  float: left;
  margin-top: 27px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point ul {
  margin: 0;
  padding: 0;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point ul li {
  list-style: none;
  display: inline-block;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point ul li a {
  display: block;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 20px;
  position: relative;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point ul li:nth-child(2) > a::before {
  content: "|";
  position: absolute;
  left: -13px;
  top: -2px;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .access-point ul li:nth-child(3) > a::before {
  content: "|";
  position: absolute;
  left: -13px;
  top: -2px;
}
header .header .mobile-menu .navigation-menu .profile-block .profile-bar .search {
  float: right;
  width: 70px;
  height: 70px;
  background-image: url("../img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
header .header .mobile-menu .navigation-menu .profile-block .close {
  float: right;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-image: url("../img/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
header .header .mobile-menu .navigation-menu .menu {
  float: left;
  width: 100%;
  border-bottom: solid 0.5px rgba(255, 255, 255, 0.5);
}
header .header .mobile-menu .navigation-menu .menu ul {
  margin: 0;
  padding: 0;
}
header .header .mobile-menu .navigation-menu .menu ul li {
  list-style: none;
  display: block;
}
header .header .mobile-menu .navigation-menu .menu ul li a {
  display: block;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  height: 65px;
  padding: 14px 20px;
  border-top: solid 0.5px rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #131d40;
  line-height: 38px;
  white-space: nowrap;
  text-align: left;
}
header .header .mobile-menu .navigation-menu .menu ul li a.active {
  background-color: #131d40;
}
header .header .mobile-menu .navigation-menu .menu ul li a.active.arrow {
  position: relative;
}
header .header .mobile-menu .navigation-menu .menu ul li a.active.arrow::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #cc4a22;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
header .header .mobile-menu .navigation-menu .menu ul li a.arrow {
  position: relative;
}
header .header .mobile-menu .navigation-menu .menu ul li a.arrow::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 64px;
  background-color: #cc4a22;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23FFF' stroke='%23FFF' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 0;
  right: 0;
}
header .header .mobile-menu .navigation-menu .menu ul li ul {
  display: none;
  background-color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .menu ul li ul li {
  padding-left: 38px;
  padding-right: 38px;
}
@media (max-width: 375px) {
  header .header .mobile-menu .navigation-menu .menu ul li ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header .mobile-menu .navigation-menu .menu ul li ul li a {
  display: block;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  padding: 14px 5px;
  border-bottom: solid 1px #f5f5f5;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFFFFF;
  white-space: nowrap;
}
header .header .mobile-menu .navigation-menu .button {
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  cursor: pointer;
  line-height: 45px;
  background-color: #cccccc;
  color: #000000;
  padding-left: 20px;
  padding-right: 20px;
}
header .header .mobile-menu .navigation-menu .button.white {
  background-color: #FFFFFF;
  color: #cc4a22;
  padding-left: 5px;
  padding-right: 5px;
}
header .header .mobile-menu .navigation-menu .button.white:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .button.primary {
  background-color: #cc4a22;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
header .header .mobile-menu .navigation-menu .button.primary.do-net {
  background-color: #d04b02;
}
header .header .mobile-menu .navigation-menu .button.primary.do-net:hover {
  background-color: #d04b02;
  color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .button.primary:hover {
  background-color: #a83d1c;
  color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .button.primary-o {
  border: solid 1px #cc4a22;
  color: #cc4a22;
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
header .header .mobile-menu .navigation-menu .button.primary-o:hover {
  background-color: #cc4a22;
  color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .options {
  float: left;
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 17px;
  padding-right: 17px;
}
header .header .mobile-menu .navigation-menu .options .select-country {
  float: left;
  width: 100%;
}
header .header .mobile-menu .navigation-menu .options .select-laug {
  float: left;
  width: 100%;
  margin-top: 26px;
}
header .header .mobile-menu .navigation-menu .options .form-input {
  float: left;
  width: 100%;
}
header .header .mobile-menu .navigation-menu .options .form-input.error {
  position: relative;
}
header .header .mobile-menu .navigation-menu .options .form-input.error .input {
  border-bottom: solid 2px #af0000 !important;
}
header .header .mobile-menu .navigation-menu .options .form-input.error .select {
  border-bottom: solid 2px #af0000 !important;
}
header .header .mobile-menu .navigation-menu .options .form-input.error .textarea {
  border: 0;
  border-bottom: solid 2px #af0000 !important;
}
header .header .mobile-menu .navigation-menu .options .form-input.error .select-drop {
  border: 0;
  border-bottom: solid 2px #af0000 !important;
}
header .header .mobile-menu .navigation-menu .options .form-input.error .error-msg {
  display: block;
}
header .header .mobile-menu .navigation-menu .options .form-input .error-msg {
  display: none;
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
  color: #ff0000;
  position: absolute;
  bottom: 10px;
  left: 5px;
  transition: all 0.3s ease;
}
header .header .mobile-menu .navigation-menu .options .form-input.sucess {
  position: relative;
}
header .header .mobile-menu .navigation-menu .options .form-input.sucess .sucess-msg {
  display: block;
}
header .header .mobile-menu .navigation-menu .options .form-input .sucess-msg {
  display: none;
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
  color: #4a9902;
  position: absolute;
  bottom: 10px;
  left: 5px;
  transition: all 0.3s ease;
}
header .header .mobile-menu .navigation-menu .options .form-input label {
  float: left;
  width: 100%;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}
header .header .mobile-menu .navigation-menu .options .form-input .input {
  float: left;
  width: 100%;
  border: solid 1px #cccccc;
  position: relative;
}
header .header .mobile-menu .navigation-menu .options .form-input .input input {
  float: left;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  border-radius: 4px;
}
header .header .mobile-menu .navigation-menu .options .form-input .input input:hover {
  outline: none;
}
header .header .mobile-menu .navigation-menu .options .form-input .input input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}
header .header .mobile-menu .navigation-menu .options .form-input .input input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
  box-shadow: 0 0 0px 1000px #f5f7eb inset !important;
}
header .header .mobile-menu .navigation-menu .options .form-input .select {
  float: left;
  width: 100%;
  border: solid 1px #cccccc;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%230' stroke='%230' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 98% 19px;
  background-color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .options .form-input .select select {
  float: left;
  width: 103%;
  border: 0;
  color: #000000;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  background-color: transparent;
  padding: 12px 6px;
  -webkit-appearance: none;
}
header .header .mobile-menu .navigation-menu .options .form-input .select select:hover {
  outline: none;
}
header .header .mobile-menu .navigation-menu .options .form-input.mobile-menu-option .select {
  border-bottom: solid 1px #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.431 6.707'%3e%3cg fill='%23a49e40' stroke='%23a49e40' stroke-width='1.2' fill-rule='evenodd' opacity='.8' transform='rotate(-90 3.251 3)'%3e%3cpath id='Path_1' d='M5.4-.1a.5.5 0 1 1 .7.7L.4 6.309A.5.5 0 0 1-.31 5.6z' class='cls-2' data-name='Path 1'/%3e%3cpath id='Path_2' d='M6.1 11.326a.5.5 0 1 1-.708.708l-5.7-5.705A.5.5 0 0 1 .4 5.62l5.705 5.7z' class='cls-2' data-name='Path 2'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 98% 19px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 2px #FFFFFF;
}
header .header .mobile-menu .navigation-menu .options .form-input.mobile-menu-option .select select {
  border: 0;
  width: 105%;
  color: #FFFFFF;
}
header .header .mobile-menu .navigation-menu .options .form-input.mobile-menu-option .select select option {
  color: #000000;
}
header .header .mobile-menu .navigation-menu .back-to {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 40px;
}
header .header .mobile-menu .navigation-menu .back-to .icon {
  float: left;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3e%3cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M1.166 5.25h12.856M5.063.2L.963 5.151M5.183 10.4L1.085 5.449'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-top: 5px;
}
header .header .mobile-menu .navigation-menu .back-to span {
  float: left;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  color: #FFFFFF;
}

.show {
  display: block;
}

.hide {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.search-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 35px 92px 45px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .search-popup {
    width: 100%;
    padding: 25px 40px 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .search-popup {
    width: 100%;
    padding: 25px 25px 36px;
    text-align: center;
  }
}
.search-popup .close-btn {
  width: 30px;
  height: 30px;
  background-color: #676055;
  border-radius: 100%;
  position: absolute;
  right: 32px;
  top: 35px;
}
@media (max-width: 480px) {
  .search-popup .close-btn {
    right: 15px;
    top: 15px;
  }
}
.search-popup .close-btn .close {
  width: 21px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3e%3cdefs%3e%3cpath id='a' d='M12 10.586l6.293-6.293a1 1 0 0 1 1.414 1.414L13.414 12l6.435 6.435a1 1 0 0 1-1.414 1.414L12 13.414l-6.293 6.293a1 1 0 1 1-1.414-1.414L10.586 12 4.293 5.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3e%3c/defs%3e%3cuse fill='%23ffffff' fill-rule='nonzero' xlink:href='%23a'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .search-popup .close-btn .close {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .search-popup .close-btn .close {
    right: 21px;
  }
}
.search-popup .form-input {
  width: 705px;
  float: none;
  position: relative;
  display: inline-block;
  margin-top: 56px;
}
@media (max-width: 480px) {
  .search-popup .form-input {
    width: 100%;
    margin-top: 35px;
  }
}
.search-popup .form-input label {
  width: 100%;
  float: left;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.search-popup .form-input .input {
  border: 0;
  width: 100%;
  float: left;
  box-shadow: 0 0 28px -9px rgba(0, 0, 0, 0.3);
}
.search-popup .form-input .input .search {
  width: 29px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 31px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) {
  .search-popup .form-input .input .search {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .search-popup .form-input .input .search {
    right: 21px;
  }
}
.search-popup .form-input .input .search img {
  width: 100%;
  display: inline-block;
}
.search-popup .form-input .input input {
  float: left;
  width: 100%;
  height: 60px;
  border: 0;
  /*border-bottom: 1px solid #142012;*/
  padding-bottom: 12px;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  color: #cc4a22;
  letter-spacing: 0.2px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 480px) {
  .search-popup .form-input .input input {
    font-family: "FedraSansStd-book", sans-serif;
    font-size: 1.125em;
    font-weight: normal;
  }
}
.search-popup .form-input .input input::placeholder {
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #cc4a22;
  letter-spacing: 0.2px;
}
.search-popup .form-input .input input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search-popup .form-input .input .search-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
  width: 25px;
}
.search-popup .form-input .input .search-icon img {
  width: 100%;
  float: left;
  display: inline-block;
}
.search-popup .form-input .input .close-icon {
  position: absolute;
  right: 10px;
  top: 23px;
  z-index: 1;
  width: 15px;
  float: right;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #535353;
  display: none;
}
.search-popup .form-input .input .close-icon img {
  width: 100%;
  float: left;
  display: inline-block;
}
.search-popup .form-input .search-auto {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  display: none;
  z-index: 1;
}
.search-popup .form-input .search-auto .auto-search {
  float: left;
  width: 100%;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.search-popup .form-input .search-auto .auto-search ul {
  margin: 0;
  padding: 0;
}
.search-popup .form-input .search-auto .auto-search ul li {
  display: inline-block;
  float: left;
  width: 100%;
}
.search-popup .form-input .search-auto .auto-search ul li:hover {
  background-color: #f8f8f8;
}
.search-popup .form-input .search-auto .auto-search ul li a {
  width: 100%;
  float: left;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "FedraSansStd-book", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 17px;
  text-align: left;
}

.action-now {
  width: 106px;
  height: 26px;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  float: left;
  display: inline-block;
  font-family: "FedraSansStd-medium", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #cc4a22;
  margin: 13px 22px;
  letter-spacing: 0.17px;
}
@media (max-width: 320px) {
  .action-now {
    margin: 13px 10px;
  }
}

.whatsapp-popup {
  width: auto;
  float: left;
  position: relative;
}
.whatsapp-popup .whatsap-btn {
  position: fixed;
  right: 139px;
  bottom: 13px;
  z-index: 2;
}
@media (max-width: 834px) {
  .whatsapp-popup .whatsap-btn {
    display: none;
  }
}
.whatsapp-popup .whatsap-btn-mobile {
  display: none;
}
@media (max-width: 834px) {
  .whatsapp-popup .whatsap-btn-mobile {
    display: block;
    position: fixed;
    bottom: 66px;
    right: 19px;
    z-index: 3;
  }
}
.whatsapp-popup .whatsap-btn-mobile.camp-whatsap {
  position: fixed;
}
@media (max-width: 480px) {
  .whatsapp-popup .whatsap-btn-mobile.camp-whatsap {
    z-index: 3;
    bottom: 80px;
    right: 7px;
  }
}

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