header {
  position: relative;
}

strong {
  font-weight: 1000;
}

.image-cover {
  display: inline-block;
}

.hiding {
  display: none;
}

li.leaf.menu-item:nth-child(3) {
  border-right: 0;
}

.discliamer-text {
  font-size: 10px;
  font-family: "Harmonia Sans W05 Regular";
  font-weight: 400;
  letter-spacing: 0.17px;
}

.arthritis {
  position: absolute;
  top: 8px;
  left: 180px;
  color: white;
  font-family: "Harmonia Sans W05 Bold";
  font-size: 21px;
  font-weight: 800;
}

.arthritis a {
  color: #fff;
  text-decoration: none;
}

.headback img {
  width: 100%;
  height: fit-content;
}

.gcma-container {
  display: flex;
  padding: 20px;
  justify-content: end;
}

@media only screen and (min-width: 1025px) {

  .share-container,
  .gcma-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }

  .share-container .share {
    margin: 70px 0 0 0;
  }

  .gcma-container p {
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 0 0 20px 30px;
  }

  .headback {
    background: url("/images/head-desktop.png") no-repeat;
    height: 700px;
    max-width: 100%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  p#result_para.fr {
    font-family: "Harmonia Sans W05 Regular";
    font-size: 13.6px;
    color: #000000;
    margin-top: 17px;
    margin-left: -8px;
    margin-bottom: 45px;
    text-align: center;
  }

  .fr-node-home .first_col {
    line-height: 50px;
  }

  .first_col p,
  .fourth_col p,
  .second_col p,
  .third_col p {
    padding: 0 63px;
  }

  .fr-node-home .first_col p,
  .fr-node-home .fourth_col p,
  .fr-node-home .second_col p,
  .fr-node-home .third_col p {
    padding: 0 40px;
  }
}

.change-language {
  position: absolute;
  top: 0;
  right: 0;
}

.change-language a {
  text-decoration: none;
}

.sel_language.desktop {
  display: block;
}

.sel_language.mobile {
  display: none;
}

.sel_language {
  position: absolute;
  top: 15px;
  right: 150px;
  width: 95px;
  color: #fff;
  list-style-type: none;
  border: 0;
  background: transparent;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
}

option {
  color: #000;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
  background: none;
}

a.ctn_button.desktop {
  display: inline-block;
}

a.ctn_button.mobile {
  display: none;
}

.ctn_button:hover {
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0.24, 0.24);
}

.ctn_button .active {
  background-color: #256800;
}

.hero_headline {
  position: absolute;
  font-size: 30px;
  top: 250px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  font-family: "Harmonia Sans W05 Regular";
  text-align: center;
}

.hero_headline strong {
  font-weight: 1000;
}

.g_title {
  color: #c7d300;
}

.hero_sub_head h1 {
  position: absolute;
  font-size: 90px;
  line-height: 92px;
  top: 300px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Harmonia Sans W05 Bold";
  font-weight: bold;
  text-align: center;
}

.hero_sub_head.eng h1 {
  position: absolute;
  font-size: 64px;
  font-family: "Harmonia Sans W05 Bold";
  font-weight: bold;
  top: 300px;
  color: #fff;
  text-align: center;
}

.eye_browcopy {
  position: absolute;
  bottom: 29px;
  left: 100px;
  color: white;
}

.eye_browcopy #eye_browcopy_para {
  margin-bottom: 25px;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 0;
}

.eye_browcopy #eye_browcopy_para strong {
  font-weight: 900;
}

h1 span {
  color: #00adc1;
}

.ctn_button {
  background-color: #00adc1;
  border: none;
  color: white;
  font-family: "Harmonia Sans W05 Regular";
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
}


/*Promo bar*/
.promo_bar {
  text-align: center;
  padding: 44px 328px;
  margin: 0;
  background-color: none;
}

.promo_bar p {
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
}

/*Footer*/
.global_footer {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  padding: 0;
  text-align: center;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 12px;
}

.share .img_logo .img_twitter {
  width: 32px;
  cursor: pointer;
}

.footer {
  margin: 0 auto;
  padding: 20px 0px 15px;
}

.foo-links {
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
}

.table::before {
  content: " ";
  display: block;
  border-bottom: 2px solid #f5f0ea;
  padding-bottom: 50px;
  width: 40%;
  margin: auto;
}

