.fnpl-flexibility .fnpl-list-5 {
  justify-content: flex-start;
}

.fnpl-flexibility .fnpl-list-5 > div:nth-child(2) {
  width: 40%;
}

.fnpl-contact .fnpl-featured-content .desktop-image {
  display: none;
}

/*.post-type-archive-boarder{
	margin-top: 100px;
}*/
.post-type-archive-boarder .fnpl-title {
  margin-bottom: 100px;
}

.fnpl-region-selector li {
  margin-bottom: 20px;
}

.fnpl-anywhere-business .fnpl-inner > h2:first-child {
  margin-top: 0;
}

.de-lang .tnpl-terms-img.align-end {
  margin-left: -220px;
}

.de-lang .fnpl-tac .fnpl-under::before {
  top: 25px;
}

.de-lang .fnpl-careers .fnpl-fixed {
  height: unset;
}

.fnpl-relations .fnpl-latest .fnpl-lg-title {
  margin-bottom: 0;
}

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.fnpl-inner {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.fnpl-inner > .container {
  width: auto;
  /*	padding: 0;*/
}

.fnpl-page-content {
  color: #273845;
}

.fnpl-inner p {
  margin-bottom: 25px;
}

.fnpl-page-content h2,
.fnpl-page-content h3,
.fnpl-page-content h4,
.fnpl-page-content h5 {
  margin-bottom: 30px;
  margin-top: 50px;
}

.fnpl-page-content h2 + h3 {
  margin-top: 30px;
}

.fnpl-page-content img {
  margin-top: 35px;
  margin-bottom: 70px;
}

.fnpl-page-content img + h2,
.fnpl-page-content img + h3 {
  margin-top: 0;
}

/*Lists*/
.fnpl-inner > ul,
.fnpl-inner > ol,
.fnpl-inner > div > ul,
.fnpl-inner > div > ol {
  margin-bottom: 25px;
}

.fnpl-page-content ul,
.fnpl-page-content ol {
  padding-left: 17px;
}

.fnpl-page-content ul li,
.fnpl-page-content ol li {
  padding-left: 2px;
}

.fnpl-page-content ul li::marker,
.fnpl-page-content ol li::marker {
  color: #67737C;
  font-size: 14px;
}

.fnpl-page-content ul ul,
.fnpl-page-content ol ol {
  padding-left: 20px;
  padding-right: 0;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fnpl-page-content ul > li > ul,
.fnpl-page-content ol > li > ol {
  padding-left: 35px;
}

.fnpl-page-content ul > li > ul > li > ul,
.fnpl-page-content ol > li > ol > li > ol {
  padding-left: 50px;
}

.fnpl-page-content ul > li > ul > li > ul > li > ul,
.fnpl-page-content ol > li > ol > li > ol > li > ol {
  padding-left: 65px;
}

.fnpl-page-content ul {
  list-style: disc;
}

.fnpl-page-content ol {
  list-style: decimal;
}

.fnpl-page-content ol {
  counter-reset: item;
}

.fnpl-page-content ol.fnpl-subletter-ol,
.fnpl-page-content ol.fnpl-letter-ol {
  counter-reset: list;
}

.fnpl-page-content ol li {
  display: block
}

.fnpl-page-content ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  width: 15px;
  margin-left: -15px;
  display: inline-block;
}

.fnpl-page-content > ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 25px;
  font-weight: 700;
  color: #273845;
}

.fnpl-page-content ol.fnpl-letter-ol li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ". ";
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  font-weight: 700;
  color: #273845;
}

.fnpl-page-content ol.fnpl-subletter-ol li:before {
  counter-increment: list;
  content: counter(list, lower-roman) ". ";
  width: 15px;
  margin-left: -15px;
  display: inline-block;
}

.fnpl-page-content ol > li > ol > li:before {
  width: 35px;
  margin-left: -35px;
}

.fnpl-page-content ol > li > ol > li > ol > li:before {
  width: 50px;
  margin-left: -50px;
}

.fnpl-page-content ol > li > ol > li > ol > li > ol > li:before {
  width: 65px;
  margin-left: -65px;
}

.fnpl-page-content ol > li > ol > li:last-child {
  margin-bottom: 30px;
}

.head-li,
.fnpl-page-content ol .head-li-marker:before {
  font-size: 20px;
  line-height: 28px;
}

