:root {
  --color2: #f90;
  --color: #2d83df;
  --color1: rgba(210, 105, 0, 1);
  --color-link1: #0d83dd;
  --color-link: #2d83df;
  --color-button-back: #85c525;
  --color-button-back-hover: #75ad22;
  --color-button-back-hover-border: #699c1d;
  --color-back: #e5f4fe;
  --color-back-gray: #e8e8e8;
  --color-back-menu-active: white;
  /*--text-color: #263238;*/
  --text-color: #3c5b71;
  --button-font-size: 1.05em;
  --text-font-size: 15px;
  --text-line-height: 27px;
  --heading-font-size: 2em;
  --sub-heading-font-size: 1.6em;
  --small-heading-font-size: 1.2em;
  --body-background: white;
}
@font-face {
  font-family: 'Open Sans, Roboto, sans-serif';
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans, Roboto, sans-serif';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans, Roboto, sans-serif';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans, Roboto, sans-serif';
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::placeholder {
  color: #d0d0d0;
}

em {
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1em;
  display: block;
}

a{
  color: var(--color-link);
}

.highlight {
  color: var(--color-link);
  font-weight: 500
}

input {
  -webkit-appearance: none
}

body {
  color: var(--text-color);
  font-size: var(--text-font-size);
  font-weight: 400;
  line-height: var(--text-line-height);
  background: var(--body-background);
  z-index: 0;
  position: relative;
  font-family: Open Sans, Roboto, sans-serif;
}

h3 {
  margin: 0 0 2rem
}

p {
  margin: 0 0 1rem
}

h4 {
  font-size: var(--sub-heading-font-size)
}

h5 {
  font-size: var(--small-heading-font-size);
  color: var(--color-link);
}

h6 {
  font-size: var(--small-heading-font-size);
  margin: 1rem 0
}

blockquote {
  line-height: 2.5rem;
  font-size: 109%;
  font-style: italic
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus,
.btn.focus,.btn:focus {
  box-shadow: none!important
}

.navbar-toggler:focus {
  outline: none;
  border-color: #2d83df;
  box-shadow: 0 0 0 1px #2d83df inset
}

.pa {
  color: var(--text-color)
}
.pa > span {
  color: var(--color-link)
}

.header, .content, .top-main-page {
  padding: 3rem 3rem 3rem;
  background-color: #ffffff;
}

.top-main-page {
  background: url("../images/bg-main.jpg") no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.cta {
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;}

.cta.shaded {
  background-color: var(--color-back-gray);
  padding: 3rem;
}

.otherpage {
  color: #4f4c4c !important;
}

.otherpage:hover {
  color: var(--color);
!important; }

.active {
  background-color: var(--color-back-menu-active);
  color: #4f4c69;
}

.header-btns {
  margin-top: 35px;
  margin-bottom: 35px;
}

.colored-back-section {
  background-color: var(--color-back-gray);
  padding: 5rem 3rem;
}

.section-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.white-section {
  margin-top: 35px;
  margin-bottom: 35px;
}

.content-div h5 {
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

.content-div h5:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 60px;
  height: 1px;
  background-color: var(--color);
  margin-left: -30px;
}

.right-feature-item-icon {
  position: absolute;
  font-size: 40px;
  color: #129cf3;
  left: 0;
  top: -8px;
  width: 90px;
  height: 90px;
  text-align: center;
}

.centered-div {
  text-align: center;
}

.left-div {
  text-align: left;
}

.right-div {
  text-align: right;
}

.justified-div {
  text-align: justify;
}

.btn-tour, .btn-tour:focus, .btn-tour:active, .btn-tour:visited {
  background: transparent !important;
  border-color: #ccc !important;
  padding: 5px 10px !important;
  font-size: 19px !important;
  border-radius: 3px !important;
  color: var(--color) !important;
  cursor: pointer;
}

.btn-tour:hover {
  border-color: var(--color);
!important; }

.footer {
  background-color: var(--color-back-gray);
  color: #8D8187;
  padding: 3rem 0;
  font-size: 80%;
  margin-top: 30px;
}

.footer a {
  color: #8D8187
}

.footer {
  background-color: var(--color-back-gray);
}

.email-lbl {
  margin-top: 20px;
}

.padding50, .padding50:active {
  padding: 6px 50px !important;
}

.email-link:link, .email-link:focus, .email-link:active, .email-link:visited {
  color: var(--color-link);
}

.email-link:hover {
  color: white !important;
}

.email-link-normal:link, .email-link-normal:focus, .email-link-normal:active, .email-link-normal:visited {
  color: var(--color-link);
}

.email-link-normal:hover {
  color: #4f4c4c !important;
}

.hidden {
  display: none !important;
}

.nav-item {
  text-align: center;
}

.nav-link {
  border-radius: .25rem;
  padding: .5rem 1rem;
}

.nav-link.login, .nav-link.register {
  border-radius: 23px;
  display: inline-block;
  margin-right: 10px;
  line-height: 30px;
  transition: background-color .5s ease, box-shadow .5s ease;
  position: relative;
}

.nav-link.login {
  transition: width .5s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  width: 46px;
  height: 46px;
  overflow: hidden;
}

.nav-link.login span {
  transition: opacity .5s ease, width .5s ease;
  opacity: 0;
  display: inline-block;
  width: 0.1px;
  overflow: hidden;
  margin-right: -21px;
}

.nav-link.login img {
  position: absolute;
  top: calc(50% - 8px);
  left: 18px;
  transition: left .5s ease;
}

.nav-link.login:hover {
  width: 110px
}

.nav-link.login:hover img {
}

.nav-link.login:hover span {
  opacity: 1;
  width: 70px;
}

.navbar {
  background-color: #eff8fe;
  z-index: 3;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}

#CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton {
  padding: 10px 30px !important;
  border-radius: 15px;
  line-height: 1em;
}

#CybotCookiebotDialogDetailFooter {
  display: none;
}

.btn-register {
  width: auto;
  color: #fff !important;
  font-size: var(--button-font-size);
  border: 0 none;
  border-radius: 1em;
  padding: .3em .9em;
  background-color: var(--color-button-back);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
  transition: background-color .5s ease, box-shadow .5s ease;
}

.btn-register:hover {
  background-color: var(--color-button-back-hover);
  box-shadow: 0 0 0 2px var(--color-button-back-hover-border) inset;
}

.btn-more {
  width: auto;
  color: #fff !important;
  border: 0 none;
  border-radius: 1.3em;
  padding: 0.4em 1.4em;
  background-color: var(--color-button-back);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
  transition: background-color .5s ease, box-shadow .5s ease;
  font-size: var(--button-font-size);
}

.btn-more:hover {
  background-color: var(--color-button-back-hover);
  box-shadow: 0 0 0 2px var(--color-button-back-hover-border) inset;
}

.nav-link.register {
  background-color: var(--color-button-back);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
  color: #fff !important;
}

.nav-link.register:hover {
  background-color: var(--color-button-back-hover);
  box-shadow: 0 0 0 2px var(--color-button-back-hover-border) inset;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
}

.form-check-label {
  margin-left: .2rem;
}

.h_centered {
  text-align: center;
}

.margin_top_45 {
  margin-top: 3em;
}

.colored-text-20 {
  color: var(--color);
  font-weight: 700;
}

.h_right {
  text-align: right;
}

.h_left {
  text-align: left;
}

.h_top_15 {
  margin-top: 15px;
}

.text_15 {
  font-size: 15px;
  font-weight: lighter;
}

.valign_auto {
  margin-top: auto;
  margin-bottom: auto;
}

.secondary-bg {
  background-image: url(https://www.planarty.com/images/bg-service.jpg);
  background-attachment: scroll;
  background-clip: padding-box;
  background-size: cover;
}

.analyze-manage {
  z-index: 0;
  position: relative;
}

.container {
  max-width: 1230px;
}

.switches li, .switches ul {
  list-style-type: none;
}

.switches li {
  position: relative;
  padding: 0.5em 0 0 4.1em;
  margin: 1.3em 0;
}

.switches li::before {
  content: ' ';
  width: 3em;
  height: 3em;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-repeat: no-repeat;
}

.switches li:nth-child(1)::before {
  background-image: url(../images/g1.png)
}

.switches li:nth-child(2)::before {
  background-image: url(../images/g2.png)
}

.switches li:nth-child(3)::before {
  background-image: url(../images/g3.png)
}

.first-block {
  padding: 1rem 3rem 3rem;
}

.list li {
  position: relative;
  list-style-type: none;
  margin: 0 auto 1em;
  font-size: 1rem
}

.list li:before {
  content: '';
  background: #004995;
  width: .7em;
  height: .7em;
  top: 8px;
  left: -20px;
  border-radius: 50%;
  position: absolute;
}

.top-shadow {
  box-shadow: 0 14px 17px -13px rgba(0, 0, 0, 0.1) inset;
}

@media (min-width: 768px) {
  .left-padding-pc {
    padding-left: 170px;
  }

  .mx-auto .nav-link {
    position: relative;
    font-size: 1.15em;
    margin: 0 10px;
  }

  .mx-auto .nav-link::after {
    border-radius: 3px;
    position: absolute;
    content: ' ';
    height: 5px;
    bottom: 2px;
    background-color: var(--color-link);
    right: 0;
    width: 0;
    transition: right 0.5s ease, width 0.5s ease, left 0.5s ease, opacity 0.5s ease;
    opacity: 0;
  }

  .mx-auto .nav-link:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
  }

  #nav-menu {
    margin-top: 65px
  }

  .item-login {
    width: 130px;
    text-align: right;
  }

  .nav-link.login:hover {
    box-shadow: 0 0 0 1px #ccc;
  }

  #nav-menu {
    margin-top: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link.register {
    width: auto;
    color: #fff !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 968px) {
  .header, .content, .top-main-page {
    padding: 4rem 3rem 3rem;
  }
}

@media (max-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-link.login {
    padding: .32rem 1rem;
  }

  .mx-auto .nav-link {
    font-size: 1em;
    margin: 0 5px;
  }

  .navbar-brand img {
    height: 45px
  }

  .navbar {
    padding-top: 10px;
    font-size: 16px
  }

  .item-login {
    width: 100px;
  }

  .nav-link.login {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }

  .nav-link.login img {
    left: 17px;
    top: 14px;
    width: 9px;
    height: auto;
  }

  .nav-link.login:hover {
    width: 90px;
  }

  .nav-link.login:hover span {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .header, .content, .top-main-page {
    padding: 3rem 1rem 2rem;
  }

  .navbar-brand img {
    height: 55px
  }

  .navbar {
    margin-bottom: 0px
  }

  .nav-link.login {
    background-color: #fafafa;
  }

  .nav-link.register {
    background-color: #fafafa;
  }

  .nav-item .nav-link.register, .nav-item .nav-link.login, .nav-item .nav-link.login:hover, .nav-item {
    width: auto;
    background: transparent;
  }

  .nav-item .nav-link.login, .nav-item .nav-link.login:hover {
    padding: 0.3rem 2rem !important;
    height: 42px;
    margin-bottom: .5em
  }

  .nav-item .nav-link.register, .nav-item .nav-link.register:hover {
    padding: 0.4rem 2rem !important;
    background-color: #85c525;
    color: #fff;
    margin-bottom: 1em
  }

  nav ul.flex-row {
    margin-top: 10px;
  }

  nav ul.flex-row li, nav ul.flex-row {
    display: block;
  }

  .nav-link.login span, .nav-link.login:hover span {
    width: auto;
    opacity: 1;
  }

  .navbar {
    padding-top: 6px;
  }

  .nav-link.login:hover span, .item-login {
    width: auto;
  }
}

.max-width-img{
  max-width: 100%;
}

.img-mw50-pb{
  max-width: 50%;
  padding-bottom: 17px;
}

.padding-left-right{
  padding: 0 20px 0 20px;
}

@media (max-width: 767px) {
  .padding-left-right{
    padding: 0 20px 80px 20px;
  }

  .img-mw50-pb{
    max-width: 10%;
    padding-bottom: 17px;
  }

  #hidden-for-phone{
    display: none;
  }

  .margin-top-50-bottom-10{
    margin-top: 50px;
    margin-bottom: 10px;
  }
}

.margin-bottom-50{
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  #hidden-for-calc{
    display: none;
  }
}

@media (max-width: 991px) {
  #div-to-hide{
    display: none;
  }
}

.logo-img{
  padding-left: 1rem;
}

.td-module-image .td-post-category {
  position: absolute;
  bottom: 0;
}

.td-module-thumb {
  position: relative;
  margin-bottom: 13px;
}

.td-module-image {
  position: relative;
}

.td-post-category {
  font-family: open sans,arial,sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background-color: #2d83df;
  color: #fff;
  margin-right: 5px;
  padding: 3px 6px 4px;
  display: block;
  vertical-align: top;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.padding-25{
  padding: 35px;
}

.entry-title{
  font-size: 21px;
  line-height: 25px;
  margin: 20px 0 30px;
}

.entry-text{
  color: var(--text-color);
  margin-top: 9px;
}

.blog-listing a:hover{
  text-decoration: none;
}



/* end-blog */