@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap');

body {
    color: #164b76;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 25px;
    position: relative;
}

a {
    color: #154a75;
}

a:hover {
    color: #3387cc;
    text-decoration: none;
}

.custom-checkbox {
    padding-left: 30px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 2px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #2888d7;
    border-color: #2888d7;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    left: -28px;
}

.single-page-section a {
    text-decoration: underline;
}

.text-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 25px 0;
}

.text-content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0;
}

.btn {
    border-radius: 30px;
    border-width: 2px;
    height: 50px;
    line-height: 46px;
    min-width: 200px;
    padding: 0 20px;
}

.btn-outline-primary {
    border: 2px solid #164b76;
    color: #164b76;
}

.btn-outline-primary:hover {
    background-color: #2888d7;
    border: 2px solid #2888d7;
}

.btn-primary {
    background-color: #164b76;
    border-color: #164b76;
}

.btn-primary:hover {
    background-color: #2888d7;
    border: 2px solid #2888d7;
}

.section-sidebar {
}

.single-page-section {
    padding: 160px 0 150px;
    background-color: #f1f6fa;
    min-height: calc(100VH - 111px);
}

.inner-page-section {
    background-color: #f1f6fa;
    padding: 50px 0 150px;
}

.logo-section {
    position: absolute;
    left: 0;
    right: 0;
    padding: 60px 0 0;
}

.inner-page-header {
    background-color: #1b476f;
    padding: 25px 0;
}

.inner-page-header .navbar-toggler {
    border: 0;
}

.inner-page-header .navbar-toggler:focus {
    outline: none;
}

.inner-page-header img {
    height: 48px;
}

.inner-page-header .navbar-nav .nav-link {
    color: #fff;
}

.header-dark .logo-section {
    background-color: #1b476f;
    padding-bottom: 40px;
}

.header-account {
    flex-grow: 1;
    margin-right: 15px;
    color: #fff;
    opacity: 0.5;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-account .user-icon {margin-right: 10px;}

.logo {
    width: 260px;
}

.logo .logo-img {
    height: 49px;
    margin-right: 12px;
}

.logo .logo-text {
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    height: 49px;
    line-height: 45px;
    vertical-align: middle;
    color: #174c76;
}

.logo.logo-white .logo-text {
    color: #fff;
}

.mobile-navbar-wrap {
    padding: 0px 0 17px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    margin-bottom: -17px;
    z-index: 1000;
}

.mobile-navbar-wrap.fixed {
    position: fixed;
    margin-bottom: 0;
    overflow: visible;
    z-index: 1000;
    padding: 0;
}

.mobile-navbar {
    position: relative;
    padding: 35px 0 20px;
    background-color: #fff;
    width: 100%;
}

.mobile-navbar-wrap.fixed .mobile-navbar {
}

.mobile-navbar-wrap .container {
    position: relative;
    padding: 0 15px;
}

.mobile-navbar-wrap .navbar .container {
    z-index: 1;
}

.mobile-navbar .navbar-phone {
    font-size: 12px;
    line-height: 10px;
    color: #174c76;
    font-weight: 500;
    position: absolute;
    left: 59px;
    top: 35px;
}

.mobile-navbar-toggler {
    width: 42px;
    height: 42px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #174c77;
    border-radius: 50%;
    padding: 0;
    border: 0;
    position: absolute;
    right: 15px;
    margin-top: 44px;
    top: 0;
    z-index: 10;
    transition: top 0.2s ease-out;
}

.mobile-navbar-toggler:focus {
    outline: none;
}

.mobile-navbar-wrap.fixed  .mobile-navbar-toggler {
    margin-top: 0;
    top: 44px;
}

.mobile-navbar-toggler[aria-expanded="true"] {
    background-color: #2888d7;
}

.mobile-navbar .navbar-buble {
    height: 38px;
    position: absolute;
    right: -61px;
    z-index: 0;
    top: 43px;
}

.mobile-navbar .navbar-collapse {
    background-color: rgb(241, 246, 250);
    padding: 0 50px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: -19px;
}

.mobile-navbar .navbar-collapse .nav-link {
    color: #154a75;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 25px;
}

.mobile-navbar .navbar-collapse .nav-link:hover {
    color: #2688d9;
}

.mobile-navbar .navbar-collapse .navbar-nav {
    margin-top: 42px;
}

.landing-intro .logo {
    color: #ffffff;
}

@keyframes jump {
  0% {
    bottom: 0;
  }
  45% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
    opacity: 0.8;
  }
  55% {
    bottom: 0;
  }
  60% {
    bottom: -25px;
    opacity: 0.3;
  }
  90% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}