.fnpl-page-content .fnpl-policies-list {
  list-style: none;
  padding-left: 0;
}


/*Tables*/
.table-wrapp {
  position: relative;
  width: 200%;
  left: -50%;
}

.table-wrapp table {
  max-width: 1090px;
}

table {
  margin: 60px auto;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  border-collapse: collapse;
  border: solid #CCEFFF 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

table ul {
  padding: 0 0 0 20px;
  margin-bottom: 0;
}


table tr, table td.bg-td {
  background: rgba(0, 177, 255, 0.06);
}

table.fnpl-table-bg tr:nth-child(odd),
table.fnpl-table-bg-transparent tr {
  background: transparent;
}


table ul {
  padding-left: 20px;
}

.fnpl-page-content table ul li {
  margin-bottom: 5px;
  padding-bottom: 0;
}

table td {
  vertical-align: middle;
  /*color: #838587;*/
}

table td:not(.fnpl-p-0) {
  padding: 20px;
}

table.fnpl-table-style-1 td,
table.fnpl-table-strong td.fnpl-table-head {
  padding: 35px 20px;
}

table.fnpl-table-style-3 tr:not(:last-child) td {
  border-bottom: 4px solid #fff;
}

table td.border-td,
table tr.border-tr td,
table.fnpl-table-style-3 tr.border-tr:not(:last-child) td {
  border-bottom: 1px solid #CCEFFF;
}

table:not(.fnpl-table-style-4) tbody tr td:first-child:not(.fnpl-p-0) {
  padding-right: 50px;
}

table tbody tr td:first-child:not(.skip-td),
table td.fnpl-table-head {
  font-weight: 500;
}

table.fnpl-table-strong tbody tr td:first-child,
table.fnpl-table-strong td.fnpl-table-head {
  font-weight: 700;
  font-size: 18px;
}

/*table.fnpl-table-style-3 tbody tr td{
  color: #273845;
  font-weight: 400;
}*/


table tbody tr td:first-child,
table.fnpl-table-5 tbody tr td:not(:last-child),
table.fnpl-table-3 tbody tr td:not(:last-child) {
  position: relative;
}

table tbody tr td:first-child:after,
table.fnpl-table-5 tbody tr td:not(:last-child):after,
table.fnpl-table-3 tbody tr td:not(:last-child):after {
  content: '';
  background-color: #CCEFFF;
  position: absolute;
  left: 100%;
  top: 10px;
  bottom: 10px;
  width: 1px;
}

table.fnpl-table-2 tbody tr td:first-child {
  width: 20%;
}

table.fnpl-table-2.fnpl-table-style-4 tbody tr td:first-child {
  width: 45%;
}

table.fnpl-table-2.fnpl-table-style-5 tbody tr td:first-child {
  width: 25%;
}

table.fnpl-table-5 tbody tr td:nth-child(1) {
  width: 17%;
}

table.fnpl-table-5 tbody tr td:nth-child(2) {
  width: 20%;
}

table.fnpl-table-5 tbody tr td:nth-child(3) {
  width: 23%;
}

table.fnpl-table-5 tbody tr td:nth-child(4) {
  width: 24%;
}

table.fnpl-table-5 tbody tr td:nth-child(5) {
  width: 16%;
}

table.fnpl-table-3 tbody tr td:nth-child(1) {
  width: 60%;
}

table.fnpl-table-3 tbody tr td:nth-child(2) {
  width: 20%;
}

table.fnpl-table-3 tbody tr td:nth-child(3) {
  width: 20%;
}

/*Blog*/
body.blog {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.25);
}

.fnpl-blog .fnpl-blue-grad::after {
  width: 300%;
  left: -70%;
}

.blog-menu-mobile {
  display: none;
}

.fnpl-blog-menu-wrapper {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 990;
  background: #fff;
}

.admin-bar .fnpl-blog-menu-wrapper {
  top: 120px;
}

.blog-menu {
  background: #fff;
}

.blog-menu li {
  display: inline-block;
  margin-right: 50px;
}

.blog-menu li a {
  font-size: 14px;
  line-height: 1;
  color: #0B1747;
  display: inline-block;
  padding: 10px 0 20px;
  vertical-align: middle;
  text-decoration: none;
  transition: all .3s ease-in;
}