ul#horizontal-list {
  min-width: 696px;
  list-style: none;
  padding-top: 40px;
}

ul#horizontal-list li {
  display: inline;
}

.footer_para {
  padding-top: 35px;
}

/* popup container */

.popup-container {
  color: #11aec1;
  font-family: "Harmonia Sans W05 Regular";
  padding: 15px;
}

.popup-container p {
  margin: 20px 0;
}

.popupContainer.active {
  display: block;
}

#popupContainer a {
  color: #11aec1;
  font-size: 18px;
  display: block;
  line-height: 2.5;
  text-decoration: none;
}

.close-btn {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.closeBtn {
  cursor: pointer;
}

.footer_para p {
  font-size: 13px;
}

/*Footer-links*/
.table ul li a,
.foo-links ul li a {
  padding-right: 50px;
  color: black;
  text-decoration: none;
  font-weight: 900;
}

.table ul li span,
.fooo-links ul li span {
  color: black;
  text-decoration: none;
  font-weight: bolder;
}

.table ul li img,
.foo-links ul li img {
  width: auto;
  height: auto;
  padding-left: 70px;
  padding-right: 120px;
}

.table ul li span,
.foo-links ul li span {
  padding-right: 30px;
}

ul#horizontal-list-two {
  min-width: 696px;
  list-style: none;
  padding-top: 40px;
}

ul#horizontal-list-two li {
  display: inline;
  vertical-align: middle;
}

#copyright {
  display: inline;
}

.u_alright h1 {
  text-align: center;
  font-family: "Harmonia Sans W05 Bold";
  font-size: 38px;
  font-weight: 1000;
}

/*Full Image Infography Block*/
* {
  box-sizing: border-box;
  margin: 0;
}

.infographic .column {
  float: left;
  width: 49%;
  margin: -1px;
  padding: 0;
  position: relative;
  height: 264px;
}

.column img {
  height: 100%;
  width: 100%;
}

/* Clearfix (clear floats) */
.infographic .row {
  content: "";
  clear: both;
  display: table;
  max-width: 949px;
  margin: 0 auto;
  padding-top: 40px;
}

.first_col,
.fourth_col {
  position: absolute;
  top: 38%;
  left: 50%;
  color: white;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 31px;
  text-align: center;
}

.fr-node-home .first_col {
  top: 33%;
}

.lg {
  display: block !important;
  /* Highest priority CSS */
}

.xs {
  display: none !important;
  /* Highest priority CSS */
}

.tab {
  display: none !important;
  /* Highest priority CSS */
}

.second_col,
.third_col {
  font-size: 35px;
  width: 100%;
  text-align: center;
  display: table;
  height: 264px;
}

.second_col {
  background-color: #00adc1;
}

.third_col {
  background-color: #c7d300;
}

.column .first_col span,
.fourth_col span,
.second_col span,
.third_col span {
  color: #00adc1;
}

.column #img_70 p span {
  font-family: "Harmonia Sans W05 Bold";
  font-size: 80px;
  color: #fff;
  text-align: center;
}

.column #img_61 p span {
  font-size: 80px;
  color: white;
}

.third_col p,
.second_col p {
  color: white;
  font-weight: 600;
}

.first_col p,
.fourth_col p,
.second_col p,
.third_col p {
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

#result_para {
  font-family: "Harmonia Sans W05 Regular";
  font-size: 13.6px;
  color: #000000;
  margin-top: 17px;
  margin-left: -16px;
  margin-bottom: 45px;
  text-align: center;
}

p#result_para.fr {
  font-family: "Harmonia Sans W05 Regular";
  font-size: 13.6px;
  color: #000000;
  text-align: center;
}

/*Conversation*/
.converse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #98d5cc;
}

.converse>div {
  width: 50%;
}

.converse_left {
  align-self: center;
}

.converse_para {
  margin-left: 80px;
  padding-bottom: 18px;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
  padding-left: 10px;
  width: 390px;
}

p.converse_para {
  line-height: 25px;
}

.converse .converse_head {
  font-weight: bolder;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 38px;
  line-height: 45px;
  font-weight: 800;
  padding-left: 10px;
  width: 256px;
}

.office_image img {
  width: 100%;
}