.landing-intro .scroll-icon {
    background-image: url("../img/v2/scroll-icon-mobile.b36990da225f.svg");
    background-repeat: no-repeat;
    margin-top: 12px;
    width: 45px;
    height: 80px;
    background-position: top center;
    position: relative;
}

.landing-intro .scroll-arrow {
    animation: jump 4s infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer {
    padding: 37px 0 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-navbar {
    margin-right: 0;
    flex-grow: 1;
    flex-basis: 1%;
    justify-content: flex-start;
}

.footer .footer-navbar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .logo {
    width: 190px;
    margin-top: -3px;
    margin-bottom: 10px;
}

.footer .logo .logo-img {
    height: 34px;
    margin-right: 10px;
}

.footer .logo .logo-text {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
}

.footer .nav {
    justify-content: center;
}

.footer .nav .nav-link {
    line-height: 34px;
    color: #9dafbd;
    letter-spacing: -0.64px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer .nav .nav-link:hover {
    color: #2688d9;
}

.footer-credentials {
    line-height: 34px;
    text-align: center;
}

.footer-credentials a {
    color: #9dafbd;
}

.footer-credentials a:hover {
    color: #2688d9;
}

.landing-sidebar {
    background-image: url("../img/v2/buble.e437a1303944.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 62px 316px;
    display: flex;
    height: 100VH;
    max-width: 430px;
    padding-left: 29px;
    position: fixed;
    right: 0;
    z-index: 1000;
    transition: background-position 0.25s ease-in;
}

.landing-sidebar.landing-sidebar-bottom {
    position: absolute;
    top: auto;
}

.landing-sidebar-wrap {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
}

.landing-sidebar-bottom .landing-sidebar-wrap {
    padding-bottom: 0;
}

.policy-links a {
    display: block;
    margin-top: 10px;
}

.user-widget {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-widget .user-icon {
    border-radius: 40px;
    border: 2px solid rgba(22, 75, 118, 0.5);
    flex-shrink: 0;
    height: 58px;
    line-height: 50px;
    margin-top: 18px;
    text-align: center;
    width: 58px;
}

.user-widget .user-icon-g {
    fill: #164b76;
}

.user-widget .user-buttons {
    flex-basis: 1%;
    margin-right: 30px;
}

.user-widget .user-buttons .btn {
    font-size: 18px;
    margin-top: 15px;
}

.user-widget .user-name {
    text-align: center;
    width: 200px;
}

.user-widget .user-name + .user-icon {
    margin-top: 0;
}

.user-widget .user-name + .user-icon:hover {
    background-color: #2888d7;
    border-color: #2888d7;
}

.user-widget .user-name + .user-icon:hover .user-icon-g {
    fill: #fff;
}

.mobile-navbar .user-widget {
    justify-content: center;
    flex-direction: column;
}

.mobile-navbar .user-icon {
    flex-shrink: initial;
    width: 47px;
    height: 47px;
    line-height: 40px;
    margin-top: 20px;
}

.mobile-navbar .user-buttons {
    flex-basis: initial;
    margin-right: 0;
    flex-direction: column;
    display: flex;
}

.mobile-navbar .user-buttons .btn {
    font-size: 16px;
    margin-top: 13px;
    height: 40px;
    line-height: 38px;
}

.mobile-navbar .privacy-link {
    display: block;
    font-size: 12px;
    padding: 5px 0;
}

.landing-sidebar .landing-menu .nav-link {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}

.landing-sidebar .landing-menu .nav-link.active {
    font-weight: bold;
}

.landing-section {
    background-color: #f1f6fa;
    display: flex;
    min-height: 100VH;
    padding: 100px 0;
}

.section-dark {
    background-image: url("../img/v2/blue-bg.6ee70617a46e.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    color: #fff;
}

.section-light {
    background-image: url("../img/v2/section-light-bg.6c1d9298f110.png"), url("../img/v2/section-light-bg-right.0386925be175.png");
    background-position: -42px 62px, 100% 90%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 125px, auto 135px;
}

.landing-section .content-wrap {
    text-align: center;
    width: 100%;
}

.single-page-section .content-wrap {
    padding: 25px 25px 50px;
}

.section-header {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 38px;
    margin: 0;
}

.single-page-section .section-header {
    padding-bottom: 15px;
}

.widget {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin: 50px 0;
    width: 100%;
}

.single-page-section .widget {
    margin: 25px 0;
    color: #164b76;
}

.documents-page .widget {
    overflow: hidden;
}

.section-dark .landing-section-text {
    color: rgba(255, 255, 255, 0.65);
}

.landing-intro {padding-top: 200px;}

.landing-intro .content-wrap {
    align-items: center;
    justify-content: center;
}

.landing-intro .section-header {
    font-size: 38px;
    padding-bottom: 13px;
}

.landing-intro .landing-section-text {
    font-size: 18px;
    line-height: 25px;
    padding-top: 6px;
}

.landing-about .content-wrap {
    padding: 50px;
}

.landing-about .widget {
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url("../img/v2/section-light-bg.6c1d9298f110.png"), url("../img/v2/section-light-bg-right.0386925be175.png");
    background-position: -42px 62px, 101% 90%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 125px, auto 135px;
}

.landing-about .about-number {
    font-size: 41px;
    font-weight: 500;
    margin: 0;
    line-height: 50px;
    padding-top: 24px;
}

.landing-about .about-number-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 17px;
}

.landing-about .about-number-text {
    margin-top: 30px;
}

.landing-experts {
    background-image: url("../img/v2/section-experts-bg.ab56eeba8dc0.jpg");
}

.landing-experts .expert {
    margin-bottom: 30px;
}

.expert-video-link {
    display: flex;
    height: 25VH;
    min-height: 225px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.expert-video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.expert-video-link .video-play-icon {
}

.video-modal .modal-header {
    padding: 50px 25px 0px;
    border: 0;
}

.video-modal .modal-title {
    font-size: 26px;
}

.video-modal .modal-header .close {
    padding: 25px;
    margin: -18px -25px -25px;
}

.video-modal .modal-body {
    padding: 25px;
}

.video-modal .modal-footer {
    padding: 25px;
    border: 0;
}

.landing-experts .expert-name,
.landing-experts .expert-desc {
}

.landing-experts .expert-name {
    font-size: 26px;
    margin: 0;
    padding-top: 29px;
    padding-bottom: 2px;
}

.landing-consulting .widget {
    display: flex;
    background-image: url("../img/v2/consulting-section-bg.ecea8037716d.jpg");
    margin-top: 100px;
    position: relative;
    background-size: 120px;
    background-position-x: center;
    background-position-y: 89%;
    background-repeat: no-repeat;
    overflow: visible;
}

.landing-consulting .section-header {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

.landing-consulting h3 {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 5px;
}

.landing-consulting p {
    padding-bottom: 30px;
    margin: 0;
}

.landing-consulting .content-wrap {
    padding: 50px 50px 180px 50px;
}

.doc-category-col {
    display: flex;
}

.doc-category {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    padding: 25px;
    margin-bottom: 25px;
    color: #164b76;
    width: 100%;
}

.doc-category-name {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.78px;
    line-height: 25px;
    padding-top: 3px;
    margin: 0;
    padding-bottom: 10px;
}

.doc-category-desc {
    opacity: 0.8;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.landing-form {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
}

.form .form-group {
    margin-bottom: 25px;
}

.form .col-form-label {align-items: center;display: flex;max-height: 75px;}

.form .form-control {
    height: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.form .form-control:not(.is-invalid) {
    border-color: #d1dbe3;
}

.form textarea.form-control.is-invalid {
    background-position-y: 25px;
}

.form textarea {
    min-height: 125px;
}

.form .btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.company-form label {
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 30px;
}

.company-form input.form-control {
    border-radius: 40px;
    padding: 0 30px;
    color: #9dafbd;
}

.company-form input.form-control[readonly="readonly"] {
    color: #89959f;
}

.company-form tr {
}

.company-form td {
    padding: 13px 0;
    vertical-align: baseline;
}

.company-form .btn {
    height: 75px;
    border-radius: 40px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.company-form #id_company {
    width: 100%;
}

.alert-primary {
    color: #164b76;
    background-color: #d1e5fa;
    border-color: transparent;
}

.my-documents-table th {
    border-top: 0;
}

.my-documents-table th,
.my-documents-table td {
    padding: 20px 0;
    color: #164b76;
}

/*============================
=            Tree            =
============================*/
#tree-wrap {
    padding: 30px 15px;
}

.show-tree-btn {
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    background-color: #235986;
    transition: background-color .35s ease;
}

.single-page-section .show-tree-btn {
    text-decoration: none;
}

.show-tree-btn[aria-expanded="true"] {
    background-color: #6693BD;
}

.show-tree-btn[aria-expanded="true"] .tree-dropdown-icon {
    transform: rotate(-180deg);
}

.show-tree-btn:hover {
    color: #fff;
    border: 0;
    margin: 0;
}

.tree-dropdown-icon {
    float: right;
    margin-top: 7px;
}

#tree ul {
    padding-left: 0;
}

#tree li {
    list-style-type: none;
    padding: 6px 0;
}

#tree li a {
    text-decoration: none;
}

#tree li a:hover {
    color: #2970a6;
}

#tree li.category {
    padding-left: 35px;
    position: relative;
}

#tree li.category a:before,
#tree li.subcategory a:before,
#tree li.subsubcategory a:before {
    content: '+';
    width: 25px;
    height: 25px;
    background-color: #164b76;
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    position: absolute;
    left: 0;
    top: 4px;
    padding-left: 1px;
}

#tree li.category.opened a:before,
#tree li.subcategory.opened a:before,
#tree li.subsubcategory.opened a:before {
    content: '-';
}

#tree li.category a {
    font-weight: bold;
}