.blog-menu li a:hover,
.blog-menu li a:focus,
.blog-menu li a:active,
.blog-menu li.current_page_item a,
.blog-menu-mobile li.menu-item-has-children > a,
.blog-menu-mobile li.menu-item-has-children a:hover {
  color: #00B2FF;
  text-decoration: none;
}

.blog-menu-mobile li.menu-item-has-children a:hover {
  cursor: pointer;
}

.fnpl-blog-tax .post-hidden {
  display: none;
}

.fnpl-blog-tax {
  padding: 60px 0 40px;
}

.fnpl-blog-tax-title,
.fnpl-blog-title-url {
  text-align: center;
  margin-bottom: 70px;
  color: #0B1747;
}

.fnpl-latest .fnpl-blog-tax {
  text-align: left;
  padding: 0;
}

.fnpl-governance .fnpl-top {
  text-align: left;
  padding-left: 0;
}

.fnpl-latest .fnpl-blog-tax .category-post-item {
  margin-bottom: 0;
}

.fnpl-blog-category .fnpl-blog-category-article {
  padding: 0 5px;
}

.fnpl-blog-cat-img {
  border-radius: 6px;
  margin-bottom: 25px;
  width: 100%;
}

.fnpl-blog-category-article .fnpl-content {
  margin-bottom: 25px;
}

.category .category-post-item {
  margin-bottom: 90px;
}

.category .fnpl-blog-category {
  margin-top: 60px;
  margin-bottom: 75px;
}

.fnpl-readmore {
  font-weight: 500;
  color: #00B1FF;
  margin-top: 25px;
}

.fnpl-blog-category-article .fnpl-title,
.fnpl-blog-category-article .fnpl-meta {
  margin-bottom: 10px;
  text-align: left;
}

.fnpl-blog-slider .fnpl-title,
.fnpl-blog-slider .fnpl-meta {
  margin-bottom: 20px;
}

.fnpl-blog-slider .fnpl-blog-category-article {
  align-self: center;
}

.fnpl-blog-slider-item {
  padding: 40px 25px;
  display: flex;
  max-width: 945px;
  margin: auto;
  text-align: left;
  box-shadow: 0px 7px 66px rgba(196, 218, 227, 0.4);
  border-radius: 16px;
  margin-bottom: 100px;
  margin-top: 110px;
}

.fnpl-blog-slider .fnpl-image {
  margin: 0 auto;
  border-radius: 6px;
  max-width: 100%;
}

.fnpl-blog-slider a:focus {
  outline: 0;
}


.fnpl-blog-slider .slick-dots {
  margin-top: 0;
}

.fnpl-blog-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border: none;
  background: #B2CCD7;
}

.slick-dots li.slick-active button {
  background: #00B1FF;
}

.fnpl-single {
  padding-top: 90px;
}

.fnpl-single img {
  border-radius: 6px;
  width: 100%;
}

.fnpl-blog-title {
  color: #0B1747;
  margin: 15px auto 30px;
  text-align: center;
}

.fnpl-blog-thumb {
  margin-bottom: 50px;
}

.fnpl-meta {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #273844;
}

.fnpl-meta {
  text-align: center;
}

.fnpl-meta-cat,
.fnpl-meta-cat a {
  color: #2043D3;
  font-weight: 500;
}

.fnpl-page-content blockquote {
  margin: 60px auto 55px;
  text-align: center;
  position: relative;
  width: 200%;
  left: -50%;
}

.fnpl-page-content blockquote * {
  font-style: italic;
  font-size: 28px;
  line-height: 44px;
  color: #00B2FF;
  margin: 0 auto 15px;
  max-width: 1090px;
}

.fnpl-quote-author {
  margin-top: -30px;
  margin-bottom: 30px;
  margin-right: -60px;
  text-align: right;
  font-weight: 500;
}

.fnpl-btn-share {
  background: #FFFFFF;
  border: 1px solid #DAE5E7;
  box-shadow: 0px 2px 6px rgba(196, 218, 227, 0.4);
  color: #67737C;
  padding: 18px 20px;
}

.fnpl-btn-share:hover,
.fnpl-btn-share:active,
.fnpl-btn-share:focus {
  background: #67737C;
  border: 1px solid #DAE5E7;
}

