html, body {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  padding: 70px 0 0;
  color: #3d4548;
  font-variant-ligatures: none;
}
h1, h2, h3 {
  letter-spacing: 1px;
}
a {
  color: #1d62ad;
}
a:hover {
  color: #3d4548;
  text-decoration: none;
}








/* Test */





.press_language_filter > .dropdown-toggle::after {
  position :inherit;
  right: inherit;
  top:inherit;
  border-top: .3em solid;
}

.press_language_filter {
  width: inherit !important;
}
.press_language_filter > .btn {
  margin-left: 10px;
  border: 1px solid #1d62ad !important;
  padding: .375rem .75rem !important;
}
.press_language_dropdown_menu {
  min-width: inherit;
  width: inherit;
}
.press_language_dropdown_menu  > .filter-button {
  padding: .25rem 1rem;
  width: inherit;
}
.dropdown-menu.press_language_dropdown_menu.show {
    cursor: pointer;
}
.choose_lang_filter p {
  margin-top: 5px;
}


#customers_filter {
  width: 100%;
}

.customers_filter button {
  background-color: #1d62ad;
  color: #FFFFFF !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-image: url('../images/customers_filter.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 5px 25px;
  font-size: 14px;
}
.customers_filter button::after {
  border: none;
}
.customers_filter .dropdown-menu .filter-button {
  width: 100% !important;
  font-weight: 700;
  padding: .25rem .5rem;
  text-align: center;
  font-size: 14px;
}
.customers_filter .dropdown-menu .filter-button.btn-planradar {
  display: none;
}
.dsktp-filter .filter-button {
  font-size: 13px;
  padding: 15px 10px;
  width: 200px;
  margin-right: 10px;
}
.dsktp-filter .filter-button:last-child {
  margin-right: 0;
}
.press_btn .filter-button {
  font-size: 13px;
  padding: .375rem .75rem;
  width: 175px;
  margin-right: 10px;
}
.press_btn .filter-button:last-child {
  margin-right: 0;
}

/* B U T T O N S */
.btn-planradar-contact {
  background-color: #1d62ad;
  color: #FFFFFF !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.btn-planradar-contact:hover {
  background-color: #3d4548;
  border-color: #3d4548;
  color: #FFFFFF;
}
.btn-blue-outline {
  background-color: #FFFFFF;
  color: #1d62ad !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.btn-blue-outline:hover {
  background-color: #F8F8F8;
  border-color: #3d4548;
  color: #FFFFFF;
}

.btn-blue {
  background-color: #1d62ad;
  color: #FFFFFF !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-blue:hover {
  background-color: #3d4548;
  border-color: #3d4548;
  color: #FFFFFF;
}
.btn-grey-outline {
  background-color: #ffffff;
  color: #3d4548 !important;
  border-color: #cdcdcd;
  font-weight: 700;
}
.btn-grey-outline :hover{
  background-color: #ffffff;
  color: #3d4548 !important;
  border-color: #1d62ad;
  font-weight: 700;
}
.btn-planradar {
  background-color: #1d62ad;
  color: #FFFFFF !important;
  border-color: #1d62ad;
  font-weight: 700;
}
.btn-planradar:hover {
  background-color: #8cc04b;
  border-color: #8cc04b;
  color: #FFFFFF;
}
.btn-pr-green {
  background-color: #8cc04b;
  color: #FFFFFF;
  border-color: #8cc04b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
}
.btn-pr-new-green:hover,
.btn-pr-green:hover {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF;
}




.single-job {
  color: #3d4548;
  padding-top: 25px;
}

.job_application {
  margin: 15px 0 0 !important;
}


/* S L I C K  S L I D E R*/
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  display: none;
  visibility: hidden;
}
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'PlanRadar';
  font-size: 12px;
  line-height: 20px;
  position: absolute;.footer_social_icons {
  font-size: 30px;
}
.footer_social_icons a {
  color: #FFF;
}
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  color: #00396b;
}

























/* CaseStudies */
.cs_box {
  background-position: center center;
  background-size: cover;
  padding-bottom: 200px;
}
.cs_box_content {
  background-color: #FFFFFF;
  padding: 25px;
}
.cs_box_content h1 {
  font-weight: 300;
  border-bottom: 1px solid #2b78bd;
  padding: 10px 5px;
  letter-spacing: .6px;
}
.cs_details {
  padding: 0 10px;
  color: #3d4548;
}
.cs_details_row {
  border-bottom: 1px solid #adadad;
  padding: 10px 5px;
}
.cs_details_row > .row > .col-4 {
  font-weight: 700;
}
.cs_details_content {
    padding: 25px 15px 0px;
    color: #3d4548;
    font-weight: 300;
}
.cs_footer_nav {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.cs_footer_nav_pervious a, .cs_footer_nav_next a {
  color: #3d4548;
  border: 1px solid #cdcdcd;
  padding: 10px 15px;
  border-radius: 4px;
}
.cs_footer_nav_pervious a:hover, .cs_footer_nav_next a:hover {
  color: #FFFFFF;
  border: 1px solid #1d62ad;
  text-decoration: none;
  background: #1d62ad;
}
.cs_footer_nav_next {
  text-align: right;
}




.blog_page_header {
  height: 500px;
  position: relative;
  background-size: cover;
  margin-bottom: 30px;
}

.blog-page-title {
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 0;
  padding: 0 15px;
}
.blog-page-title h1 {
  font-size: 58px;
}
.blog-page-title h1 span {
  font-weight: 700;
}
.blog-page-title p {
  display: none;
}
.blog_index_shadow_box {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  margin: 20px 0;
}
.blog_index_shadow_box img {
  width: 100%;
  height: auto;
  padding: 21px;
  border-radius: 25px;
}
.blog-post-index-item > .post-meta {
  padding: 21px 0 0;
  margin: 0 0 0 -30px;
}
.blog-post-index-item h2 {
  font-size: 18px;
  margin: 15px 0 0 -30px;
}

.blog_index_shadow_box p {
  margin: 15px 0 0 -30px;
}
.blog-post-index-item {
  padding: 0 15px 0 0;
}
.readmore {
  text-decoration: underline;
  font-weight: 700;
}


.affix {
  position: fixed;
  top: 87px;
}

.affix-bottom {
  position: absolute;
}



/* Blog */
.blog-post {
  background-color: #e9f0fa;
}
.blog_post_featured_img {
  height: 450px;
  background-size: cover;
}
.blog_post_featured_img::after {
  background: linear-gradient(transparent , rgba(0, 0, 0, 0.75) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.shadow_box {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 50px;
}
.blog_post_box {
  margin-top: -150px;
}
.blog_post_box h5 {
  color: #1d62ad;
  font-weight: 700;
}
.blog_post_box > nav > .breadcrumb {
  background: #FFFFFF;
  border-bottom: 1px solid #e9f0fa;
  border-radius: 0;
  padding: 0 15px 15px;
}

.blog_post_box > nav > .breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1d62ad;
  margin-top: 9px;

}
.post-meta {
  font-size: 12px;
  color: #3d4548;
  margin: 0 0 25px;
  padding: 0 15px;
}
.post-tags {
  color: #1d62ad;
}
.blog-post-content {
  padding: 0 15px;
  color: #3d4548;
}
.blog-post-content h1 {
  font-size: 24px;
}
.blog-post-content h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1d62ad;
  text-transform: uppercase;
  margin-top: 20px;
}
.blog-post-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1d62ad;
}
.blog-post-content ol, .blog-post-content ul {
  padding-left: 17px;
  margin-bottom: 0;
}
.related {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
  padding: 5px;
}
#related-posts {
  padding-bottom: 25px
}
.related img {
  width: 100%;
  height: auto;
}
.related p{
  padding: 0 10px;
  height: 100px;
  overflow: hidden;
}
.r-title {
  margin: 10px 0 !important;
  height: 50px !important;
  overflow: hidden;
}
.r-title a {
  color: #1d62ad !important;
  font-weight: 700;
}
.related a {
  color: #3d4548;
}
.related p {
  margin-bottom: 0;
}

/* Sidebar */
.sidebar {
  padding-left: 5px; !important;
}
.sidebar_widget {
    margin: 20px 0 0;
}
.search-btn {
    width: 100%;
    margin: 5px 0 0;
    text-transform: uppercase;
}

input[type="text"].pr_search::-moz-placeholder {
  color: #b7b7b7;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar_widget h6 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d62ad;
  padding: 5px 0 10px;
}
.sidebar_widget ul {
  list-style: none;
  padding: 0;
}
.sidebar_widget ul li {
  border-top: 1px solid #e9f0fa;
  padding: 10px;
}
.sidebar_widget ul li:last-child {
  border-bottom: 1px solid #e9f0fa;
}
.sidebar_widget ul li a {
  color: #3d4548;
}
.sidebar_widget ul li a:hover {
  color: #1d62ad;
  text-decoration: none;
}

.footer-widgets ul {
  list-style: none;
  padding: 0;
  letter-spacing: .6px;
  font-weight: 300;
}
.footer-widgets a {
  color: #3d4548;
}
.footer-widgets a:hover {
  color: #1d62ad;
  text-decoration: none;
}
.footer-widgets h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 13px;
  color: #1d62ad;
  text-transform: uppercase;
}
.footer-logo {
  background-image: url("../images/planradar_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 150px;
  height: 33px;
  margin-right: 0;
}
.footer-logo span {
  visibility: hidden;
}
.lang-line {
  border-top: 1px solid rgba(194,194,194,0.5);
  margin-top: 80px;
  padding: 10px 0;
}
.lang-link {
  color: #1D62AD;
  text-decoration: underline;
}
.lang-w {
  padding: .5rem 1rem .5rem 0;
  font-weight: 600;
}
.footer-copy {
  background-image: url('../images/footer.jpg');
  height: 180px;
  background-position: center;
  background-size: cover;
  padding-top: 30px
}
.footer-copy p {
  padding-top: 20px;
  font-weight: 700;
  color: rgba(255,255,255, .60);
  font-size: 16px;
}
.gotometting {
  border: 1px solid #e1eaf0;
  text-transform: uppercase;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #1a2023;
  width: 100%;
  display: block;
  width: 208px;
  margin: 0 auto;
  text-align: center;
}
.gotometting:hover{
  color: #1d62ad;
  border: 1px solid #1d62ad;
}
footer {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .custom-html-widget {
    text-align: center;
  }
}
@media (max-width: 959px) {
  .blog_page_header {
    height: 500px;
    background-position: center;
  }
}




.footer-cta {
  background-size: cover;
  background-position: center;
  padding: 30px 0 0;
}
.footer-cta-box {
  padding: 25px;
}
.footer-cta-box > .btn {
  width: 100%;
}
.footer-cta h1 {
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.footer-cta ul {
  list-style: none;
  padding: 0;
}
.footer-cta ul li {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: url('../images/footer_cta_bullet.png');
  background-repeat: no-repeat;
  padding: 10px 0 10px 35px;
  margin: 15px 0 ;
}
.footer-cta img {
  height: 450px;
  width: auto;
}













.top-banner {
  background-position: center;
  background-size: cover;
  height: 660px;
  overflow: hidden;
}


.banner-box {
  padding: 15px;
}
.banner-box h1 {
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-box h5 {
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 25px 0;
}
.banner-box a {
  margin-top: 15px;
}
.darkblue {
  background: rgba(3, 39, 74, 0.8);
}
.our-customers {
  padding: 25px 0 ;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.our-customers p{
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.our-customers img{
  max-width: 1140px;
  width: 100%;
  height: auto;
}


.upcoming-events {
  background: rgba(255, 255, 255, 0.7);
  margin-top: -90px;
  height: 90px;
  position:relative;
}
.upcoming-events img {
  width: 100%;
  height: auto;
}
.upcoming-events p {
  font-weight: 300;
  color: #3d4548;
  font-size: 24px;
  margin-bottom: 0;
}




/* Knowledge Base */
.kb-list {
  padding: 0;
  list-style-position: inside;
}
.kb-list li:first-child {
  border-top: 1px solid #e9f0fa;
}
.kb-list li {
  padding: 5px 10px;
  border-bottom: 1px solid #e9f0fa;
  color: #3d4548;
}
.kb-list li a {
  color: #3d4548;
  width: 100%;
}
.kb-list li:hover {
  background: #F8F8F8;
}
/* 404 Page */
.page-404 {
  padding: 0 !important;
  height: 100%;
  color: #FFFFFF;
}

.bg_404 {
  background-color: #093356;
  background-image: url('../images/404.jpg');
  background-position: center;
  background-size: cover;
}
.bg_404::before {
  background-color: rgba(29,98,173,0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
}
.logo_404 {
  margin: 40px 0 0;
}
.page-404 h1{
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 50px 0 0;
}
.page-404 h1:nth-of-type(2){
  margin: 0;
}
.page-404 h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 50px 0 0;
}
.bg_404 a {
  color: #FFFFFF;
  text-decoration: underline;
}














/* WP Job Manager */
.job_filters {
  display: none;
  visibility: hidden;
}






/* Events */
.events-list {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
.event_thumb {
  width: 100%;
  text-align: center;
}
.event_thumb img {
  width: 100%;
  height: auto;
}




.optimize {
  background: #e9f0fa;
  border-bottom: 3px solid #1d62ad;
}

.optimize > .container > .row > .col-md-4:not(:last-child)::after, .optimize > .container > .row > .col-md-3:not(:last-child)::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #0074b0;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  right: -7px;
  bottom: -9px;
}
.optimize > .container > .row > .col-md-4::before, .optimize > .container > .row > .col-md-3::before {
  content: " ";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 20px);
  width: 41px;
  height: 47px;
  background-image: url('../images/check_mark.png');
}
.optimize > .container > .row > .col-md-4 > img, .optimize > .container > .row > .col-md-3 > img {
  width: 200px;
  height: 200px;
}
.optimize h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #1d62ad;
  letter-spacing: 1px;
  font-size: 17px;
}
.optimize > .container > .row > .col-md-4 > h6, .optimize > .container > .row > .col-md-3 > h6 {
  padding: 25px 0 50px;
}
























/* HomePage */

.benefits h2 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 36px;
}
.benefits i {
  font-size: 24px;
  color: #1d62ad;
  margin: 25px 0 0;
  display: block;
}
.benefits h3 {
  color: #1d62ad;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 25px;
  font-size: 17px;
}




.fpad {
  padding: 0 4px;
}
.featured-posts {
  background: #e9f0fa;
}
.featured-posts h2 {
  text-align: center;
  font-weight: 300;
  margin: 0 0 25px;
  font-size: 36px;
}
.featured-post {
  background: #FFFFFF;
  padding: 5px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.05);
  height: 400px;
  overflow: hidden;
}
.featured-post img {
  width: 100%;
  height: auto;
}
.featured-post a h3 {
  font-weight: 700;
  padding: 15px 10px 10px;
  color: #1d62ad;
  font-size: 17px;
  height: 75px;
  overflow: hidden;
}
.featured-post a p {
  color: #3d4548 !important;
  padding: 0 10px 10px;
}
.featured-post a p:hover {
  color: #3d4548;
}
.featured-post a h5:hover {
  color: #1d62ad;
}


.customer-home {
  border: 1px solid #FFFFFF;
  border-left: none;
  position: relative;
}



.customers-home h2 {
  background-image: url('../images/customers_bg.jpg');
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-size: 36px;

}

.customer-home h5 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.customer-home img {
  width: 100%;
  height: auto;
}
a:hover div::after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
}
.customer-home div:after {
  background-image: linear-gradient(transparent , rgba(0, 0, 0, 0.75) 150%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease;
}
.reviews {
  background: #00396b;
  color: #FFFFFF;
  padding: 10px 0;
}
.reviews img {
  max-width: 100%;
  height: auto;
}
.reviews p {
  font-style: italic;
  font-weight: 300;
}
.reviews h6 {
  font-weight: 300;
}
.reviews h6 strong {
  font-weight: 700;
}



.testimonials {
  background: #e9f0fa;
  padding: 100px 0 50px 0;
  color: #3d4548;
}
.testimonials h2 {
  letter-spacing: 1px;
  font-size: 36px;
}

.testimonial {
  background: #FFFFFF;
  text-align: center;
  padding: 25px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.05);
  margin: 0 0 2px;
  min-height: 325px
}
.testimonial h5 {
  color: #1d62ad;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
}
.testimonial_five_stars span {
  color: #8cc04b;
}

#snippet-box {
  display: none !important;
  visibility: hidden;
}










































/* Price Select */

.select_currency {
  width: 125px !important;
}
.select_currency.show button.dropdown-toggle {
  background: #e9f0fa;
}
.select_currency button.dropdown-toggle {
  background: #e9f0fa;
  border: 1px solid #1d62ad !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.select_currency button.dropdown-toggle:after {
  border: none;
  width: 20px;
  height: 15px;
  background-image: url('../images/drop-arrow.png');
  margin-left: -25px;
  display: block;
}






.pr_tooltip {
  text-decoration: underline;
  cursor: pointer;
}
.pr_tooltip i {
  text-decoration: none
}
.tooltip > .arrow {
  display: none !important;
}











.package-info {
  height: 185px;
}
.package-info-b {
  height: 230px;
  position: relative;
}
.info-b-txt {
  position: absolute;
  width: 100%;
  bottom: 10px;
  font-size: 20px;
}
.package-info h6 {
  font-size: 22px;
}
.enterprise-txt {
  font-weight: 700;
  color: #8CC04B;
}

.feautred-ribbon {
  background: #1d62ad;
  color: rgba(255,255,255,0.9);
  position: absolute;
  top: 225px;
  left: 8px;
  width: calc(100% - 18px);
  border-radius: 4px 4px 0 0;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.15);
}
.feautred-ribbon:before {
  content:'';
  position:absolute;
  bottom:-8px;
  left:0;
  border-top:solid 5px #1d62ad;
  border-right:solid 4px #1d62ad;
  border-bottom:solid 5px transparent;
  border-left:solid 3px transparent;
}
.feautred-ribbon:after {
  content:'';
  position:absolute;
  bottom:-8px;
  right:0;
  border-top:solid 5px #1d62ad;
  border-right:solid 2px transparent;
  border-bottom:solid 5px transparent;
  border-left:solid 4px #1d62ad;
}




/* PriceBox */
.pricing-page {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #e9f0fa;
}
.feautred-price {
  margin-top: 0px !important;
}
.feautred-price img {
  margin-bottom: 115px
}
.pricing_icon {
  width: 100px;
  height: auto;
  margin: 40px auto;
  display: block;
}
.pricebox {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  color: #3d4548;
  margin-top: 75px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
  transition: all 0.5s ease-out;
}
.price_selected h6 {
  padding: 0;
}
.pricebox h6 {
  padding: 10px 0;
}
.price-col {
  transition: all 0.2s ease-out;
}
.price-col:hover {
  margin-top: -10px;
  transition: all 0.2s ease-out;
}

.pricebox h5 {
  font-size: 26px;
}
.currencies {
  font-size: 58px;
  color: #1d62ad;
  font-weight: 700;
}
.currencies span {
  font-size: 20px;
  font-weight: 700;
}
.currencies h1 span {
  font-size: 20px;
  font-weight: 700;
}
.currencies-b h1 {
  font-size: 60px;
  color: #1d62ad;
  font-weight: 700;
  margin-bottom: 0;
}
.currencies-b p {
  font-size: 16px;
  font-weight: 300;
  color: #3D4548;
  margin-bottom: 0;
}
.curreny_sign {
  font-size: 22px !important;
  color: #1D62AD !important;
}
.enterprise-title {
  font-size: 32px !important;
  line-height: 36px !important;
}
.enterprise-box {
  border: 2px solid #8CC04B;
}
.yearly_price_b {
  background: #1D62AD;
  color: #FFFFFF !important;
  width: 175px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 17px;
  font-size: 14px;
  margin-top: 5px;
}
.price-col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.package-info p {
  font-size: 20px;
  line-height: 26px;
}
.pricebox a {
  width: 100%;
}
.pricebox a.btn-pr-green {
  font-size: 18px;
}
.pricebox h6 {
  margin-top: 10px;
}
.yearly_price, .monthly_price {
  display: none;
  visibility: hidden;
}
.price_selected {
  display: block;
  visibility: visible;
}
.btn.dropdown-toggle.btn-light {
  border: 1px solid #1d62ad;
}
.faq h2 {
  font-size: 36px;
}

.faq i {
  color: #1d62ad;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.faq p {
  padding: 0 0 0 10px;
}



.packages-include h2 {
  font-size: 36px;
}
.packages-include h3 {
  font-size: 17px;
}
.packages-include i {
  font-size: 24px;
  color: #1d62ad;
  padding-bottom: 15px;
  display: block;
}







































.after-header img{
  max-width: 1060px;
  height: auto;
  width: 100%;
}
.after-header a img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.after-header h2 {
  font-size: 32px;
}
.after-header h3, .nav.pr-tabs h3, .slide-info h3 {
  font-size: 17px;
  font-weight: 700;
}
.pr-tabs-container h1 {
  letter-spacing: 1px;
  font-weight: 300;
  color: #3d4548;
  margin-bottom: 25px;
}
.pr-tabs {
  list-style: none;
  padding: 0;
}
.pr-tabs-container .container .row.align-items-center.h-100 {
  padding-top: 100px;
}
.row.align-items-center.h-100.in-page-box {
  padding-top: 0px !important;
}

.video_sidebar .desktop_bar div {
  background: #FFFFFF;
}
.video_sidebar .desktop_bar div {
  color: #3d4548;
}
.video_sidebar .desktop_bar div {
    margin: 0 0 15px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0);
}
.video_sidebar h3 {
  font-size: 17px;
  font-weight: 700;
}
.video_sidebar .desktop_bar div p {
  margin-bottom: 0;
}
.app-icon {
  width: 100%;
  height: auto;
}
.pr_video {
  width: 640px;
  height: 480px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'brightness\'><feColorMatrix type=\'matrix\' values=\'1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0\'/></filter></svg>#brightness"); /* Firefox 3.5+ */
  -webkit-filter:brightness(108.5%); /* Chrome 19+ & Safari 6+ */
}
.home-video h3 {
  margin-top: 25px;
}
.home-video h3:first-child {
  margin-top: 0;
}








/* F E A T U R E S  P A G E  */
.features img {
  width: 100%;
  height: auto;
  border: 1px solid #1d62ad;
}
.features p {
  color: #3d4548;
}
.features > .container > .row > .col-md-6 {
  margin: 25px 0;
}
.feature-list i {
  font-size: 24px;
  color: #1d62ad;
  padding: 0 0 15px;
  display: block;
}
.features h3 {
  font-size: 17px;
}
.feature-list h2{
  font-size: 36px;
}
.feature-list h3 {
  font-size: 17px;
}














.partners img {
    max-width: 100%;
    height: auto;
    margin: 0 0 50px;
}










































/* Cookie Notice */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 5ms ease-out;
  color: #ecf0f1;
  background: #3d4548;
  display: none;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
  display: block;
}

.cookiealert a {
  text-decoration: underline
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}






/* G L O B A L  */
.light-blue {
  background: #e9f0fa;
}
.nopadding {
  padding: 0;
}
.padding25 {
  padding: 25px 0;
}
.padding50 {
  padding: 50px 0;
}
.padding75 {
  padding: 75px 0;
}
.padding100 {
  padding: 100px 0;
}
.margin25 {
  margin: 25px 0;
}
.margin50 {
  margin: 50px 0;
}
.margin75 {
  margin: 75px 0;
}
.margin100 {
  margin: 75px 0;
}
.pr-txt-light {
  font-weight: 300;
}
.pr-txt-bold {
  font-weight: 700;
}
.pr-txt-blue {
  color: #1d62ad;
}
.pr-txt-white {
  color: #ffffff;
}
.pr-txt-black {
  color: #3d4548;
}
.pr-txt-uppercase {
  text-transform: uppercase;
}






