#tree li.gap {
    height: 3px;
}

#tree li.subcategory {
    padding-left: 35px;
}

#tree li.subcategory,
#tree li.subsubcategory {
    position: relative;
}

#tree li.subcategory a:before,
#tree li.subsubcategory a:before {
    background-color: #f1f6fa;
    color: #154a75;
}

#tree li.subsubcategory {
    padding-left: 62px;
}

#tree li.subsubcategory a:before {
    left: 27px;
}

#tree li.document {
    padding-left: 62px;
    padding-right: 60px;
}

#tree li.document.active {
    background-color: #eff4f8;
    position: relative;
}

#tree li.document.active:after {
    background-color: #164b76;
    color: #fff;
    content: ">";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

#tree div.real-tree-gap {
    padding-top: 25px;
}

#tree h3 {
    font-size: 16px;
    background-color: #164b76;
    color: #fff;
    padding: 10px 20px 6px 50px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

#real-tree {
    padding-left: 0;
    list-style: none;
}

#real-tree.bookmarks-tree .category,
#real-tree.bookmarks-tree .subcategory,
#real-tree.bookmarks-tree .subsubcategory {
    display: none !important;
}

#real-tree .nothing-found {color: #9dafbd;padding: 0;}

.bookmarks-tree a {
    text-decoration: none;
}