.fnpl-btn-share i {
  padding-right: 10px;
}

.fnpl-blog-links {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fnpl-social-share {
  display: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
}

.fnpl-social-share li {
  padding: 10px;
}

.fnpl-social-share a {
  color: #67737C;
  font-size: 26px;
  transition: color .5s ease-in;
}

.fnpl-social-share.active {
  display: flex;
}

.fnpl-single .fnpl-blue-grad::after {
  margin-top: 300px;
}

.fnpl-blog .fnpl-download {
  max-height: 570px;
  margin-top: 120px;
}

.fnpl-blog .fnpl-download .desktop-image {
  padding-top: 90px;
  padding-left: 50px;
}

/*Legal*/
.fnpl-legal .fnpl-featured-content {
  margin-top: -150px;
}

.fnpl-legal-list {
  max-width: 530px;
}

.fnpl-legal-list li {
  padding: 12px 0px;
  display: block;
}

.fnpl-legal-list li:not(:last-child) {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

.fnpl-legal-list a {
  color: #273844;
}

.fnpl-subpages {
  margin-top: -150px;
  margin-bottom: 150px;
}

.fnpl-subpages h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.fnpl-privacy .fnpl-inner > p:first-child {
  max-width: 520px;
}

.fnpl-privacy .fnpl-inner {
  margin-top: -110px;
  margin-bottom: 30px;
}

.fnpl-tac .fnpl-page-content {
  margin-top: 100px;
}

.fnpl-tac .fnpl-featured-content {
  margin-top: -90px;
}

.tnpl-terms-img {
  margin-left: -420px;
  margin-bottom: -40px;
}


/*Support pages*/
.fnpl-customer-phone-img {
  margin-top: -100px;
  margin-right: -100px;
}

.fnpl-customer-subhero {
  margin-top: -150px;
}

.fnpl-customer-subhero .fnpl-featured-content {
  margin-left: auto;
}

.de-lang .fnpl-customer-subhero .fnpl-featured-content {
  max-width: 570px;
}

.fnpl-customer-intro .fnpl-featured-content {
  margin-top: -200px;
}

.envelope {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-decoration-line: underline;
  padding-left: 50px;
  background: url(../img/email.svg) no-repeat left / contain;
  display: inline-block;
  transition: all .3s ease-in;
  color: #00B1FF;
}

.fnpl-faq-menu-title {
  color: #273844;
}

.fnpl-support .fnpl-lg-title {
  margin-bottom: 65px;
}

.fnpl-faq-menu-list {
  margin-bottom: 30px;
}

.fnpl-faq-theme-mobile-trigger {
  display: none;
}

.fnpl-faq .panel-default {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

.panel-group .panel + .panel {
  margin: 0;
}

.fnpl-faq .panel-default > .panel-heading {
  color: #273845;
  background-color: #ffffff;
  border: none;
  padding: 20px 0;
  padding-right: 30px;
  position: relative;
}

.panel-group:nth-child(2) > div:nth-child(3) > .panel-default:nth-child(1) > .panel-heading,
.panel-group:nth-child(1) > div:nth-child(3) > .panel-default:nth-child(1) > .panel-heading {
  padding-top: 0;
}

.panel-body a {
  color: #00B1FF;
}

.panel ul {
  padding-left: 20px;
  list-style-type: disc;
}

.faq-caret {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../img/caret-blue.svg) no-repeat center / contain;
}

.panel-heading a:hover + .faq-caret {
  background: url(../img/caret-black.svg) no-repeat center / contain;
}

.panel-heading a[aria-expanded="true"] + .faq-caret {
  transform: rotate(180deg);
  background: url(../img/caret-black.svg) no-repeat center / contain;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  color: #273845;
  padding: 20px 75px 20px 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 25px;
}

.fnpl-faq-menu-list-theme,
.fnpl-faq-menu-list-theme a {
  list-style: disc;
  list-style-position: inside;
  margin-top: 10px;
  font-weight: 400;
  color: #00B1FF;
}

.fnpl-faq .fnpl-xs-title {
  font-weight: 500;
  color: #00B1FF;
  text-decoration: none;
  transition: all .3s ease-in;
  cursor: pointer;
}

.fnpl-faq .panel-default > .panel-heading a:hover,
.panel-heading a[aria-expanded="true"] {
  color: #273844;
  text-decoration: none;
}

/*Contact Form*/

.contact-us-form {
  margin-left: -15px;
}

.fnpl-contact .fnpl-fixed {
  min-height: 1070px;
}

.page-template-fnpl-contactus footer {
  margin-top: 0;
}

.fnpl-contact .form-group {
  margin-bottom: 35px;
}

.form-group-submit {
  margin-top: 5px;
  margin-bottom: 0;
}

.fnpl-contact .fnpl-form-notifications > * {
  margin-top: -10px;
  margin-bottom: 20px;
}

/***---DOCUMENTATION---***/
.fnpl-docu hr {
  margin: 50px 0 25px;
}

.fnpl-docu {
  padding: 90px 0;
  color: #67737C;
}

.fnpl-docu b {
  color: #273845;
  font-weight: 400;
}

.fnpl-docu-menu-title {
  color: #273844;
  margin-bottom: 8px;
}

.fnpl-documentation-menus.sticky {
  position: fixed;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fnpl-documentation-menus.sticky::-webkit-scrollbar {
  display: none;
}

.admin-bar .fnpl-documentation-menus.sticky {
  top: 132px;
  max-height: calc(100vh - 152px);
}

.fnpl-documentation-menus-mobile {
  display: none;
}

.fnpl-docu-menu:not(:last-of-type) {
  margin-bottom: 40px;
}

.fnpl-docu-menu-item {
  font-weight: normal;
  color: #838587;
  text-decoration: none;
  transition: all .3s ease-in;
  line-height: 44px;
}

.fnpl-docu-menu-item:hover,
.fnpl-docu-menu-item:focus,
.fnpl-docu-menu-item:active {
  color: #00B1FF;
  text-decoration: none;
}

.fnpl-documentation-section-blue {
  padding: 0;
}

.fnpl-docu-sections {
}

.fnpl-docu-title {
  color: #273845;
  margin-bottom: 15px;
}

.fnpl-docu h3 {
  font-size: 25px;
  line-height: 32px;
  color: #273845;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 50px;
}

.fnpl-docu p {
  margin-bottom: 25px;
}

.fnpl-docu-title-small {
  margin-top: 0;
}

.fnpl-docu pre {
  background: transparent;
}

.fnpl-docu-list {
  font-size: 16px;
  line-height: 140%;
}

.fnpl-docu-list ul {
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 35px;
}

.fnpl-docu-list li {
  border-bottom: 1px solid #EFEFEF;
  padding: 25px 0;
}

.fnpl-docu-list p {
  margin-bottom: 0;
}

.fnpl-docu-list strong {
  color: #273845;
  font-weight: 900;
}

.fnpl-docu-list-method {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3955FF;
}

.fnpl-docu-list li:last-child {
  border: none;
}

.fnpl-docu-list-method:not(:first-of-type) {
  margin-top: 35px;
}

.fnpl-docu-list-code,
.fnpl-docu-list strong,
code,
.code {
  font-family: PT Mono;
  display: inline-block;
}

.fnpl-docu-list-code {
  font-weight: 900;
  color: #273845;
}

code,
.code {
  background: #F4FAFD;
  border-radius: 5px;
  padding: 10px 20px 8px;
  font-size: 14px;
  line-height: 22px;
  color: #00B2FF;
  word-break: break-all;
}

.fnpl-doc-table {
  border: solid #DFE2E5 1px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.fnpl-doc-table img {
  max-height: 100px;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
}

.fnpl-doc-table tbody tr td:first-child {
  width: 25%;
}

.fnpl-doc-table tbody tr td:not(:last-child) {
  border-right: solid #DFE2E5 1px;
}

.fnpl-doc-table tbody tr:not(:last-child) {
  border-bottom: solid #DFE2E5 1px;
}

.fnpl-doc-table tbody tr td:first-child:not(.bg-td):after {
  content: none;
}

.fnpl-doc-table tr:not(:first-child) {
  background: transparent;
}

.fnpl-doc-table tr:nth-child(2n+1):not(:first-child),
.fnpl-doc-table td.bg-td {
  background: rgba(0 177 255 / 0.06);
}

.fnpl-doc-table td {
  padding: 6px !important;
}

.fnpl-doc-table tr.head td {
  padding: 6px 0 !important;
}

.fnpl-doc-table tbody tr td,
table.fnpl-doc-table tbody tr td:first-child,
.fnpl-doc-table a {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: #4C555A;
}

.fnpl-doc-table a,
.fnpl-doc-table .download {
  color: #060809;
}

.fnpl-doc-table a:hover {
  color: #00b2ff;;
}

.fnpl-doc-table .pre {
  display: inline;
  color: #999999;
  font-weight: 400;
}

.fnpl-doc-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.fnpl-doc-row h3 {
  line-height: 31px;
  margin: 0;
}

.fnpl-doc-row a {
  min-width: unset;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  padding: 10px 15px 11px 15px;
}

.fnpl-warning p:last-child {
  margin-bottom: 0;
}

.fnpl-warning {
  background: #FDFBF7;
  border-left: 4px solid #FFD112;
  padding: 10px 45px;
  max-width: unset;
  margin-left: -25px;
  margin-right: -50px;
  position: relative;
}

.fnpl-warning:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 19px;
  top: 14px;
  left: 14px;
  background: url(../img/warning.svg) no-repeat;
}

body:not(.mfp-zoom-out-cur) .fnpl-doc-popup:hover {
  cursor: zoom-in;
}

/*Booking Directory*/
.fnpl-booking .fnpl-intro .fnpl-fixed {
  min-height: 650px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.fnpl-book-tabs {
  display: flex;
  justify-content: center;
  text-align: center;
}

.fnpl-book-tabs a {
  border: none;
  color: #838587;
  font-weight: 400;
  transition: all .3s ease-in;

  text-decoration: none;
}

.fnpl-book-tabs .active a {
  color: #00B1FF;
  font-weight: 700;
}

.fnpl-book-tabs li {
  width: 460px;
  padding-bottom: 15px;
}

.fnpl-book-tabs li:hover a,
.fnpl-book-tabs a:hover {
  text-decoration: none;
}

.fnpl-book-tabs li:not(.active) a:hover {
  color: #00B1FF;
}

.fnpl-book-tabs li.active {
  border-bottom: 2px solid #00B1FF;
}


/*SME*/

.fnpl-sme .fnpl-blue-grad {
  height: 300px;
  padding-top: 105px;
  margin-bottom: -120px;
}

.fnpl-sme-b2b {
  margin-bottom: 40px;
  margin-top: 50px;
}

.fnpl-sme-b2b .row .col-xs-4:first-child {
  border-right: 1px solid #97979752;
}

.fnpl-sme-b2b .row .col-xs-4:last-child {
  text-align: center;
  display: flex;
}

.fnpl-sme-b2b a {
  font-size: 18px;
  text-align: center;
  color: #00B1FF;
  display: inline-block;
  align-self: center;
}

.fnpl-sme-b2b a:hover {
  text-decoration: underline;
}

.fnpl-external-brand-logo {
  max-width: 170px;
}

.fnpl-row-group {
  display: flex;
  overflow: hidden;
}

.fnpl-row-group > div {
  text-align: center;
}


/*Nazar*/

/*#fnpl-logo img {
    padding-top: 29px;
    width: 104px;
}*/


.input-group-btn-top-mobile {
  display: none;
}


[id^="menu-top-login-menu"] > li > a {
  margin-top: 10px;
  padding: 5px 10px;
}

.fnpl-documentation-menus a {
  font-size: 16px;
}


#menu-top-login-menu a:hover {
  text-decoration: none;
  color: #fff;
  background: #2043D3;
  outline: none;
  border: 2px solid #2043D3;
  cursor: pointer;
}

html:not(.touch) ul[id^="menu-top-login-menu"] > li:hover .sub-menu, html.touch ul[id^="menu-top-login-menu"] > li.active .sub-menu {
  display: block;
  opacity: 1;
  transition: opacity 0.7s ease-out;
  right: 0;
}


ul[id^="menu-top-login-menu"] > li .sub-menu {
  width: 170px;
  height: auto;
  padding: 15px 20px;
  z-index: 1000;
  right: 0;
  margin-right: -15px;
  line-height: 1em;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: opacity 0.7s ease-in;
  opacity: 0;
  position: absolute;
  display: none;
}

ul[id^="menu-top-login-menu"] ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 12px 0 14px;
  border-bottom: 1px solid #EFEFEF;
}

ul[id^="menu-top-login-menu"] ul.sub-menu li a {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #67737C;
  text-align: left;
  display: block;
  width: 100%;
}

ul[id^="menu-top-login-menu"] ul.sub-menu li a:hover {
  color: #00B2FF !important;
  background: none !important;
  outline: none !important;
  border: none !important;
}


/* Archive Board page */
.board_card {
  margin-bottom: 63px;
  text-align: center;
}

.board_card img {
  margin-bottom: 16px;
}

.board_card h4 {
  margin-bottom: 15px;
}

.board_card p {
  letter-spacing: 0.03em;
  font-size: 17px;
  line-height: 24px;
  color: #273844;
}

.post-type-archive-boarder .board_card h4, .post-type-archive-boarder .board_card p {
  text-align: center;
}

.fnpl-committee-table table {
  margin: 100px auto 0 auto;
  table-layout: initial;
  width: 100%;
  background-color: transparent !important;
  border-collapse: collapse;
  border: none !important;
}

@media (max-width: 991px) {
  .fnpl-committee-table table {
    margin: 70px auto 0 auto;
  }
}

.circle-black {
  display: block;
  width: 20px;
  height: 20px;
  background: #0B1747;
  border-radius: 100%;
  margin: 0 auto;
}

.circle-blue {
  display: block;
  width: 20px;
  height: 20px;
  background: #00B1FF;
  border-radius: 100%;
  margin: 0 auto;
}

.fnpl-committee-table th {
  text-align: center;
}

.fnpl-committee-table thead th {
  font-size: 14px;
  font-weight: bold;
}

.fnpl-committee-table thead tr {
  border-bottom: 1px solid #DDDDDD;
}

.fnpl-committee-table tr {
  background-color: transparent !important;
}

.fnpl-committee-table .dcf-txt-center {
  text-align: center;
}

.fnpl-committee-table table tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.fnpl-committee-table table thead td,
.fnpl-committee-table table thead th {
  padding-bottom: .75em;
  vertical-align: bottom
}

.fnpl-committee-table table thead th {
  text-align: left;
}

.fnpl-committee-table table tbody td,
.fnpl-committee-table table tbody th,
.fnpl-committee-table table tfoot td,
.fnpl-committee-table table tfoot th {
  padding-top: .75em;
  vertical-align: top
}

.fnpl-committee-table table tbody td,
.fnpl-committee-table table tbody th {
  width: 250px;
  font-size: 18px;
  padding-bottom: .75em
}

.fnpl-committee-table table tbody th {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .fnpl-committee-table table thead {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }

  .fnpl-committee-table table tr {
    display: block
  }

  .fnpl-committee-table table td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important;
    align-items: center;
  }

  .fnpl-committee-table table tbody tr {
    padding-bottom: .75em
  }

  .fnpl-committee-table tbody tr th {
    text-align: left !important;
    padding-left: 20px;
    font-weight: 700;
  }

  .fnpl-committee-table table tbody td {
    line-height: 16px;
  }

  .fnpl-committee-table table tbody td:before {
    width: 240px;
    content: attr(data-label);
    float: left;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
  }
}