.about-thumb {
  border-radius: 50%;
  margin: 0 0 25px;
}
.contact_headline {
  padding: 25px 15px;
}
.contacts-header h2, .partners-contacts h2 {
  font-size: 36px;
  letter-spacing: 1px;
}
.contacts-header h3 {
  font-size: 17px;
  letter-spacing: 1px;
}
.partners-contacts h3{
  background: #1d62ad;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 1px;
}
.partners-contacts p {
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 1px;
  padding: 0 0 0 15px;
}
.partners-contacts i {
  font-size: 14px;
  margin-right: 5px;
}

.partners-contacts ul {
  list-style: none;
  padding: 0 0 0 15px;
}
.partners-contacts ul li a{
  color: #3d4548;
}
.partners-contacts ul li a:hover{
  color: #3d4548;
  text-decoration: none;
}
.contacts-header {
  background-color: #e9f0fa;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 525px 0 0;

}
.contact-box {
  background: #ffffff;
  margin-top: -400px;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 50px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, .25);
}






















































.switch_box span {
  margin: 0 25px;
  vertical-align: top;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid transparent;
  position: relative;
  cursor: pointer;
}
.selected_cycle {
  color: rgba(255, 255, 255, 1) !important;
  position: relative;
}


.p_mv-r::before, .p_mv-l::before, .selected_cycle::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.p_mv-r::before {
  left: -200%;
  background: transparent;

}
.p_mv-l::before {
  left: 200%;
  background: transparent;
}
.selected_cycle::before {

  left: 0;
  background: #FFFFFF;

}

input[type="checkbox"].switch{
	font-size: 30px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 78px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 1.5em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }

  input[type="checkbox"].switch:checked{
	background: #FFFFFF;
  }

  input[type="checkbox"].switch:after{
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #1d62ad;
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }

  input[type="checkbox"].switch:checked:after{
	left: calc(100% - 34px);
  }

























































/* Customers */
.customer img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.customer h5 {
  padding: 0;
  margin: 0;
}

.filter-button {
  width: 240px;
  text-transform: uppercase;
}

.logo-item-box {
  padding: 5px 3px 0 3px;
}
.logo-item-box-new {
  height: 250px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.logo-item {
  background: #FFFFFF;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.25);
  height: 240px;
  padding: 5px 10px;
}
.logo-item img {
  width: 150px;
  height: auto;
}
.logo-item h6 {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 5px;
  height: 40px;
  bottom: 5px;
}
.logo-item-new {
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.10);
  height: 250px;
  border-radius: 10px;
  width: calc(100% - 10px );
  min-height: 250px;
  top: 0;
}
.logo-item-new img {
  width: 150px;
  height: auto;
}
.logo-item-new h6 {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 5px;
  height: 40px;
  bottom: 5px;
}


/* CUSTOMERS LOGO DESCRITION */
.logo_box_have_description {
  cursor: pointer;
}
.logo_description_open {
  height: auto !important;
  z-index: 9;
}
.logo_box_have_description > .logo_description_open::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background-image: url('../images/quotation_marks@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.logo_have_description_open {
  position: absolute;
  font-size: 10px;
  top: 18px;
  right: 45px;
  color: rgba(61,69,72,.5);
}
.logo_description_open > .logo_have_description_open {
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}
.logo_have_description {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 28px;
  line-height: 0;
  color: rgba(61,69,72,.5);
  transform: rotate(0deg);
  transition: all .2s;
  cursor: pointer;
}
.logo_description {
  visibility: hidden;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  color: #484E52;
}
.logo_description_open > .logo_description {
  visibility: visible;
}

.logo_description_open > .logo_have_description {
  transform: rotate(135deg);
  color: #1D62AD;
  transition: all .2s;

}
.logo_description a{
  text-decoration: underline;
  font-weight: 700;
}

/* CUSTOMERS PAGE HERO */
.clients_hero {
  background-size: cover;
  background-position: center;
}
.clients_hero h1 {
  font-size: 58px;
  letter-spacing: .5px;
  font-weight: 700;
  color: #1D62AD;
  margin: 70px 0 20px;
}
.clients_hero h1 span {
  font-weight: 700;
}
.clients_hero p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #464E52;
  margin-bottom: 90px;
}
.clients_customers {
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 rgba(61,69,72,0.25), inset 0 1px 0 0 rgba(61,69,72,0.25);
  padding: 25px 0;
  min-height: 100px;
}
.btn-clients {
  text-transform: uppercase;
  width: 361px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.clients_customers img {
  width: 100%;
  height: auto;
}
.clients_video {
  background: #E9F0FA;
  padding: 60px 0 10px;
}
.clients_video > .container > .row > .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.clients_video_play {
  width: 100px;
  height: 100px;
  background: url("../images/playbutton@2x.png");
  background-size: contain;
  position: absolute;
  top: calc(50% - 75px);
  left:  calc(50% - 50px);
}
.clients_video_caption {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 0;
  background: rgba(29,98,173,.75);
  border-radius: 0 0 10px 10px;
  padding: 29px 0;
}
.clients_video_caption p {
  margin-bottom: 0;
}
.clients_video_caption a {
  color: #FFFFFF;
  text-decoration: underline;
}
.clients_video img {
  border-radius: 10px;
}
.img-client_logo {
  max-height: 59px;
  width: auto !important;
}
.clients_video > .container > .row > .col-12 > a {
    cursor: pointer;
}
.more_padding_left {
  padding-left: 36px;
}
.more_padding_left_de {
  padding-left: 0;
}
more_padding_left_fr {
  padding-left: 25px;
}
.blue_megamenu_title {
  color: #1D62AD;
  font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .clients_hero {
    min-height: 600px;
  }
  .clients_hero p {
    max-width: 600px;
    font-size: 21px;
    line-height: 30px;
  }
  .clients_hero p {
    font-weight: 700;
  }
}
@media (max-width: 1023.98px) {
  .optimize > .container > .row > .col-md-4 > img, .optimize > .container > .row > .col-md-3 > img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 990.98px) {
  .clients_hero p {
    font-size: 18px;
  }
  .clients_video_play {
    width: 88px;
    height: 88px;
    top: calc(50% - 44px);
    left: calc(50% - 44px);
  }
  .blog-page-title p {
    position: absolute;
    margin: 0;
    display: block;
    left: calc(50% - 30px);
    background-image: url('../images/scroll.png');
    background-size: cover;
    bottom: 45px;
    text-indent: -9999px;

  }
  .blog-page-title p a {
    display: block;
    width: 60px;
    height: 30px;
  }

  @keyframes arrow_down {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-20px);
    }
    60% {
      transform: translateY(-10px);
    }
  }

  .blog-page-title p {
     animation: arrow_down 1s infinite;
  }
}
@media (max-width: 767.98px) {
  .clients_hero h1 {
    font-size: 34px;
    margin: 40px 0 20px;
  }
  .clients_hero {
    min-height: 650px;
  }
  .logo-item-box-new {
    height: 165px;
  }
  .logo-item-new {
    height: 165px;
    padding: 0 !important;
    min-height: inherit;
  }
  .logo_description a {
    padding-bottom: 25px;
    display: block;
  }
  .btn-clients {
    width: calc(100% - 30px) !important;
  }
  .btn-clients:hover {
    background-color: #1d62ad !important;
    border-color: #1d62ad !important;
  }
  .clients_video_caption {
    padding: 20px 0;
  }
  .clients_video_caption a {
    display: none;
  }
  .clients_video > .container > .row > .col-12 > a > div.d-block.d-xl-none {
    overflow: hidden;
    border-radius: 10px;
  }
  .clients_video img {
    height: 334px;
    max-width: inherit;
    width: auto;
    border-radius: inherit;
  }
  .clients_video_play {
    top: calc(50% - 88px);
  }
  .optimize > .container > .row > .col-md-4 > img, .optimize > .container > .row > .col-md-3 > img {
    width: 200px;
    height: 200px;
  }
}

/* Registration */
.registration-page {
  position: relative;
  color: #3d4548;
}
.registration-page:before {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url('../images/registration_bg.jpg');
  background-size: cover;
  right: 0;
  content: "";
  z-index: -999;
}
.registration-customers img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.registration-right {
  padding-top: 75px;
}
.registration-left {
  min-height: 700px;
  background: #e9f0fa;
  position: relative;
  padding-top: 75px;
  padding-bottom: 30px;
}
.registration-left h1 {
  font-size: 42px;
  padding-bottom: 25px;
}
.registration-left:before {
    left: -999em;
    background: #e9f0fa;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}
.registration-left a {
  cursor: pointer;
}
.modal-dialog-scrollable .modal-content .modal-body {
  position: relative;
  padding: 20px;
  height: 450px;
  overflow-y: scroll;
}















.mobile-hand {
  background-image: url('../images/mobile-hand.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 576px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 523px;
  padding-left: 52px;
  padding-top: 8px;
}
.mobile-hand-marine {
  background-image: url('../images/mobile-hand-marine.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 576px;
  padding: 7px 0 0 52px;
}
.mobile-hand-aviation {
  background-image: url('../images/mobile-hand-aviation.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 576px;
  padding: 7px 0 0 52px;
}


.fixedmobilebutton {
  display: none;
}

.page-load-status {
  position: absolute;
  left: calc(50% - 57px);
  bottom: 0;
}








/* T A B L E T */
@media (max-width: 1199.98px) {
  html {
    height: inherit;
  }
  body {
    padding: 64px 0 0;
  }

  .zsiq_floatmain.zsiq_theme1.siq_bR {
      display: none !important;
  }
  .upcoming-events hr {
    display: none;
  }
  .banner-box h1 {
    font-size: 38px;
  }
  .banner-box h1 br {
    display: none;
  }
  .banner-box h5 {
    font-size: 18px;
  }
  .currencies, .currencies-b {
    font-size: 48px;
  }
  .price-col .btn-pr-green.btn-lg {
    font-size: 18px;
  }
  .testimonial {
    min-height: 375px;
  }
}

@media (max-width: 991.98px) {
  .home-video {
    margin-top: 30px;
  }
  .padding100 {
    padding: 50px 0;
  }
  .padding50 {
    padding: 30px 0;
  }
  .banner-box h1 {
    font-size: 28px;
  }
  .navbar .container {
      position: relative;
  }
  .mobile-icons {
    top: 5px;
    right: 65px;
  }
  .mobile-banner {
    background: #e9f0fa;
  }
  .mobile-banner p:empty {
    display: none;
  }
  .mobile-banner img {
    width: 100%;
    height: auto;
  }
  .mobile-banner h1 {
    background-color: #005aa4;
    background-image:url('../images/mobile_banner_bg.png');
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    font-weight: 300;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: -1px;
    font-size: 24px;
    text-transform: uppercase;
  }
  .mobile-banner h1 br {
    display: none;
  }
  .mobile-banner p {
    padding: 25px 0;
    margin: 0 25px;
    color: #3d4548 !important;
    font-size: 18px !important;
  }
  .featured-post {
    height: inherit;
    margin-top: 15px;
  }
  .optimize > .container > .row > .col-md-4::before,   .optimize > .container > .row > .col-md-3::before {
    background-image: none;
  }
  .optimize > .container > .row > .col-md-4:not(:last-child)::after,   .optimize > .container > .row > .col-md-3:not(:last-child)::after {
    border: none;
  }


  .video_sidebar .app-showcase div div div.slick-slide {
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
    margin: 5px 5px 25px;
    border: 1px solid rgba(29,98,173,0.2);
  }


  .app-showcase ul li button:before {
    color: #e9f0fa;
  }
  .container.product_cta {
    display: none;
  }
  .page-id-240 > .container.product_cta {
    display: block !important;
  }
  .mobile-fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1d62ad;
    z-index: 999;
  }
  .mobile-fixed-cta a{
    color: #FFFFFF !important;
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
  }
  .mobile-fixed-cta a i.fa.fa-chevron-right {
    padding-left: 10px;
  }

  .price-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feautred-ribbon {
    left: 0;
    width: 100%;
  }
  .currencies,  .currencies-b {
    font-size: 32px;
  }
  .price-col .btn-pr-green.btn-lg {
    font-size: 14px;
    padding: 10px 15px;
  }
  .package-info, .package-info-b {
    height: 225px;
  }
  .testimonial {
    min-height: 325px;
  }
  .pr_video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .upcoming-events {
    margin-top: 0;
    background: #e9f0fa;
    height: unset;
  }
  .upcoming-events hr {
    border-top: 1px solid #1d62ad;
    padding-bottom: 15px;
    margin: 0 15px;
    width: 100%;
    display: block;
  }
  .upcoming-events .container {
    max-width: 100% !important;
  }
  .event-btn {
    width: 100%;
    border-radius: 0;
    margin: 15px 0;
    padding: 12.5px 0;
    font-size: 16px;
    height: 50px;
    border-radius: .3rem;
  }
  .upcoming-events img {
    border-radius: .3rem;
  }
  .upcoming-events p {
    font-weight: 400;
    font-size: 1rem;
  }
  .registration-page:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/registration_bg.jpg');
    background-size: cover;
    right: 0;
    content: "";
    z-index: -999;
  }
  div#sign_up_btn {
    margin-bottom: 20px;
  }
  #registration-container {
    max-width: inherit;
  }
  .blog-page-title h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-index-item {
    padding: 0 15px 15px;
  }
  .blog_index_shadow_box img {
    padding: inherit;
    border-radius: 12px 12px 0 0;
  }
  .blog-page-title h1 {
    font-size: 34px;
  }
  .blog-page-title {
    top: 40px;
  }
  .blog-post-index-item > .post-meta, .blog-post-index-item h2, .blog_index_shadow_box p {
    margin-left: 0;
  }
}


/* P H O N E */
@media (max-width: 575.98px) {

  body {
    padding: 75px 0 0;
  }
  .faq .container .row .col-md-6 p.padding25 i {
    left: 20px;
  }
  .faq .container .row .col-md-6 p.padding25 {
      margin-left: 25px;
  }
  .ios-app, .windows-app, .android-app {
    display: none;
    visibility: hidden;
  }
  .show-app {
    display: block !important;
    visibility: visible !important;
  }
  .show-app~.show-app {
    display: none !important;
    visibility: hidden !important;
  }

  .reviews {
    padding: 15px 0;
  }

  .fpad {
    padding-right: 15px;
    padding-left: 15px;
  }

  .darkblue.footer-cta-box {
    background: inherit;
    text-align: center;
  }
  .footer-cta ul li {
    background-image: url('../images/footer_cta_bullet.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 0;
    margin: 0 0 35px ;
  }

  .mobile-icons {
    top: 0;
  }
  .optimize {
    border-bottom: none;
  }
  .customers-home h2 {
    background-image: none;
    color: #4b4b4d;
  }
  .reviews p {
    padding: 15px  15px 5px;
  }
  .reviews h6 {
    padding-left: 15px;
    padding-left: 15px;
  }
  .cookiealert {
    bottom: 49px;
  }
  .xs_cookie {
    top: 55px !important;
    bottom: inherit !important;
  }
  footer {
    padding: 25px 15px 75px;
  }
  .contacts-header {
    background-image: url('../images/mobile_contact_header.jpg') !important;
    background-size: contain;
  }
  a.type-info {
    display: block;
  }
  .contact-box {
    margin: -470px 15px 0;
  }
  .contacts-header h2, .partners-contacts h2 {
    font-size: 28px;
  }
  .feature-list i {
    margin: 40px 0 0;
  }
  .blog-title-image img {
    width: 100%;
    height: auto;
  }
  .blog_post_box nav {
    display: none;
  }
  .blog-post .container .row .col-md-9 {
    padding: 0;
  }
  .blog_post_box {
    margin-top: 0 !important;
  }
  .blog_post_box.shadow_box {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .post-meta {
    padding: 15px;
  }
  .affix {
    width: 100% !important;
    position: inherit;
    top: inherit;
  }
  .sidebar {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .sidebar_widget:first-child {
    margin: 0;
  }
  .sidebar_widget {
    margin: 15px 0 0;
  }
  #related-posts {
    padding-bottom: 5px;
  }
  .blog_post_featured_img {
    height: inherit;
  }
  .blog_post_featured_img img {
    width: 100%;
    height: auto;
  }
  .pricebox {
    margin: 0 0 15px;
  }
  .customers_filter button {
    padding: 10px 0;
    font-size: 16px;
  }
  .customers_filter div a {
    font-size: 16px !important;
  }
  .cs_box {
    padding-bottom: 0;
  }
  .de24 {
    font-size: 24px !important;
  }
  .fixedmobilebutton {
    display: block;
  }
}


/* Small Phone */
@media (max-width: 375px) {
  .switch_box span {
    font-size: 14px;
  }
}










.logo {
  height: 32px;
  width: auto;
}
.logo-retina { display:none; }

.logo_footer {
  height: auto;
  width: 100%;
}




@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
.logo-default { display:none !important; }
.logo-retina {display: block !important;}

}









/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 35px 0 20px;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
  background-color: #e9f0fa;
  background-image: url('../images/select-arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  border: 1px solid #1d62ad;
  border-radius: 4px;
  -ms-word-break: normal;
  word-break: normal;
  font-weight: 700;
  color: #3d4548;
  text-transform: uppercase;
}



/* PlanRadar Icons */
@font-face {
  font-family: 'PlanRadar';
  src:  url('../fonts/planradar.eot?qs29ze');
  src:  url('../fonts/planradar.eot?qs29ze#iefix') format('embedded-opentype'),
    url('../fonts/planradar.ttf?qs29ze') format('truetype'),
    url('../fonts/planradar.woff?qs29ze') format('woff'),
    url('../fonts/planradar.svg?qs29ze#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'PlanRadar' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle:before {
  content: "\f111";
}
.icon-chat:before {
  content: "\e913";
}
.icon-All-devices:before {
  content: "\e900";
}
.icon-Architects-Engineers:before {
  content: "\e901";
}
.icon-contact:before {
  content: "\e902";
}
.icon-Contractor:before {
  content: "\e903";
}
.icon-email-list:before {
  content: "\e904";
}
.icon-External-expert:before {
  content: "\e905";
}
.icon-Facility-management:before {
  content: "\e906";
}
.icon-faq:before {
  content: "\e907";
}
.icon-Filter-functions:before {
  content: "\e908";
}
.icon-General-contractor:before {
  content: "\e909";
}
.icon-Invite-users:before {
  content: "\e90a";
}
.icon-Manage-projects:before {
  content: "\e90b";
}
.icon-Notifications:before {
  content: "\e90c";
}
.icon-Owner:before {
  content: "\e90d";
}
.icon-pricing-extras:before {
  content: "\e90e";
}
.icon-Statistics:before {
  content: "\e90f";
}
.icon-Synchronization:before {
  content: "\e910";
}
.icon-telephone:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e912";
}
.icon-star-full:before {
  content: "\e914";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-xing2:before {
  content: "\ead4";
}











/* PRESS */
.press-list .row {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.press-list .row a {
  display: contents;
}
.press-list img {
  width: 100%;
  height: auto;
}
.download-kit {
  display: unset !important;
}
/* .press-material > div {
  display: none !important;
}
.press-material-HR > div {
  display: block !important;
} */









/* embed video 100% */
.pr-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.pr-video-container iframe,
.pr-video-container object,
.pr-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.lang-pl, .lang-cs, .mobile-lang-cs, .mobile-lang-pl {
  display: none;
}





/* chat */
.zsiq_theme1 div.zsiq_cnt {
  left: -144px !important;
  bottom: 170px !important;
  top: -83px !important;
  margin: inherit !important;
}
.zsiq_theme1 .zsiq_cnt::after {
  bottom: -58px !important;
  right: 20px !important;
  height: 17px !important;
  width: 17px !important;
  box-shadow: 0px 1px 1px 0 #eee !important;
  border-radius: 0 -2px 0 3px !important;
}


#phonemail {
  position: relative;
  display: none;
}
.phonenmail {
  position: absolute;
  top: 35px;
  right: 10px;
  background: #E9F0FA;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px 0;
  font-weight: 700;
  z-index: -999;
  width: 335px;
  font-size: 14px;
}
.phonenmail ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.phonenmail ul li {
  display: inline-block;
  padding: 0 5px;
}
.phonenmail ul li:first-child::after {
  content: "|";
  padding-left: 10px;
  color: #1d62ad;
}



/* New iPhone X Landing Pages */
.mobile-banner-xs-10 {
  padding: 30px 16px 0 16px;
  background-position: center;
}
.mobile-banner-xs-15 h1, .mobile-banner-xs-10 h1 {
  font-size: 28px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0 !important;
}
.mobile-banner-xs-10 h1 br {
  display: none;
}
.mobile-banner-xs-15 p, .mobile-banner-xs-10 p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 15px 0 0;
  line-height: 28px;
}
.mobile-banner-xs-10 a {
  width: 100%;
  font-size: 16px;
  padding: 12.5px 0;
  margin: 15px 0 0;
  height: 50px;
}
.mobile-banner-xs-15 {
  padding: 30px 16px 0 16px;
  background-position: center;
}
.mobile-banner-xs-15 img {
  margin-top: 17px;
}
.xs-15-cta a {
  width: 100%;
  font-size: 16px;
  padding: 12.5px 0;
  margin: 25px 0;
  height: 50px;
}
.xs-15-cta-fixed {
  z-index: 999;
  position: fixed;
  bottom: 25px;
  font-size: 16px;
}
.xs-15-cta-fixed a {
  width: 100%;
  font-size: 16px;
  height: 50px;
  padding: 12.5px 0;
}
.xs-easy-out {
  transition: opacity 1s ease-out;
  opacity: 0;
  animation: smoothScrollDown 1s forwards;
}
.xs-easy-in {
  transition: opacity 1s ease-out;
  opacity: 100%;
  animation: smoothScrollUp 1s forwards;

}
@keyframes smoothScrollUp {
	0% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes smoothScrollDown {
	100% {
		transform: translateY(25px);
	}
	0% {
		transform: translateY(0);
	}
}
.xs-mobile-customers {
  margin: 25px 0;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  padding: 15px;
  text-align: center;
}
.xs-mobile-customers {
  color: #3D4548;
}

.xs-mobile-customers img {
  width: 100%;
  height: auto;
}

.popover {
  width: 100% !important;
  transform: none !important;
  top: -80px !important;
}
.arrow {
    right: 25px !important;
    left: unset !important;
}








/* Products LP */
#crumbs {
  padding: 15px 0;
  font-size: 14px;
  color: #3D4548;
}
#crumbs a {
  color: #1D62AD;
  text-decoration: underline;
}
#crumbs > .current {
  font-weight: 700;
}
.products_hero h1 {
  font-weight: 300;
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  color: #1D62AD;
  margin-top: 40px;
}
.products_hero_laptop h1 {
  font-weight: 300;
  font-size: 43px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #1D62AD;
  margin-top: 50px;
}
.products_hero h1 span {
  font-weight: 700;
}
.products_hero h2{
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.7px;
  color: #3D4548;
  margin-bottom: 30px;
}
.products_hero_laptop h2{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.7px;
  color: #3D4548;
  margin-bottom: 30px;
}
.btn-product-laptop{
  padding: 10px 90px !important;
}
.landind_product_hero > .container > .row > .col-md-12 > .pr_video {
  display: block;
  margin: 0 auto;
}
.btn-product {
  background-color: #8cc04b;
  color: #FFFFFF !important;
  border-color: #8cc04b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 16px;
  margin-bottom: 25px;
  box-shadow: 0px 6px 6px -2px rgba(61,69,72,0.25);
  min-width: 360px;
}
.btn-product:hover {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF;
}
@media(min-width: 1921px){
  .products_hero {
    background-size: contain;
  }
}
.products_hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 737px;
}
.products_hero_laptop {
  background-repeat: no-repeat;
  background-position: top 30px center;
  background-size: cover;
}
.product_mobile {
  width: 390px;
  height: auto;
  margin-top: 20px;
}
.products_hero.pr_lap_hero img {
  margin-top: 15px;
}
.product_trusted_by {
  border-top: 1px solid rgba(61,69,72,0.25);
  border-bottom: 1px solid rgba(61,69,72,0.25);
  margin: 0 0 50px;
  padding: 25px 0;
  font-weight: 700;
}
.product_trusted_by_laptop {
  border-top: 1px solid rgba(61,69,72,0.25);
  border-bottom: 1px solid rgba(61,69,72,0.25);
  margin: 0 0 50px;
  padding: 35px 0 25px;
  font-weight: 700;
  text-align: center;
}
.product_trusted_by img {
  width: 650px;
  height: auto;
}
.product_trusted_by_laptop img {
  width: 580px;
  height: auto;
  margin: 0 auto;
}
.product_cta {
  border-radius: 12px;
  border: 1px solid rgba(61,69,72,0.25);
  box-shadow: 0 5px 10px -5px rgba(61,69,72,0.25);
  margin: 75px auto 0;
}
.product_cta > .row > .col-xl-8 {
  font-size: 32px;
  color: #3D4548;
  font-weight: 700;
  padding-left: 45px;
}
.product_cta > .row > .col-xl-4 {
  padding-right: 45px;
}
.product_cta > .row > .col-xl-4 > .btn-product {
  padding: 10px 15px;
  margin-bottom: 0;
  min-width: inherit;
  width: 100%;
}
.product_cta > .row > .col-xl-8{
  padding-top: 45px;
  padding-bottom: 45px;
}
.product_cta > .row > .col-xl-4 {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: right;
}
.product_after_header {
  margin: 75px 0;
}
.product_after_header h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  color: #1D62AD;
  font-weight: 700;
}
.product_after_header img {
  width: 125px;
  height: auto;
}
.product_col {
  background: #E9F0FA;
  border-radius: 10px 0 0 10px;
  margin: 40px 0;
}
.product_col:nth-child(even) {
  border-radius: 0 10px 10px 0;
}