.share {
  text-align: center;
  width: 50%;
  border: 2px solid #f5f0ea;
  padding: 19px;
  margin: 0 auto;
  margin-top: 70px;
}

.share .img_logo {
  padding-right: 15px;
}

.share_head {
  font-weight: bolder;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 28px;
  padding-top: 30px;
  font-weight: 800;
}

.share_para span {
  color: #ff5afa;
}

.share_para {
  padding-top: 25px;
  font-family: "Harmonia Sans W05 Regular";
  font-size: 18px;
  line-height: 26px;
}

.Share_logos {
  padding-top: 20px;
  padding-bottom: 25px;
}

.Share_logos a {
  text-decoration: none;
}

.second_col p,
.third_col p {
  vertical-align: middle;
  display: table-cell;
}

.second_col p span,
.third_col p span {
  display: block;
  line-height: 50px;
  font-weight: 1000;
}

.footer-link-terms {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .infographic .row {
    padding-left: 6%;
    padding-right: 6%;
    display: block;
  }

  .popup-container {
    width: 90%;
  }

  #result_para {
    clear: both;
  }

  .tab {
    width: 100%;
  }

  .office_image {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sel_language {
    top: 50px;
    right: 50px;
  }

  p#result_para.fr br {
    display: none;
  }

  .footer_para p br {
    display: none;
  }

  .hero_headline.fr {
    font-size: 30px;
  }

  .fr-node-home .first_col {
    top: 4%;
  }

  .fr-node-home .fourth_col {
    top: 20%;
  }

  .fr-node-home .second_col p,
  .fr-node-home .third_col p {
    font-size: 15px;
  }

  .hiding {
    display: none !important;
    /* Highest priority css */
  }

  .office_image {
    display: none;
  }

  .arthritis {
    top: 8%;
    left: 32%;
    font-size: 35px;
  }

  .hero_sub_head.eng h1 {
    top: 40%;
    line-height: 60px;
    padding: 10px;
  }

  .lg {
    display: none !important;
    /*highest priority css*/
  }

  .tab {
    display: block !important;
    /*highest priority css*/
  }

  .headback img.tab {
    height: auto;
  }

  img.tab {
    width: 100%;
  }

  .xs {
    display: none !important;
    /*highest priority css*/
  }

  .first_col,
  .fourth_col {
    font-size: 34px;
    transform: translateX(-50%) translateY(41%);
  }

  .table::before {
    width: 70%;
  }

  ul#horizontal-list li {
    display: inline-block;
    width: 111px;
  }

  .global_footer {
    padding: 40px 20px 20px;
  }

  .table ul li a {
    padding-right: 36px;
    display: inline-flex;
  }

  ul#horizontal-list-two {
    padding-bottom: 20px;
  }

  .promo_bar p {
    font-size: 21px;
  }

  .hero_sub_head h1 {
    font-size: 75px;
    top: 30%;
  }

  .hero_headline {
    top: 35%;
  }

  .promo_bar {
    padding: 42px 56px;
    background-color: #f5f0ea;
  }

  .infographic .row {
    padding-left: 6%;
    padding-right: 6%;
  }

  .second_col,
  .third_col {
    height: 264px;
  }

  .infographic {
    padding-top: 5%;
  }

  .u_alright h1 {
    font-weight: normal;
  }

  .eye_browcopy {
    position: static;
    color: black;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .eye_browcopy #eye_browcopy_para {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 25px;
  }

  .converse {
    background-color: #f5f0ea;
  }

  .converse_left p br {
    display: none;
  }

  .converse>div {
    width: 100%;
  }

  .share {
    width: 85%;
  }

  .converse_para {
    padding-left: 0;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 3%;
  }

  .converse .converse_head {
    font-weight: normal;
    background-color: white;
    width: 100%;
  }

  #result_para p br {
    display: none;
  }

  #result_para {
    width: 77%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .eye_browcopy p br {
    display: none;
  }

  .promo_bar br {
    display: none;
  }

  .table {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .first_col {
    padding: 0 18px;
  }

  .container .footer-right-content{
    margin-left: 0;
  }

  .popup-container .popup {
    width: 100%;
    top: 300px;
    padding: 25px;
  }

  .first_col strong {
    /*overriding css*/
    padding: 0 !important;
  }

  .sel-box img {
    position: relative;
    top: 12px;
    right: 15px;
  }

  .headback img {
    height: auto;
  }

  .lg {
    display: none !important;
    /* Highest priority CSS */
  }

  .tab {
    display: none !important;
    /* Highest priority CSS */
  }

  .xs {
    display: block !important;
    /* Highest priority CSS */
  }

  .table::before {
    display: none !important;
    /* Highest priority CSS */
  }

  .fourth_col {
    top: 46%;
    padding: 0 18px;
  }

  .fourth_col strong {
    /*overriding css*/
    padding: 0 !important;
  }

  .first_col,
  .fourth_col {
    font-size: 34px;
  }

  .sel_language {
    right: 10px;
    width: 43px;
  }

  .u_alright {
    padding: 10%;
  }

  .row2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .fr .arthritis {
    top: 11%;
  }

  .arthritis {
    top: 8%;
    left: 30%;
    font-size: 18px;
  }

  .hero_headline {
    top: 14%;
    font-size: 17px;
  }

  .hero_headline.fr {
    top: 18%;
    font-size: 16px;
  }

  .fr .hero_sub_head h1 {
    font-size: 35px;
    top: 25%;
  }

  .hero_sub_head h1 {
    font-size: 40px;
    line-height: 42px;
    top: 125px;
  }

  .hero_sub_head.eng h1 {
    font-size: 36px;
    line-height: 36px;
    top: 24%;
  }

  .eye_browcopy.fr {
    position: static;
    color: #000;
  }

  .ctn_button.eng {
    padding: 12px 35px;
    margin: 0px 30px 20px;
  }

  .ctn_button.fr {
    padding: 12px 20px;
    margin: 0px 60px 20px;
  }

  .promo_bar p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .promo_bar {
    padding: 42px 38px 40px 15px;
    background-color: #f5f0ea;
    text-align: left;
  }

  .promo_bar.fr {
    padding: 42px 20px 40px 15px;
    background-color: #f5f0ea;
    text-align: left;
  }

  .promo_bar br {
    display: none;
  }

  .column #img_70 p span {
    font-size: 60px;
  }

  .column #img_61 p span {
    font-size: 60px;
  }

  .first_col p,
  .fourth_col p,
  .second_col p,
  .third_col p {
    font-size: 16px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .infographic .row {
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding-top: 10px;
  }

  .infographic .column {
    width: 100%;
    float: none;
  }

  #result_para {
    font-size: 16px;
    font-family: "Harmonia Sans W05 Regular";
    padding: 0 20px;
    color: #000000;
    margin-top: 17px;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    display: none;
  }

  #result-para {
    font-size: 14px;
  }

  .converse .converse_head {
    font-size: 36px;
    text-align: center;
  }

  .converse .converse_head.fr {
    font-size: 44px;
    text-align: center;
    padding-top: 0;
    line-height: 50px;
    padding-bottom: 35px;
  }

  .converse {
    background-color: white;
  }

  p.converse_para {
    font-size: 16px;
    padding: 30px 20px 20px 20px;
    text-align: left;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .ctn_button br {
    display: block !important;
    /* Highest priority CSS */
  }

  a.ctn_button.desktop {
    display: none;
  }

  a.ctn_button.mobile {
    display: block;
  }

  .converse_button a.ctn_button.mobile {
    padding: 12px 10px;
    margin: 0 35px 0;
    font-size: 15px;
    line-height: 20px;
  }

  .converse_left br {
    display: none;
  }

  .share_para {
    padding: 25px 20px 0 25px;
  }

  .share_para br {
    display: none;
  }

  .converse_left img {
    width: 100%;
  }

  .converse_para {
    font-size: 16px;
    padding-left: 0;
    text-align: justify;
    width: 80%;
    margin: auto;
    padding-top: 8%;
    padding-bottom: 50px;
  }

  .share {
    font-size: 16px;
    width: 100%;
    border: none;
    padding: 12px;
  }

  .share_head.fr {
    text-align: center;
    padding: 0 60px;
    font-weight: bolder;
    font-family: "Harmonia Sans W05 Regular";
    font-size: 28px;
  }

  .sel_language.desktop {
    display: none;
  }

  .sel_language.mobile {
    display: block;
  }

  .converse>div {
    width: auto;
  }

  .global_footer {
    padding-top: 0;
  }

  ul#horizontal-list-two.fr {
    min-width: auto;
    padding-left: 10px;
    list-style: none;
    padding-top: 20px;
  }

  .table ul#horizontal-list-two li a {
    padding: 0;
  }

  .table ul#horizontal-list-two.fr li a {
    padding: 0;
  }

  .table ul#horizontal-list-two li img,
  .table ul#horizontal-list-two.fr li img {
    padding: 0 5%;
  }

  .table ul li a {
    padding: 0;
  }

  .table ul li span {
    padding-right: 0;
  }

  .table {
    display: block;
    padding: 0;
    padding-bottom: 30px;
  }

  #copyright {
    padding-bottom: 50px;
  }

  .table ul li img {
    width: 55px;
  }

  ul#horizontal-list li {
    display: block;
    padding-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  ul#horizontal-list {
    min-width: auto;
    list-style: none;
    padding-top: 20px;
  }

  .foo-links ul li img {
    width: auto;
    height: auto;
    padding-left: 4px;
    padding-right: 46px;
  }

  .foo-links ul li a {
    padding-left: 10px;
    padding-right: 18px;
    color: black;
    text-decoration: none;
    font-weight: bolder;
  }

  .share::before {
    content: "";
    display: block;
    border-bottom: 2px solid #f5f0ea;
  }

  .Share_info {
    padding-top: 30px;
  }

  .Share_logos {
    padding-bottom: 20px;
  }

  .Share_info.Share_logos::after {
    content: "";
    display: block;
    border-bottom: 2px solid #f5f0ea;
    padding-top: 25px;
  }

  ul#horizontal-list-two {
    min-width: auto;
    padding-left: 10px;
    padding-top: 0;
  }

  .table ul li img {
    padding-right: 10%;
    padding-left: 0px;
  }

  .footer {
    padding: 0;
    margin: 0;
  }

  .foo-links {
    display: inline;
    padding: 20px 0;
  }

  .foo-links ul li span {
    padding-right: 0;
  }

  .eye_browcopy {
    position: static;
    color: black;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .eye_browcopy p br {
    display: none;
  }

  .eye_browcopy #eye_browcopy_para {
    text-align: center;
    width: 79%;
    margin: auto;
  }

  .ctn_button:hover {
    box-shadow: none;
  }

  .footer_para p br {
    display: none;
  }

  .footer_para {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .hero_headline.fr {
    top: 24%;
  }

  .fr .arthritis {
    top: 18%;
  }

  .arthritis {
    left: 40%;
    top: 18%;
  }

  .fr .hero_sub_head h1 {
    top: 40%;
  }

  .hero_headline {
    top: 24%;
  }

  .hero_sub_head.eng h1 {
    top: 40%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .arthritis {
    top: 9%;
    font-size: 35px;
    left: 37%;
  }

  .hero_headline {
    font-size: 35px;
  }

  .hero_headline.fr {
    font-size: 45px;
  }

  .hero_sub_head h1 {
    font-size: 85px;
  }
}

.hero_headline strong {
  padding: 2px 31px;
}

.first_col strong {
  padding: 0 18px;
}

.fourth_col strong {
  padding: 0 18px;
}

.reference p {
  margin: 0 auto;
  max-width: 1236px;
  font-family: "Harmonia Sans W05 Regular";
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.reference {
  padding: 25px;
}

.reference p span {
  color: #00adc1;
}

.need-advice {
  background: #c7d300;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Harmonia Sans W05 Regular";
}

.categories {
  /* margin: 25px 10px 0 0; */
  width: 1200px;
  width: 1200px;
  margin: auto;
  margin-top: 25px;
}

.categories img {
  width: 100%;
  height: 46px;
}

.categories>div {
  background: #398b06;
  margin-bottom: 30px;
  width: 21.5%;
  padding: 13px;
  display: inline-block;
  margin-right: 30px;
  font-family: "Harmonia Sans W05 Regular";
}

.categories>div>span {
  width: 182px;
  color: #000;
  margin-left: 10px;
}

.categories>div>span>a {
  text-decoration: none;
  color: #000;
}

.categories>div>span.category_8 {
  width: 160px;
}

.container {
  margin: auto;
  max-width: 1150px;
  padding: 30px 0 30px 0;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  width: 150px;
  height: auto;
}

.footer-right-content {
  display: inline-block;
  width: 910px;
  vertical-align: top;
  margin: 0 auto;
  margin-left: 23px;
}

.f-nav-list {
  display: flex;
  font-family: "Harmonia Sans W05 Regular";
  padding-left: 0;
}

.menu-item:not(:last-child) {
  padding-right: 8px;
}

.menu-item:not(:first-child) {
  padding-left: 5px;
}

.menu-item {
  list-style: none;
  border-right: 1px solid #0092c8;
}

li.menu-item:nth-of-type(5) {
  border-right: 0;
}

.menu-item a {
  text-decoration: none;
  font-size: 16px;
  color: #0092c8;
  font-weight: 600;
}

.copyrights {
  padding-left: 0px;
  padding-top: 10px;
  font-family: "Harmonia Sans W05 Regular";
}

.copyrights p:first-child {
  margin-bottom: 8px;
}

.converse_head .converse_para {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero_headline {
    top: 31%;
  }
}

@media only screen and (min-width: 768px) {
  .footer-right-content .copyrights br{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .image-cover {
    display: inline-block;
    width: 100px;
  }

  .categories img {
    width: auto;
    height: 50px;
    vertical-align: middle;
  }

  .categories>div>span {
    bottom: inherit;
    left: inherit;
    vertical-align: middle;
    width: 65%;
  }

  .categories>div>span {
    text-align: center;
  }

  .need-advice,
  .categories {
    margin-top: 30px;
  }

  .hero_headline {
    padding: 2px 20px;
  }

  .hero_headline strong {
    padding: 0;
  }

  .categories {
    width: 100%;
    margin-left: 35px;
  }

  .categories>div {
    display: block;
    width: 80%;
    margin-right: 0;
  }

  .f-nav-list {
    display: inherit;
    padding-left: 0;
  }

  .menu-item {
    padding: 10px 10px 10px 5px;
    border-right: 0;
    text-align: center;
  }

  .container {
    max-width: 360px;
    padding: 30px 0 110px 0;
  }

  .menu-item a {
    font-size: 18px;
  }

  .footer-logo {
    display: block;
    text-align: center;
  }

  .footer-right-content {
    display: block;
    width: inherit;
  }

  .eye_browcopy #eye_browcopy_para {
    margin-bottom: 10px;
  }

  .reference p {
    width: 90%;
  }

  .copyrights {
    margin: auto;
    text-align: center;
    padding: 30px 20px 10px 20px;
    line-height: 1.4;
  }

  .categories>div {
    margin: auto;
    margin-top: 10px;
  }

  .categories {
    margin: auto;
    margin-top: 40px;
    justify-content: center;
  }

  .categories>div.category_4 {
    margin: auto;
    margin-top: 0;
  }

  .categories>div.category_8 {
    margin: auto;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .categories {
    width: 700px;
    margin: 0;
  }

  .hero_headline strong {
    padding: 0;
  }

  .popup-container .popup {
    width: 90%;
    max-width: 630px;
    top: 300px;
    padding: 22px;
  }

  .categories>div {
    display: inline-block;
    width: 49.5%;
    margin: auto;
    margin-top: 10px;
  }

  .categories>div.category_4 {
    margin: auto;
    margin-top: 10px;
  }

  .categories>div.category_8 {
    margin: auto;
    margin-top: 10px;
  }

  .f-nav-list {
    display: inherit;
    padding-left: 0;
  }

  .menu-item {
    padding: 10px 10px 10px 5px;
    border-right: 0;
    text-align: center;
  }

  .menu-item a {
    font-size: 18px;
  }

  .footer-logo {
    display: block;
    text-align: center;
  }

  .footer-right-content {
    display: block;
    width: inherit;
  }

  .reference p {
    width: 90%;
  }

  .copyrights {
    margin: auto;
    width: 62%;
  }

  .eye_browcopy #eye_browcopy_para {
    margin-bottom: 10px;
  }

  .footer-right-content {
    margin-left: 0;
  }

  .categories .category {
    width: 240px;
    margin: auto;
    border-radius: 15px;
    background-color: #96d2ca;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
  }

  .container {
    padding: 30px 0 110px 0;
  }
}