.bookmarks-tree .document {
    margin-bottom: 15px;
    padding-left: 33px;
    position: relative;
}

.bookmarks-tree .document:before {
    background-image: url("../img/v2/star-icon.8ae8f5c7dda1.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -2px;
}

#search-form {
    margin-bottom: 20px;
    position: relative;
}

#search-form * {
    vertical-align: middle;
}

#search-form input[type=text] {
    height: 50px;
    border-radius: 25px;
    background-color: #eff4f8;
    border: 0;
    width: 100%;
    padding: 0 70px 0 30px;
}

#search-form input[type=text]:focus,
#search-form input[type=text]:active {
    outline: none;
}

#search-form input[type=submit] {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #164b76;
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    background-image: url("../img/v2/search-icon.778d013cc867.svg");
    background-repeat: no-repeat;
    background-position: center;
}

#search-form input[type=submit]:hover {
}

#search-form input[type=submit]:focus,
#search-form input[type=submit]:active {
    outline: none;
}

/*=====  End of Tree  ======*/

/*=====================================
=            Document menu            =
=====================================*/

.documents-tabs {
    background-color: #f1f6fa;
    border: 0;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.59px;
    flex-wrap: nowrap;
    display: flex;
}

.documents-tabs.hide {
    display: none;
}

.documents-tabs .nav-item {
    margin-bottom: 0;
}

.documents-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #164b76;
    opacity: 0.5;
    padding: 35px 15px 15px;
    height: 100%;
    text-decoration: none;
}

.documents-tabs .nav-link.active {
    border: 0;
    border-radius: 0;
    color: #164b76;
    opacity: 1;
}

#document-menu {
}

#document-menu.menu .tabs {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 35px;
    display: flex;
}