.product_txt {
  height: 465px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
}
.product_txt h3 {
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -0.9px;
  color: #00396B;
  text-transform: uppercase;
}
.product_txt p {
  color: #3D4548;
}
.product_img_right {
  position: absolute;
  top: -95px;
  right: -65px;
}
.product_img_left {
  position: absolute;
  top: -95px;
  left: -65px;
}
.product_img_left img, .product_img_right img {
  width: 620px;
  height: auto;
}


.product_digital {
  margin: 50px 0;
}
.product_digital img {
  height: 120px;
  width: auto;
}

.product_digital h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  font-weight: 700;
  color: #1D62AD;
}


.product_benefits {
  background: #E9F0FA;
  padding: 60px 0;
  margin-top: 90px;
}
.product_benefits h1 {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.91px;
  color: #00396B;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.product_benefits img {
  width: 150px;
  height: auto;
}
.product_benefits > .container > .row > .col-md-8.offset-md-2 {
  margin-bottom: 20px;
}
.product_benefits_col {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.product_benefits_col p {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.58px;
  color: #484E52;
}
.product_quote h1 {
  margin-top: 60px;
  color: #00396B;
  letter-spacing: -0.91px;
}
.product_quote_box {
  border: 1px solid rgba(61,69,72,0.25);
  border-radius: 10px;
  position: relative;
  padding: 40px;
  margin: 50px 0;
}
.product_quote_box p {
  font-size: 22px;
}
.product_quote_box::after {
  content: "";
  position: absolute;
  right: 70px;
  top: -25px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
}
.iphone_hero_row {
  position: relative;
}
.hero_iphone_img {
  position: absolute;
  right: 0;
  top: 125px;
}

@media(max-width: 1199.9px){
  .products_hero img {
    margin-bottom: -180px;
  }
  .products_hero.pr_lap_hero img {
    margin-bottom: -35px;
  }
  .btn-product {
    padding: 10px 75px;
  }
  .product_mobile {
    width: 100%;
  }
  .products_hero {
    background-position: right;
    height: inherit !important;
  }
  .product_cta > .row > .col-xl-8 {
    font-size: 28px;
  }
  .product_after_header img {
    width: 100%;
  }
  .cover_hero_laptop img {
    max-width: 100% !important;
  }
  .products_hero > .container > .row > .col-md-8 > div > img {
    width: 75% !important;
    margin-top: 0 !important;
  }
  .product_trusted_by {
    height: inherit;
  }
  .products_hero h1 {
    font-size: 40px;
  }
  .product_trusted_by img {
    max-width: 100%;
  }
  .product_benefits_col img {
    width: 100% !important;
  }
  .product_benefits_col p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .product_img_left img, .product_img_right img {
    width: 100% !important;
  }
  .product_img_right, .product_img_left {
    top: inherit !important;
  }
}
@media(max-width: 767.9px){
  .products_hero {
    background-position: top;
  }
  .products_hero.pr_lap_hero img, .products_hero img {
    margin-bottom: -15px;
  }
  .products_hero.pr_mob_hero img {
    margin-bottom: -50px;
  }
  .products_hero h1 {
    font-size: 24px;
    letter-spacing: -0.8px;
    margin-top: 30px;
    text-align: left;
  }
  .products_hero h1 span {
    font-weight: 300;
  }
  .products_hero h2 {
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-top: 15px;
    text-align: left;
  }
  .products_hero h2 br {
    display: none;
  }

  .btn-product {
    width: 100%;
    padding: 10px;
    box-shadow: inherit;
    margin-bottom: 15px;
    min-width: inherit;
  }
  .product_trusted_by {
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    height: inherit;
  }
  .product_col {
    background: inherit;
    border-radius: inherit;
    margin: 0 auto;
  }
  .product_txt {
    background: #E9F0FA;
    border-radius: 10px 10px 0 0;
    height: inherit;
    padding: 25px 15px 0;
  }
  .product_img_left, .product_img_right {
    position: inherit;
    background: #E9F0FA;
    border-radius: 0 0 10px 10px;
    margin-bottom: 25px;
    top: inherit;
    right: inherit;
    left: inherit;

  }
  .product_img_left img, .product_img_right img {
    width: 100%;
    height: auto;
  }
  .product_benefits_col img {
    width: 100%;
    height: auto;
  }
  .product_benefits_col p {
    font-size: 20px;
    line-height: 28px;
  }
  .product_quote_box {
    padding: 0 0 60px;
  }
  .product_quote_box p {
    font-size: 20px;
  }
  .product_trusted_by img{
    width: 100%;
  }
  .product_after_header {
    margin: 75px 0 40px;
  }
  .product_after_header > .container > .row > .col-md-2, .product_digital > .container > .row > .col-md-2 {
    text-align: center;
  }
  .product_after_header > .container > .row > .col-md-2 img, .product_digital > .container > .row > .col-md-2 img {
    display: none;
  }
  .product_cta > .row > .col-xl-8 {
    font-size: 28px;
    text-align: center;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product_cta > .row > .col-xl-4 {
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .product_cta {
    width: calc(100% - 30px) ;
  }
  .product_quote_box > .col-md-2 {
    text-align: center;
  }
  .product_quote_box > .col-md-2 img {
    width: 166px !important;
    margin: 50px 0;
  }
  .product_after_header h3, .product_digital h3 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.7px;
  }
  .product_txt h3, .product_benefits h1 {
    text-transform: inherit;
  }
  .product_quote h1 {
    text-transform: inherit;
    text-align: center;
  }
  .product_mobile {
    width: 100%;
    height: auto;
  }
  .product_benefits_col {
    padding: 20px 0;
  }
  .product_quote_box::after {
    right: 20px;
  }
  .product_benefits_col > .col-3.col-md-3 {
    padding: 0;
  }
  .product_benefits h1 {
    margin-bottom: 40px;
  }
  .product_trusted_by_laptop {
    height: inherit;
  }
  .product_trusted_by_laptop img {
    max-width: 100%;
  }
}
@media(max-width: 320px){
  .product_cta > .row > .col-xl-4 > .btn-product {
    font-size: 14px;
  }
  .product_cta > .row > .col-xl-8 {
    font-size: 24px;
  }
}


























.planen_after_hero {
  margin: 100px auto;
}
.planen_after_hero h3{
  font-size: 24px;
  color: #1D62AD;
  letter-spacing: 1px;
  line-height: 32px;
}

.landing_key_features > .container {
  background: #E9F0FA;
  border-radius: 20px;
  padding: 75px 80px 45px;
  box-sizing: content-box;
  margin-bottom: 40px;
}
@media(max-width: 1300px){
  .landing_key_features > .container {
    padding: 75px 15px 45px;
  }
}
.landing_key_features h1 {
  padding: 0 0 35px;
  color: #00396B;
  font-size: 36px;
}
.landing_key_features > .container > .row > .col-md-6 {
  margin-top: 30px;
}
.landing_key_feature {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
.landing_key_feature:hover {
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.10)
}
.landing_key_feature img {
  border-radius: 10px 10px 0 0;
}
.landing_key_feature h5 {
  padding: 30px 25px 15px;
  text-align: center;
}
.product_newsletter_form h5 {
  text-align: left !important;
}
.landing_key_feature p {
  padding: 0 25px;
}
.zoho_newsletter_form {
  padding: 0 25px;
}
.zoho_newsletter_btn {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
}
.zoho_newsletter_checkbox {
  margin: 0 !important;
}
.btn-key-feature {
  background-color: #FFFFFF;
  color: #1d62ad !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
  width: calc(100% - 80px);
  border-radius: 2px;
  margin: 40px;
  position: absolute;
  bottom: 0;
}
.btn-key-feature:hover {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF !important;
  border-radius: 4px;

}
.landing_key_feature:hover a.btn-key-feature {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF !important;
  border-radius: 4px;
}


.landing_key_feature img {
  width: 100%;
}
.our-customers_hero-cover_laptop h6, .our-customers_hero-cover h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media(max-width: 370px){
  .our-customers_hero-cover {
    padding-top: 75px !important;
  }
}
@media(max-width: 767.9px){
  .planen_after_hero h3 {
    font-size: 17px;
    letter-spacing: 0.71px;
    line-height: 26px;
  }
  .landing_key_features > .container {
    padding: inherit;
    border-radius: 0;
  }
  .landing_key_features > .container h1 {
    margin: 40px 0;
    padding-bottom: 0;
  }
  .landing_key_feature {
    box-shadow: inherit;
    border-radius: 0;
    margin-bottom: 1px;
  }
  .landing_key_feature > .container > .row > .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .landing_key_feature img {
    border-radius: 0;
    padding: 15px 0 0;
  }
  .landing_key_feature h5 {
    padding: 30px 15px 0;
    text-align: left;
    margin-right: 15px;
    font-size: 17px;
  }
  .landing_key_feature p {
    padding: 0 15px;
    margin-right: 15px;
  }
  .btn-key-feature {
    position: inherit;
  }
}

.cover_hero, .cover_hero_laptop {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cover_hero h1, .cover_hero_laptop h1 {
  font-size: 43px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  font-weight: 300;
}
.cover_hero h1 {
  margin-top: -108px;
}

.cover_hero h5, .cover_hero_laptop h5 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 30px 0;
}
.cover_hero > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs,
.cover_hero_laptop > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs  {
  color: #FFFFFF;
}
.cover_hero > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs a,
.cover_hero_laptop > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs a {
  color: #FFFFFF;
}
.our-customers_hero-cover {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(61,69,72,0.25);
  padding: 15px 0;
  margin-top: -60px;
}
.our-customers_hero-cover_laptop {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(61,69,72,0.25);
  padding: 15px 0;
  margin-top: -30px;
}
.our-customers_hero-cover img, .our-customers_hero-cover_laptop img {
  width: 100%;
  margin: 15px 0;
}


@media(max-width: 767.9px){
  .product_mobile_hero {
    left: 0;
    text-align: center;
    right: 0;
  }
  .product_mobile_hero img {
    max-width: 100%;
    width: 290px !important;
  }
  .cover_hero {
    background-size: auto 65%;
  }
  .cover_hero > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs,
  .cover_hero_laptop > .container > .row > .col-md-12 > .container > .row > .col-md-12 > #crumbs {
    display: none;
  }
  .cover_hero h1 {
    margin-top: 0;
  }
  .cover_hero h1, .cover_hero_laptop h1 {
    font-size: 28px;
    text-align: left;
  }
  .btn-product-laptop {
    padding: 10px !important;
  }
  .product_newsletter_form {
      background: inherit;
  }
  .zoho_newsletter_form {
    padding: 0;
  }
  .landing_key_features > .container > .row > .col-md-6 {
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .cover_hero h5, .cover_hero_laptop h5 {
    text-align: left;
  }
  .cover_hero_laptop img {
    max-width: 100%;
  }
  .our-customers_hero-cover_laptop {
    margin-top: -12px;
  }
  .our-customers_hero-cover {
    margin-top: -60px !important;
    text-align: center;
  }
}


.landing_newsletter_form {
  padding: 40px
}
.landing_newsletter_form p {
  padding: 0;
}
















.page-id-240 > .fixedmobilebutton,
.page-id-44309 > .fixedmobilebutton, .page-id-44400 > .fixedmobilebutton,
.page-id-44205 > .fixedmobilebutton, .page-id-44111 > .fixedmobilebutton {
  display: none;
}


.landing_product_box {
  color: #FFFFFF;
  margin: 150px 0;
  padding-bottom: 25px;
  background-size: cover;
}
.landing_product_box h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 32px;
}
.landing_product_box > .container > .row > .col-md-8.offset-md-2 p {
  margin: 15px 0 50px;
}
.landing_product_box_title {
  background: rgba(0,57,107,0.5);
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.86px;
  padding: 40px 0;
  margin-bottom: 25px;
}
.landing_product_box_title span {
  font-weight: 400;
}
 .s_page_hero img{
   max-width: 400px;
   margin-top: 90px;
   margin-right: 50px;
 }
.product_landing_white_box {
  background: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 10px;
}
.product_landing_white_box img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: auto;
}
.product_landing_white_box h6 {
  font-weight: 700;
  color: #1D62AD;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-right: 15px;
}
.product_landing_white_box p {
  color: #3D4548;
  padding-right: 15px;
}
.product_landing_white_box p a {
  font-weight: 700;
  text-decoration: underline;
}
.product_landing_white_box > .row > .col-md-8 {
  padding-right: 30px;
}

.landind_product_hero h1 {
  margin: 75px 0 30px;
  font-size: 43px;
  letter-spacing: -1px;
}
.landind_product_hero h4 {
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  margin-bottom: 30px;
}
#dokumentieren {
  margin-top: 75px;
}
.pr_prdkt_col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pr_prdkt_nav {
  border: 2px solid #F5F5F5;
  border-radius: 5px;
  padding: 44px 0 0;
  height: 255px;
}
.pr_prdkt_nav:hover {
  border: 2px solid #1D62AD;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0, .15);
}
.pr_prdkt_nav img {
  width: 128px;
  height: auto;
  margin-bottom: 15px;
}
.pr_prdkt_nav:hover p:after{
  margin-top: 15px;
  transition: all .5s;
}
.pr_prdkt_nav p:after {
  content: "\f107";
  font-family: "fontAwesome";
  display: block;
  transition: all .5s;
}
.pr_prdkt_col_wide > a > .pr_prdkt_nav {
  background: #e9f0fa;
}
@media (min-width: 990.98px) {
  .pr_prdkt_col_wide > a > .pr_prdkt_nav {
    height: 175px;
    padding: 15px 0;
  }
  .pr_prdkt_col_wide > a > .pr_prdkt_nav > img {
    width: 86px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) {
  .landing_key_features {
    background: #E9F0FA;
  }
  .landing_key_features > .container {
    border-radius: 0;
    padding: 75px 0 45px;
    box-sizing: content-box;
    margin-bottom: 40px;
  }
  .landind_product_hero h4 {
    text-align: left;
  }
  .landing_product_box {
    background-size: cover;
  }
  .landing_product_box h4 {
    line-height: inherit;
    font-size: 16px;
  }
  .landing_product_box {
    margin: 50px 0;
  }
  .product_cta > .row > .col-xl-8 {
    text-align: center;
    padding-bottom: 0;
  }
  .product_cta > .row > .col-xl-4 {
    text-align: center;
  }
  .product_cta > .row > .col-xl-4 > .btn-product {
    max-width: 360px;
  }
  .landing_key_feature:hover {
    box-shadow: inherit;
  }
}


.clients_video > .container > .row > .col-12 > a {
    cursor: pointer;
}
@media (max-width: 1199.98px) {
  .product_landing_white_box img {
    border-radius: 10px 10px 0 0 ;
    width: calc(100% + 20px);
    height: auto;
    margin-left: -20px;
  }
  .product_landing_white_box h6, .product_landing_white_box p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_landing_white_box a {
    padding-left: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .cover_hero h1 {
    font-size: 32px;
  }
  .cover_hero h5 {
    font-size: 18px;
  }
  .cover_hero img{
    max-width: 100%;
  }
  .our-customers_hero-cover {
    margin-top: -20px;
  }
  .our-customers_hero-cover img, .our-customers_hero-cover_laptop img {
    height: auto;
  }
}
.landing_key_feature > .container > .row > .col-12, .landing_key_feature > .container > .row > .col-4.col-md-12 {
  padding-left: 0;
  padding-right: 0
}
@media(max-width: 767.9px){
  .landind_product_hero h1 {
    margin: 50px 0 30px;
    font-size: 32px;
    letter-spacing: -1px;
    text-align: left;
  }
  .landind_product_hero h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .landing_key_features > .container {
    border-radius: 0;
    padding: 0 15px 45px;
    box-sizing: border-box;
    margin-bottom: 40px;
    max-width: inherit;
  }
  .landing_key_feature > .container {
    max-width: inherit;
  }
  .landing_product_box > .container > .row > .col-md-12 > .btn.btn-product {
    margin: 0 0 50px;
    min-width: inherit;
  }
}
@media (max-width: 575.9px) {
  .product_digital > .container > .row > .col-md-2 > img {
    display: none !important;
  }
 }







































































/* W H I T E P A P E R */
.whitepaper_hero {
  background-position: bottom 125px center;
  background-repeat: no-repeat;
}
.whitepaper_hero h1 {
  margin-top: 40px;
  font-size: 58px;
  color: #1D62AD;
  letter-spacing: -1.37px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-id-38535 > .whitepaper_hero > .container > .row > .col-md-12 > h1 {
  font-size: 44px;
  text-align: left;
}
.whitepaper_hero h1 span {
  font-weight: 400;
}
.whitepaper_hero h2 {
  font-weight: 700;
  font-size: 22px;
  color: #3D4548;
  letter-spacing: -0.53px;
}
.whitepaper_brochure {
  overflow: hidden;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 345px;
}
.whitepaper_brochure img {
  margin-left: -131px;
  width: 1065px;
}











.zoho-form {
  background: #E9F0FA;
  border-radius: 10px;
  padding: 30px;
}
.zoho-form h6 {
  font-size: 24px;
  color: #3D4548;
  letter-spacing: -0.58px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media(max-width: 575.9px){
  .whitepaper_hero h1 {
    font-size: 28px !important;
}
  .whitepaper_brochure img {
    margin-left: -35% !important;
    width: 200% !important;
}
  .whitepaper_brochure {
    width: inherit;
    position: inherit;
  }
  .zoho-form {
    margin-bottom: 50px;
  }
  .zoho-form h6 {
    text-align: center;
  }
}

@media(max-width: 767.9px){
  .whitepaper_hero {
    background-position: center 30% !important;
}
  .whitepaper_brochure {
    position: inherit;
    width: 100%;
  }
  .whitepaper_brochure img {
    width: 150%;
  }
  .whitepaper_hero h1 {
    font-size: 28px;
  }
  .whitepaper_hero h2 {
    font-size: 24px;
  }
  .whitepaper_hero h2 br {
    display: none;
  }
  .zoho-form {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .whitepaper_hero {
    background-position: top 150px center;
    background-repeat: no-repeat;
  }

}
@media(max-width: 991.9px){
  .whitepaper_hero h1 {
    font-size: 54px;
  }
  .whitepaper_hero h2 {
    padding-bottom: 60px;
  }
  .whitepaper_hero {
    background-position: center;
  }
  .whitepaper_brochure img {
      margin-left: -100px;
      width: 750px;
  }
  .whitepaper_brochure {
    top: 450px;
  }
  .col-md-12.d-none.d-md-block.d-lg-none {
    padding-top: 50px;
}






}








.whitepaper_check {
  padding-left: 0;
}
.whitepaper_check > .pr_checkbox > .checkmark {
  left: 5px;
  top: 3px;
}
.whitepaper_check > .pr_checkbox > .chekmark-label {
  padding-left: 10px;
}
.pr_checkbox {
  margin: 35px 0;
}


.chekmark-label {
  padding-left: 25px;
}
.pr_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}



/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 15px;
  height: 18px;
  width: 18px;
  border: 2px solid #1D62AD;
  border-radius: 2px;
}



/* When the checkbox is checked, add a blue background */
.pr_checkbox input:checked ~ .checkmark {
  background-color: #1D62AD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pr_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pr_checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.whitepaper_hero ul {
    padding-left: 20px;
    padding-bottom: 25px;
}

























/* W H I T E  P A P E R */
.whitepaper_banner_container {
  background-position: center;
  margin: 0 -40px 20px;
  padding: 5px 40px;
  background-repeat: no-repeat;
}
.whitepaper_banner_title {
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-top: 90px;
  margin-bottom: 0;
}
.whitepaper_banner_subtitle {
  font-weight: 900;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.whitepaper_banner_container_content {
  height: 300px;
  background-repeat: no-repeat;
  background-position: bottom -25px left -50px;
  background-size: contain;
}
.whitepaper_banner_container_content a {
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 50px;
}


@media (max-width: 767.98px) {
  .whitepaper_banner_title {
    font-size: 26px;
    padding-top: 70px !important;
  }
  .whitepaper_banner_container {
    margin: 0 -25px 20px;
  }
  .whitepaper_banner_container_content {
    background-image: none !important;
    padding: 0 15px;
  }
  .whitepaper_banner_container_content a {
    margin-top: 0;
    margin-left: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .whitepaper_banner_container {
    padding: 5px 0;
  }
  .whitepaper_banner_container_content {
    height: 260px;
  }
  .whitepaper_banner_title {
    padding-top: 65px;
  }
  .whitepaper_banner_container_content a {
  margin-top: 0;
  margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .whitepaper_banner_title {
    padding-top: 65px;
    font-size: 24px;
  }
}



/* C A R E E R S */

.careers_timeline {
  margin: 50px 0 75px;
}
.careers_timeline > .container .row:first-child > .careers_timeline_leftbox {
  border-right: none;
}
.careers_timeline_leftbox::after, .careers_timeline_rightbox::after {
  content: "";
  position: absolute;
  background-color:#fff;
  border:3px solid #1D62AD;
  height: 18px;
  width: 18px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  z-index: 999;
}
.careers_timeline_leftbox::after {
  bottom: -9px;
  right: -9px;
}
.careers_timeline_rightbox::after {
  bottom: -9px;
  left: -9px;
}
.careers_timeline_leftbox {
  border-right: 1px solid #1D62AD;
  border-bottom: 1px solid #1D62AD;
}
.careers_timeline_rightbox {
  border-left: 1px solid #1D62AD;
  border-bottom: 1px solid #1D62AD;
}
.careers_timeline_date {
  font-size: 30px;
  font-weight: 300;
  color: #1D62AD;
  position: absolute;
}
.careers_timeline_rightbox h4.careers_timeline_date {
  right: -100px;
  bottom: -25px;
}
.careers_timeline_leftbox h4.careers_timeline_date {
  left: -100px;
  bottom: -25px;
}
.careers_timeline_rightbox {
  margin-left: calc(50% - 1px);
}
.careers_timeline_leftbox h5, .careers_timeline_rightbox h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.careers_timeline_leftbox h5 {
  text-align: right;
}
.careers_timeline_leftbox p {
  text-align: right;
}

.pr_careers_company {
  margin: 50px 0;
}
.pr_careers_company h1 {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: #00396B;
}
.pr_careers_company h4 {
  font-size: 24px;
  letter-spacing: -0.5px;
}
.pr_careers_company p strong {
  color: #1D62AD;
}
.pr_careers_company > .clients_video {
  background: #FFFFFF;
}
.pr_careers_story {
  margin: 50px 0;
}
.pr_careers_story h1{
  font-size: 36px;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
  color: #00396B;
}
.pr_careers_story p a {
  font-weight: 700;
  text-decoration: underline;
}
.pr_careers_values {
  background: #E9F0FA;
  padding: 75px;
}
.pr_careers_values h2 {
  font-size: 36px;
  letter-spacing: 0.8px;
  color: #00396B;
  margin-bottom: 50px;
}
.pr_careers_values h4 {
  font-size: 16px;
  letter-spacing: 1.2px;
}
.pr_our_departments {
  padding: 100px 0;
}
.pr_departments_col {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.pr_departments_col:before {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 25px);
  background: #1d62ad;
  content: "";
  z-index: -999;
  top: 10px;
  border-radius: 0 0 10px 10px;
}
.pr_departments_col img {
  border-radius: 10px 10px 0 0;
}
.pr_our_departments h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #00396B;
  font-size: 36px;
  letter-spacing: -0.85px;
  font-weight: 300;
}
.pr_departments {
  background: #1D62AD;
  color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.pr_departments h6 {
  padding: 20px 0 15px 30px;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}
.pr_departments p {
  padding: 0 30px 55px;
  min-height: 105px;
}
.pr_departments_col a {
  cursor: pointer;
  position: relative;
  display: block;
}
.pr_departments_col a::after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background-image: url('../images/playbutton@2x.png');
  width: 100px;
  height: 100px;
  background-size: cover;
  cursor: pointer;
}
.careers_working_at {
  background: #E9F0FA;
  text-align: center;
  padding-bottom: 65px;
}
.careers_working_at h1 {
  padding: 75px 0 40px;
  font-size: 40px;
  color: #00396B;
  letter-spacing: -1px;
}
.careers_working_at h3 {
  font-size: 36px;;
  letter-spacing: -0.85px;
  color: #00396B;
  margin-bottom: 80px;
}
.careers_working_at h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #1D62AD;
  letter-spacing: .75px;
}
.careers_working_at > .container > .row > .col-lg.col-md-4 img {
  max-width: 60px;
  margin-bottom: 20px;
}
.careers_working_at > .clients_video {
  padding: 0 0 60px;
  background-color: inherit;
}
.pr_application_process_en h1, .pr_application_process h1{
  font-weight: 300;
  font-size: 36px;
  color: #00396B;
  letter-spacing: -0.85px;
  text-align: center;
  margin: 100px 0 0;
}
.pr_application_process > .clients_video {
  background: #FFFFFF;
  padding-bottom: 65px;
}
.pr_application_process_en {
  background: #E9F0FA;
}
.pr_application_process_en > .clients_video {
  background: #E9F0FA;
  padding-bottom: 65px;
}
.jobs-listing h1 {
  font-weight: 300;
  font-size: 36px;
  color: #00396B;
  letter-spacing: -0.86px;
  text-align: center;
  margin: 100px 0 40px;
}
.pr_careers_hero p {
  margin-bottom: 70px;
}
.pr_careers_hero a {
  margin-bottom: 200px;
  min-width: 360px;
  text-transform: uppercase;
}
.job_listing > a > img.company_logo {
  display: none;
}
.job_listing > a > .location {
  color: #3d4548 !important;
}

@media (max-width: 990.98px) {
  .pr_careers_values p , .careers_working_at h6 {
    margin-bottom: 25px;
  }
  .pr_departments_col a::after {
    top:  calc(50% - 50px) !important;
    left: calc(50% - 50px) !important;
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 1999.98px) {
  .pr_departments_col a::after {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .pr_departments p {
    min-height: inherit;
  }

}
@media (max-width: 765.98px) {
  .careers_timeline_rightbox h4.careers_timeline_date ,
  .careers_timeline_leftbox h4.careers_timeline_date {
    bottom: inherit;
    top: -40px;
  }
  .careers_timeline_rightbox h4.careers_timeline_date {
    right: inherit;
    left: 15px;
  }
  .careers_timeline_leftbox h4.careers_timeline_date {
    left: inherit;
    right: 15px;
  }
}
@media (max-width: 539.98px) {
  .pr_careers_hero a {
    max-width: 100%;
    min-width: inherit;
  }
  .careers_timeline {
    margin: 50px 5px 75px;
  }
  .careers_timeline_leftbox > .row > .col-md-8 {
    padding-left: 5px;
  }
  .careers_timeline_rightbox > .row > .col-md-8 {
    padding-right: 5px;
  }
}


/* P R O D U C T // 07 | 01 | 2020 */



/* P R E S C R E E N  W I D G E T 04 | 02 | 2020 */

.job_item {
  font-weight: 400;
  color: #3D4548;
}

.job_item h4 {
  font-weight: 700;
  color: #00396B;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 25px;
}

.job_item > .job_post > a[aria-expanded="true"] h4 {
  color: #88C04B;
}


.job_post > a > .container {
  cursor: pointer;
}
.job_post_collapse {
  background: #FFFFFF;
  border-top: 1px solid #D8D8D8;

}
.job_post > a > .container {
  padding: 15px 0;
}
.job_post_collapse > .container {
  padding: 25px 0 75px;
}
.job_post_iframe{
  position: relative;
  background: #FFFFFF;
  z-index: 999;
  border-top: 1px solid #D8D8D8;
}
.job_dropdown {
  padding-bottom: 15px;
  position:relative;
  background: #FFFFFF;
  z-index: 999;
}


.job_post a[data-toggle="collapse"] > .container:after {
  content: " ";
  width: 17px;
  height: 17px;
  position: absolute;
  background-image:  url('../images/careers_arrow.png');
  background-size: contain;
  background-position: center center;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  right: 25px;
  top: calc(50% - 10px);
  transition: all .2s;
  }
.job_post a[aria-expanded="true"] > .container:after {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
  transition: all .2s;
}

.job_title {
  font-size: 32px;
  margin: 15px 0;
}
#share {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .job_item h4 {
    padding-left: 0;
  }
  .job_post a[data-toggle="collapse"] > .container:after {
    right: 0;
  }

}
#department, #city {
  width: 100%;
  background: #FFF;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #3D4548;
  background-image:  url('../images/careers_arrow.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
  padding-right: 25px;
}

#department:focus ,#city:focus {
    outline: none;
}
#department {
  margin-left: 25px;
}
#city {
  margin-right: 25px;
}
.city_dropdown {
  margin-right: 25px;
}
.careers_iframe {
  width: 100%;
  margin-top: -100px;
  z-index: 999;
  height: 1250px;

}

@media (max-width: 1199.98px) {
  .careers_post_cover {
    margin-left: 0 !important;
  }
  .careers_job_post {
    margin: 0 !important;
  }
  .job_post_title {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  #department {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .city_dropdown {
    margin-right: 0;
  }
  .careers_post_cover {
    margin-left: 0 !important;
  }
  .careers_job_post {
    margin: 0;
  }
  .job_post_title {
    font-size: 25px !important;
  }
  .careers_job_post {
    margin: 0 !important;
  }
  .job_post_sidebar {
    margin-top: 25px;
  }
  .job_post_info h5 {
    margin-top: 15px;
  }
}
.iframe_bg {
  background-image: url('../images/preloader.gif');
  width: 100%;
  min-height: 200px;
  left: calc(50% - 99px);
  background-repeat: no-repeat;
  background-position: center top;
}

.job_post_sidebar {
  position: sticky;
  top: 75px;
}
.careers_post_cover {
  margin-left: 25px;
}
.careers_job_post {
  margin: 0 25px 0 45px;
}
.careers_logo {
  width: 175px;
  height: auto;
  margin: 25px 0 0;
}
.job_post_title {
  font-size: 36px;
  margin-top: 25px;
}
.job_post_info {
  color: #808080;
  margin: 25px 0 50px;
}
.job_post_info h5 {
  font-size: 16px;
  color: #00396B;
  font-weight: 700;
}
.careers_job_post p strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #1d62ad;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 25px;
}
.careers_job_post ul {
  list-style: none;
  padding: 0;
}
.careers_job_post ul li {
  margin: 5px 0 0 20px;
  position: relative;
}
.careers_job_post ul li::before {
  content: "—";
  color: #1d62ad;
  position: absolute;
  left: -20px;
}
#share a img {
  width: 40px;
  height: auto;
  margin-left: 15px;
}
#psJobWidget {
  min-height: 1000px;
}