.fnpl-committee-table-footnotes {
  margin-top: 35px;
  padding: 0 20px 0 0;
}

@media (max-width: 991px) {
  .fnpl-committee-table-footnotes {
    padding: 0 20px;
  }
}

.fnpl-committee-table-footnotes .note-wrapper {
  display: block;
  margin-bottom: 15px;
}

.fnpl-committee-table-footnotes p,
.fnpl-committee-table-footnotes div {
  display: inline-block;
  vertical-align: top;
}

.fnpl-committee-table-footnotes p {
  font-size: 14px;
  line-height: 20px;
  min-width: 135px;
}

/* Archive Board page end */


/* Blog section */


/*.fnpl-blog-tax .category-post-item {
    margin-bottom: 90px;
}*/
.fnpl-blog-tax .row {
  display: flex;
  flex-wrap: wrap;
}

.fnpl-blog-tax .fnpl-big-title {
  margin-bottom: 36px;
}


.fnpl-blog-category-article-title {
  font-size: 18px;
  line-height: 26px;
  color: #273845;
  margin: 25px auto 15px;
  text-align: left;
}

.fnpl-blog-category-article-meta {
  font-size: 14px;
  line-height: 24px;
  color: #67737C;
  margin-bottom: 15px;
}

.fnpl-blog-category-article-meta span {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.fnpl-blog-category-article-meta span:last-of-type {
  margin-left: 3px;
}

.fnpl-blog-category-article-readmore {
  position: relative;
  display: inline-block;
  color: #00b2ff;
  word-break: break-all;
}

.fnpl-blog-category-article-readmore:hover {
  color: #00b2ff;
  text-decoration: none;
}

.fnpl-blog-category-article-readmore:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #00b2ff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  cursor: pointer;
}