#document-menu .tabs li {
    padding: 0 25px;
    line-height: 22px;
    padding-bottom: 5px;
}

#document-menu .tabs a {
    text-decoration: none;
}

#document-menu .tabs li.active {
    font-weight: bold;
    border-bottom: 2px solid;
}

.document-buttons {
    display: flex;
    flex-wrap: wrap;
}

#bookmark-form {
    margin-bottom: 20px;
}

#bookmark-form * {
    vertical-align: middle;
}

#bookmark-form button {
    color: #fff;
    height: 50px;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    background-color: #164b76;
    border: 0;
    padding: 0 8px 0 25px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.download-button {
    color: #FFFFFF;
    min-height: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background-color: #164b76;
    line-height: 50px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px 0 25px;
    justify-content: space-between;
    margin-right: 25px;
    margin-bottom: 20px;
}

.download-button a {
    display: block;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 12px;
    text-decoration: none;
}

#content_content {
    height: 100VH;
}

.authors-wrap {
    margin-top: 50px;
}

.authors-wrap h2 {
    font-size: 21px;
    font-weight: bold;
}

.authors .author-title {
    font-weight: bold;
    margin-top: 10px;
}

.authors .photo_wrap {
    max-width: 150px;
    margin-top: 25px;
}

.cacao .tabs {
    padding-left: 0;
}

.document-wrap {
    background-color: #e6edf4;
    padding: 25px 15px;
    position: relative;
    height: 100%;
}

.document-wrap .document-name-mobile {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin: 25px 0;
}

#document-menu {
}

div.custom-downloads {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 50px;
}

div.custom-downloads a {
    display: flex;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

div.custom-downloads div:last-child a {
    margin-right: 0;
}

div.custom-downloads a img {
    height: 25px;
}

/*=====  End of Document menu  ======*/
.inner .title-cc {
    padding: 35px 25px 0px;
}

.inner .title-cc h1 {
    font-size: 32px;
}

.inner .cc .wrapper {
    padding: 25px;
}

#search-result .item {
    margin-bottom: 35px;
}

#search-result h3 {
    line-height: 25px;
    margin-bottom: 0;
}

#search-result a {
    font-size: 16px;
}

#search-result .hl {
    color: #000;
    background-color: #ffa;
}

#search-result .category {
    color: #999;
}

#search-result .plaintext {
    color: #333;
}

.consultant-block {
    padding: 25px;
}

.consultant-block-image {
    background-size: cover;
    height: 150px;
    width: 109px;
    margin-bottom: 25px;
    background-position-y: 20%;
}

.consultant-block-text {
    flex-grow: 1;
}

.custom-table {
    background-color: #f1f6fa;
    border: 0;
    border-radius: 10px;
}

.custom-table td {
    border: 1px solid #164b76;
    padding: 20px;
    vertical-align: top;
}

.custom-table tr:first-child td {
    border-top: 0;
}

.custom-table tr:last-child td {
    border-bottom: 0;
}

.custom-table td:first-child {
    border-left: 0;
}

.custom-table td:last-child {
    border-right: 0;
}

@media (max-width:576px) {
    .section-sidebar .container {
        padding: 0 25px;
    }

    .mobile-navbar-wrap .container {
        padding: 0 25px;
    }

    .mobile-navbar-toggler {
        right: 25px;
    }

    .mobile-navbar .navbar-buble {
        right: -51px;
    }

    .mobile-navbar .navbar-phone {
        left: 69px;
    }

}

@media (min-width:576px) {
    .consultant-block {
        display: flex;
    }

    .consultant-block-image {
        min-width: 109px;
        margin-right: 25px;
    }

}

@media (max-width:991px) {
    header .logo-section {
        display: none;
    }

    .header-account {
        justify-content: flex-start;
        padding: 15px 0;
        margin-top: 25px;
    }

    .landing-intro .logo {
        display: none;
    }

    .landing-sidebar {
        display: none;
    }

}