/* P R E S C R E E N  W I D G E T 04 | 02 | 2020 */

.quick_guide_sidebar {
  position: sticky;
  top: 125px;
}
.quick_guide_sidebar h4 {
  font-weight: 700;
  font-size: 16px;
  color: #00396B;
  letter-spacing: -0.38px;
  text-transform: uppercase;
}

.quick_guides_header h1 {
  margin-top: 70px;
  font-size: 58px;
  font-weight: 300;
  color: #1D62AD;
  letter-spacing: -1.39px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.quick_guides_header h1 strong {
  font-weight: 700;
}
.quick_guides_header h5 {
  font-weight: 700;
  font-size: 28px;
  color: #3D4548;
  letter-spacing: -0.67px;
  line-height: 40px;
  margin-bottom: 15px;
}
.qg_for_web {
  color: #1D62AD;
  border: 1px solid #1D62AD;
  border-radius: 6px;
  display: inline-block;
  margin: 40px 0 100px;
  font-weight: 700;
  padding: 5px 25px;
}
.quick_guide_menu {
  padding: 0;
  list-style: none;
}
.quick_guide_menu li {
  margin: 15px 0;
}
.quick_guide_menu li a {
  font-weight: 700;
  color: #00396B;
}
.quick_guide_menu li.current-menu-item a {
  color: #1D62AD 100%;
}
.quick_guide_menu li ul {
  display: none;
}
.quick_guide_menu li.current-menu-item ul {
  display: block;
  list-style: none;
  padding: 0 0 0 15px;
}
.quick_guide_menu li.current-menu-item ul li {
  margin: 5px 0;
}
.quick_guide_menu li.current-menu-item ul li a {
  color: #00396B !important;
  font-weight: 400;
}
.quick_guide_menu li ul li a::before {
  content: "\f105";
  font-family: "fontAwesome";
  padding-right: 5px;
}

.quick_guides_content h3 {
  font-size: 36px;
  color: #00396B;
  letter-spacing: -0.86px;
  font-weight: 300;
  margin-bottom: 20px;
}
.quick_guides_content h3 span {
  font-size: 46px;
  font-weight: 700;
  padding-right: 20px;
}
.welcome_versions {
  margin-left: -15px;
  margin-right: -15px;
}
.welcome_versions img {
  margin: 60px 0 60px;
}
.qg_footer {
  background: #E9F0FA;
  border-radius: 10px;
  padding: 50px  100px;
  margin-top: 50px;
}
.qg_footer h2 {
  font-weight: 300;
  font-size: 36px;
  color: #00396B;
  letter-spacing: -0.86px;
}
.qg_footer strong {
  color: #1D62AD;
  text-transform: uppercase;
}
.quick_guides_content a, .qg_footer a {
  font-weight: 700;
  color: #1D62AD;
  text-decoration: underline;
}
.qg_mobile_menu {
  background: #E9F0FA;
}
.qg_mobile_menu_header{
  display: block;
  width: 100%;
  font-weight: 700;
  color: #00396B !important;
  text-transform: uppercase;
  padding: 30px 0;
}
.qg_mobile_menu_header:hover {
  color: #00396B !important;
}
.qg_mobile_menu_header::after {
  content: "\f078";
  font-family: "fontAwesome";
  display: inline-block;
  transition: all .2s;
}
.qg_mobile_menu_header[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
  transition: all .2s;
}
#qgmenu > nav > ul > li {
  margin: 0;
}
#qgmenu > nav > ul > li > a {
  display: block;
  width: 100%;
  border-top: 1px solid #E9F0FA;
  padding: 20px 10px;
}
#qgmenu > nav > ul > li > ul {
  margin-bottom: 20px;
}
#qgmenu > nav > ul > li:first-child > a {
  border-top: 0;
}
@media (max-width: 959.9px) {
  .qg_nopadding {
    padding: 0;
  }
  .quick_guides_header h1 {
    font-size: 52px;
  }
  .quick_guides_header h1 br {
    display: none;
  }
  .quick_guides_header h5 {
    font-size: 18px;
    line-height: inherit;
  }
  .gq_footer_col {
    background: #E9F0FA;
    margin-top: 50px;
  }
  .qg_footer {
    padding: 40px 15px;
    border-radius: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .quick_guides_header h1 {
    font-size: 34px;
  }
  .qg_nopadding {
    padding-left: 15px;
  }
}
.careers_t_2 h2{
  font-size: 16px;
  text-transform: uppercase;
}
.careers_benefits img {
  width: auto;
  height: 40px;
}
.careers_benefits_img {
  min-height: 50px;
  margin-top: 5px;
}
.careers_benefits h5{
  font-weight: 700;
  font-size: 14px;
  color: #00396B;
  margin: 10px 0 25px;
}
.careers_footer_txt {
  margin: 12px 0 0 25px;
  background: #E9F0FA;
  padding: 25px 35px;
  font-size: 12px;
}
.careers_post_footer {
  width: calc(100% - 25px);
  margin-left: 25px
}
@media (max-width: 767px) {
  .careers_footer_txt {
    margin: 15px 0 0 0;
    background: #E9F0FA;
    padding: 15px 15px;
    font-size: 12px;
  }
  .careers_post_footer {
    width: 100%;
    margin-left: 0;
  }
}


.zoho_form_fname {
  padding-right: 5px;
}
.zoho_form_lname {
  padding-left: 5px;
}
@media (max-width: 767.9px) {
  .zoho_form_fname {
    padding-right: 15px;
  }
  .zoho_form_lname {
    padding-left: 15px;
    padding-top: 15px;
  }
}




/* H E R E  T O  H E L P */
.help_hero {
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.help_ceo_message {
  margin-top: 100px;
}
.help_ceo_message:before {
  content: "";
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: -60px;
}
.help_ceo_message a {
  font-weight: bold;
  text-decoration: underline;
}
.webinars_container {
  margin: 100px 0;
}

.webinars_block {
  background: #E9F0FA;
  margin-right: -40px;
  margin-left: -40px;
  padding: 70px 80px;
  border-radius: 20px;
  border-radius: 20px;
}
.webinar_block {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  border-radius: 10px;
  padding: 40px;
}
.webinars_block > .row {
  padding: 0 25px;
}
.webinars_block h1 {
  margin-bottom: 40px;
  font-size: 36px;
}
.webinar_block_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #1D62AD;
  letter-spacing: 0.62px;
}
.webinar_day, .webinar_month {
  border-right: 2px solid #1D62AD;
}
.ondemand_border {
  border-right: 0;
}
.ondemand_border p {
  color: #3d4548 !important;
  line-height: 48px;
}
.webinar_day p {
  padding: 0;
  margin: 0;
  font-size: 40px;
  color: #1D62AD;
  line-height: 40px;
}
.webinar_time p, .webinar_month p {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.webinar_time p:first-child,.webinar_month p:first-child {
  margin-bottom: -5px;
  color: #1D62AD;
}

.help_post_conatiner {
  padding: 40px 70px;
  border: 1px solid rgba(61,69,72,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  border-radius: 10px;
  margin: 50px 0;
}
.help_post_conatiner a {
  font-weight: 700;
  text-decoration: underline;
}
.btn-webinars {
  background-color: #FFFFFF;
  color: #1d62ad !important;
  border-color: #1d62ad;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  border-radius: 2px;
  margin-top: 40px;
  display: block;
}
.btn-webinars:hover {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF !important;
  border-radius: 2px;
}
@media (max-width: 1199.98px) {
  .webinar_block h5 {
    min-height: 45px;
  }
  .webinars_container {
    background: #E9F0FA;
  }
}
@media (max-width: 767px) {
  .help_hero {
    min-height: 620px;
  }
  .help_ceo_message {
    padding-left: 50px;
  }
  .help_ceo_message:before {
    width: 38px;
    height: 38px;
    left: 15px;
  }
  .co_ceo_ibrahim {
    padding-left: 50px;
  }
  .help_post_conatiner {
    padding: 0;
  }
  .help_post_conatiner img {
    border-radius: 10px 10px 0 0;
  }
  .help_post_conatiner p, .help_post_conatiner h4 {
    padding: 0 15px;

  }
  .help_post_conatiner h4 {
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
  }
  .help_post_conatiner p span {
    display: block;
    margin: 15px 0 0;
    text-transform: capitalize;
  }
  .webinars_container {
    background: #E9F0FA;
    padding: 75px 0;
  }
  .webinars_block {
    border-radius: inherit;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .webinars_block > .row {
    padding: 0;
  }
}

.help_cta {
  margin: 15px 0;
  padding-top: 25px;
}
.help_cta > .container > .row {
  border-bottom: 1px solid #E9F0FA;
  padding-bottom: 20px
}
.help_cta p {
  margin: 0;
  color: #1D62AD;
}
.help_cta p span {
  text-decoration: underline;
  padding-left: 30px;
  font-weight: 700;
}
.help_cta > .container > .row > div > a.btn {
  font-weight: 700;
  background-color: #FFFFFF;
  color: #1d62ad !important;
  border-color: #1d62ad;
}
.help_cta p:before {
  content: "";
  position: absolute;
  background-image: url('../images/info.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 2.5px;
}
@media (max-width: 767px) {
  .help_cta p {
    text-align: center;
    margin-bottom: 25px;
  }
  .help_cta > .container > .row > div > a.btn {
    width: 100%;
  }
}


/* B I M */
.lp_bim::before {
  content: "";
  background-image: url('../images/bimmodell.png');
  background-position: right bottom;
  background-size: contain;
  width: 75%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.lp_bim {
  position: relative;
  margin-bottom: 65px;
  overflow: hidden;
}
.lp_bim h1 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #1D62AD;
}
.lp_bim h1 span {
  font-weight: 700;
}
.lp_bim h5 {
  margin-top: 15px;
  font-weight: 700;
  color: #3D4548;
  font-size: 24px;
}
.lp_bim_form {
  background: #E9F0FA;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.lp_bim_form:after {
  content: "";
  width: 175px;
  height: 175px;
  position: absolute;
  top: -30px;
  right: -115px;
  background-image: url('../images/bim_soon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.lp_bim_form h4 {
  font-size: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.lp_bim_form p {
  margin: 30px 0;
}
.bim_checkbox {
  margin: 0;
}
.form-group.bim_beta_acess {
  margin: 0;
}
.bim_beta_acess p {
  margin-bottom: 34px;
  margin-top: 9px;
}
.bim_customers {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .lp_bim::before {
    width: 1250px;
    left: 75px;
    right: inherit;
  }
  .lp_bim h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .lp_bim::before {
    width: 100%;
    background-position: center top;
    left: 0;
    top: 45px;
  }
  .lp_bim h1 {
    margin-top: 250px;
    font-size: 36px;
  }
  .lp_bim h5 {
    font-size: 18px;
  }
  .lp_bim_form {
    border-radius: 0
  }
  .lp_bim_form:after {
    top: 65px;
    width: 100px;
    height: 100px;
    right: 15px;
  }
  .lp_bim_form_pos {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .bim_customers {
    text-align: center;
  }
  .lp_bim_logos > .clients_customers {
    box-shadow: inherit;
    padding: 0;
  }
  .lp_bim {
    margin-bottom: 30px;
  }
}
@media (max-width: 440px) {
  .lp_bim h1 {
    margin-top: 175px;
    font-size: 36px;
  }
}

@media (min-width: 2260px) {
  .lp_bim {
    padding-bottom: 150px;
  }
  .lp_bim::before {
    max-width: 1900px;
  }
}





.footer-widgets {
    margin-bottom: 25px;
}


.social-icons {
  padding-bottom: 20px;
}
.social-icons p {
  border-top: 1px solid #e9f0fa;
  border-bottom: 1px solid #e9f0fa;
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.social-icons > .row > .col-3 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.social-icons > .row > .col-3 img {
  max-width: 42px;
}
.social-icons > .row > .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.qg_gif {
  background-image: url('../images/gif_preloading.gif');
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 619px;
  width: 825px;
}



.pr_pagination li a:hover {
  border-color: #1D62AD;
  color: #1D62AD;
  background: #FFFFFF;
}
.pr_pagination li span {
  background: inherit;
  border: none;
}
.pr_pagination li span:hover {
  background: inherit;
}
.pr_pagination li a, .pr_pagination li span {
  margin-left: 15px;
  color: #3D4548;
  border-radius: 2px !important;
  border-color: #FFFFFF;
  padding: 7px 10px 9px;
  line-height: 12px;
}
}
.pr_pagination li span.page-link.dots {
  background-color: inherit;
  border: none;
}
.pr_pagination li a.prev.page-link {
  background-image: url('../images/prev.png');
}
.pr_pagination li a.next.page-link {
  background-image: url('../images/next.png');
}
.pr_pagination li a.prev.page-link, .pr_pagination li a.next.page-link {
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
}
.page-item.pr-active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1D62AD;
  border-color: #1D62AD;
  padding: 8px 11px 10px;

}



/* Contact Form Check */

.contact_form_terms {
  margin-left: 15px;
}
.contact_form_terms span span span {
  margin: 0;
}
.contact_form_terms span span span label input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 2px solid #1D62AD;

    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;

}

/* border radius for checkbox */
.contact_form_terms span span span label input[type="checkbox"] {
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-top: 3px;
}

/* hover state */
.contact_form_terms span span span label input[type="checkbox"]:not(:disabled):hover {
    border-color:#1D62AD;

}

/* active state */
.contact_form_terms span span span label input[type="checkbox"]:active:not(:disabled) {
    border-color:#1D62AD;
}

/* focus state */
.contact_form_terms span span span label input[type="checkbox"]:focus {
    outline:none;

}
/* input checked border color */
.contact_form_terms span span span label input[type="checkbox"]:checked {
    border-color:#1D62AD;
    background-color: #1D62AD;
}

/* checkbox checked */
.contact_form_terms span span span label input[type="checkbox"]:checked:before {
content: '';
display: block;
width: 4px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 4px;
margin-top: 1px;
}
.contact_form_terms span span span label a {
  color: #1d62ad !important;
  text-decoration: underline !important;
  cursor: pointer;
}




/* H  E  R  O */
.hero {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero h1 {
  font-weight: 300;
  font-size: 58px;
  color: #1D62AD;
  margin-top: 40px;
}
.hero h1 span {
  font-weight: 700;
}
.hero p {
  font-weight: 700;
  font-size: 28px;
  color: #3D4548;
  line-height: 40px;
  margin-top: 20px;
}
.hero_spacer {
  height: 160px;
  box-shadow: inset 0 -1px 0 0 rgba(61,69,72,0.25), inset 0 1px 0 0 rgba(61,69,72,0.25);
}


/* A B O U T */
.about_boxes {
  margin-top: 75px;
}
.about_info_box {
  border: 1px solid rgba(61,69,72,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 20px;
}
.about_info_box h4 {
  font-weight: 700;
  font-size: 36px;
  color: #1D62AD;
  letter-spacing: 1.5px;
}
.about_info_box a {
  text-decoration: underline;
  font-weight: 700;
}
.about_static {
  position:absolute;
  background: white;
}

.about_static:hover {
  opacity:0;
}
.about_footer {
  background-image: url('../images/about_footer.jpg');
  padding: 80px 0;
  color: #FFFFFF;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
}
.about_footer h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about_footer p {
  font-size: 32px;;
  font-weight: 700;
  margin-bottom: 60px;
}
.about_info_box p {
    min-height: 75px;
}
@media (max-width: 1199.98px) {
  .hero {
    min-height: 768px;
    background-position: center;
    background-size: cover;
  }
  .about_info_box {
    margin: 15px 0;
  }
  .hero_spacer {
    height: 140px;
  }

  .about_footer h2 {
    font-size: 36px;
  }
  .about_footer p {
    font-size: 24px;
  }
  .talk_to_us_img:before {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 30%;
    background: #E9F0FA;
  }
  .team_member {
    margin: 50px 0 25px;
  }
  .partners_box {
    margin: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 616px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero p {
    font-size: 18px;
    letter-spacing: -0.43px;
    line-height: 25px;
  }
  .nbluebtn {
    padding: 11px 15px;
    width: 100%;
  }
  .about_boxes {
    margin-top: 25px;
  }
  .about_info_box {
    margin: 10px 0;
  }
  .about_leadership {
    margin-top: 65px;
    margin-bottom: -40px;
  }
  .team_member {
    margin: 40px 0 0;
  }
  .partners_heading {
    margin: 75px 0 40px;
  }
  .partners_box {
    margin: 0 15px !important;
    padding: 50px 15px 20px !important;
  }
  .partners_box img {
    max-width: 100% !important;
  }
  .about_footer {
    margin-top: 75px;
  }
  .product_container {
      margin-left: 15px;
      width: calc(100% - 30px);
      padding-bottom: ;
  }
  .product_container > .row {
    padding-bottom: 15px;
  }
  .product_hero_video {
    height: inherit !important;
  }

}
.team_member_open p a {
  display: contents !important;
}
.team_member {
  cursor: pointer;
  margin: 50px 0;
  height: 275px;
}
.team_member:hover img {
  border: 10px solid #ebf1fa;
  transition: border 0.35s ease;
}
.team_member img{
  width: 165px;
  height: auto;
  border-radius: 50%;
  border: 10px solid white;
  transition: border 0.35s ease;
}
.team_member h5 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.team_member_box p, .team_member_box a {
  visibility: hidden;
}
.team_member_box {
  position: relative;
}
.team_member_box {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.team_member_box.team_member_open {
  border: 1px solid rgba(61,69,72,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  height: auto;
  z-index: 9;
}
.team_member_box.team_member_open img {
  border: 10px solid #ebf1fa;
  transition: border 0.35s ease;
}
.team_member_box.team_member_open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('../images/about_close.png');
  width: 12px;
  height: 12px;
  background-size: cover;
}
.team_member_box.team_member_open p, .team_member_box.team_member_open a {
  display: block;
  padding: 0 20px;
  visibility: visible;
}

.team_linkedin {
  border-radius: 0 !important;
  width: 32px !important;
  height: auto;
  border: 0 !important;
  margin-top: 10px;
}
.about_leadership {
  font-weight: 300;
  font-size: 36px;
  color: #00396B;
  text-align: center;
  margin-top: 100px;
  margin-bottom: -10px;
}
.talk_to_us {
  margin-top: 50px;
}
.talk_to_us h2 {
  font-weight: 300;
  font-size: 36px;
  color: #00396B;
  letter-spacing: -0.86px;
  text-align: center;
  margin-bottom: 40px;
}
.talk_to_us_img:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 15%;
  background: #E9F0FA;
}
.talk_to_us_img {
  position: relative;
}
.talk_to_us_img img {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
 }
.talk_to_office h4 {
  margin-top: 40px;
  font-size: 24px;
  letter-spacing: 1px;
}
.talk_to_office p {
  margin-bottom: 40px;
}
.nbluebtn {
  background-color: #1d62ad;
  border-color: #1d62ad;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  font-weight: 700;
  padding: 11px 65px;
}
.partners_heading {
  margin: 100px 0 40px;
  color: #00396B;
}
.partners_box {
  max-width: 1140px;
  margin: 0 auto;
  border: 1px solid rgba(61,69,72,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 90px 40px 40px;
}
.partners_box img {
  max-width: 250px;
}

.product_container > .row {
  background: #e9f0fa;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.product_hero_video {
  height: 825px;
}
.product_container h3 {
    text-transform: inherit;
}
.new_product_cta.product_cta > .row > .col-xl-8 {
  font-size: 28px;
}

.partners.partners_box.about_page_partners {
  border: 0;
  box-shadow: inherit;
  padding-top: 25px;
}
.footer_social_icons {
  font-size: 30px;
}
.footer_social_icons a {
  color: #FFFFFF;
}
.playpausebtn {
  background-image:url("https://www.planradar.com/wp-content/themes/planradar/images/playbutton@2x.png");
  background-repeat:no-repeat;
  width:25%;
  height:25%;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  background-size:contain;
  background-position: center;
}
.page-id-101663 > .products_hero, .page-id-101868 > .products_hero {
    height: 875px;
}



























/* N E W C O N T A C T S */
.contact_box_new h1 {
  font-size: 36px !important;
}
.international_contacts h2 {
  font-size: 36px;
  letter-spacing: 1.15px;
  font-weight: 300;
  color: #00396B;
  margin-bottom: 75px;
}
.international_contacts h3 {
  border-bottom: 3px solid #E9F0FA;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #1D62AD;
  letter-spacing: 1px;
  font-weight: 700;
}
.international_contacts ul {
  list-style: none;
  padding-left: 0;
}
.international_contacts ul li {
  position: relative;
  padding-left: 20px;
}
.international_contacts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6.5px);
  background-image: url('../images/email.png');
  background-size: cover;
  width: 13px;
  height: 13px;
}
.international_contacts ul li.contacts_office::before {
  content: "";
  background-image: url('../images/pin.png');
  height: 17px;
  top: calc(50% - 8.5px);
}
.international_contacts ul li a {
  color: #3d4548;
}
.contacts_office {
  position: relative;
}
.contacts_office span {
  cursor: pointer;
}

.office_details {
  position: absolute;
  bottom: 25px;
  left: -25%;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 25px 30px;;
  z-index: 9999;
  border: 1px solid rgba(61,69,72,0.05);
  min-width: 220px;








}

.office_details::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -16px;
    left: 50%;
    box-sizing: border-box;

    border: 8px solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.10);
  }
.office_details_title {
  color: #1D62AD;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.office_details_address {
  margin-bottom: 15px;
}
.office_details_email {
  margin-bottom: 0;
}
.office_details_email::before {
  content: "@";
  padding-right: 5px;
}
.office_details_phone {
  margin-bottom: 0;
}
.office_details_phone::before {
  padding-right: 5px;
  content: "\f095";
  font-family: "fontAwesome"
}
.close_office_details {
  position: absolute;
  top: -5px;
  right: 7px;
  font-size: 24px;
  color: #d8dada !important;
  z-index: 999;
  cursor: pointer;
}








.contact_box_new {
  margin-top: -185px;
  z-index: 9;
  position: relative;
}


.contact_box_new > .container{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
}
.contact_box_new > .container > .row  {
  background: #00396B;
  border-radius: 25px 10px 10px 25px
}
.contact_box_new > .container > .row > .col-lg-9 {
  background: #FFFFFF;
  padding: 30px 50px;
  border-radius: 10px 0 0 10px;
}
.office_address_sidbar {
  position:absolute;
  left:20px;
  bottom:53px;
  color: #FFFFFF;
}
.office_address_sidbar h6 {
  font-size: 16px;
}
.contacts_email_new {
  margin-top: 24px;
  margin-bottom: 0;
}



.ncholder::placeholder {
  color: #3D4548;
  opacity: 1; /* Firefox */
}

.ncholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #3D4548;
}

.ncholder::-ms-input-placeholder { /* Microsoft Edge */
 color: #3D4548;
}
.contact_box_new a {
  font-weight: 700;
}

textarea.ncholder {
  height: 90px;
}
.nc-help > button.btn.dropdown-toggle.btn-light {
  background: #FFFFFF;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
}
.nc-help > button.btn.dropdown-toggle.btn-light::after {
  background-image: url('../images/contact_dropdown_arrow.png');
  background-size: cover;
  width: 18px;
  height: 8px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 50%;
}


.masonry { /* Masonry container */
  column-count: 2;
  column-gap: 1em;
}
.brick:nth-child(6) {
  margin-top : 70px;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 70px !important;
}
.nctos {
  margin-bottom: 0;
}
.nctos label {
  margin-bottom: 0;
}
.nctos > .contact_form_terms {
  margin: 0;
}
.nctos p, .nc_form > .form-row > .form-group > .ajax-loader {
  display: none;
}
.nc_form > .form-row > .form-group > input {
  padding-top: 9px;
  padding-bottom: 9px;
}
.contact_modal_body > .padding75 {
  padding: 0;
}
.contact_modal_body h1 {
  padding: 0;
}
@media(min-width: 1920px){
  .contact_pretablet_background {
    background-image: none !important;
    background-color: #0064c8;
  }
}
@media (max-width: 1919px) {
  .contact_pretablet_background {
    background-position: center;
    height: 600px;
  }
  .contact_pretablet_background picture {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .contact_pretablet_background {
    background-image: none !important;
    height: inherit;
  }
  .contact_pretablet_background picture {
    display: block;
  }
  .img-xl-100 {
    width: 100%;
  }
  .contact_box_new {
    margin-top: 0;
    padding-top: 39px;
  }

  .contact_box_new > .container{
    box-shadow: none;
    border-radius: 0;
  }

  .contact_box_new > .container > .row  {
    background: inherit;
    border-radius: none;
  }

  .contact_box_new > .container > .row > .col-lg-9 {
    padding: 0 15px;
    border-radius: 0;
  }
  .contact_box_new p {
    margin-bottom: 40px;
  }

  .office_address_sidbar {
    position:inherit;
  }

  .new_contact_page_address {
    background: #00396B;
    color: #FFFFFF;
    padding: 40px 0;
    margin-top: 20px;
  }
  .new_contact_page_address p {
    float: left;
    width: 50%;
  }
  .new_contact_page_address p.contacts_email_new {
    margin-top: 0;
  }
  .new_contact_page_address p.contacts_phone_new,
  .new_contact_page_address p.contacts_email_new {
    float: right;
    width: 50%;
    text-align: right;
  }


  .international_contacts > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .international_contacts h3 {
    padding-left: 40px;
    margin-bottom: 0;
    margin-top: 60px;
  }

  .contact_country_tablet {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 15px 40px;
    margin-bottom: 0;
    position: relative;

  }
  .country_mobile_inner_shadow {
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 0.25),
                inset 0px -8px 8px -10px rgba(0, 0, 0, 0.25);
  }

  .contact_country_tablet.collapsed {
    box-shadow: none;
  }
  .country_dropdown_cities {
    background: rgba(0,0,0,0.05);
    padding: 30px 40px
  }
  .mobile_main_office_details {
    position: relative;
    margin-bottom: 24px;
  }
  .mobile_main_office_details::before{
    content: "";
    width: 13px;
    height: 17px;
    background-image: url('../images/pin.png');
    position: absolute;
    left: -23px;
    top: 3px;
    background-size: cover;
  }
  .mobile_office_title, .mobile_office_email {
    margin-bottom: 0;
  }
  .masonry { /* Masonry container */
    column-count: initial;
    column-gap: initial;
  }
  .brick:nth-child(6) {
    margin-bottom: inherit;
    -webkit-margin-before: inherit !important;
    -webkit-margin-after: inherit !important;
  }
  .contact_country_tablet span {
    position: absolute;
    right: 40px;
    top: calc(50% - 4px);
    background-image: url('../images/contact_dropdown.png');
    background-size: cover;
    width: 18px;
    height: 8px;
    transform: rotate(180deg);
    transition: transform .2s;
  }
  .contact_country_tablet.collapsed span{
    transform: none;
    transition: transform .2s;
  }
  .ncontatct_email p {
    margin-bottom: 0;
    position: relative;
  }
  .ncontatct_email p::before {
    content: "";
    background-image: url('../images/email.png');
    background-size: cover;
    width: 13px;
    height: 13px;
    position: absolute;
    left: -23px;
    top: calc(50% - 6.5px);
  }

  .ncholder {
    padding: 29px 15px;
  }
  textarea.ncholder {
    height: 150px;
    padding: 15px;
  }
  .nc-help > button.btn.dropdown-toggle.btn-light {
    background: #FFFFFF;
    padding: 17px 15px;
    border: 1px solid #ced4da;
  }
  .nc-help {
    height: 100%;
  }
  .international_contacts h2 {
    padding: 25px 0 0;
    margin-bottom: 0;
  }
  .nc_form > .form-row > .form-group > input {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .nctos {
    margin-bottom: 0;
  }
  .nctos > .contact_form_terms {
    margin: 15px 0 15px 15px;
  }
  .new_contact_page_address p.contacts_phone_new,
  .new_contact_page_address p.contacts_email_new,
  .new_contact_page_address p  {
    float: none;
    width: inherit;
    text-align: center;
  }
  .new_contact_page_address h6 {
    text-align: center;
  }
  .international_contacts h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .international_contacts > .container > .row.d-block > div {
    float: inherit !important;
  }
  .international_contacts h3 {
    border-bottom: 1px solid #1D62AD;
    padding-left: 15px;
  }
  .country_dropdown {
    right: 15px;
  }
  .contact_country_tablet {
    padding-left: 15px;
  }

  .country_dropdown_cities > .container > .row > div {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .country_dropdown_cities {
    padding-left: 25px;
    padding-right: 25px;
  }
  .nc_form > .form-row > .form-group {
    margin-bottom: 7px;
  }
  .international_contacts h2 {
    padding: 25px 0 0;
  }
}
@media (max-width: 399px) {
  .international_contacts h2 {
    font-size: 28px;
  }
}




/* WEBINAR BANNER */
.post_webinar_banner {
  padding: 40px;
  margin: 40px -40px 40px -40px;
  background-image: url('../images/footer.jpg');
  color: #FFFFFF;
}
.post_webinar_banner h3 {
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
}
.gtw_btn {
  margin-bottom: 0;
}
.gtw_btn > .ajax-loader {
  display: none !important;
}
.webinar_form > .wpcf7-response-output {
  display: none !important;
}
.webinar_post_block {
  background: #e9f0fa;
  margin: 40px -40px 40px -40px;
}
.webinar_left {
	width: 100%;
  background-color: #1d62ad;
  color: #FFFFFF;
  font-weight: 700;
  padding: 40px 15px 0 40px;
}
.webinar_left h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
}
.webinar_left h4 {
  margin: 60px 0 15px;
}
.webinar_left h4 span {
  background: #FFFFFF;
  border-radius: 4px;
  color: #1d62ad;
  padding: 5px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.webinar_form {
  padding: 40px 45px 25px 15px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .webinar_post_block {
    margin: 40px -25px 40px -25px
  }
  .webinar_left {
    padding: 10px 25px 10px 25px;
  }
  .webinar_form {
    padding: 40px 30px 25px;
  }
}


/* Webinar Form Check */

.webinar_form_terms {
  margin-left: 15px;
}
.webinar_form_terms span span span {
  margin: 0;
}
.webinar_form_terms span span span label input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 2px solid #FFFFFF;

    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;

}

/* border radius for checkbox */
.webinar_form_terms span span span label input[type="checkbox"] {
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-top: 3px;
}

/* hover state */
.webinar_form_terms span span span label input[type="checkbox"]:not(:disabled):hover {
    border-color:#FFFFFF;

}

/* active state */
.webinar_form_terms span span span label input[type="checkbox"]:active:not(:disabled) {
    border-color:#FFFFFF;
}

/* focus state */
.contact_form_terms span span span label input[type="checkbox"]:focus {
    outline:none;

}
/* input checked border color */
.webinar_form_terms span span span label input[type="checkbox"]:checked {
    border-color:#FFFFFF;
    background-color: #FFFFFF;
}

/* checkbox checked */
.webinar_form_terms span span span label input[type="checkbox"]:checked:before {
content: '';
display: block;
width: 4px;
height: 8px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 4px;
margin-top: 1px;
}
.webinar_form_terms span span span label a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: bold;
}


/* WEBINAR BANNER */
.post_webinar_banner {
  padding: 40px;
  margin: 40px -40px 40px -40px;
  background-image: url('../images/footer.jpg');
  color: #FFFFFF;
}
.post_webinar_banner h3 {
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
}
.gtw_btn {
  margin-bottom: 0;
}
.gtw_btn > .ajax-loader {
  display: none !important;
}


.webinar_post_block {
  background: #e9f0fa;
  margin: 40px -40px 40px -40px;
}
.webinar_left {
	width: 100%;
  background-color: #1d62ad;
  color: #FFFFFF;
  font-weight: 700;
  padding: 40px 15px 0 40px;
}
.webinar_left h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
}
.webinar_left h4 {
  margin: 60px 0 15px;
}
.webinar_left h4 span {
  background: #FFFFFF;
  border-radius: 4px;
  color: #1d62ad;
  padding: 5px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.webinar_form {
  padding: 40px 45px 25px 15px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .webinar_post_block {
    margin: 40px -25px 40px -25px
  }
  .webinar_left {
    padding: 10px 25px 10px 25px;
  }
  .webinar_form {
    padding: 40px 30px 25px;
  }
}



/* N E W  C US T O M E R S */
.customers_hero_2 {
  height: 600px;
  background-position: center;
}
.customers_hero_2 h1 {
  margin-top: 100px;
  font-size: 100px;
  color: #FFFFFF;
  letter-spacing: 1.72px;
  font-weight: 900;
  margin-bottom: 15px;
}
.customers_hero_2 p {
  max-width: 756px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 35px
}
.cta_btn > .btn-pr-green {
  padding: 8px 58px;
  text-transform: none;
  font-size: 22px;
  font-weight: 900;
}


.customers_selected_cs_2 {
  background: #FFFFFF;
  border: 0 solid rgba(61,69,72,0.10);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  margin-top: -65px;
  padding: 25px;
  color: #000000;
  margin-bottom: 70px;
  width: 100%;
}
.customers_selected_cs_2 h6 {
  font-size: 18px;
  font-weight: 900;
}
.customers_selected_cs_2 h3 {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 38px;
  width: 90%;
}
.customers_selected_cs_2 p {
  font-weight: 300;
  line-height: 22px;
  font-size: 18px;
}
.customers_selected_cs_2 p a, .customers_selected_cs_2 h3 a{
  color: #000000;
}
.cs_mobile_featured > a.btn {
  display: block;
  font-weight: 900;
  font-size: 22px;
  width: 180px;
  text-transform: inherit;
  margin-top: 30px;
}

.cp2_list {
  background: rgba(0,0,0,0.03);
  padding: 60px 0 40px;
}
.cp2_list h1 {
  font-weight: 900;
  font-size: 50px;
  color: #1D62AD;
  letter-spacing: 0.86px;
  margin-bottom: 60px;
}

.filters {
  margin-bottom: 60px;
}
.filters > .row > .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-custfltr {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding: 10px 15px;
  color: #3D4548;
  margin-bottom: 12px;
}
.filters button.btn-planradar-contact {
  width: inherit;
  font-weight: 900;
  font-size: 22px;
  min-width: 275px;
  margin-top: 30px;
  text-transform: inherit;
}

.cp2_box.logo-item-box-new {
  height: 190px;
}
.cp2_box.logo-item-box-new > .logo-item-new {
  height: 190px;
  min-height: 190px;
}
.cp2_box.logo-item-box-new > .logo-item-new img {
  margin: auto;
  display: block;
}
.cp2_box.logo-item-box-new > .logo-item-new.logo_description_open {
  width: calc(200% - 10px);
  height: calc(200% + 10px) !important;
  min-height: inherit;
}
.cp2_box.logo-item-box-new > .logo-item-new > .logo_aligned_middle {
  padding-top: 25px;
}
.cp2_box.logo-item-box-new > .logo-item-new > .logo_have_description {
  font-size: 18px;
}
.cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
  padding: 0 15px 15px;
  position: absolute;
  top: 150px;
  line-height: 18px;
  height: calc(100% - 150px);
}
.case_study_download {
  display: block;
  position: absolute;
  bottom: 20px;
}
.case_study_box_2 {
  padding: 25px;
  color: #000000;
}
.case_study_box_2 h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}
.case_study_box_2 h4 a, .case_study_box_2 p a {
  color: #000000;
}
.case_study_box_2 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.case_study_box_2 img {
  height: 140px;
  width: auto;
  margin-left: 0 !important;
  border-radius: 4px;
}
.case_study_box_2_more {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-weight: 900 !important;
}
.case_study_box_2_more a {
  color: #1D62AD !important;
  text-decoration: underline;
}
.btn-custfltr {
  background: rgba(255,255,255,0.50);
  transition: background .5s;
}
.btn-custfltr:focus {
  box-shadow: inherit;
}
.btn-custfltr.is-checked {
  color: #000000;
  font-weight: 900;
  background: #FFFFFF;
}
.btn-custfltr.is-checked:hover {
  background: #FFFFFF;
}
.btn-custfltr:hover {
  background: rgba(0,0,0,0.05);
  transition: background .5s;
}
.cust_ply_btn {
 width: 120px;
 height: 120px;
 z-index: 9;
 position: absolute;
 top: calc(50% - 60px);
 left: calc(50% - 60px);
 background-image: url('../images/playbutton@2x.png');
 background-size: cover;
}
#dsktp_video {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
}
.dsktp_video_conatiner {
  padding: 100px 0;
}
.dsktp_video_conatiner img {
  max-height: 426px;
}
.customers_selected_logo {
  position: absolute;
  right: 0;
}
.customers_selected_logo img {
  max-height: 50px;
  max-width: 150px;
}
.logo_aligned_middle div {
  float: left;
  width: 100%;
  max-width: 175px;
}
.logo-item-box-new[style*="left: 925px"] >  .logo-item-new.logo_description_open {
  right: 5px;
  text-align: right;
}
.logo-item-box-new[style*="left: 925px"] >  .logo-item-new.logo_description_open > .logo_aligned_middle div {
  float: left;
}
.dsktp_video_conatiner h2 {
  font-size: 64px;
  font-weight: 900;
  color: #000000;
}
.dsktp_video_conatiner h2 span {
  display: block;
  text-align: center;
}
.customers_selected_cs_2 > .row > .col-xl-3 {
  padding-right: 6px;
}
@media (max-width: 1199.9px) {
  .customers_hero_2_tablet_content {
    background-image: linear-gradient(180deg, #00396B 0%, #1D62AD 100%);
    border: 1px solid #979797;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0 50px;
  }
  .customers_hero_2_tablet_content h1 {
    font-size: 82px;
    color: #FFFFFF;
    letter-spacing: 1.72px;
    font-weight: 900;
  }
  .customers_hero_2_tablet_content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .customers_hero_2_tablet_content p br {
    display: none;
  }
  .customers_selected_cs_2 {
    margin: 0;
    box-shadow: none;
  }
  .customers_hero_2_tablet_content > .container > .row > .col-12 > div.cta_btn > a {
    min-width: 460px;
  }
  .case_study_box_2 {
    padding: 20px;
  }
  .ipad_customer_list {
    background: rgba(0,0,0,0.05);
    padding: 20px 0 0;
  }
  .cp2_box.logo-item-box-new {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .cp2_box.logo-item-box-new > .logo-item-new {
    min-height: inherit;
    width: calc(100% - 20px );
    padding: 15px;
  }
  .cp2_box.logo-item-box-new > .logo-item-new img {
    max-width: 100%;
  }
  .cp2_box.logo-item-box-new > .logo-item-new.logo_description_open {
    width: calc(200% - 20px);
    height: calc(200% + 20px) !important;
    padding-bottom: 15px;
  }

  .cs_col {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cs_w_box {
    background: #FFFFFF;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }

  .logo_aligned_middle div {
    max-width: 182.5px;
  }

  .logo-item-box-new[style*="left: 697.5px"] >  .logo-item-new.logo_description_open {
    right: 10px;
    text-align: right;
  }
  .logo-item-box-new[style*="left: 697.5px"] >  .logo-item-new.logo_description_open > .logo_aligned_middle div {
    float: left;
  }
   .cs_w_box p {
     margin-bottom: 5px;
   }
   .cs_w_box h4 {
     font-weight: 900;
     font-size: 22px;
     color: #000000;
     height: 80px;
     overflow: hidden;
   }
   .cs_w_box h4 a {
     color: #000000;
   }
   .customerDropdown2 {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid rgba(61,69,72,0.15);
      border-radius: 4px;
      margin: 10px 0 30px;
   }
   .customerDropdown2 button {
     text-align: left;
     font-weight: 900;
     color: #000000;
     font-size: 22px;
     padding: 15px;
     letter-spacing: 1.38px;
     line-height: 24px;

   }
   .customerDropdown2 button.is-checked {
     display: none;
   }
   .customerDropdown2 button.tblt_dd_m {
     font-weight: 300;
   }
   .cp2_box.logo-item-box-new > .logo-item-new > .logo_have_description {
     font-size: 28px;
   }
   .customerDropdown2 button:focus {
     box-shadow: inherit;
   }
   .customerDropdown2.show > .dropdown-menu {
     width: 100%;
     margin: 5px 0;
     border-radius: 4px;
     border: 1px solid rgba(61,69,72,0.15);
     padding: 0;
     box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.10);
   }
   .customerDropdown2.show > .dropdown-menu button {
     border-bottom: 1px solid rgba(61,69,72,0.15);
     text-align: center;
     letter-spacing: inherit;
   }
   .customerDropdown2.show > .dropdown-menu button:last-child {
     border-bottom: 0;
     border-radius:  4px 4px 0 0;
   }
   .customer_mobile_filter {
      font-size: 22px;
      color: #000000;
      letter-spacing: 1.12px;
      font-weight: 700;
      border: 1px solid rgba(0,0,0,0.15);
      border-radius: 4px;
      padding: 15px;
      width: 100%;
      background: #FFFFFF;
      margin-bottom: 40px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;

   }
   .customer_mobile_filter_arrow {
      background-image: url('../images/customers_arrow.png');
      width: 27px;
      height: 14px;
      background-size: cover;
      border: none;
      position: absolute;
      top: 23px;
      right: 35px;
   }
   .cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
     line-height: 18px;
   }
   .cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
     top: 175px;
     padding: 0 15px 15px 0;
     height: calc(100% - 175px);
   }
   .customers_selected_cs_2 h3  {
     width: 100%;
   }
   .customers_selected_cs_2 > .row > .col-xl-3 {
     padding-right: 15px;
   }
}
@media (max-width: 991.9px) {
  .cs_w_box h4 {
    font-size: 18px;
    height: 63px;
    line-height: 20px;
  }
  .customers_selected_logo img {
    max-height: 30px;
  }
  .logo-item-box-new[style*="left: 517.5px"] >  .logo-item-new.logo_description_open {
    right: 10px;
    text-align: right;
  }
  .logo-item-box-new[style*="left: 517.5px"] >  .logo-item-new.logo_description_open > .logo_aligned_middle div {
    float: left;
  }
  .cp2_box.logo-item-box-new > .logo-item-new > .logo_aligned_middle {
    padding-top: 0;
  }
  .logo_aligned_middle div {
    max-width: 122.5px;
  }
  .cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
    padding: 0 15px 15px 0;
    top: 111px;
    height: calc(100% - 111px);
  }
}
@media (max-width: 767.9px) {
  .customers_hero_2_tablet_content h1 {
    font-size: 48px;
    letter-spacing: 0.9px;
  }
  .customers_selected_cs_2 {
    padding: 15px;
  }
  .cs_mobile_featured {
    padding: 30px 15px 0 ;
  }
  .customers_selected_cs_2 h3 {
    font-size: 22px;
  }
  .customers_selected_cs_2 a {
    width: 100%;
  }
  .tablet_height {
    text-align: center;
    height: 165px !important;
  }
  .cp2_box.logo-item-box-new > .logo-item-new.logo_description_open {
    width: calc(100% - 20px);
    padding-bottom: 15px !important;
  }
  .customerDropdown2 {
    width: 100%;
  }
  .customerDropdown2 {
    font-size: 18px;
  }
  .cs_mobile_featured > a.btn {
    width: 100%;
  }
  .cs_col {
    height: auto !important;
    margin-bottom: 20px;
  }
  .logo-item-new.logo_description_open {
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.26);
  }
 .customer_mobile_filter {
   font-size: 18px;
 }
 .cp2_box.logo-item-box-new > .logo-item-new img {
   height: 100% !important;
   max-height: 165px !important;
 }
  .case_study_download a {
    padding-bottom: 0;
  }
  .customers_selected_cs_2 {
    max-width: inherit;
    padding: 0;
    width: 100%;
  }
  .logo_aligned_middle div {
    max-width: inherit;
  }
  .cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
    top: initial;
    padding: 0 15px 15px;
  }
  .customers_hero_2_tablet_content > .container > .row > .col-12 > div.cta_btn > a {
    min-width: inherit;
    width: 100%;
  }
  .isotopeHeight {
    padding: 0;
    max-width: inherit;
  }
  .cs_mobile_featured {
    padding: 30px 15px 50px;
    max-width: 540px;
    margin: 0 auto;
  }
  .customers_hero_2_tablet_content {
    text-align: left;
  }
}
@media (max-width: 575.9px) {

  .ipad_customer_list {
    padding: 40px 0 0;
  }
  .customers_selected_cs_2 img {
    max-width: 100%;
  }
  .customers_selected_cs_2 {
    padding: 0;
  }

  .cs_w_box {
    padding: 10px;
  }
  .cs_w_box p {
    margin-bottom: 0;
  }
  .case_study_download {
    bottom: 60px;
  }
  .cp2_box.logo-item-box-new {
    padding-left: 15px;
    padding-right: 15px;
  }
  .customers_hero_2_tablet_content h1 {
    font-size: 46px;
  }
  .cp2_box.logo-item-box-new > .logo-item-new {
    width: calc(100% - 30px) !important;
  }
  .cmobile_dropdown_button {
    padding: 0 15px;
  }
  .cs_mobile_featured {
    margin: 0 15px;
  }
}
@media (max-width: 399.9px) {
  .customer_mobile_filter {
    font-size: 16px;
    letter-spacing: inherit;
  }

}
@media (max-width: 329.9px) {
  .cp2_box.logo-item-box-new > .logo-item-new > .logo_description {
    line-height: 16px;
    font-size: 14px;
  }
  .cs_col {
    height: 150px !important;
  }
  .cs_w_box h4 {
    height: inherit;
  }
  .case_study_box_2_more {
    bottom: -20px;
  }
}
@media (min-width: 1911px) {
  .customers_hero_2 {
    background-size: cover;
  }
}











