.header {
  width: 100%;
}

.header .logo {
  max-height: 70px;
  max-width: 270px;
  width: 100%;
  float: left;
}

.header iframe {
  position: relative;
  height: 62px !important;
  margin-top: -10px;
  width: 100%;
  border-style: none;
  display: block;
  overflow: hidden;
}

.header .menu-mobile {
  display: none;
}

@media (max-width: 768px) {
  .header .menu-mobile {
    display: none;
    margin-top: 54px;
    clear: both;
    background-color: #1a4371;
    color: #fff;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header .menu-item {
    padding-left: 5px !important;
  }
}

.header .menu-item,
.header .menu-item a {
  float: left;
  line-height: 40px;
  display: inline-block;
  font-size: 17px !important;
  color: #262f56;
  font-weight: 600 !important;
  transition: color 0.3s linear;
  padding-left: 12px;
}

.header .menu-item,
.header .menu-item a:hover {
  color: #ea7027;
}

@media only screen and (max-width: 769px) {
  .header .menu-item {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    font-weight: 500;
    border-top: 1px solid #4e5884;
    padding: 15px 20px;
    color: #fff;
    background-color: #1a4371;
  }

  .header .menu-item a {
    color: #fff;
    float: left;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 13px;
  }
}

@media only screen and (min-width: 769px) {
  .header .menu-item,
  .header .menu-item a {
    float: left;
    line-height: 40px;
    display: inline-block;
    font-size: 14px !important;
    color: #262f56;
    font-weight: 600 !important;
    transition: color 0.3s linear;
    padding-left: 5px;
  }

  .header .menu-item-first a {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 769px) {
  .header .menu-item-account {
    background-color: #ea7027;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px 0 15px !important;
    color: #fff;
    font-size: 17px;
    margin-left: 15px;
  }

  .header .menu-item-account a {
    color: #fff !important;
    font-size: 17px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .header .menu-item-account {
    padding: 0 15px 0 15px !important;
    margin-left: 14px;
  }

  .header .menu-item,
  .header .menu-item a {
    float: left;
    line-height: 50px;
    display: inline-block;
    font-size: 15px !important;
    color: #262f56;
    font-weight: 600 !important;
    transition: color 0.3s linear;
    padding-left: 6px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header .menu-item-account {
    padding: 0 8px 0 8px !important;
    margin-left: 10px;
  }
}

.header .fw_head_hamburger {
  text-align: right;
  font-size: 30px;
  padding-right: 20px;
}

.header .fw_menu {
  width: 100%;
  padding-right: 0;
}

@media only screen and (min-width: 769px) {
  .header .fw_head_hamburger {
    display: none;
  }
}

.header .fw_menu_login {
  background-color: #ea7027;
  border-radius: 4px;
  margin-top: 0;
  padding: 0 25px 0 25px !important;
  color: #fff;
  font-size: 17px;
  margin-left: 30px;
}

.header .fw_menu_login a {
  color: #fff !important;
  line-height: 40px !important;
  font-size: 17px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .fw_head_box {
  padding-top: 20px;
  padding-bottom: 10px;
}

.header .fw_menu {
  display: block;
}

.header .fw_dropdown_menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  text-align: left;
  z-index: 1000;
  line-height: 30px;
  font-size: 17px;
  color: #262f56;
  font-weight: 500;
  display: none;
  float: right;
  width: 160px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: rgba(0, 0, 0, 0.15) solid 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header .fw_dropdown_menu a {
  color: #262f56;
}

.header .fw_dropdown_menu_item:hover {
  color: #fff !important;
  background-color: #ea7027;
}

@media only screen and (max-width: 769px) {
  .header .fw_head_box {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
  }

  .header .fw_head_hamburger {
    margin-bottom: 0;
  }

  .header .fw_menu {
    display: none;
  }

  .header .fa-angle-down {
    font-size: 25px;
    text-align: right;
    float: right;
    cursor: pointer;
  }

  .header .fa-angle-up {
    font-size: 25px;
    text-align: right;
    float: right;
    display: none;
    cursor: pointer;
  }

  .header #menu_account {
    display: none;
  }

  .header #menu_logout {
    display: none;
  }

  .header .fa-bars {
    cursor: pointer;
  }
}

.header .container .row {
  display: flex;
  align-items: center;
}

.header .header iframe {
  position: relative;
  height: 62px !important;
  margin-top: -10px;
  width: 100%;
  border-style: none;
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .header .mobile-not-visible {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header .mobile-not-visible {
    display: none !important;
  }
}

@media screen and (min-width: 200px) {
  .tp-widget-wrapper {
    font-size: 0;
  }

  .tp-widget-trustscore {
    font-size: 18px;
    margin: 0 12px 8px 0;
  }

  .tp-widget-stars {
    margin: 0 0 8px;
    width: 100px;
  }
}

@media screen and (min-width: 200px) {
  .tp-widget-trustscore,
  .tp-widget-stars {
    display: inline-block;
    vertical-align: middle;
  }
}

.tp-widget-stars {
  margin-left: 8px;
  width: 100px;
}

#profile-link {
  color: #000;
}

.tp-widget-wrapper {
  text-align: center;
}

.tp-widget-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}

.tp-widget-trustscore {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
}

.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
  fill: #00b67a;
}

.footer {
  background-color: #2d2f44;
  color: #999;
  padding: 50px 0 30px 0;
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
}

.footer .logo {
  max-height: 30px;
}

.footer .dropbtn {
  background-color: inherit;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #b3b4c1;
  font-size: 14px;
  margin-top: 12px;
  padding: 0;
  height: 20px !important;
}

.footer .dropbtn:hover {
  background-color: inherit !important;
}

.footer .dropdown {
  position: relative;
  display: inline-block;
}

.footer .dropdown-content {
  padding-top: 5px;
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #363950;
  height: 210px;
  min-width: 570px;
  max-width: 100%;
  box-shadow: 0px 8px 9px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.footer .dropdown-content a {
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  color: #b3b4c1;
  font-size: 13px;
  font-weight: 600;
}

.footer .dropdown-content a:hover {
  background-color: #2d2f44;
}

.footer .dropdown:hover .dropdown-content {
  display: block;
}

.footer .dropbtn .fa {
  font-size: 19px;
  font-weight: bold !important;
  position: absolute;
  top: 14px;
  padding: 0 0 0 3px;
}

.footer .title {
  color: #75778a;
  cursor: pointer;
  font-size: 17px;
  padding-bottom: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer .item {
  color: #b3b4c1;
  font-size: 14px;
  padding-top: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer .item a {
  color: #b3b4c1;
  cursor: pointer;
}

.footer .item a:hover {
  color: #d3d3d3;
  text-decoration: none;
}

.footer .text {
  color: #b3b4c1;
  font-size: 14px;
  padding-top: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: justify;
}

.footer .social-box {
  margin-top: 20px;
}

.footer .social-box .social-text {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #626473;
  line-height: 40px;
  padding-right: 10px;
}

.footer .social-box .social-icons {
  background-color: #373951;
  border: #27293e solid 1px;
  border-radius: 4px;
  float: left;
  margin-left: 7px;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #b3b4c1;
  font-size: 14px;
  line-height: 40px;
}

.footer .social-box .social-icons:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer {
    display: none;
  }
}