@media (max-width:767px) {
    .mobile-navbar .logo .logo-img {
        height: 34px;
        margin-right: 8px;
    }

    .mobile-navbar .logo {
        width: 180px;
        position: relative;
        z-index: 10;
    }

    .mobile-navbar .logo .logo-text {
        line-height: 30px;
        font-size: 22px;
        height: 34px;
    }

    .inner-page-header .logo .logo-img {
        height: 40px;
        margin-right: 8px;
    }

    .inner-page-header .logo {
        width: 180px;
        position: relative;
        z-index: 10;
    }

    .inner-page-header .logo .logo-text {
        line-height: 30px;
        font-size: 26px;
        height: 34px;
    }
    
    .company-form td {
        display: block;
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding: 0 50px;
    }

    #tree-wrap {
        padding: 30px;
    }

    .show-tree-btn {
        padding: 15px 30px;
    }

    .documents-tabs {
        font-size: 32px;
    }

    .documents-tabs .nav-link {
        padding: 40px 30px;
    }

    .document-wrap {
        padding: 30px;
    }

    div.custom-downloads {
        padding-bottom: 0;
    }

    .single-page-section {
        padding-top: 200px;
    }

    .single-page-section.inner-page-section {
        padding-top: 50px;
    }

    .landing-section {
    }

    .section-light {
        background-position: -90px 40px, 100% 95%;
        background-size: auto 250px, auto 275px;
    }

    .section-header {
        padding-top: 38px;
        padding-bottom: 37px;
        font-size: 67px;
        line-height: 75px;
        letter-spacing: -2px;
    }

    .widget {
        margin: 100px 0;
    }

    .mobile-navbar-wrap {
        padding-bottom: 20px;
    }

    .mobile-navbar-toggler {
        height: 84px;
        width: 84px;
    }

    .mobile-navbar-toggler img {
        height: 30px;
    }

    .mobile-navbar {
        padding: 56px 0 34px;
    }

    .mobile-navbar-wrap.fixed .mobile-navbar {
    }

    .mobile-navbar .navbar-buble {
        top: 72px;
        right: -43px;
    }

    .mobile-navbar .navbar-collapse {
        margin-top: 34px;
        margin-bottom: -34px;
    }

    .mobile-navbar .navbar-collapse .navbar-nav {
        margin-top: 50px;
    }

    .mobile-navbar .navbar-collapse .nav-link {
        font-size: 32px;
        line-height: 40px;
    }

    .mobile-navbar .user-buttons button {
        font-size: 18px;
        margin-top: 20px;
        height: 50px;
    }

    .mobile-navbar .user-icon {
        height: 58px;
        width: 58px;
        line-height: 50px;
        margin-top: 25px;
    }

    .mobile-navbar .privacy-link {
    }

    .mobile-navbar .navbar-phone {
        font-size: 22px;
        line-height: 25px;
        position: relative;
        top: initial;
        left: initial;
        margin-right: 180px;
    }

    .landing-intro .section-header {
        font-size: 70px;
        padding-bottom: 13px;
        padding-top: 12px;
        margin: 100px 0 0;
    }

    .landing-intro .landing-section-text {
        font-size: 20px;
    }

    .landing-about .content-wrap {
    }

    .landing-about .widget {
        background-position: -90px 40px, 100% 95%;
        background-size: auto 250px, auto 275px;
    }

    .landing-about .about-number {
        font-size: 55px;
        line-height: 60px;        /* margin-top: 33px; */
        letter-spacing: -2px;
    }

    .landing-about .about-number-title {
        font-size: 21px;
        line-height: 30px;
    }

    .landing-experts .expert-name {
        font-size: 32px;
        letter-spacing: -0.1px;
    }

    .landing-consulting .section-header {
        top: -200px;
    }

    .landing-consulting .widget {
        margin-top: 200px;
    }

    .landing-consulting h3 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .landing-consulting p {
    }

    .doc-category-name {
        font-size: 26px;
    }

    .company-form label {
        width: 150px;
    }

}

@media (max-width:991px) {
    .documents-page .container-fluid {
        padding: 0;
    }

    .documents-page .inner-page-section {
        padding-top: 0;
    }

    .documents-page .widget {
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
    }

    .documents-tabs .nav-item {
        flex-grow: 1;
        flex-basis: 1%;
    }

}