.fnpl-blog-category-article-readmore:hover:before {
  transform: scale(1);
}

.fnpl-blog-category-article-thumb {
  max-width: 100%;
  border-radius: 6px;
}


/* Blog section end */


/* corporate governance page */

/*.cor_gov_head_section .fnpl-fixed{
    min-height: 400px;
}*/

/*.cor_gov_head_section .flex-row{
    flex-wrap: wrap;
}*/

/*.fnpl-governance .fnpl-featured-content{
	margin-left: -15px;
}*/

/* corporate governance page end*/

/* contact page */

.fnpl-corporate-contact .fnpl-title {
  margin-bottom: 53px;
}

.fnpl-corporate-contact .contact_item {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 44px;
  padding-bottom: 44px;
}

.fnpl-corporate-contact .contact_item h4 {
  margin-bottom: 30px;
}


/*.cor_gov_head_section .flex-row .flex-row{
    width: 70%;
}
.cor_gov_head_section .flex-row .flex-row:nth-child(2){
    display: none;
}*/
/*.corporate_page .fnpl-inner {
    width: 100%;
}*/
/* contact page */
/* testimonial-3 section */
.fnpl-intro .sm_t {
  font-size: 17px;
  line-height: 24px;
  color: #6E7396;
  letter-spacing: 0.03em;
}