/* FEATURE PAGES */
.fp_header {
  background-position: top center;
  color: #FFFFFF;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: auto 600px;
  position: relative;
}
.fp_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-color: #0064C8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}
.fp_header h1 {
  font-size: 70px;
  font-weight: 900;
  margin-top: 70px;
}
.fp_header p {
  font-weight: 900;
  font-size: 22px;
  margin-top: 30px;
}
.fp_header a {
  display: block;
  margin: 50px auto 20px;
  max-width: 375px;
}
.fp_header img {
  max-width: 436px;
}
.fp-header-img-p img {
  max-width: 316px;
}
.btn.btn-fp-green {
  background: #46AA00;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 22px;
  padding: 10px;
}

.fp_customers {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}

.fp_after_header {
  background: #F7F7F7;
  margin: 40px 0 0;
  padding: 50px 0;
}
.fp_after_header h2 {
  font-weight: 900;
  color: #005CA9;
  font-size: 105px;
}
.fp_after_header p strong {
  font-weight: 900;
  font-size: 22px;
  margin-top: 50px;
  display: block;
}
.fp_after_header p {
  font-weight: 300;
  color: #000000;
  font-size: 18px;
}
.fp_container {
  padding: 40px 0;
  max-width: 1140px;
  margin: 0 auto;
  color: #000000;
}
.fp_container_border {
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
.fp_container h3 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 25px;
}
.fp_container p {
  font-weight: 300;
  font-size: 18px;
}
.fp_cta{
  background-image: linear-gradient(225deg, #0064C8 0%, #003264 100%);
  padding: 50px;
  margin: 60px 0 45px;
}
.fp_cta a {
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
.fp_benefits > .row > .col-md-4 {
  padding-left: 7px;
  padding-right: 7px;
}
.fp_benefits h2{
  font-size: 70px;
  font-weight: 900;
  color: #005CA9;
  padding: 25px 0;
}
.fp_benefits p {
  font-weight: 900;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
}
.fp_grey_container {
  background: #F7F7F7;
  max-width: inherit;
  padding: 45px 0 90px;
  margin: 100px 0 75px;
}
.fp_grey_container h2 {
  font-weight: 900;
  font-size: 80px;
  color: #000000;
}
.grey_resolve_img::after {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: -50px;
  width: 130px;
  height: 132px;
  background-image: url('../images/checkmark.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.grey_resolve_img_nomark::after {
  content: inherit !important;
}
.fp_faqs {
  color: #000000;
}
.fp_faqs h2 {
  font-size: 70px;
  color: #005CA9;
  font-weight: 900;
  padding: 28px 0;
}
.fp_faqs p {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  max-width: 275px;
}
.fp_faqs h3 {
  font-weight: 900;
  font-size: 22px;
}
.fp_container .container > .row > .col-md-5.order-md-2.order-1 {
  text-align: right;
}
.nfooter {
  background-image: linear-gradient(225deg, #0064C8 0%, #003264 100%);
  margin-top: 60px;
  color: #FFFFFF;
  padding: 15px 0 90px;
}
.nfooter h2 {
  font-size: 100px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 100px;
  font-weight: 900;
  margin-bottom: 80px;
}
.nfooter a {
  min-width: 375px;
}
.nfooter ul {
  list-style: none;
  padding: 0;
  margin-top: 75px;
}
.nfooter ul li {
  font-weight: 900;
  font-size: 22px;
  padding: 35px 0;
}
.nfooter ul li:first-child {
  padding-top: 25px;
}
.nfooter ul li img {
  width: 34px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 1199.9px) {
   .fp_header > .container {
     max-width: inherit;
   }
   .fp_header h1 {
     font-size: 50px;
   }
  .fp_grey_container h1, .fp_after_header h1 {
    font-size: 70px;
  }
  .fp_faqs p {
    max-width: 260px;
  }
  .nfooter ul li img {
    float: left;
  }
  .fp_header {
    margin-bottom: 75px;
  }
  .fp_after_header p strong {
    margin-top: 25px;
  }
  .fp_after_header > .container > .row > .col-md-5 {
    text-align: right;
  }
  .fp_after_header > .container > .row > .col-md-5 img {
    max-width: 219px;
  }
  .fp_grey_container {
    margin: 75px 0 50px;
  }
  .fp_header a, .fp_cta a {
    max-width: 460px;
    padding: 12px 0 !important;
  }
  .mega-menu-item.col.gb,
  .mega-menu-item.col.ch,
  .mega-menu-item.col.at,
  .mega-menu-item.col.de {
    ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .fp_header::before {
    content: inherit;
  }
  .fp_header > .container {
    max-width: 540px;
  }
  .fp_header {
    background-image: linear-gradient(225deg, #0064C8 0%, #003264 100%) !important;
    background-size: auto 450px;
    margin-bottom: 50px;
  }
  .fp_header h1 {
    font-size: 34px;
    margin-top: 25px;
  }
  .fp_header a {
    margin: 25px auto 25px;
  }
  .fp_customers {
    padding-bottom: 10px;
    font-size: 21px;
  }
  .fp_after_header {
    padding: 49px 0;
  }
  .fp_after_header img {
    max-width: 175px;
    margin: 0 auto 25px;
    display: block;
  }
  .fp_after_header p strong {
    margin: 30px 0 ;
  }
  .fp_grey_container h1, .fp_after_header h1 {
    font-size: 56px;
    margin-bottom: 25px;
  }
  .fp_after_header h1 {
    margin-top: 35px;
  }
  .fp_faqs p {
    max-width: inherit;
  }
  .fp_faqs p strong {
    margin-top: 28px;
    display: block;
  }
  .fp_faqs p:last-child {
    margin-bottom: 25px;
  }
  .fp_faqs h2 {
    padding: 28px 0 0;
  }
  .fp_benefits > .row > .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fp_container p:last-child {
    margin-bottom: 0;
  }
  .fp_container img {
    max-width: 175px;
    display: block;
    margin: 0 auto 40px;
  }
  .fp_container.fp_grey_container {
    padding: 50px 0 115px;
  }
  .fp_container.fp_grey_container img {
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
  .grey_resolve_img::after {
    top: calc(100% - 66px);
    left: calc(50% - 65px);
  }
  .fp_benefits p {
    margin-bottom: 40px;
  }
  .fp_benefits img {
    width: 100%;
  }
  .nfooter {

    padding: 30px 0;
  }
  .nfooter h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .nfooter a {
    min-width: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .nfooter ul {
    list-style: none;
    margin-top: 0;
  }
  .nfooter ul li {
    padding: 18px 0;
  }
  .fp_header img {
    max-width: 345px;
  }
  .fp_cta {
    margin: 0;
    padding: 50px 15px;
  }
  .fp_cta a {
    max-width: inherit;
  }
  .fp_grey_container {
    margin: 25px 0 35px;
  }
  .nfooter ul li img {
    float: none;
  }
  .btn.btn-fp-green {
    max-width: 510px;
  }
}
@media (max-width: 359.9px) {
  .fp_customers {
    font-size: 21px;
    margin-top: 15px;
  }
  .fp_header img {
    max-width: 100%;
  }
}


/* EVIDENCE */
.fp_header.fp_half > .container {
  height: 600px;
}
.fp-header-img-p {
  position: absolute;
  top: 40px;
  right: 0;
}
.fp_header.fp_half a {
  margin: 50px 0 0;
  max-width: 372px;
}
.fp_header.fp_half h1 {
  margin-top: 0;
}
.fp_half_after_header {
  padding: 0;
}
.fp_half_after_header h2 {
  font-size: 70px;
}
.fp_half_after_header > .container > .row > .col-md-5 img {
  padding-top: 15px;
}
.fp_benefit_icon {
  width: 82px;
  padding: 20px;
}
.fp_benefit_txt {
  width: calc(100% - 82px);
}
.fp_benefit_txt p {
  font-size: 40px;
  font-weight: 300;
}
.fp_half > .fp_container.fp_grey_container > .container > .row > .grey_resolve_img::after {
  content: inherit;
}
.fp_half > .fp_container.fp_grey_container h1 {
  font-size: 110px;
}
@media (max-width: 1199.9px) {
  .fp_header.fp_half > .container {
    max-width: 960px;
  }
  .fp_half>.fp_container.fp_grey_container h1 {
    font-size: 92px;
  }

  .fp_benefit_icon {
    width: 145px;
    margin-right: 5px;
  }
  .fp_benefit_txt {
    width: calc(100% - 150px);
  }
  .fp_after_header > .container > .row > .col-md-5 img {
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {

  .fp_half_after_header h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .fp_benefit_icon {
    padding: 5px;
  }
  .fp_half > .fp_container.fp_grey_container h1 {
    font-size: 64px;
  }
  .fp_header.fp_half > .container {
    max-width: 720px;
  }
  .fp-header-img-p img {
    max-width: 100%;
  }
  .mega-menu-item div ul li:hover {
    background-color: inherit !important
  }
}

@media (max-width: 767.9px) {
  .fp_header.fp_half > .container {
    height: inherit;
  }
  .fp_header.fp_half {
    text-align: center;
  }
  .fp_header.fp_half h1 {
    margin-top: 45px;
  }
  .fp_header.fp_half img {
    max-width: 175px;
  }
  .fp_header.fp_half a {
    margin: 20px auto 0;
  }
  .fp-header-img-p {
    position: inherit;
    margin-top: 30px;
    top: 0;
  }
  .fp_half_after_header h1 {
    font-size: 48px;
    margin-top: 50px;
  }
  .fp_half_after_header img {
    margin: 0 auto;
  }
  .fp_benefit_icon {
    margin-left: 10px;
    padding: 5px 5px 5px 0;
    width: 100px
  }
  .fp_benefit_txt {
    margin-right: 15px;
    width: calc(100% - 130px);
  }
  .fp_benefit_txt p {
    font-size: 30px;
    line-height: 38px;
  }
  .fp_benefits > .row > .col-md-8 > .row {
    align-items: inherit !important;
  }
  .fp_container.fp_grey_container  {
    padding: 45px 0 60px;
  }
  .fp_half > .fp_container.fp_grey_container h1 {
    font-size: 65px;
  }
  .fp_after_header > .container > .row > .col-md-5 img {
    max-width: 214px;
  }
}
@media (max-width: 359.9px) {
  .fp_half_after_header h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
.nfooter_copy {
  background-image: linear-gradient(225deg, #0064C8 0%, #003264 100%) !important;
}

.ru_feature_video > .clients_video {
  padding: 30px 0;
  background: inherit;
}
.h2h_btn {
  min-width: 120px;
  margin-top: 25px;
}



/* N A V 2.0 */
.admin-bar > .navbar-pr {
  top: 32px;
}
.navbar-pr {
  background: #FFFFFF;
  height: 70px;
}
.pr-navbar li.current_page_item a {
  color: #2b78bd ;
}
.pr-navbar li.current_page_item a::after {
  filter: invert(20%) sepia(87%) saturate(4500%) hue-rotate(199deg) brightness(94%) contrast(101%);
}


.dropdown-menu ul li a {
  color: #000000;
  padding: 0;
}
.pr-navbar li a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  text-rendering:optimizeLegibility;
}



.pr-navbar li:hover, .pr-navbar li:focus {
  background: #F2F2F2;
}
.mega-menu-wrapper > div > div > div > ul > li:hover {
  background-color: rgba(0, 0, 0, .05);
}
.pr-navbar > li:hover a {
  color: #0064C8;
}
.pr-navbar > li:hover ul div div div ul li a {
  color: #000000;
}


/* 2ND MENU (THE RIGHT MENU) */
.pr-2nd-menu > .login, .pr-2nd-menu > .registration {
  min-width: 110px;
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
  font-weight: 500;
}
.pr-2nd-menu > .registration a, .pr-2nd-menu > .login a {
  border: 1px solid #1d62ad;
  border-radius: 4px;
  padding: 3px 0 4px;
}

.pr-2nd-menu > .registration a {
  background: #1d62ad;
  color: #FFFFFF;
}

.pr-2nd-menu > .registration a:hover {
  border: 1px solid #8cc04b;
  background: #8cc04b;
}

.pr-2nd-menu > .login a {
  border: 1px solid #c8c8c8;
  color: #000000;
}

.pr-2nd-menu > .login a:hover {
  border: 1px solid #1d62ad;
  color: #1d62ad;
}








.pr-2nd-menu > .telenum a {
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  cursor: pointer;
  color: #808080;
  padding: 3.5px 7px 3.5px !important;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
 }
.telnum_icon {
  width: 17px;
  background-image: url('../images/telephone.svg');
  background-size: 13px 14px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 21px;
  filter: invert(50%) sepia(6%) saturate(30%) hue-rotate(333deg) brightness(100%) contrast(93%);
}
.pr-2nd-menu > .telenum:hover > a {
  border: 1px solid #1d62ad;
  color: #1d62ad;
 }
.pr-2nd-menu > .telenum:hover > a > span {
  filter: invert(28%) sepia(74%) saturate(1420%) hue-rotate(190deg) brightness(91%) contrast(88%) !important;
}
.pr-2nd-menu > .telenum-close a {
  border: 1px solid #1d62ad;
  background: #1d62ad;
  cursor: pointer;
  color: #FFFFFF !important;
}
.pr-2nd-menu> .telenum-close > a:first-child {
  display: none !important;
}
.pr-2nd-menu > .telenum-close > a:last-child {
  display: block !important;
}
.pr-2nd-menu > .telenum-close > a:hover {
  color: #FFFFFF;
}
#tel-close {
  display: none;
}
.country_switch_icon {
  margin-left: 5px;
}
.country_switch_icon span {
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  padding: 6px 6px;
  cursor: pointer;
  display: block;
}
.country_switch_icon span img {
  width: 16px;
  height: auto;
  display: block;
}
.header-tel a{
  font-weight: 700 !important;
  color: #1d62ad !important;
  margin: 0 0 0 10px;
}
.header-tel a::before {
  content: "";
  width: 13px;
  background-image: url('../images/telephone.svg');
  background-size: 13px 14px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  filter: invert(52%) sepia(0%) saturate(0%) hue-rotate(111deg) brightness(96%) contrast(92%);
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
}
.wpml-ls-native{
  font-weight: 700;
}
.navbar-pr > div > div > div > ul > li > .dropdown-menu {
  top: 0;
  border-top: none;
  border-radius: 0 !important;
  min-width: inherit !important;
}
.blue_megamenu_title {
  color: #1D62AD;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.planradar-logo {
  background-image: url('../images/planradar_logo.svg');
  background-size: 150px 32px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 180px;
  margin-right: 0;
}
.planradar-logo span{
  visibility: hidden;
}

#close_sub_menu {
  font-size: 14px;
  font-weight: 700;
  color: #1D62AD;
  text-transform: uppercase;
  display: none;
}
#close_sub_menu i {
  font-size: 18px;
  margin-right: 5px;
}
/**Mega Menu **/

.mega_first_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: static;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

.mega-menu-wrapper h4 a {
  color: #1D62AD !important;
}
.mega-menu-wrapper h4 a::before {
  margin-right: 0 !important;
  border: 0 !important;
}

.megamenu_header > .container > .row > .col-3.text-left {
	padding-right: 0;
}
.megamenu_level2 ul li a {
    color: #3D4548 !important;
}
.megamenu_level2 ul li a::before {
  content: inherit !important;
  border: none !important;
}
.pr-menu-2nd_level > .menu-link a {
  padding-right: 0;
  padding-left: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}
.fswitch_country.at {
  background: url('../images/icons/flags/new/at.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.de {
  background: url('../images/icons/flags/new/de.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.en {
  background: url('../images/icons/flags/new/en.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.es {
  background: url('../images/icons/flags/new/es.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.gb {
  background: url('../images/icons/flags/new/gb.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.hr {
  background: url('../images/icons/flags/new/hr.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.hu {
  background: url('../images/icons/flags/new/hu.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.id {
  background: url('../images/icons/flags/new/id.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.ru {
  background: url('../images/icons/flags/new/ru.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.fswitch_country.sl {
  background: url('../images/icons/flags/new/sl.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.fswitch_country.sr {
  background: url('../images/icons/flags/new/sr.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.fswitch_country.ch, .fswitch_country.ch-fr {
  background: url('../images/icons/flags/new/ch.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.sk {
  background: url('../images/icons/flags/new/sk.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.fr {
  background: url('../images/icons/flags/new/fr.png');
  background-size: 20px;
  background-repeat: no-repeat;
}

.fswitch_country.it {
  background: url('../images/icons/flags/new/it.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.cs {
  background: url('../images/icons/flags/new/cs.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.dk {
  background: url('../images/icons/flags/new/dk.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.no {
  background: url('../images/icons/flags/new/no.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.se {
  background: url('../images/icons/flags/new/se.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.pl {
  background: url('../images/icons/flags/new/pl.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.us {
  background: url('../images/icons/flags/new/us.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.nl {
  background: url('../images/icons/flags/new/nl.png');
  background-size: 20px;
  background-repeat: no-repeat;
}
.fswitch_country.ro {
  background: url('../images/icons/flags/new/ro.png');
  background-size: 20px;
  background-repeat: no-repeat;
}


span.fswitch_country {
  display: inline;
  background-size: 16px !important;
  text-align: center;
  padding: 4px 0px 5px 25px !important;
  background-position: left !important;
}




.pr-navbar > li > a {
  padding: 25px 25px 24px;
  display: block;
  position: relative;
}

.mega-menu-wrapper h4 {
  font-weight: 900;
  font-size: 14px;
  color: #0064C8;
}
.mega-menu-wrapper > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mega-menu-item {
  width: 220px;
  padding-left: 0px;
  padding-right: 5px;
}

.mega-menu-item div ul {
  list-style: none;
  padding-left: 0;
}
.mega-menu-item h4 + div {
  padding-left: 10px;
}
.mega-menu-item div ul li {
  font-size: 14px;
  padding: 4px 0 5px 0;

}
.mega-menu-item div ul li a {
  padding: 0 0 0 5px;

}


.mega-menu-item h4 {
  border-bottom: 1px solid #0064C8;
  padding-bottom: 10px;
}

.dropdown-toggle::after {
  display: none;
}

li.mega-menu-parent > a::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTJsLTE4IDEydi0yNHoiLz48L3N2Zz4=") no-repeat;
  width:7px;
  height:7px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: calc(50% - 2px);
}
li.mega-menu-parent:hover a::after,
li.mega-menu-parent > a:hover::after {
    transform: rotate(90deg);
    filter: invert(20%) sepia(87%) saturate(4500%) hue-rotate(199deg) brightness(94%) contrast(101%);
}
li.noblue:hover a::after,
li.noblue > a:hover::after {
  filter: none;
}
.mega-menu-wrapper.dropdown-menu > div div div ul li a {
  color: #000000;
  display: block;
  width: 100%;
}

.submenu_title  {
  border-bottom: 1px solid #0064C8;
  margin-bottom: 10px;
  padding-left: 5px !important;
}
.submenu_title a {
  color: #0064C8 !important;
  font-weight: 900 !important;
  padding: 0 !important;
}

.footer_country_switcher {
  display: block;
  width: 150px;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  text-align: center;
  padding: 3px 0 4px;
  color: #000000 !important;
  font-weight: 400;
  cursor: pointer;
}
.fswitch_country {
  display: block;
  padding: 5px 5px 5px 28px;
  color: #000000 !important;
  background-size: 18px !important;
  background-position: 5px center !important;
  margin: 5px 0;
}
.fswitch_country:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000 !important;
}

.header_countries {
  bottom: !inherit !important;
  top: 20px;
  bottom: inherit !important;
}

li.noblue:hover > a {
  color: inherit !important;
}
li.noblue:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTJsLTE4IDEydi0yNHoiLz48L3N2Zz4=") !important;
}





.topmenu_countries,
.header_countries ,
.footer_countries {
  width: 690px;
  height: 290px;
  padding: 25px 30px;
  position: absolute;
  background-image: linear-gradient(270deg, #F2F2F2 0%, #FFFFFF 100%);
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  right: 0;
  bottom: 0;
  font-size: 14px;
  transition: all .25s;
}
.footer_countries > .row > .col-md-3.col-6,
.header_countries > .row > .col-xl-3.col-6 {
  padding-left: 2px;
  padding-right: 2px;
}

@media (min-width: 1199.98px) {
  .page-template-template-careers-php > footer {
    position: relative;
    z-index: 999;
  }
  /* .page-template-template-careers-php > div > .navbar {
    z-index: 999999;
  } */
  .mega-menu-wrapper {
    display: inherit;
  }
  /* .pr-navbar > li.mega-menu-parent:hover > ul.mega-menu-wrapper {
    visibility: visible;
    top: 60px;
  } */
  .mega-menu-open {
    visibility: visible !important;
    top: 60px !important;
  }
  .mega-menu-parent.dropdown > .mega-menu-wrapper.dropdown-menu {
    position: absolute;
    top: 0;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px !important;
    min-width: 150px;
  }
  .mega-menu-parent.dropdown .mega-menu-wrapper.dropdown-menu {
    position: absolute;
    top: 50px;
    visibility: hidden;
    background-image: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 30%);
    padding: 20px 30px;
  }
  .megamenu_level2 ul li a:hover {
    color: #1D62AD !important;
  }
  .megamenu_level2 ul li a::before {
    margin-right: 0 !important;
  }
}


@media (max-width: 1199.98px) {
  .pr-navbar li:first-child {
    border-top: 1px solid #DCDCDC;
  }
  .header_countries {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    padding: 18px;
    position: absolute;
    top: 0 !important;
    left: 0;
    z-index: 9999;
    bottom: inherit;
    top: 20px;
  }
  .mobile_menu {
    font-size: 14px;
    color: #000000;
    padding: 8px 36px 9px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    display: block;
  }
  .mobile_telephone {
    color: #C8C8C8;
    padding: 9px 11px 8px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    display: block;
    margin-right: 10px;
  }
  .navbar-pr {
    height: 80px;
  }
  .navbar-collapse  {
    background: #FFFFFF;
    position: fixed !important;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    max-width: 400px;
  }
  .mega_first_menu {
    display: block !important;
    width: 100%;
    height: calc(100% - 80px);
  }
  .mega_first_menu > .pr-2nd-menu {
    position: absolute !important;
    bottom: 20px;
    width: 100%;
  }
  .pr-2nd-menu > .login, .pr-2nd-menu > .registration {
    width: 100%;
    margin: 0;
  }
  .zsiq_floatmain.zsiq_theme1.siq_bR {
    display: none !important;
  }
  .tablet_btns > ul > li.header-chat,
  .tablet_btns > ul > li.header-tel {
    display: none;
  }
  .tablet_btns > ul {
    display: inherit;
    margin-top: -5px;
    margin-right: 5px;
  }
  .pr-2nd-menu > .registration {
    width: inherit !important;
  }
  .pr-2nd-menu > .registration a {
    padding: 8px 10px 9px !important;
  }
  .tablet_btns > ul > li {
    display: inline-block;
    width: 110px !important;
    margin: 0 5px !important;
  }
  .blackpage {
    overflow: hidden;
    position: relative;
  }
  .blackpage::before,
  .blackpage > .navbar-pr::after {
    background: rgba(0, 0, 0, .75);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
  }
  .header_countries {
    width: calc(100% + 10px) !important;
    left: -5px;
    top: -65px !important;
    height: unset !important;
    transition: inherit;
  }
  .close_lang_popup {
    margin-right: -14px;
    margin-top: -14px;
    margin-bottom: 25px;
  }
  .navbar-collapse:not(.show) {
    display: block;
    visibility: hidden;
  }
  .pr-2nd-menu > .registration a,
  .pr-2nd-menu > .login a,
  .pr-2nd-menu > .header-tel a,
  .pr-2nd-menu > .header-chat a
  {
    padding: 8px 0 9px;
    border-radius: 3px;
    margin: 5px 0;
  }
  .pr-2nd-menu > .header-tel a,
  .pr-2nd-menu > .header-chat a
   {
    border: 1px solid #C8C8C8;
    text-align: center;
    font-weight: 500 !important;
    font-size: 14px;
    color: #000000 !important;
  }
  .pr-2nd-menu > .header-tel a::before {
    padding-right: 8px;
    font-size: 12px;
    color: #808080;
  }
  .pr-2nd-menu > .header-chat a::before {
    content: "";
    background-image: url('../images/chat.svg');
    width: 18px;
    height: 17px;
    display: inline-block;
    background-size: 18px;
    margin-right: 8px;
    margin-bottom: -5px;
  }

  .pr-navbar li a {
    padding: 0 !important;
    font-weight: 900;
  }
  .pr-navbar li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
  }
  .pr-navbar li:hover {
    background: inherit;
  }
  li.mega-menu-parent::after {
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
  }
  li.mega-menu-parent:hover::after {
      transform: inherit;
  }
  .tablet_lang {
    width: 310px;
    float: left;
    margin-top: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 20px;
  }
  .tablet_lang > .tab_country_switch {
    display: block;
    padding: 0 0 0 25px !important;
    background-size: 20px !important;
    text-align: left !important;
    font-weight: 500;
    color: #000000;
  }
  .close-menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fswitch_country {
    padding: 8px 0 8px 25px !important;
    background-position: left center !important;
    display: block;
    color: #000000;
  }
  li#menu-item-phone {
    border: 2px solid #2388C7;
    margin: 10px;
    text-align: center;
  }
  li#menu-item-phone a {
    color: #2388C7;
  }
  .wpml-ls-menu-item {
    display: none;
  }

  .dropdown-menu.show {
    border: none;
    border-radius: 0;
  }
  li.mega-menu-parent > a::after {
    right: 5px;
  }
  .mega_first_menu_left {
    margin-left: calc(-100% + 20px);
  }
  .mega-menu-item {
    min-width: inherit !important;
  }
  .mega-menu-parent {
    position: relative !important;
  }
  .mega-menu-parent > ul {
    position: absolute !important;
    left: calc(100% + 20px);
    top: 0;
    width: calc(100% - 40px);
    border: 0;
  }
  .mega-menu-wrapper div div div ul li a {
    font-weight: 500;
  }
  .aeh {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 999;
  }
  .pr-navbar li:first-child ul li:last-child {
    border-bottom: unset;
    margin-bottom: 20px;
  }
  #menu-new-mega-menu-de > li .mega-menu-wrapper > .row > .col> div > ul > li.submenu_title {
    margin-top: 0;
    border-top: unset;
  }
  .mega-menu-wrapper > .row > .col:first-child > div > ul > li:first-child {
    margin-top: -11px !important;
    margin-bottom: 0;
    border-top: 1px solid #DCDCDC !important;
  }
  .submenu_title {
    margin-bottom: 0 !important;
  }
  .mega-menu-item h4 {
    border-bottom: none !important;
    padding: 2px 10px 18px !important;
  }
  .mega-menu-item div ul li {
    padding: 12px 0px !important;
    line-height: 18px;
  }
  .nav-black-border {
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
  }
  .kb_fm_close span,
  .close-menu span,
  .close_lang_popup span{
    display: block;
    background-image: url('../images/x.svg');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
  }
  .nav-black-border a::after {
    filter: none !important;
  }
  .mega_first_menu_left ul li a::after {
    transform: rotate(180deg) !important;
    filter: invert(86%) sepia(2%) saturate(5%) hue-rotate(314deg) brightness(103%) contrast(93%);
  }

  .mega_first_menu_left ul li ul {
    z-index: inherit;
  }
  .mega_first_menu_left > .header_countries {
    left: calc(100% - 20px);
    width: 100%;
  }
  .submenu_title {
    border-top: 1px solid #DCDCDC;
    margin-top: -11px;
  }
  .fswitch_country:hover {
    background-color: inherit;
  }
  .mega-menu-item.gb,
  .mega-menu-item.pl,
  .mega-menu-item.ru,
  .mega-menu-item.fr,
  .mega-menu-item.ch-fr,
  .mega-menu-item.at,
  .mega-menu-item.ch,
  .mega-menu-item.de {
    width: 100%;
    flex-basis: inherit;
  }
  .header_countries > .row > .col-xl-3.col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mega-menu-item.gb > div > ul > li.submenu_title:first-child,
  .mega-menu-item.pl > div > ul > li.submenu_title:first-child,
  .mega-menu-item.ru > div > ul > li.submenu_title:first-child,
  .mega-menu-item.fr > div > ul > li.submenu_title:first-child,
  .mega-menu-item.ch-fr > div > ul > li.submenu_title:first-child,
  .mega-menu-item.at > div > ul > li.submenu_title:first-child,
  .mega-menu-item.ch > div > ul > li.submenu_title:first-child,
  .mega-menu-item.de > div > ul > li.submenu_title:first-child {
    border-top: 0;
    margin-top: 15px;
  }
  .mega-menu-item.at:first-child  > div > ul > li.submenu_title:first-child,
  .mega-menu-item.ch:first-child  > div > ul > li.submenu_title:first-child,
  .mega-menu-item.de:first-child  > div > ul > li.submenu_title:first-child {
    margin-bottom: 11px !important;
    border-bottom: 0;
  }
  .pr-navbar li a {
    display: block;
    width: 100%;
  }
  .pr-navbar > li:hover a {
    color: #000000;
  }
  .mega-menu-item div ul li:hover {
    background: inherit !important;
  }
  .footer_country_switcher {
    display: none;
  }
  .fwid:nth-child(3), .fwid:nth-child(4) {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .navbar .container {
    position: relative;
  }
}
@media (min-width: 767.99px) and (max-width: 1199.98px) {
  .footer-widgets > .container > .row > .col-lg.col-md-6:last-child {
    flex: 100%;
    max-width: 100%;
  }
  .footer-logo {
    float: left !important;
  }
}

@media (max-width: 767.98px) {
  .planradar-logo {
    width: 150px;
  }
  .pr-navbar li:first-child {
    border-top: none !important;
  }
  .pr-navbar > li:hover a {
    color: #000000;
  }
  .blackpage > .navbar-pr::after {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-pr.blackpage {
    position: fixed !important;
  }
  .mega_first_menu > .pr-2nd-menu {
    position: inherit !important;
    bottom: inherit !important;
    margin-top: 20px;
  }
  .navbar-collapse {
    top: 75px;
    padding: 0 15px;
    height: calc(100% - 75px);
  }
  .close-menu{
    position: absolute;
    right: 0;
    margin-top: inherit;
    margin-bottom: inherit;
  }
  .aeh {
    display: none !important;
  }
  .mega-menu-item h4 {
    padding: 9px 10px;
  }
  .mega-menu-item h4 + div {
    padding-left: 0 !important
  }
  .mega-menu-wrapper > .row > div:last-child {
    margin-left: 0 !important;
  }
  .mega-menu-parent > ul {
    position: inherit !important;
    width: inherit;
    left: inherit;
  }
  .pr-navbar li a.dropdown-toggle::after {
    transform: rotate(90deg) !important;
    filter: none;
  }
  .pr-navbar li.nav-black-border a::after {
    transform: rotate(-90deg) !important;
    filter: none;
  }
  .pr-navbar li {
    border-bottom: unset;
    padding: 0 !important;
  }
  li.mega-menu-parent::after {
    content: inherit !important;
  }
  .pr-navbar li:first-child a {
    border-top: 1px solid #DCDCDC;
  }
  .pr-navbar li:first-child ul li:last-child a {
    border-bottom: unset !important;
    margin-bottom: 30px;
  }

  .pr-navbar li a {
    position: relative;
  }
  .pr-navbar li:first-child a.mobile_dropdown_opened {
    margin-top: 0;
  }
  .pr-navbar li ul.mega-menu-wrapper div div div ul li:last-child a {
    border-bottom: unset !important;
  }
  .pr-navbar li ul.mega-menu-wrapper {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .pr-navbar li:first-child ul.mega-menu-wrapper {
    border-bottom: 1px solid #DCDCDC;
    padding: 0;
    margin: 0;
  }
  .pr-navbar li:last-child a {
    border-top: 1px solid #DCDCDC;
    margin-top: -1px;
  }
  .pr-navbar li ul li:last-child a {
    border-top: unset;
  }
  .pr-navbar li:first-child.nav-black-border a.dropdown-toggle {
    border-top: 1px solid #000000 !important;
    margin-top: 1px;
  }
  .pr-navbar li.nav-black-border {
    border: unset !important;
  }
  .pr-navbar li.nav-black-border a.dropdown-toggle {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000 !important;
    margin-top: -1px;
  }

  .pr-navbar li a, .mega-menu-item h4  {
    display: block;
    border-bottom: 1px solid #DCDCDC !important;
    padding: 9px 0 !important;
  }
  .mega-menu-item div ul li {
    border-bottom: unset !important;
    padding: 0 !important;
  }
  .mega-menu-item div ul li a {
    border-top: unset !important;
  }
  .mega-menu-wrapper > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile_lang_nav {
    border: 1px solid #DCDCDC;
    padding: 7px 0;
    text-align: center;
    margin: 5px 0;
    border-radius: 3px;
  }
  .header_countries {
    width: calc(100% + 10px);
    left: -5px;
    padding: 25px !important;
    top: 0 !important;
  }
  .mega_first_menu ul {
    max-width: 540px;
    margin: 0 auto;
  }
  .navbar-collapse {
    max-width: 100%;
  }
  .mobile_lang_nav {
    max-width: 540px;
    margin: 5px auto;
  }
  .mega_first_menu {
    max-width: 540px;
    margin: 0 auto;
  }
  .mega_first_menu::after {
    content: "";
    display: block;
    height: 10px;
  }
  .mega-menu-item.de {
    padding-right: 0px !important;
  }
  .submenu_title a {
    border-top: unset;
  }
  .submenu_title {
    margin-top: 0 !important;
    border-top: unset !important;
  }
  .mega_first_menu_left > .header_countries {
    left: inherit !important;
    right: 0;
  }
  .mega-menu-wrapper > .row > .col:first-child > div > ul > li:first-child {
    margin-top: 0 !important;
    border-top: unset !important;
  }
  .blackpage > .mega_first_menu > ul > li > ul {
    z-index: -9;
  }
  .navbar-collapse.menu-open {
    width: 100%;
    max-width: inherit;
  }
  #close_sub_menu {
    font-size: 14px;
  }
  .fswitch_country {
    margin: 0;
    padding: 10px 0 10px 30px !important;
    background-size: 20px !important;
  }
  .close_lang_popup {
    margin-right: -20px;
  }
  .mega-menu-item.de:first-child  > div > ul > li.submenu_title:first-child {
    margin-bottom: 0 !important;
  }
  .footer-logo {
    float: left !important;
  }
  .fwid:nth-child(2) {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .navbar-collapse {
    height: calc(100% - 75px);
  }
  .navbar-pr {
    height: 75px;
  }
  .navbar-brand img {
    height: 25px;
    width: auto;
  }
}
@media (max-width: 358px) {
  .mobile_menu {
    padding: 8px 16px 9px
  }
}
@media (max-width: 318px) {
  .mobile_menu {
    padding: 8px 6px 9px
  }
}
@media (max-width: 297px) {
  .planradar-logo {
    background-size: 100px 32px;
    width: 100px;
  }
}






























@media (max-width: 1199.98px) {
  .fswitch_country.at,
  .fswitch_country.de,
  .fswitch_country.en,
  .fswitch_country.es,
  .fswitch_country.gb,
  .fswitch_country.hr,
  .fswitch_country.hu,
  .fswitch_country.id,
  .fswitch_country.ru,
  .fswitch_country.sl,
  .fswitch_country.sr,
  .fswitch_country.ch,
  .fswitch_country.sk,
  .fswitch_country.it,
  .fswitch_country.cs,
  .fswitch_country.dk,
  .fswitch_country.no,
  .fswitch_country.se,
  .fswitch_country.pl,
  .fswitch_country.us,
  .fswitch_country.nl,
  .fswitch_country.ro,
  .fswitch_country.ch-fr {
    background-position: top center;
    border-bottom: 0;
  }
}
.country_switch_mobile {
  font-size: 36px;
  color: #1D62AD;
  letter-spacing: -0.86px;
  font-weight: 300;
  margin-top: 15px;
}
.country_switch_mobile span {
  font-weight: 700;
}
.mobile_country_switch a{
  border-bottom: 0 !important;
}






/* FOOTER 2.0 */
/* F O O T E R */
.footer-widgets {
  font-size: 14px;
  padding: 30px 0;
}
.fwid_headline {
  font-weight: 900;
  color: #0064C8;
}
.fwid > div > ul {
  margin-bottom: 0;
}
.fwid > div > ul > li > a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.footer-logo {
  width: 150px;
  margin-top: 30px;
}



@media (max-height: 599.9px) {
  .navbar-collapse.blackpage {
    height: calc(100% - 10px) !important;
    top: 10px;
  }
  .header_countries > .row > .col-xl-3.col-6 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .header_countries {
    padding: 25px !important;
  }
}

/* QUOTE / AUTHOR SHORTCODE */
.quote_box_white,
.quote_box_blue,
.author_box_white,
.author_box_blue {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -15px;

  padding: 25px;
}
.author_box_white,
.author_box_blue {
  border-radius: 0 0 10px 10px;
}
.quote_box_white,
.author_box_white {
  color: #000000;
}
.quote_box_blue,
.author_box_blue {
  background-color: #003264;
  background-image: linear-gradient(-90deg, #0064C8 0%, #003264 100%);
  color: #FFFFFF;
}
.quote_box_white,
.quote_box_blue {
  margin-top: 25px;
  margin-bottom: 25px;
}
img.author_profile_pic {
  width: 175px;
  border-radius: 50%;
}
.author_box_white h4,
.author_box_blue h4 {
  font-weight: 900;
  font-size: 20px;
}
.author_box_white h4 {
  color: #0064C8;
}
.author_box_white h5,
.author_box_blue h5 {
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
}
.author_box_white h5 {
  color: #000000;
}
.quote_box_blue h5 {
  color: #FFFFFF;
}
.quote_box_white h5,
.quote_box_blue h5 {
  font-weight: 300;
  font-size: 20px;
}
.quote_box_white h5 span,
.quote_box_blue h5 span {
  font-weight: 900;
}
.quote_box_font_larger p {
  font-size: 30px !important;
}
.author_box_white p,
.author_box_blue p {
  font-size: 20px;
  font-weight: 300;
}
.quote_box_white p,
.quote_box_blue p {
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 25px;
}
.quote_box_white,
.quote_box_blue {
  position: relative;
  z-index: 9;
}
.quote_box_white::before,
.quote_box_blue::before {
  content: "";
  background-image: url('../images/quotes.svg');
  width: 70px;
  height: 70px;
  display: block;
  transform: rotate(180deg);
  position: absolute;
  top: -5px;
  left: 0;
  opacity: 0.15;
}
.quote_box_white::after,
.quote_box_blue::after {
  content: "";
  background-image: url('../images/quotes.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -5px;
  right: 25px;
  opacity: 0.15;
  z-index: -9;
}
.quote_box_blue::before,
.quote_box_blue::after {
  filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(17deg) brightness(105%) contrast(101%);
}
.quote_box_white::before,
.quote_box_white::after {
  filter: invert(32%) sepia(72%) saturate(1049%) hue-rotate(188deg) brightness(97%) contrast(95%);
}

@media (max-width: 767.9px) {
  .quote_box_white,
  .quote_box_blue,
  .author_box_white,
  .author_box_blue {
    margin-left: -25px;
    margin-right: -25px;
  }
  img.author_profile_pic {
    margin-bottom: 25px;
    width: 148px;
  }
  .author_box_white h4,
  .author_box_blue h4 {
    font-size: 18px;
  }
  .quote_box_white h5,
  .quote_box_blue h5,
  .author_box_white h5,
  .author_box_blue h5,
  .quote_box_white p,
  .quote_box_blue p,
  .author_box_white p,
  .author_box_blue p {
    font-size: 15px;
  }
  .quote_box_white h5 span,
  .quote_box_blue h5 span {
    display: block;
  }
  .quote_box_font_larger p {
    font-size: 22px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1199.98px) {
  .quote_box_blue > .row > .col-md-9,
  .quote_box_white > .row > .col-md-9,
  .author_box_blue > .row > .col-md-9,
  .author_box_white > .row > .col-md-9 {
    padding-left: 15px;
  }
  .author_box_white > .row,
  .author_box_blue > .row {
    align-items:inherit !important;
  }
}


/* feature pages update */
.f_rep_breadcrumb {
  font-size: 18px !important;
}
.f_rep_breadcrumb > .container > .row > .col-md-12 > #crumbs {
  color: #000000;
}
.fr_rep_header {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.fr_rep_header h1 {
  margin: 63px 0 0;
  font-size: 72px;
  color: #1D62AD;
  letter-spacing: 1.24px;
  font-weight: 300;
  text-transform: uppercase;
}
.fr_rep_header h2 {
  font-size: 30px;
  color: #3C4548;
  letter-spacing: 0.52px;
  font-weight: 900;
  margin: 30px 0 50px;
}
.f_rep_icon_img {
  width: 130px;
}
.f_rep_icon_txt {
  margin-left: 40px;
  width: calc(100% - 170px);
}
.f_rep_icon_txt h3 {
  font-size: 22px;
  color: #1D62AD;
  letter-spacing: 0.38px;
  font-weight: 900;
}
.f_rep_icon_single h3 {
  margin-top: 35px;
}
.f_rep_container h3 {
  font-size: 30px;
  color: #00396B;
  letter-spacing: 0.52px;
}
.f_rep_container p {
  margin-bottom: 65px;
  padding-left: 40px;
}
.f_rep_container p:last-child {
  margin-bottom: 0;
}
.f_rep_ico_list {
  margin-top: 75px;
}

.f_rep_ico_list > .container > .row > .col-md-6 > .clearfix > .f_rep_icon_img {
  width: 120px;
  margin-bottom: 70px;
}
.f_rep_ico_list > .container > .row > .col-md-6 > .clearfix > .f_rep_icon_txt {
  margin-left: 25px;
  width: calc(100% - 145px);
}


.product_benefits h2 {
  font-size: 40px;
  color: #00396B;
  letter-spacing: 0.69px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.f_rep_img {
  width: 125px !important;
  padding: 15px 0;
}
.fr_rep_h_img {
  width: 600px;
  display: block;
  margin: 0 auto 50px;
}
.f_r_single_ben p {
  margin-bottom: 0;
  text-align: center;
  padding: 25px 0;
}
.fp_heading {
  text-align: center;
  color: #00396B;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 75px auto 15px;
}
.f_p_templates {
  margin-bottom: 15px;
}

.f_p_templates > .container > .row {
  margin-left: -7px;
  margin-right: -7px
}
.f_p_templates > .container > .row > .col-md-4 {
  padding-left: 7px;
  padding-right: 7px;
}
.f_p_template_box {
  background: #e9f0fa;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  height: 100%;
}
.f_p_template_box h4 {
  font-size: 30px;
  color: #00396B;
  margin: 25px 0 40px;
}
.f_p_template_box h5 {
  font-weight: 900;
  margin: 0 0 25px;
  font-size: 18px;
  min-height: 45px;
}
.f_p_generate {
  height: inherit;
}
.f_p_generate h5 {
  color: #00396B;
  font-size: 30px;
  margin-bottom: 25px;
}
.f_p_generate p {
  padding: 0;
  margin-bottom: 15px;
  font-size: 22px;
}
.f_rep_list {
  list-style: none;
  padding: 0;
}
.f_rep_list li {
  font-size: 26px;
  color: #00396B;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 26px;
  background-image: url('../images/checkmark_blue.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 40px;
  padding-bottom: 20px;
}
.f_rep_list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .fr_rep_h_img {
    width: 100%;
    display: block;
    margin: 0 auto 50px;
  }
  .fr_rep_header h1 {
    font-size: 36px;
  }
  .fr_rep_header h2 {
    font-size: 28px;
  }
  .f_rep_container > .row > .product_col {
    margin-bottom: 0;
  }
  .f_rep_container > .row > .col-xl-6  > img {
    max-width: 600px;
    display: block;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767.9px) {
  .f_rep_img {
    padding: 0;
    margin-left: 7px;
  }
  .f_rep_container > .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .f_rep_container p br {
    display: none;
  }
  .f_rep_container > .row > .col-xl-6 > img {
    max-width: 100%;
  }
  .f_rep_icon_single > .f_rep_icon_txt {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .f_rep_icon_single > .f_rep_icon_img {
    display: none;
  }
}





















/* KP2 */
.kb_container > .row > .col-12 {
  margin-bottom: 20px;
}
.kb-title {
  font-size: 22px;
  font-weight: 900;
  color: #000000;
  border-bottom: 1px solid #C8C8C8;
  display: block;
  padding: 12px 0;
  position: relative;
}
.kb-child-title::after,
.kb-title::after {
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTJsLTE4IDEydi0yNHoiLz48L3N2Zz4=");
  width: 7px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all .2s;
}
.kb-child-title[aria-expanded="true"]::after,
.kb-title[aria-expanded="true"]::after {
  transform: rotate(-90deg);
}

.kb-title:last-of-type {
  border-bottom: none;
}
.kb-content {
  color: #000000;
  font-weight: 200;
  padding: 30px 0;
  font-size: 18px;
}
.kb-content h2 {
  font-size: 30px;
  color: #0064C8;
  font-weight: 900;
  margin-bottom: 30px;
}
.kb_like {
  margin: 50px 0 45px;
}
.kb_like span{
  background-color: rgba(0,0,0,0.03);
  border-radius: 10px;
  font-size: 18px;

  font-weight: 900;
  padding: 20px 10px;
}
.kb_search > .row > .col-3 {
  padding-left: 0;
}
.kb_search input[type=text]{
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  font-size: 18px;
  padding: 18px 0 21px 45px;
  background-image: url('../images/kb_search.png');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 12px center;
}

.kb_search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; /* Firefox */
}

.kb_search input:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}

.kb_search input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.btn_kb_search {
  background: #0064C8;
  border-radius: 5px;
  border: 1px solid #0064C8;
  width: 100%;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  padding: 8px 0;
}
.btn_kb_search:hover {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.kb_sidebar {
  background-color: rgba(0,0,0,0.03);
  border-radius: 10px;
  padding: 20px;
  width: 276px;
}
.kb_sidebar h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 10px;
  margin-left: 4px;
}
.kb_sidebar ul {
  list-style: none;
  padding: 0;
}
.kb_sidebar ul li a {
  display: block;
  font-size: 14px;
  color: #000000;
  padding: 4px 5px 5px;
}
.kb_sidebar ul li.current-menu-item a {
  font-weight: 900;
  color: #0064C8;
}
.kb_sidebar ul li a:hover {
  background: rgba(0,0,0,0.03);
}
.kb_breadcrumb > .breadcrumb {
  background: inherit;
  padding: 0;
  margin-bottom: 25px;
}
.kb_breadcrumb > .breadcrumb > .breadcrumb-item.active {
  font-size: 14px;
  color: #0064C8;
  font-weight: 900;
}
.kb_breadcrumb > .breadcrumb > .breadcrumb-item > a {
  color: #000000;
  font-size: 14px;
}
.kb_breadcrumb > .breadcrumb >.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000000;
  font-weight: 400 !important;
}

.kb_child_accordion {
  margin-top: -30px;
}
.kb_child_accordion br {
  display: none;
}
.kb-child-title {
  display: block;
  border-bottom: 1px solid #C8C8C8;
  padding: 14px 0 15px 25px;
  color: #000000;
  position: relative;
}
.kb-title:last-of-type[data-toggle="collapse"]:not(.collapsed) {
  border-bottom: 1px solid #C8C8C8;
}
.kb_page hr {
  display: none;
}
.kb_like > div {
  background-color: rgba(0,0,0,0.03);
  border-radius: 10px;
  padding: 15px;
}

.kb_like h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
  margin-top: 10px;
}
.kb_like > div > div > div > button {
  border: 0;
  width: 39px;
  height: 40px;
  color: transparent;
  background-color: inherit;
}
.kb_like > div > div > div > button:first-of-type {
  background-image: url('../images/like.png');
  background-size: cover;
  margin-left: 15px;
}
.kb_like > div > div > div > button:last-of-type {
  background-image: url('../images/dislike.png');
  background-size: cover;
  margin-left: 7px;

}
.kb-content p + div:not(.kb_like) {
  margin-top: 35px;
}
.kb_page.search,
#pAccordion {
  margin: 0 auto 100px !important;
}
.kb_open_bline {
  display: none !important;
}
.kb_page.search h4 {
  border-bottom: 2px solid #C8C8C8;
  padding-bottom: 10px;
  font-weight: 900;
  color: #000000;
  font-size: 22px;
  margin-bottom: 0;
}
.kb_search_section {
  border-bottom: 1px solid #C8C8C8;
  padding: 15px;
}
.kb_search_section a h5 {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
}
.kb_search_section a h6 {
  margin: 0;
  color: #000000;
}
.kb_search_section a p:empty {
  display: none;
}
.kb_search_section a p {
  margin-bottom: 0;
  color: #000000;
}
.kb_search_section a:hover h5 {
  color: #0064C8;
}
.kb_search input[type="text"]:focus {
  border-color: #C8C8C8;
  box-shadow: 0 0 0;
  outline: 0 none;
}
.kb_search input[type="text"]:focus + input + div {
  display: block;
}
.kb_autocomplete {
  background: #FFFFFF;
  margin-top: -4px;
  display: none;
  border-radius: 0 0 4px 4px;
  border: 1px solid #C8C8C8;
  border-top: none;
  position: absolute;
  width: calc( 100% - 30px );
  z-index: 99;
}
.kb_autocomplete > .kb_search_section:first-of-type {
  border-top: 1px solid #C8C8C8;
  margin-top: 4px;
}
.kb_search_section p a {
  color: #000000;
}
.kb_search_section > p > a.readmore {
  display: none;
}
@media (max-width: 1199.98px) {
  .kb_container {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .kb_container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .kb-child-title + hr + div.collapse.show,
  .kb_collapse.collapse.show {
    border-bottom: 1px solid rgba(0,0,0,.1)
  }
  .kb_page.search,
  .kb-content.has_child_accordion h2,
  .kb-content.has_child_accordion p,
  .kb_container > .row > .col-12,
  .kb_container > .row > .col-xl-8 > .kb_breadcrumb,
  .kb_container > .row > .col-xl-8 > div > a,
  .kb-content,
  .kb_child_accordion > a,
  .has_child_accordion > .kb_like {
    max-width: 960px;
    margin: auto;
  }
  .kb_page.search {
    margin: 0 auto;
  }
  .kb_container > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .kb_collapse:last-of-type > .kb-content > .kb_child_accordion > .kb-child-title:first-of-type {
    border-top: 0;
  }
  .kb_child_accordion > a,
  .kb_container > .row > .col-xl-8 > div > a  {
    border-bottom: 0;
  }
  .kb_page {
    padding-left: 0;
    padding-right: 0;
  }
  .kb_page hr {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .has_child_accordion {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .kb_page hr:last-of-type {
    display: none;
  }
  hr.first_child {
    display: none;
  }
  .kb_collapse:last-of-type > .has_child_accordion > .kb_child_accordion > hr.first_child:first-of-type {
    display: block;
  }
  .kb_float_menu_btn {
    position: fixed;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: -20px;
    z-index: 99;
    background-image: url('../images/kb_menu.png');
    background-position: center;
    background-size: cover;
    transition: all .2s;
  }
  .kb_float_menu.invisible {
    right: -350px;
  }
  .kb_float_menu {
    width: 350px;
    height: 100%;
    position: fixed;
    background: #FFFFFF;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 30px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.20);
    transition: all .2s;
  }
  .kb_float_menu > nav > ul {
    list-style: none;
    padding: 0;
  }
  .kb_float_menu > nav > ul > li:first-child {
    margin-top: 0;
  }
  .kb_float_menu > nav > ul > li {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0;
    margin-top: -1px;
    display: inline-block;
    width: calc(50% - 3px);
  }
  .kb_float_menu > nav > ul > li > a {
    font-size: 14px;
    color: #000000;
    display: block;
  }
  .kb_float_menu_search {
    margin: 40px 0 20px;
  }
  .kb_fm_s {
    width: calc(100% - 50px);
  }
  .kb_fm_s input {
    height: 40px;
    background-image: url('../images/kb_search.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
  }
  .kb_fm_sb {
    width: 40px;
    margin-left: 10px;
    font-family: 'fontAwesome';
  }
  .kb_fm_sb input {
    background: #0064C8;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 3px 10px 5px;
  }
  .kb_fm_open {
    right: 329px;
    z-index: 999999;
  }
  .kb_nav_opened {
    overflow: hidden;
  }
  .kb_nav_opened::after {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.10);
    left: 0;
    top: 0;
    content: "";
    z-index: 9999;
  }
  .kb_like {
    margin: 50px auto 45px !important;
  }
  .kb-content.has_child_accordion {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cAccordion {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kb-content.has_child_accordion {
    max-width: inherit;
  }
  .kb-content.has_child_accordion a {
    padding-left: 50px;
  }
  .kb_like > div > div > div > button {
    width: 45px;
    height: 46px;
  }
  .kb_like h6 {
    margin-top: 13px;
  }
  .kb_float_menu_btn_close {
    position: fixed;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: 329px;
    z-index: 9999999;
  }
  .kb-child-title +hr+div {
    padding: 30px 0;
  }
  .kb_search {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 991.9px) {
  .kb_page.search,
  .kb-content.has_child_accordion h2,
  .kb-content.has_child_accordion p,
  .kb_container > .row > .col-12,
  .kb_container > .row > .col-xl-8 > .kb_breadcrumb,
  .kb_container > .row > .col-xl-8 > div > a,
  .kb-content,
  .kb_child_accordion > a,
  .has_child_accordion > .kb_like {
    max-width: 720px;
  }
}
@media (max-width: 767.9px) {
  .kb_float_menu_btn_close {
    right: 102%;
  }
  .kb_page.search,
  .kb_menu,
  .kb_float_menu_search,
  .kb-content.has_child_accordion h2,
  .kb-content.has_child_accordion p,
  .kb_container > .row > .col-12,
  .kb_container > .row > .col-xl-8 > .kb_breadcrumb,
  .kb_container > .row > .col-xl-8 > div > a,
  .kb-content,
  .kb_child_accordion > a,
  .has_child_accordion > .kb_like {
    max-width: 540px;
  }
  .kb_float_menu {
    width: 100%;
  }
  .kb_fm_open {
    right: 102%;
  }
  .kb_fm_logo {
    width: calc(100% - 50px);
  }
  .kb_fm_close {
    width: 40px;
    margin-left: 10px;
  }
  .kb_float_menu {
    height: calc(100% - 70px);
    top: 70px;
  }
  .kb_fm_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #FFFFFF;
    height: 75px;
    padding: 18px 15px 0;
    right: 0;
    transition: all .2s;
  }
  .kb_fm_header.invisible {
    right: -350px;
  }
  .kb_float_menu {
    padding: 15px 1rem 0;
  }
  .kb_float_menu_search {
    margin: 0 auto 35px;
  }
  .kb_menu,
  .kb_float_menu_search {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .kb_menu {
    margin:0 auto;
  }
  .kb-child-title::after, .kb-title::after {
    right: 15px;
  }
  .kb_like > div {
    display: block !important;
  }
  .kb_like > div  > div > div {
    float: none !important;
    text-align: center;
  }
  .kb_like h6 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .kb_like > div > div > div > button {
    height: 46px;
    width: 45px;
  }
}
@media (max-width: 575.9px) {
  .kb_page.search,
  .kb-content.has_child_accordion h2,
  .kb-content.has_child_accordion p,
  .kb_container > .row > .col-12,
  .kb_container > .row > .col-xl-8 > .kb_breadcrumb,
  .kb_container > .row > .col-xl-8 > div > a,
  .kb-content,
  .kb_child_accordion > a,
  .has_child_accordion > .kb_like {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: inherit;
  }
  .kb_search_section a {
    padding: 0 !important;
  }
}
@media (max-width: 540.9px) {
  .kb_page.search,
  .kb-content.has_child_accordion h2,
  .kb-content.has_child_accordion p,
  .kb_container > .row > .col-12,
  .kb_container > .row > .col-xl-8 > .kb_breadcrumb,
  .kb_container > .row > .col-xl-8 > div > a,
  .kb-content,
  .kb_child_accordion > a,
  .has_child_accordion > .kb_like {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* BLOG TABLE FIX */
.blog-post-table td {
  min-width: 100px;
  word-break: break-all;
  vertical-align: middle;thanks ￼Smile
​​​​​​​ it
}
.blog-post-table th {
  text-align: center;
}


.kb_container {
  transform: translateZ(0);
  padding-bottom: 50px;
}

.MoveToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  background-image: url('../images/Top.svg');
  background-size: 40px 40px;
  background-position: right;
  right: 15px;
  bottom: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.col-md-4.price-col:first-child > .pricebox > .package-info > .yearly_price.apupd.currencies.usd,
.col-md-4.price-col:first-child > .pricebox > .package-info > .yearly_price.apupd.currencies.gbp{
  display: none !important;
}
.btn-pr-new-green {
  background-color: #46AA00;
  color: #FFFFFF;
  border-color: #46AA00;
  font-weight: 900;
  font-size: 22px;
  padding: 7px 30px;
}




/* 404 */
.p_404 {
  background-image: linear-gradient(-44deg, #0064C8 0%, #003164 100%);
  text-align: center;
  color: #FFFFFF;
}
.p_404 h2 {
  margin-top: 125px;
  font-weight: 900;
  font-size: 90px;
  margin-bottom: 60px;
}
.p_404 p {
  font-weight: 300;
  font-size: 18px;
}
.p_404 > .container > .row {
  margin-left: -6px;
  margin-right: -6px;
}
.p_404 > .container > .row > .col-lg-3 {
  padding-left: 6px;
  padding-right: 6px;
}
.p_404 > .container > .row > .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}
.p_404_home {
  margin: 109px 0 100px;
}
.p_404_home a {
  font-weight: 900;
  text-decoration: underline;
}
.p_404 a {
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .p_404 h2 {
    margin-top: 60px;
    font-size: 70px;
    margin-bottom: 35px;
  }
  .p_404 p {
    margin-bottom: 30px;
  }
  .p_404_home {
    margin: 80px 0 85px;
  }
  .p_404 img {
    max-width: 275px;
  }
}

.whitepaper_banner_date {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #FFF;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .whitepaper_banner_date {
    bottom: inherit;
    right: 15px;
    top: 50px;
  }
  .blog_post_featured_img::after {
    left: 0;
    background-image: inherit !important;
  }
}

.search-no_results {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 59px 0;
  margin-top: 20px;
}
.search-no_results p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .search-no_results {
    margin: 15px;
  }
  .blog-page-title h1 span br {
    display: none;
  }
}
.mega-menu-item.de,
.mega-menu-item.at,
.mega-menu-item.ch,
.mega-menu-item.gb {
  width: 250px;
}

@media (max-width: 1199.98px) {
  .mega-menu-item.de ul li:last-child,
  .mega-menu-item.at ul li:last-child,
  .mega-menu-item.ch ul li:last-child,
  .mega-menu-item.gb ul li:last-child {
    margin-bottom: inherit !important;
    border-bottom: 1px solid #DCDCDC !important;
  }
  .mega-menu-item.de ul li:last-child a,
  .mega-menu-item.at ul li:last-child a,
  .mega-menu-item.ch ul li:last-child a,
  .mega-menu-item.gb ul li:last-child a {
    margin-bottom: inherit !important;
  }
  .mega-menu-item.gb:last-child ul li:last-child {
    border-bottom: none !important;
    margin-bottom: 30px !important;
  }
}








/* NewMenu */
.pr_topmenu {
  border-bottom: 1px solid #DCDCDC;
  padding: 0;
}
.pr_topmenu > ul {
  list-style: none;
}
.pr_topmenu ul li {
  margin: 0 10px;
  padding: 12px 10px 10px;
  height: 40px;
  position: relative;
}
.pr_topmenu > ul > li > ul > li {
  padding-left: 0;
}
.pr_topmenu > ul > li.menu-item-has-children {
  padding-right: 22px;
}
.pr_topmenu > ul > li.menu-item-has-children {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.pr_topmenu > ul > li.menu-item-has-children:hover {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #FFFFFF;
}
.pr_topmenu > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.pr_topmenu > ul > li:hover ul{
  display: block;
}

.pr_topmenu > ul > li.menu-item-has-children > a::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTJsLTE4IDEydi0yNHoiLz48L3N2Zz4=") no-repeat;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4px;
  height: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: calc(50% - 1px);
}
.pr_topmenu > ul > li.menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
  filter: invert(20%) sepia(87%) saturate(4500%) hue-rotate(199deg) brightness(94%) contrast(101%);
}
.pr_topmenu > ul > li.menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: 99999;
  background-color: #FFFFFF;
  width: 100%;
  height: 2px;
  left: 0;
}
.pr_topmenu > ul > li:nth-child(2)  > ul.sub-menu{
  left: inherit;
  right: -1px;
}
.pr_topmenu > ul > li > ul.sub-menu {
  position: absolute;
  left: -1px;
  padding: 0;
  background-color: #FFF;
  width: 200px;
  z-index: 9999;
  top: 40px;
  border: 1px solid #DCDCDC;
  /* border-top: none; */
  list-style: none;
}
.pr_topmenu > ul > li > ul.sub-menu > li > a {
  text-align: left;
}
.pr_topmenu > ul > li > ul.sub-menu > li > a:hover {
  color: #0064C8;
  text-decoration: none
}
.pr_topmenu ul li a {
  font-size: 11px;
  color: #000000;
  text-align: center;
  display: block;
}
.pr_topmenu ul li:hover > a {
  color: #0064C8;
  text-decoration: none;
}
.pr_topmenu ul li ul {
  display: none;
}

.topmenu_country span {
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  padding: 6px;
  margin-top: -7px;
  display: block;
  cursor: pointer;
}
.topmenu_country span img {
  display: block;
}
.nlogin a {
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  padding: 6px 37px 7px !important;
  margin-top: -7px;
}
.nlogin a:hover {
  border: 1px solid #1d62ad;
  color: #1d62ad;
  text-decoration: none;
}








/* MENU 3.0 */
.NewMenu {
  padding: 0;
  background-color: #FFF;
}
.NewMenu > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.pr-newmenu > li.dropdown:hover {
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
}
.pr-newmenu > li.dropdown {
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  padding-right: 37px;
}
.pr-newmenu > li {
  font-size: 16px;
  font-weight: 900;
  padding: 21px 0;
  padding-left: 25px;
  padding-right: 25px;
}
.pr-newmenu > li > a {
  color: #000000;
}
.pr-newmenu > li.dropdown > a::after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTJsLTE4IDEydi0yNHoiLz48L3N2Zz4=") no-repeat;
  background-repeat: no-repeat;
  background-size: auto;
  width: 7px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: calc(50% - 2px);
}
.pr-newmenu > li.dropdown:hover > a::after {
    transform: rotate(90deg);
    filter: invert(20%) sepia(87%) saturate(4500%) hue-rotate(199deg) brightness(94%) contrast(101%);
}
.pr-newmenu > li > a:hover {
  text-decoration: none;
}
.pr-newmenu > li:hover > a {
  color: #0064C8;
}
.pr-newmenu > li.dropdown:hover > a {
  position: relative;
}
.pr-newmenu > li.dropdown:hover > a:before {
  position: absolute;
  content: "";
  width: calc(100% + 62px);
  left: -25px;
  bottom: -22px;
  height: 2px;
  background-color: #FFF;
  z-index: 999;
}
.nregistration {
  background-color: #0064C8;
  border-radius: 6px;
  padding: 0 5px;
  min-width: 150px;
  text-align: center;
  font-weight: 900;
}
.nregistration a {
  color: #FFFFFF !important;
}
.nregistration:hover {
  background: #8cc04b;
}



.NewMenu-container {
  position: relative;
  z-index: 999;
  background-color: #FFFFFF;
}
.NewMenu-container > nav > div > .planradar-logo {
  width: 180px;
  transition: width .2s;
}
.NewMenu-container.position-fixed {
  width: 100%;
  top: 0;
}
.NewMenu-container.position-fixed > nav > div > .planradar-logo {
  width: 35px;
  transition: width .2s;
  margin-right: 20px;
}
.newmenu-parent ul {
  width: 100%;
}

.pr-newmenu > li.dropdown:hover > ul {
  visibility: visible;
}
.pr-newmenu > li > ul {
  border-radius: 0;
  padding: 0 40px 40px;
  visibility: hidden;
  margin-top: 0;
  box-shadow: 0 0 1em rgba(0,0,0,0.5);
  max-width: 1140px;
  left: calc(50% - 570px);
  top: 66px !important;
  border: none;
  z-index: -9;

}
.newmenu-item {
  margin-top: 40px;
}
.newmenu-item > div > a:hover {
  text-decoration: none;
}
.newmenu-item > div > a > p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.newmenu-item > div > a > p:first-child{
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.newmenu-item > div > a > p:nth-child(2) {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.newmenu-item > div > a:hover > p {
  color: #0064C8;
}
.newmenu-item > div > ul {
  list-style: none;
  padding-left: 0;
}
.newmenu-item > div > ul > li {
  font-size: 18px;
  margin-bottom: 20px;
}
.newmenu-item > div > ul > li:last-child {
  margin-bottom: 0;
}
.newmenu-item > div > ul > li > a:hover {
  color: #0064C8 !important;
  background-color: #FFFFFF !important;
}
.topmenu_countries {
  top: 5px;
  bottom: inherit !important;
  z-index: 9999;
}
.NewNav_line::after {
  content: "";
  position: absolute;
  background: #C8C8C8;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: 9;
}













/* Book a Demo */

.demo-w-btn {
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 25px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.demo-w-btn:hover {
  color: #FFFFFF;
  background-color: #1d62ad;
  border-color: #1d62ad;
}
@media (max-width: 1199.98px) {
  .with_demo_btn a {
    min-width: 306px;
  }
  .de-demo-btn {
    background-color: inherit;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px !important;
  }
  .gb-demo-btn {
    width: 100%;
    font-size: 16px;
    padding: 12.5px 0;
    margin: 0 0 25px !important;
    background-color: #FFFFFF;
    border-color: #8cc04b;
    color: #8cc04b;
    font-weight: 700;
    text-transform: uppercase;
  }
}