@media (min-width:992px) {
    .inner-page-section {
        padding: 40px 0 150px;
    }

    .inner-page-header {
        padding: 40px 0 30px;
    }

    .show-tree-btn {
        display: none;
    }

    #tree-wrap {
        display: block;
    }

    .document-wrap .document-name-mobile {
        display: none;
    }

    .documents-tabs {
        display: flex !important;
    }

    .section-sidebar {
        margin-right: 400px;
    }

    .section-sidebar .container {
        max-width: initial;
        padding: 0 100px;
    }

    .landing-section {
        padding: 50px 0;
    }

    .section-light {
        background-position: -38px 40px, 100% 95%;
        background-size: auto 125px, auto 135px;
    }

    .landing-section .content-wrap {
        text-align: left;
        align-items: flex-start;
    }

    .section-header {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .widget {
        margin: 50px 0;
    }

    .mobile-navbar-wrap {
        display: none;
    }

    .landing-intro {
        margin-top: 0;
        padding-top: 60px;
        margin-bottom: 0;
    }

    .landing-intro .content-wrap {
        align-items: flex-start;
    }

    .landing-intro .section-header {
        font-size: 55px;
        line-height: 60px;
        margin-top: 140px;
    }

    .landing-intro .logo-text {
        color: #fff;
    }

    .landing-about .about-number {
    }

    .landing-experts .expert-video {
        max-height: 250px;
    }

    .landing-experts .expert-name {
        font-size: 26px;
    }

    .landing-consulting .section-header {
        top: -150px;
    }

    .landing-consulting .widget {
        margin-top: 150px;
    }

    .footer {
        flex-direction: row;
        align-items: initial;
    }

    .footer .footer-navbar .container {
        justify-content: flex-start;
    }

    .footer .nav {
        margin-left: 28px;
        justify-content: flex-start;
    }

    .footer-credentials {
        padding: 0 50px 0 80px;
        text-align: left;
        width: 430px;
    }

    .video-modal .modal-title {
        font-size: 32px;
    }

    .video-modal .modal-header .close {
        margin: -12px -25px -25px;
    }

    .company-form {
        margin: 50px 0;
    }

    .company-form label {
        width: auto;
    }

}

@media (min-width:1200px) {
    .container-fluid {
        padding: 0 80px;
    }

    .section-light {
        background-position: -90px 110px, 100% 85%;
        background-size: auto 250px, auto 275px;
    }

    .section-header {
        font-size: 67px;
        line-height: 75px;
        letter-spacing: -2px;
    }

    .landing-intro .section-header {
        font-size: 70px;
        line-height: 75px;
    }

    .landing-intro .scroll-icon {
        background-image: url("../img/v2/scroll-icon.2ecca85e5a38.svg");
    }

    .landing-about .content-wrap {
        max-width: 500px;
    }

    .landing-about .widget {
        justify-content: flex-start;
        background-image: url("../img/v2/section-light-bg.6c1d9298f110.png"), url("../img/v2/consulting-section-bg.ecea8037716d.jpg");
        background-position: -50px 80px, 100% 85%;
        background-size: auto 160px, auto 300px;
    }

    .landing-consulting {
        background-image: none;
    }

    .landing-consulting .content-wrap {
        padding-bottom: 50px;
        width: 60%;
    }

    .landing-experts .expert-name {
        font-size: 32px;
    }

    .landing-experts .expert {
    }

    .landing-experts .expert-video {
        max-height: initial;
    }

    .landing-consulting .widget {
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 300px;
        margin-top: 50px;
        width: 100%;
        align-items: center;
    }

    .landing-consulting .section-header {
        position: static;
        top: 0;
    }

}

@media (min-width:1600px) {
    .container-fluid {
        padding: 0 150px;
    }

    .section-sidebar {
        margin-right: 480px;
    }

    .content-wrap {
        padding: 0 80px;
    }

    .landing-sidebar {
        max-width: 509px;
    }

    .landing-sidebar-wrap {
        padding: 50px 80px 60px;
    }

    .landing-about .content-wrap {
        padding: 80px 0 80px 160px;
        max-width: 60%;
    }

    .landing-about .widget {
        background-position: -50px 80px, 100% 80%;
        background-size: auto 180px, auto 340px;
    }

    .landing-about .about-number {
        font-size: 65px;
    }

    .landing-consulting .content-wrap {
        padding: 50px 80px;
    }

    .landing-consulting .widget {
        background-size: auto 340px;
    }

    .single-page-section .content-wrap {
        padding: 25px 50px 50px;
    }

    .footer-credentials {
        width: 480px;
    }

}

@media (min-width:1850px) {
    .section-sidebar .container {
        padding: 0 160px;
    }

    .landing-experts .content-wrap {
        padding: 0 80px;
    }

    .landing-experts .row {
        margin: 0 -40px;
    }

    .landing-experts .expert {
         padding: 0 40px;
    }
}