/* FNPL Two Columns Module*/
.fnpl-two-cols .fnpl-lg-title {
  font-size: 44px;
}

@media (max-width: 991px) {
  .fnpl-two-cols .fnpl-lg-title {
    font-size: 34px;
  }
}

/* Affiliate Booking */

.affiliate-benefits-list {
  margin-top: 70px
}

.affiliate-benefits-list .fnpl-list-item {
  min-height: auto;
}

@media (max-width: 380px) {
  .customer-journey-list .fnpl-list-image,
  .fnpl-2col-list .fnpl-list-image {
    width: auto;
    max-width: 100%;
  }
}

.fnpl-appstore-btn {
  margin-bottom: 15px !important;
}

.fnpl-playmarket-btn {
  margin: 0 0 15px 0 !important;
}

.featured-api-integrate,
.featured-api-integrate .row.flex-row.fnpl-fixed,
.featured-more-customers,
.featured-more-customers .row.flex-row.fnpl-fixed{
  min-height: 400px !important;
}

/* Get the app */
.fnpl-get-v2 .fnpl-2col-list .fnpl-list-image {
  margin-bottom: 35px;
}

.fnpl-get-v2 .fnpl-list-3 .fnpl-list-image {
  margin-bottom: 35px;
}

.fnpl-get-v2 .fnpl-list-2 .fnpl-list-item .fnpl-list-image {
  width: 100%;
  max-width: 457px;
}

@media (min-width: 992px) {
  .fnpl-get-v2 .fnpl-2col-list .fnpl-list-item {
    width: 50%;
  }
}

@media (max-width: 991px) {

  .fnpl-get-v2 .fnpl-get-hero .flex-row {
    display: flex;
    flex-direction: column;
  }

  .fnpl-get-v2 .fnpl-get-hero .flex-row .col-xs-12:first-child {
    order: 2;
  }

  .fnpl-get-v2 .fnpl-get-hero .flex-row .col-xs-12:nth-child(2) {
    order: 1;
    margin-top: 35px;
  }

  .fnpl-get-v2 .fnpl-get-hero .fnpl-app-links {
    margin-bottom: 0;
  }

  .fnpl-get-v2 .fnpl-get-hero .fnpl-featured-content {
    margin-bottom: 0;
  }

  .fnpl-get-v2 .mobile-force-row {
    display: block;
  }

}
