  @charset "UTF-8";

  /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

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

  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  */

  html {
    line-height: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 100%;
  }

  /* Sections
  ========================================================================== */

  /**
  * Add the correct display in IE 9-.
  */

  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */

  h1 {
    font-size: 3rem;
    line-height: 56px;
  }
  h3 {
    font-size: 2rem;
    line-height: 1.4;
  }

  /* Grouping content
  ========================================================================== */

  /**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */

  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }

  /**
  * Add the correct margin in IE 8.
  */

  figure {
    margin: 1em 40px;
  }

  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */

  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /* Text-level semantics
  ========================================================================== */

  /**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */

  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    border:0px;
    color: #005CBA;
  }
  a:hover {
    text-decoration: none;
    border-bottom: 0;
  }
  /*a:focus {     
    outline:  4px solid #0780E2 !important;
    outline-offset: 3px;
    transition: outline-offset .2s linear;
  }
  .main-header a:focus, .main-footer a:focus {
    outline:  5px solid #ffffff !important;
    }*/
    .abcget{
      outline: 4px solid #0780E2 !important;
      outline-color: currentColor;
      outline-offset: 3px;
      -webkit-transition: outline-color .1s linear;
      -moz-transition: outline-color .1s linear;
      -o-transition: outline-color .1s linear;
      transition: outline-color .1s linear;
      transition: outline-offset .2s linear;
      text-decoration: none;
    }
    .abc-btn{
      outline:  4px solid #0780E2 !important;
      outline-color: currentColor;
      outline-offset: 3px;
      -webkit-transition: outline-color .1s linear;
      -moz-transition: outline-color .1s linear;
      -o-transition: outline-color .1s linear;
      transition: outline-color .1s linear;
      transition: outline-offset .2s linear;
      text-decoration: none;
    }
  /*a {
    display: inline-block !important;
    }*/

    .main-header .header-nav-items .menu .menu-item:focus ul.sub-menu {
      display: block !important;
    }
  /**
  * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */

  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
  }

  /**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */

  b,
  strong {
    font-weight: inherit;
  }

  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

  b,
  strong {
    font-weight: bolder;
  }

  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /**
  * Add the correct font style in Android 4.3-.
  */

  dfn {
    font-style: italic;
  }

  /**
  * Add the correct background and color in IE 9-.
  */

  mark {
    background-color: #ff0;
    color: #000;
  }

  /**
  * Add the correct font size in all browsers.
  */

  small {
    font-size: 80%;
  }

  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
  ========================================================================== */

  /**
  * Add the correct display in IE 9-.
  */

  audio,
  video {
    display: inline-block;
  }

  /**
  * Add the correct display in iOS 4-7.
  */

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  /**
  * Remove the border on images inside links in IE 10-.
  */

  img {
    border-style: none;
  }

  /**
  * Hide the overflow in IE.
  */

  svg:not(:root) {
    overflow: hidden;
  }

  /*:root{
    --primary-color: #1198D6;
    --text-color: #212529;
  }
  */
  /* Forms
  ========================================================================== */

  /**
  * Remove the margin in Firefox and Safari.
  */

  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
  }

  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */

  button,
  input {
    /* 1 */
    overflow: visible;
  }

  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */

  button,
  select {
    /* 1 */
    text-transform: none;
  }

  /**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */

  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
  }

  /**
  * Remove the inner border and padding in Firefox.
  */

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
  * Restore the focus styles unset by the previous rule.
  */

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */

  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }

  /**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }

  /**
  * Remove the default vertical scrollbar in IE.
  */

  textarea {
    overflow: auto;
  }

  /**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */

  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /**
  * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  */

  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /* Interactive
  ========================================================================== */

  /*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */

  details,
  menu {
    display: block;
  }

  /*
  * Add the correct display in all browsers.
  */

  summary {
    display: list-item;
  }

  /* Scripting
  ========================================================================== */

  /**
  * Add the correct display in IE 9-.
  */

  canvas {
    display: inline-block;
  }

  /**
  * Add the correct display in IE.
  */

  template {
    display: none;
  }

  /* Hidden
  ========================================================================== */

  /**
  * Add the correct display in IE 10-.
  */

  [hidden] {
    display: none;
  }

  /**
  * Base styles that aim to normalize fonts, and display of elements
  * across browsers, and make writing further styles easier.
  */

  /* Set font and clear body padding */

  html,
  button,
  input,
  select,
  textarea {
    font-family: "museo-sans", sans-serif;
  }

  body {
    font-family: "museo-sans", sans-serif;
    margin: 0;
    padding: 0;
  }

  /* Setting sizes is much more predictable with border-box */

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  figure {
    margin: 0;
  }

  /* Make all images responsive */

  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  /* Make inputs on iOS look normal */

  input {
    -webkit-appearance: none;
  }






  .gm-style img {
    max-width: none;
  }

  .media img,
  .media video,
  .media object,
  .media iframe {
    width: 100%;
    height: auto;
  }

  /* Make WordPress media inserted to post behave correctly */

  .alignleft {
    float: left;
    margin: 0 40px 40px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 40px 40px;
  }

  .alignnone {
    display: inline-block;
    /* margin: 40px 0; */
  }

  .aligncenter {
    display: block;
    clear: both;
    margin: 40px auto;
    text-align: center;
  }

  /* Make a 404 page look nicer and more readable */

  .error404 {
    text-align: center;
  }

  .error404 ul {
    text-align: left;
  }

  .navigation.pagination {
    clear: both;
  }

  /* WP navigation menus are lists, but they don't need default list styling */

  nav a {
    text-decoration: none;
    color: #333d47;
  }

  nav a:hover {
    text-decoration: none;
    color: #333d47;
  }

  nav li {
    display: inline-block;
  }

  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .wp-caption {
    max-width: 100%;
  }

  .wp-caption-text {
    font-size: 0.9375rem;
    line-height: 22px;
    padding: 5px 0;
  }

  /* Headings */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    line-height: 1;
    margin: 0 0 47px;
    color: #37414b;
  }

  h1:only-child,
  h2:only-child,
  h3:only-child,
  h4:only-child,
  h5:only-child,
  h6:only-child {
    margin: 0;
  }

  p + h1,
  p +
  h2,
  p +
  h3,
  p +
  h4,
  p +
  h5,
  p +
  h6 {
    margin-top: 42px;
  }

  h1 {
    font-size: 4rem;
    margin: 0 0 47px;
  }

  h2 {
    font-size: 3rem;
    line-height: 1.4;
    margin: 0 0 32px;
  }

  p + h2 {
    margin-top: 60px;
  }

  h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 18px;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 500;
  }

  p + h4 {
    margin-top: 22px;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 15px;
  }

  p + h5 {
    margin-top: 32px;
  }

  h6 {
    font-size: 0.875rem;
    line-height: 16px;
    margin: 0 0 15px;
  }

  p + h6 {
    margin-top: 28px;
  }

  /* Text Elements */

  p {
    margin: 0 0 32px;
  }

  p ul,
  ol + p {
    margin-top: 32px;
  }

  strong {
    font-weight: 700;
  }

  /* Horizontal Line */

  hr {
    margin: 70px 0;
    border-top: 1px solid #828f9b;
  }

  ::-moz-selection {
    background: #d5d9de;
  }

  ::selection {
    background: #d5d9de;
  }

  ::-moz-selection {
    background: #d5d9de;
  }



  /* Blocks / Columns Spacing Helpers */

  .block-top-spacing {
    padding-top: 71px;
  }

  .block-bottom-spacing {
    padding-bottom: 71px;
  }

  .columns-spacing-top {
    padding-top: 40px;
  }

  .columns-spacing-bottom {
    padding-bottom: 35px;
  }

  .block-margin-top {
    margin-top: 80px;
  }

  .block-margin-bottom {
    margin-bottom: 80px;
  }

  /* Buttons */

  .c-btn {
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 16px;
    display: inline-block;
    min-width: 200px;
    padding: 25px 15px 23px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ffffff;
    background: #e84b47;
  }

  .c-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #cf4240;
  }

  .c-btn.c-btn-color-alt {
    padding: 23px 15px 21px;
    color: #e84b47;
    border: 2px solid #ffffff;
    background: #ffffff;
  }

  .c-btn.c-btn-color-alt:hover {
    color: #ffffff;
    background: transparent;
  }

  .c-btn-wrapper {
    line-height: 16px;
    display: inline-block;
    margin: 7px 0 40px;
  }

  .c-btn-wrapper:last-child {
    margin-bottom: 0;
  }

  .c-btn-icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  .c-btn-secondary {
    position: relative;
    min-width: 0;
    padding: 0 25px 10px 0;
    color: #e84b47;
    border-bottom: 2px solid #e84b47;
    background: transparent;
  }

  .c-btn-secondary svg * {
    stroke: #e84b47;
  }

  .c-btn-secondary:hover {
    padding-right: 51px;
    color: #cf4240;
    border-bottom-color: #cf4240;
    background: transparent;
  }

  .c-btn-secondary:hover svg * {
    stroke: #cf4240;
  }

  /* Embed Video Styles */

  .iframe-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    margin: 38px auto;
    padding-bottom: 56.6%;
  }

  .iframe-wrapper iframe,
  .iframe-wrapper object,
  .iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* Slider Global */

  .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: border .2s linear;
    transition: border .2s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #828f9b;
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .slick-arrow:hover,
  .slick-arrow:focus {
    border-color: #58697a;
    outline: none;
  }

  .slick-arrow:hover:after,
  .slick-arrow:focus:after {
    border-color: #58697a;
  }

  .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 0;
    content: '';
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #828f9b;
    border-width: 2px 2px 0 0;
  }

  .slick-arrow.slick-prev {
    right: 100%;
    left: auto;
    margin-right: 30px;
  }

  .slick-arrow.slick-prev:after {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .slick-arrow.slick-next {
    right: auto;
    left: 100%;
    margin-left: 30px;
  }

  .slick-arrow.slick-next:after {
    margin-left: -2px;
  }

  /* BASE TABLES */

  #page .tablepress-table-name {
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: none;
  }

  #page .tablepress {
    margin-top: -6px;
    margin-bottom: 40px;
  }

  #page .tablepress caption {
    display: none;
  }

  #page .tablepress thead th {
    font-size: 0.875rem;
    line-height: 1.3;
    position: relative;
    padding: 14px 20px;
    color: #828f9b;
    border: 0;
    background-color: transparent;
  }

  #page .tablepress thead th:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    border-bottom: 1px solid #d5d9de;
  }

  #page .tablepress thead th br {
    display: none;
  }

  #page .tablepress tbody td {
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    padding: 14px 19px;
    color: #333d47;
    border: 0;
  }

  #page .tablepress tbody td:first-child {
    text-align: left;
  }

  #page .tablepress tbody td:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    border-bottom: 1px solid #d5d9de;
  }

  #page .tablepress tbody tr {
    border-top: 0;
  }

  #page .tablepress tbody tr:last-child {
    border-bottom: 0;
  }

  .table-wrapper {
    position: relative;
  }

  .table-wrapper .tablepress:before {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 20px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  }

  .table-wrapper.has-scroll:before {
    display: block;
  }

  /* Responsive TABLES */

  .leadparagraph {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 60px;
  }

  .highlight-text {
    padding: 3px 0;
    background: #d5d9de;
  }

  blockquote.alternate,
  blockquote {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 48px;
    position: relative;
    margin: 55px 0;
    padding: 11px 38px 54px;
    border-left: 2px solid #f3a5a3;
  }

  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 11px 38px;
  }

  blockquote.alternate:not([class]) > p:before,
  blockquote.alternate:not([class]) > p:after,
  blockquote:not([class]) > p:before,
  blockquote:not([class]) > p:after {
    display: inline;
  }

  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    position: absolute;
    top: 10px;
    left: 26px;
    content: '“';
  }

  blockquote.alternate:not([class]) > p:after,
  blockquote:not([class]) > p:after {
    content: '”';
  }

  blockquote.alternate p,
  blockquote p {
    margin: 0;
  }

  blockquote.alternate cite,
  blockquote cite {
    font-style: normal;
  }

  blockquote.alternate cite:before,
  blockquote.alternate cite:after,
  blockquote cite:before,
  blockquote cite:after {
    display: inline;
  }

  blockquote.alternate cite:before,
  blockquote cite:before {
    position: absolute;
    top: 10px;
    left: 26px;
    content: '“';
  }

  blockquote.alternate cite:after,
  blockquote cite:after {
    content: '”';
  }

  blockquote.alternate .author,
  blockquote .author {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    bottom: 13px;
    left: 38px;
  }

  blockquote.alternate .author:before,
  blockquote .author:before {
    display: inline;
    margin-right: 4px;
    content: '—';
  }

  .page-accordion {
    padding: 6px 0 68px;
  }

  .single-accordion {
    padding: 0 0 24px;
    border-top: 1px solid #828f9b;
  }

  .single-accordion:last-of-type {
    border-bottom: 1px solid #828f9b;
  }

  .single-accordion p {
    margin: 0;
  }

  .single-accordion.active .single-accordion__title:after {
    margin-top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .single-accordion__content {
    display: none;
    padding: 0 45px 17px 20px;
  }

  .single-accordion__title {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 43px 20px 20px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    letter-spacing: 0;
  }

  .single-accordion__title h4 {
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }

  .single-accordion__title:hover {
    color: #e84b47;
  }

  .single-accordion__title:hover h4 {
    color: #e84b47;
  }

  .single-accordion__title:hover:after {
    border-color: #e84b47;
  }

  .single-accordion__title:after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    content: '';
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 2px solid #58697a;
    border-width: 2px 2px 0 0;
  }

  .page-fullwidth-image {
    padding: 38px 0 74px;
  }

  .page-fullwidth-image__wrapper:before,
  .page-fullwidth-image__wrapper:after {
    content: '';
    display: table;
  }

  .page-fullwidth-image__wrapper:after {
    clear: both;
  }

  .page-fullwidth-image__wrapper img {
    width: 100%;
    margin: 0;
  }

  .content-image__align-left,
  .content-image__align-right {
    width: 50%;
  }

  .content-image__align-left {
    float: left;
  }

  .content-image__align-left.spacing-normal {
    padding-right: 15px;
  }

  .content-image__align-right {
    float: right;
  }

  .content-image__align-right.spacing-normal {
    padding-left: 15px;
  }

  .content-image img {
    width: 100%;
    margin: 0;
  }

/* Main Header */

  .main-header {
    font-weight: 500;
    position: relative;
    background-color: #fafafa;
    z-index: 10;
  }

  .main-header__top {
    background: #d5d9de;
  }
  .search-no-results h2 {
    font-size: 2rem;
    line-height: 1.4;
    color: #005CBA;
    font-family: "museo-sans-300", sans-serif;
    font-weight: 300;
  }
  .main-header {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    top: 0;
    left: 0px;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    padding-block: 12px;
  }
  .main-header__nav {
    font-size: 1rem;
    line-height: 1.5;
    position: static;
  }

  .main-header__nav .highlight-text {
    padding: 0;
  }

  .main-header__nav li {
    padding: 0 7px;
  }

  .main-header__nav > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-header__nav > .menu > li {
    padding: 55px 0;
  }

  .main-header__nav a {
    position: relative;
    display: inline-block;
    color: #333d47;
  }

  .main-header__nav a:before {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    display: block;
    height: 2px;
    content: '';
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    background: transparent;
  }

  .main-header__nav a:focus {
    color: currentColor;
  }

  .main-header__nav a:hover {
    color: currentColor;
  }

  .main-header__nav a:hover:before {
    background: #e84b47;
  }

  .main-header__subnav {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 17px 0;
    text-align: right;
  }

  .main-header__subnav li {
    margin-right: 15px;
  }

  .main-header__subnav li:last-child {
    margin-right: 0;
  }

  .main-header__subnav a:hover {
    color: #58697a;
  }

  .main-header__right {
    text-align: right;
  }

  /* Mega Menu */

  .mega-menu-wrapper {
    position: absolute;
    z-index: -999;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
    background: transparent;
  }

  .mega-menu-wrapper li {
    display: block;
    padding: 0 0 15px 0;
  }

  .mega-menu-wrapper li.current-menu-item > a {
    color: #e84b47;
  }

  .mega-menu-wrapper a {
    font-weight: bold;
    visibility: hidden;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    color: #333d47;
  }

  .mega-menu-wrapper a.active {
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }

  .mega-menu-wrapper a:hover {
    -webkit-transition: color .1s;
    transition: color .1s;
    color: #333d47;
  }

  .mega-menu-wrapper h1,
  .mega-menu-wrapper h2,
  .mega-menu-wrapper h3,
  .mega-menu-wrapper h4,
  .mega-menu-wrapper h5,
  .mega-menu-wrapper h6,
  .mega-menu-wrapper p,
  .mega-menu-wrapper blockquote {
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
  }

  .mega-menu-wrapper h1.active,
  .mega-menu-wrapper h2.active,
  .mega-menu-wrapper h3.active,
  .mega-menu-wrapper h4.active,
  .mega-menu-wrapper h5.active,
  .mega-menu-wrapper h6.active,
  .mega-menu-wrapper p.active,
  .mega-menu-wrapper blockquote.active {
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }

  .mega-menu-wrapper.active {
    z-index: 999;
    visibility: visible;
  }

  .mega-menu-wrapper.active a {
    -webkit-transform: none;
    transform: none;
  }

  .mega-menu-wrapper .sub-menu {
    margin: 20px 0 15px;
  }

  .mega-menu-wrapper .sub-menu li {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .mega-menu-wrapper .sub-menu li:last-child {
    padding-bottom: 0;
  }

  .mega-menu-wrapper .sub-menu a {
    font-family: "museo-sans-300";
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
  }

  .mega-menu-background {
    position: absolute;
    z-index: 998;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  /* Main Header Mobile */

  .btn-hamburger {
        z-index: 9999;
    display: none;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0px !important;
    order: 3;
    background-color: transparent;
    height: 35px;
    width: 40px;
    margin-top: 32px;
  }

  .btn-hamburger:hover,
  .btn-hamburger:focus {
    outline: 0;
  }

  .btn-hamburger span {
    position: absolute;
    left: 7px;
    display: block;
    width: 25px;
    height: 2px;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    border-radius: 9px;
    background: #333d47;
  }

  .btn-hamburger span:nth-child(1) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  .btn-hamburger span:nth-child(2) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  .btn-hamburger span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  .btn-hamburger.open span:nth-child(1) {
    top: 8px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .btn-hamburger.open span:nth-child(3) {
    top: 25px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-header__nav-mobile .menu > li > a {
    line-height: 1.5;
    padding: 14px 30px 14px;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 300;
    font-family: "museo-sans-300";
    display: inline-block;
  }
  .main-header__nav-mobile .sub-menu li.menu-item:hover {
    background-color: #0878D4;
  }


/*.main-header__nav-mobile .menu > li > a.open {
  background: #0780E2;
  }*/

  /*.main-header__nav-mobile .menu > li > a.open + .sub-menu {
    display: block !important;
  }*/

  /*.main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
    position: absolute;
    top: 14px;
    right: 45px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 2px solid #FFFFFF;
    border-width: 2px 2px 0 0;
  }*/
  .main-header__nav-mobile .menu > li.menu-item-has-children::after {
    position: absolute;
    top: 12px;
    right: 35px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 2px solid #FFFFFF;
    border-width: 2px 2px 0 0;
}

  .main-header__nav-mobile .menu > li.menu-item-has-children.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
  }

  .main-header__nav-mobile .sub-menu {
    display: none;
    padding: 10px 0 ;
    padding-top: 0px;
  }
  .main-header__nav-mobile .sub-menu li.menu-item {
    width: 100%;
  }
  .main-header__nav-mobile .sub-menu li {
    margin: 0 0 0px;
  }

  .main-header__nav-mobile .sub-menu li:last-child {
    margin: 0;
  }

  .main-header__nav-mobile .sub-menu a {
    padding: 0px;
        margin: 10px 0 10px 50px;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #FFFFFF;
    font-weight: 300;
    font-family: "museo-sans-300";
  }
  .main-header__cta-wrapper--mobile a img {
   width: 18px;
   margin-right: 10px;
   vertical-align: sub;
 } 
 .main-header__nav-mobile a {
  font-weight: 400;
  display: block;
}

/*.main-header__nav-mobile a:hover,
.main-header__nav-mobile a:focus {
  color: #;
}
*/
.main-header__nav-mobile--wrapper {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0px;
  display: none;
  background: #005cba;
  padding-top: 20px;
  width: 100%;
  overflow: auto;
    max-height: 100vh;
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
  position: relative;
}

.main-header__nav-mobile--wrapper .c-btn {
  font-size: 0.75rem;
  line-height: 15px;
  width: 100%;
}

/*.main-header__cta-wrapper--mobile {
padding: 185px 0 0;
}*/
.main-header__cta-wrapper--mobile a  {
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 10px 60px;
  width: auto;
  display: inline-block;
  text-align: center;
}
.main-header__cta-wrapper--mobile a span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #005CBA;
  font-family: "museo-sans-300";
}
.main-header__cta-wrapper--mobile a span i {
  padding-right: 12px;
  font-size: 2rem;
  vertical-align: middle;
}
.main-header__cta-wrapper--mobile {
  text-align: center;
  padding: 25px 0;
}
.page-hero__thumbnail {
  min-height: 464px;
  background-repeat: no-repeat;
}

.page-hero__content {
  padding: 58px 0 47px;
}

.block-tabs {
  overflow: hidden;
}

.block-tabs .section-title {
  margin: 0 0 32px;
  text-align: left;
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 35px;
}

.tabs__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs__link-list:before,
.tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

.tabs__link-list-wrapper {
  position: relative;
  border-bottom: 1px solid #d5d9de;
}

.tabs__link-list-wrapper:before {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 6px;
  display: none;
  width: 20px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  float: left;
}

.tabs__link a {
  position: relative;
  display: block;
  min-width: 160px;
  padding: 3px 20px 3px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #828f9b;
}

.tabs__link a:hover {
  color: #e84b47;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #e84b47;
}

.tabs__link:not(:first-child) a {
  padding-left: 18px;
}

.tabs__link.active a {
  color: #000;
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 41px 0 78px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 1;
}

.tabs__tab-content-wrapper {
  border-bottom: 1px solid #d5d9de;
  background: #eff0f2;
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.tab-head-wrap {
  position: relative;
}

.tab-head-wrap button {
  position: relative;
  display: none;
}

.tab-head-wrap button.tab-prev,
.tab-head-wrap button.tab-next {
  z-index: 5;
  right: 0;
  display: none;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  background: transparent;
}

.tab-head-wrap button.tab-prev:before,
.tab-head-wrap button.tab-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #58697a;
  border-width: 2px 2px 0 0;
}

.tab-head-wrap button.tab-prev:hover:before,
.tab-head-wrap button.tab-next:hover:before {
  opacity: 1;
}

.tab-head-wrap button.tab-prev.disabled,
.tab-head-wrap button.tab-next.disabled {
  cursor: default;
}

.tab-head-wrap button.tab-prev.disabled:before,
.tab-head-wrap button.tab-next.disabled:before {
  opacity: 0;
}

.tab-head-wrap button.tab-next {
  right: -2px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.tab-head-wrap button.tab-prev {
  left: -2px;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.block-img-comp {
    padding: 0 15px;
}

.block-img-comp .container-fluid {
  padding: 0 1.04166667vw;
}

.block-img-comp .row {
  margin: 0 -1.04166667vw;
  padding: 0 0 2.22222222vw;
}

.block-img-comp .row:last-child {
  padding: 0;
}

.block-img-comp [class*='col'] {
  padding: 0 1.04166667vw;
}

.block-img-single img {
  display: block;
  width: 100%;
}

.block-img-single.small-top {
  padding-bottom: 2.22222222vw;
}

.block-gallery-slider {
  padding: 27px 0 49px;
}

.bc-gallery__slider {
  padding: 0;
}

.bc-gallery__caption {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 19px 15px;
  text-align: center;
}

.block-gallery-lightbox {
  overflow: hidden;
  padding-top: 27px;
  padding-bottom: 48px;
}

.lightbox-gallery__single-thumb {
  padding-bottom: 31px;
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  background-color: #eff0f2;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
  right: auto;
  left: 0;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.lightbox-gallery__slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 65px;
}

.lightbox-gallery__single-slide {
  position: relative;
  height: 100vh;
  padding: 60px 0;
  outline: none;
}

.lightbox-gallery__single-slide.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__caption {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 19px 15px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.lightbox-gallery__close {
  position: absolute;
  z-index: 999;
  top: 21px;
  right: 21px;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.lightbox-gallery__close:hover {
  background: #58697a;
}

.lightbox-gallery__close:hover:before,
.lightbox-gallery__close:hover:after {
  background: #fff;
}

.lightbox-gallery__close:after,
.lightbox-gallery__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #37414b;
}

.lightbox-gallery__close:after {
  width: 2px;
  height: 24px;
}

.lightbox-gallery__close:before {
  width: 24px;
  height: 2px;
}

.block-content-links {
  padding: 70px 0 20px;
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

.block-content-links-text {
  padding-bottom: 35px;
}

.block-content-links-text .content-link {
  margin-bottom: 45px;
  border-bottom: 1px solid #333d47;
}

.block-content-links-text .content-link__title {
  padding: 0 20px 10px;
}

.block-content-links-text .content-link__icon {
  margin-top: -6px;
}

.content-link {
  display: block;
  margin-bottom: 31px;
}

.content-link__title {
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 12px 20px;
  color: #333d47;
}

.content-link__img-wrapper img {
  width: 100%;
}

.content-link__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  overflow: hidden;
  width: 36px;
  height: 24px;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.content-link:hover .content-link__icon {
  width: 48px;
}

.content-link__icon svg {
  position: absolute;
  top: 0;
  right: 0;
}

.content-link__icon svg path {
  fill: #e84b47;
}

.block-content-images {
  background: #eff0f2;
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images.has-container .row {
  margin: 0;
  background: #eff0f2;
}

.block-content-images.has-container .b-content-images__content-wrapper {
  max-width: 353px;
}

.b-content-images__content-wrapper {
  max-width: 370px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  left: 30px;
}

.b-content-images__content-wrapper p {
  margin: 0 0 16px;
}

.b-content-images__image img {
  width: 100%;
}

.b-content-images__col.image-left {
  padding-right: 60px;
  padding-left: 0;
}

.has-container .b-content-images__col.image-left {
  padding-right: 77px;
}

.b-content-images__col.image-right {
  padding-right: 0;
  padding-left: 60px;
}

.has-container .b-content-images__col.image-right {
  padding-left: 77px;
}

.b-content-images__col.content-right .b-content-images__content-wrapper {
  margin: 0 auto;
  left: -30px;
}

.block-cta {
  padding: 64px 0;
  color: #ffffff;
  background: #e84b47;
}

.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta h5,
.block-cta h6 {
  color: currentColor;
}

.block-cta__button-wrapper {
  text-align: right;
}

/* Main Footer */

.main-footer__top {
  min-height: 305px;
  background: #58697a;
}

.main-footer__bottom {
  min-height: 80px;
  background: #005cba;
}

@media (max-width: 1199px) {
  .main-header__nav {
    font-size: 0.875rem;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .tablet-checker {
    display: block;
  }

  .slick-arrow {
    border: 0;
  }

  .slick-arrow.slick-prev {
    margin-right: 9px;
  }

  .slick-arrow.slick-next {
    margin-left: 9px;
  }

  #page .tablepress-table-name {
    margin-bottom: 19px;
    letter-spacing: 0;
  }

  #page .tablepress {
    position: relative;
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
  }

  #page .tablepress thead {
    display: block;
    float: left;
    min-width: 165px;
  }

  #page .tablepress thead tr {
    display: block;
    border-right: 1px solid #d5d9de;
  }

  #page .tablepress thead th {
    display: block;
  }

  #page .tablepress thead th:after {
    display: none;
  }

  #page .tablepress tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  #page .tablepress tbody tr {
    display: inline-block;
    min-width: 177px;
    vertical-align: top;
    border-right: 1px solid #d5d9de;
  }

  #page .tablepress tbody td {
    display: block;
    padding: 14px 35px;
  }

  #page .tablepress tbody td:after {
    display: none;
  }

  .table-wrapper .tablepress:before {
    display: block;
  }

  .main-header .row {
    margin: 0;
  }

  .main-header__top {
    display: none;
  }

  .main-header__logo {
    max-width: 150px;
  }

  .main-header__wrapper {
    padding: 0 40px;
  }

  .main-header__nav {
    display: none;
  }

  .main-header__right {
    display: none;
  }

  .main-header__left {
    padding: 16px 0;
  }

  .btn-hamburger {
    display: block;
  }

  .main-header__nav-mobile--wrapper.active {
    /*display: block; */
    /*visibility: visible;
    opacity: 1;
    transform: translateY(0%);*/
    /*animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    animation-name: slide-down;
    animation-duration: .3s ;
    animation-delay: .3s;
    transition: .5s;*/
  }
  .main-header__nav-mobile--wrapper {
    /*animation: slide-down 1s infinite;*/
    /*visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    transition: all .3s ease-out;*/
  }

  .main-header__subnav {
    text-align: left;
  }

  .main-header__subnav a {
    display: block;
    padding: 9px 40px;
  }

  .main-header__subnav li {
    margin: 0 0 16px;
  }

  .main-header__subnav li:last-child {
    margin: 0;
  }

  .page-hero__thumbnail {
    min-height: 400px;
  }

  .tabs__tab-content {
    padding: 41px 0 78px;
  }

  .block-img-comp {
    padding: 70px 31px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
    left: -4px;
  }

  .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
    right: -4px;
  }

  .lightbox-gallery__slider {
    padding: 0 45px;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    max-width: 500px;
  }

  .b-content-images__content-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 146px 0 175px;
    left: auto;
  }

  .b-content-images__col.image-left {
    padding: 0;
  }

  .has-container .b-content-images__col.image-left {
    padding: 0;
  }

  .b-content-images__col.image-right {
    padding: 0;
  }

  .has-container .b-content-images__col.image-right {
    padding: 0;
  }

  .b-content-images__col.content-right .b-content-images__content-wrapper {
    left: auto;
    margin: 0 auto;
  }

  .block-cta {
    text-align: center;
  }

  .block-cta__text-wrapper {
    padding-top: 5px;
    padding-bottom: 39px;
  }

  .block-cta__button-wrapper {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {

  .insurnce-guidelines {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .right-side-wrap {
    padding: 0 15px;
  }
  .dataTables_wrapper .cf:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
  }

  .dataTables_wrapper * html .cf {
    zoom: 1;
  }

  .dataTables_wrapper *:first-child + html .cf {
    zoom: 1;
  }

  .dataTables_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }

  .dataTables_wrapper th,
  .dataTables_wrapper td {
    margin: 0;
    vertical-align: top;
  }

  .dataTables_wrapper th {
    text-align: left;
  }

  .dataTables_wrapper table {
    position: relative;
    display: block;
    width: 100%;
  }

  .dataTables_wrapper thead {
    display: block;
    float: left;
  }

  .dataTables_wrapper tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }

  .dataTables_wrapper thead tr {
    display: block;
  }

  .dataTables_wrapper th {
    display: block;
    text-align: right;
  }

  .dataTables_wrapper tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  .dataTables_wrapper td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* sort out borders */

  #flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  #flip-scroll tbody tr {
    border-left: 1px solid #d5d9de;
  }

  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #d5d9de;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }

  ol {
    margin: 0 0 14px;
  }

  ol li {
    margin: 0 0 12px;
  }

  ol li li {
    padding: 0 0 0 25px;
  }

  ol li:before {
    font-size: 0.875rem;
  }

  ul:not([class]) {
    margin: 0 0 14px;
  }

  ul:not([class]) li {
    margin: 0 0 12px;
  }

  ul:not([class]) li:before {
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
  }

  .section-title {
    margin: 0 0 31px;
  }

  .container {
    max-width: 720px;
    padding: 0 20px;
  }

  .container-fluid {
    padding: 0 20px;
  }

/*.row {
  margin: 0 -20px;
  }*/

  .col-12 {
    padding: 0 20px;
  }

  .alignleft {
    margin: 0 30px 30px 0;
  }

  .alignright {
    margin: 0 0 30px 30px;
  }

  .alignnone {
    margin: 24px 0 30px;
  }

  .aligncenter {
    margin: 30px auto;
  }

  p + h1,
  p +
  h2,
  p +
  h3,
  p +
  h4,
  p +
  h5,
  p +
  h6 {
    margin-top: 35px;
  }

  h1 {
    font-size: 1.875rem;
    margin: 0 0 38px;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.2 ;
    margin: 0 0 14px;
  }

  p + h2 {
    margin-top: 44px;
  }

  h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 13px;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
  }

  p + h4 {
    margin-top: 24px;
  }

  p {
    margin: 0 0 24px;
  }

  p ul,
  ol + p {
    margin-top: 24px;
  }

  hr {
    margin: 52px 0;
  }

  .block-top-spacing {
    padding-top: 51px;
  }

  .block-bottom-spacing {
    padding-bottom: 51px;
  }

  .columns-spacing-top {
    padding-top: 28px;
  }

  .columns-spacing-bottom {
    padding-bottom: 25px;
  }

  .block-margin-top {
    margin-top: 60px;
  }

  .block-margin-bottom {
    margin-bottom: 60px;
  }

  .c-btn {
    padding: 16px 15px 15px;
  }

  .c-btn.c-btn-color-alt {
    padding: 14px 15px 13px;
  }

  .c-btn-wrapper {
    margin: 5px 0 31px;
  }

  .c-btn-secondary {
    padding: 0 14px 5px 0;
  }

  .iframe-wrapper {
    margin: 31px auto;
  }

  .slick-arrow {
    width: 20px;
    margin: -21px 0 0;
  }

  .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    margin-right: 0;
    left: -4px;
  }

  .slick-arrow.slick-next {
    right: 0;
    left: auto;
    right: -4px;
    margin-left: 0;
  }

  #page .tablepress thead {
    min-width: 90px;
  }

  #page .tablepress thead th {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 11px 0;
  }

  #page .tablepress tbody tr {
    min-width: 0;
  }

  #page .tablepress tbody td {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 11px 15px;
  }

  .leadparagraph {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 44px;
  }

  blockquote.alternate,
  blockquote {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin: 40px 0 42px;
    padding: 6px 14px 44px 18px;
  }

  blockquote.alternate:not([class]),
  blockquote:not([class]) {
    padding: 6px 14px 6px 18px;
  }

  blockquote.alternate:not([class]) > p:before,
  blockquote:not([class]) > p:before {
    top: 6px;
    left: 11px;
  }

  blockquote.alternate cite:before,
  blockquote cite:before {
    top: 6px;
    left: 11px;
  }

  blockquote.alternate .author,
  blockquote .author {
    font-size: 0.875rem;
    line-height: 16px;
    bottom: 10px;
    left: 18px;
  }

  .page-accordion {
    padding: 16px 0 52px;
  }

  .single-accordion {
    padding: 0 0 16px;
  }

  .single-accordion.active .single-accordion__title:after {
    margin-top: 5px;
  }

  .single-accordion__content {
    padding: 0 30px 0 10px;
  }

  .single-accordion__title {
    padding: 19px 10px 0;
  }

  .single-accordion__title:after {
    right: 13px;
    margin-top: 0;
  }

  .page-fullwidth-image {
    padding: 29px 0 55px;
  }

  .content-image + .content-image {
    padding-top: 15px;
  }

  .content-image__align-left,
  .content-image__align-right {
    width: 100%;
  }

  .content-image__align-left {
    float: none;
  }

  .content-image__align-left.spacing-normal {
    padding: 0 0 15px;
  }

  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }

  .content-image__align-right {
    float: none;
  }

  .content-image__align-right.spacing-normal {
    padding: 0 0 15px;
  }

  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }

  .main-header__logo {
    max-width: 100%;
  }

  .main-header__wrapper {
    padding: 0 20px;
  }

  .main-header__left {
    padding: 13px 0;
  }

  /*.btn-hamburger {
    width: 20px;
  }*/

  /*.btn-hamburger span {
    width: 20px;
  }*/

  /*.btn-hamburger span:nth-child(2) {
    top: 6px;
  }

  .btn-hamburger span:nth-child(3) {
    top: 12px;
  }*/

  /*.btn-hamburger.open span:nth-child(3) {
    top: 13px;
  }*/

  .main-header__nav-mobile {
    font-size: 0.875rem;
    line-height: 16px;
  }

/*  .main-header__nav-mobile .menu > li > a {
  padding: 18px 20px 14px;
  }*/

  .main-header__nav-mobile .menu > li.menu-item-has-children:after {
    right: 30px;
    width: 7px;
    height: 7px;
    top: 16px;
  }
  .main-header__nav-mobile .menu > li.menu-item-has-children.open:after {
    top: 16px;
  }

  .main-header__nav-mobile .sub-menu a {
    margin: 8px 0 8px 40px;
  }

/*  .main-header__nav-mobile--wrapper {
  right: -20px;
  left: -20px;
  }*/

  .main-header__subnav {
    padding: 6px 0;
  }

  .main-header__subnav a {
    padding: 9px 20px;
  }

  .main-header__subnav li {
    margin: 0;
  }

/*.main-header__cta-wrapper--mobile {
  padding: 0;
  }*/

  .page-hero__thumbnail {
    min-height: 180px;
  }

  .page-hero__content {
    padding: 47px 0 38px;
  }

  .block-tabs .section-title {
    margin: 0 0 26px;
  }

  .tabs__link-list {
    white-space: nowrap;
  }

  .tabs__link-list-wrapper {
    border-bottom-color: #828f9b;
  }

  .tabs__link {
    font-size: 0.875rem;
    line-height: 1.5;
    display: none;
    float: none;
  }

  .tabs__link a:after {
    bottom: -2px;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .tabs__link.active {
    display: block;
  }

  .tabs__link.active a:after {
    width: 67%;
  }

  .tabs__tab-content {
    padding: 31px 0 58px;
  }

  .tabs__tab-content-wrapper {
    border-bottom-color: #828f9b;
  }

  .tab-head-wrap button {
    position: absolute;
    top: 50%;
    display: block;
  }

  .tab-head-wrap button.tab-prev,
  .tab-head-wrap button.tab-next {
    display: block;
  }

  .block-img-comp {
     padding: 0 20px 0 !important;
  }

  .block-img-comp .section-title {
    text-align: left;
  }

  .block-img-comp .container-fluid {
    padding: 0;
  }

  .block-img-comp .row {
    margin: 0;
    padding: 0;
  }

  .block-img-comp [class*='col'] {
    padding: 0 0 12px;
  }

  .block-img-single.small-top {
    padding-bottom: 12px;
  }

  .block-gallery-slider {
    padding: 20px 0 38px;
  }

  .bc-gallery__slider {
    padding: 0 20px;
  }

  .bc-gallery__caption {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 13px 15px;
  }

  .block-gallery-lightbox {
    padding: 20px 0 46px;
  }

  .block-gallery-lightbox .row {
    margin: 0 -8px;
  }

  .lightbox-gallery__single-thumb {
    padding: 0 8px 12px;
  }

  .lightbox-gallery__slider {
    padding: 0 20px;
  }

  .lightbox-gallery__single-slide {
    padding: 40px 0;
  }

  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }

  .lightbox-gallery__caption {
    font-size: 0.75rem;
    line-height: 14px;
    padding: 13px 15px;
  }

  .lightbox-gallery__close {
    top: -7px;
    right: 4px;
  }

  .block-content-links {
    padding: 54px 0 25px;
  }

  .block-content-links-text .content-link {
    margin-bottom: 31px;
  }

  .block-content-links-text .content-link__title {
    padding: 0 10px 4px;
  }

  .block-content-links-text .content-link__icon {
    margin-top: -2px;
  }

  .content-link {
    margin-bottom: 23px;
  }

  .content-link__title {
    padding: 7px 10px;
  }

  .content-link__icon {
    right: 10px;
  }

  .block-content-images h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .block-content-images.has-container .b-content-images__content-wrapper {
    padding: 40px 10px 46px;
  }

  .b-content-images__content-wrapper {
    padding: 46px 10px 43px;
  }

  .block-cta {
    padding: 51px 0 48px;
  }

  .block-cta__text-wrapper {
    padding-bottom: 20px;
  }

  .main-footer__top {
    min-height: 120px;
  }

  .main-footer__bottom {
    min-height: 48px;
  }
}


.main-header__bottom{
 background: #005cba;
}
.main-header__nav #menu-main_menu li a {
  color: #fff;
}
#custom_html-2 , .footer-socials , #menu-footer-menu1, #menu-footer-menu2 {
  list-style-type: none;
}
#menu-footer-menu3,#nav_menu-2{
  list-style-type: none;
}
.main-footer__top {
  background: #005cba;
}
#recent-posts-widget-with-thumbnails-2{
  list-style-type: none;
}
.main-page-head {
  font-size: 2rem;
  line-height: 1.4;
  color: #005CBA;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 300;
}
.main-search-results  h4 {
  margin-bottom: 2px;
}
.result-area {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.main-search-results .paragraph {
  line-height: 1.3;
  margin: 0px;
  padding-right: calc(100% - 60%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-search-results .paragraph p {
  margin: 0px;
}
.main-search-results .search-imgs {
  width: 16%;
  text-align: center;
  float: left;
}
.main-search-results .search-imgs img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
}
.main-search-results h4 a.h4-head {
  color: #005CBA;
  font-size: 1.25rem;
  line-height: 1.2;
}
.pti-submit input:hover, .submit-btn input:hover {
  background: #fff;
  color: #005cba;
}
/*Header Styling*/
.paragraph {
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 300;
  font-family: "museo-sans-300";
  margin: 0px;
}
.search-mobile {
  display: none;
}
.main-header .header-nav-items .menu {
  /*text-align: center;*/
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-header .header-nav-items .menu .menu-item.active > ul li:hover a{
  background-color: #005CBA;
}
/*.main-header .header-nav-items .menu .menu-item {
display: inline-block;
margin: 0 14px;
}*/
.main-header .header-nav-items .menu .menu-item a {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "museo-sans-500", sans-serif;
  font-weight: 500;
  /*padding: 14px 26px 26px 8px;*/
  position: relative;
}
/*.main-header .header-nav-items .menu .menu-item-has-children::after {
   content: "\f107";
   font-family: "FontAwesome";
   }*/
/*.main-header .header-nav-items .menu .menu-item::after {
      display: inline-block;
  position: absolute;
  top: inherit;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9;
  font-size: 12px;
  color: #fff;
  line-height: 8px;
  font-weight: 100;
  }*/
/*.main-header .header-nav-items .menu .menu-item-has-children::after 
.show ul.sub-menu {
display: block !important;
}*/
/*.main-header .header-nav-items .menu .menu-item-has-children.show::after {
content: "+";
display: block;
}*/
.main-header .header-nav-items .menu .menu-item-has-children:hover {
  background: #0878D4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-header .header-nav-items .menu .menu-item.active a {
  background-color: #0780E2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a::after {
  content: none;
}
/*.main-header .header-nav-items .menu .menu-item-has-children.active::after {
    content: "\f00d";
  display: block;
  border-radius: 20px;
  width: 13px;
  height: 13px;
  font-size: 11px;
  line-height: 14px;
  color: #0780e2;
  background-color: #fff;
  top: 18px;
  }*/
/*.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a:hover {
border: 0;
}
.main-header .header-nav-items .menu .menu-item a:hover {
border-bottom: 5px solid #85B6FF;
}*/
.main-header .nav-header-login {
  text-align: left;
}
.main-header .nav-header-login a.sanpop-link {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-left: 0px;
}
.main-header .nav-header-login a.sanpop-link img {
  max-width: 16px;
}
.main-header .nav-header-login .agent-login {
  /*border-radius: 25px;
  background-color: #FFFFFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
  margin-right: 5px;
  float: right;
  padding: 6px 36px;
  line-height: 1.5;*/
  /*width: 144px;*/
    border-radius: 4px;
    background-color: #626569;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    margin-right: 0;
    padding: 10px 20px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
    font-family: "museo-sans-500";
}

.main-header .nav-header-login .agent-login.state-login {
    background-color: #E12D39;
}

/* .main-header .nav-header-login .agent-login span {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  font-family: "museo-sans-500";
} */
.main-header .nav-header-login .agent-login span img {
  width: 13px;
  margin-right: 8px;
}

.main-header .main-header-logo {    
  text-align: left;
  /*  padding: 0;*/
}
.main-header .header-container {
 max-width: 1740px;
}
.main-header .main-header-logo .main-header__logo { width: 100%; display: inline-block;padding-left: 0px;padding-right: 12px;
}
.main-header .main-header-logo .main-header__logo img {
  width: 168px;
  transition: .2s;
}
.main-header .header-nav-items {padding: 0;} 
.main-header .header-nav-items .menu > .menu-item{
  padding-right: 20px;
  padding: 14px 15px 27px;
  position: relative;
  top: 5px;
}
.main-header.fixed .header-nav-items .menu .menu-item ul.sub-menu  {
  top: 54px;
}
.main-header.fixed .header-nav-items .menu > .menu-item {
 padding: 12px 20px 20px;
}
.main-header .header-nav-items .menu > .menu-item.active{
  background-color: #0780E2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-header .header-nav-items .menu > .menu-item a{
  padding: 0px;
}
  /*.main-header .header-nav-items .menu .menu-item::after{
      top: 22px;
      }*/

      .main-header .header-nav-items .menu .menu-item ul.sub-menu{
        top: 63px;
      }
      /**/
      /*Search Header Popup styling*/
      .custom-searchpopup.sanpop-modal {
        background: #212529;
        opacity: 90%;
        padding: 42px;
      }
      body .custombox-content {
        top: 0;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box {
        top: 50%;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input[type="search"] {
        border-bottom: 2px solid #0780E2;
        text-align: left;
        padding-bottom: 26px;
        margin: 0;
        width: 100%;
            padding-top: 12px;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input::placeholder {
        font-size: 2.25rem;
        line-height: 30px;
        color: #0780E2 !important;
        font-family: "museo-sans-300";
        line-height: 100%;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box form {
        position: relative;
        margin: 0 auto;
        display: table;
        width: 71%;  
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box button.search-btn {
        background-image: url(/wp-content/plugins/search-and-navigation-popup//assets/images/searchs.svg);
        background-repeat: no-repeat;
        background-color: transparent;
        color: transparent;
        border: none;
        background-size: contain;
        background-position: center;
        z-index: 9;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        position: absolute;
        left: inherit;
        top: inherit;
        bottom: 34px;
        right: 0;
        width: 34px;
        height: 36px;
        outline: 0;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-close {
        background-image: url('/wp-content/uploads/2020/05/Group-1418.svg');
        background-repeat: no-repeat;
        background-position: right;
        height: 48px;
        width: 48px;
        display: inline-block;
        padding: 0px;
      }
      /*Footer Styling */
      .main-footer {
        background-color: #005cba;
        padding-top: 45px;
        padding-bottom: 28px;
        /* margin-top: 22px; */
      }
      /*.main-footer .menu .menu-item {
        line-height: 28px;
        }*/
        .main-footer .footer-container {
          max-width: 1776px;
        }
      /*.main-footer  .footer-first-sec .footer-about {
        font-size: 1.25rem;
        line-height: 28px;
        color: #FFFFFF; 
        padding-left: 10px;
        font-family: "museo-sans-300", sans-serif;
        font-weight: 100;
        }*/
        .main-footer .footer-first-sec  {
         padding-left: 15px;
       }
       .main-footer .footer-second-sec {
        padding-top: 0px;
        padding-left: 80px;
      }
      .main-footer .footer-second-sec .menu {
        padding: 0;
      }
      .main-footer .footer-fourth-sec .menu .menu-item a, .main-footer .footer-fourth-sec .menu .menu-item  {
        line-height: 1.5;
        color: #FFFFFF;
        word-break: break-word;
        display: flex;
        flex-wrap: wrap;
      }
      .main-footer .footer-fourth-sec {
       padding-top: 4px;
       padding-left: 59px;
       padding-right: 10px;
     }
     .main-footer .footer-fourth-sec ul {
      padding-left: 0px;
    }
    .main-footer .footer-fourth-sec ul  li.menu-item {
      padding-bottom: 20px;
    }
    .main-footer .footer-third-sec {
      padding-top: 0px;
      padding-left: 63px;
    }
    .main-footer .footer-third-sec ul {
      padding-left: 0px;
    }
    .main-footer .footer-first-sec .footer-logo {
      padding-bottom: 43px;
      padding-top: 3px;
    }
    .main-footer .footer-first-sec .footer-logo img {
      max-width: 262px;
    }
    .main-footer .menu .menu-item a {
      font-size: 1rem;
      line-height: 2;
      color: #FFFFFF;
      font-family: "museo-sans-300", sans-serif;
      font-weight: 400;
    }
    .main-footer .footer-fourth-sec .menu .menu-item {
     font-size: 1rem;
     line-height: 1.6;
     color: #FFFFFF;
     font-family: "museo-sans-300", sans-serif
   }
   .main-footer .footer-fourth-sec .menu {
    list-style: none;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
  }

  .main-footer .footer-first-sec .footer-social-icons .footer-socials li {
    display: inline-block;
    padding-right: 20px;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li > a {
        /*visibility: hidden;*/
        color: transparent;
  }
  /*.main-footer .footer-first-sec .footer-social-icons .footer-socials li > a.abcget {
    visibility: initial;
    color: transparent;
  }*/
  .main-footer .footer-first-sec .footer-social-icons {
    padding-top: 6px;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li a i {
    font-size: 1.625rem;
    color: #FFFFFF;
    visibility: initial;
  }
  .main-footer  .copy-right-sec {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 18px;
    /* opacity: 70%; */
    font-family: "museo-sans-300", sans-serif;
    line-height: 1.4;
  }
  /**/
  /*Banner Section*/
  .banner-section .left-wrap .people-trust-img {
    padding-left: 12px;
    padding-right: 2px;
  }
  .banner-section .left-wrap .people-trust-img a {
    display: inline-block;
  }
  .banner-section .short-img a {
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
  }
  .banner-section .short-img a img {
    border-radius: 10px;
  }
  .banner-section .left-wrap .people-trust-img .people-trust-bg {
    position: relative;
    border-radius: 10px;
    box-shadow: 10px 10px 60px -60px #666666;
    overflow: hidden;
  }
  .banner-section .left-wrap .people-trust-img {
    margin-bottom: 20px;
  }
  .banner-section .left-wrap .short-banner .row {
    margin: 0px;
  }
  .banner-section .left-wrap .people-trust-img .people-trust-bg:hover img {
    transform: scale(1.3);
  }
  .banner-section .left-wrap .people-trust-img .people-trust-bg img {
    transition: transform .5s ease;
  }
  .our-core-values .princ-col:hover img {
    transform: scale(1.3);
  }
  .contact-bg .hover-img {
    border-radius: 0px;
    margin-right:31px;
    height: 100%;
    position: relative;
  }
  .contact-bg .hover-img::before {
    content: "";
    background: #6a75ff47;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .contact-bg .hover-img img {
   height: 100%;
   object-fit: cover;
   width: 100%;
 }
 .blue-overlay-img.hover-img:hover img {
  transform: scale(1.3);
}
.hover-img {
  overflow: hidden;
  border-radius: 10px;
}
.hover-img img:hover {
  transform: scale(1.3);
}
.hover-img img {
  transition: transform .5s ease;
}
.our-core-values .princ-col .value-img {
  overflow: hidden;
  border-radius: 10px;
}
.our-core-values .princ-col .value-img  img {
  transition: transform .5s ease;
}
.banner-section .people-trust-img .people-trust-bg .banner-innre-btn span {
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "museo-sans-300", sans-serif;
  vertical-align: middle;
}
.banner-section .people-trust-img .people-trust-bg .bg-head-sec {
      width: 100%;
    padding-left: 24px;
    padding-bottom: 26px;
    position: absolute;
    top: inherit;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff05 0%, #2929293b 100%);
}
.banner-section .people-trust-img .people-trust-bg .bg-head-sec a h4 {
  color: #ffffff;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 300;
}
.banner-section {padding-top: 60px;padding-bottom: 50px;}
.banner-section .custom-container, .video-section .custom-container {
  max-width: 1400px;
}
.main-container {
  max-width: 1392px;
}
.banner-section .short-img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 17px;
  box-shadow: 0px 0px 60px #66666661;
  position: relative;
  padding: 0;
  border-radius: 10px;
}
.banner-section .short-img:hover img {
  transform: scale(1.3);
}
.banner-section .short-img img {
  transition: transform .5s ease;
}
.banner-section .short-img::before {
  content: "";
  display: block;
  height: calc(100% - 163px);
  width: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #ffffff00 0%, #292929 100%);
  border-radius: 10px;
  z-index: 1;
}
.banner-section .left-wrap .people-trust-img .people-trust-bg::before {
  content: "";
  display: block;
  height: calc(100% - 335px);
  width: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #ffffff05 0%, #292929 100%);
  top: inherit;bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.video-section .video-box .video-img .popup-click-img {overflow: hidden; display: inline-block;height: 100%;}
.video-section .video-box .video-img .popup-click-img::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0px 0px 15px 15px rgba(0,0,0,0.3);
  width: 100%;
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/*.video-section .video-box .video-img::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  background: linear-gradient(to top right, #ffffff00 0%, #2929297d 100%);
  z-index: 1;
  width: 80px;
  }*/
  .video-section .video-box .video-play-btn  {
   display: inline-block;
   position: absolute;
   top: inherit;
   bottom: 10px;
   left: inherit;
   z-index: 2;
   right: 18px;
 }
 .training-videos-main {
   padding-top: 58px;
 }
 .training-video-popup div.iframe-wrapper {
   width: 100%;
   margin: 0;
   border-radius: 10px;
   border: 0;
 }
 .training-video-popup div.iframe-wrapper iframe {
   border: 0;
 }
 .training-videos-main .main-page-head {
   margin-bottom: 58px;
 }
 .training-videos-page .video-section .video-section-wrap {
   padding-top: 35px;
 }
 /*.training-videos-page .video-section .video-section-wrap .video-col {
   padding-right: 33px;
 }*/
 .video-section .video-box.training-videos .img-text-wrap {
   padding: 35px 20px 20px;
 }
 .video-section .video-box.training-videos .video-img::after {
   border-top-right-radius: 4px;
 }
 .video-section .video-box .video-img {
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   height: 160px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .video-section .video-box.training-videos .video-img {
  height: 190px;
}
.video-section .video-box:hover .video-img a.popup-click-img > img  {
  transform: scale(1.2);
}
.video-section .video-box .video-img img {
  transition: transform .5s ease;
}
.video-section .video-box.training-videos .video-img::before {
 border-top-left-radius: 4px;
}
.video-section .video-box .img-text-wrap .training-video-title h3 {
 font-size: 1rem;
 line-height: 1.5;
 font-family: "museo-sans-500";
 color: #005CBA;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 /*height: 48px;*/
 font-weight: 400;
     max-height: 95px;
    min-height: 48px;
}
.video-section .video-box .img-text-wrap .video-time-duration {
 display: inline-block;
 float: right;
}
.video-section .video-box .img-text-wrap .video-time-duration p {
 margin-bottom: 0;
 font-size: 1rem;
 font-family: "museo-sans-300";
 color: #005CBA;
 line-height: 1.5;
 font-weight: 400;
}
.video-section .video-box .img-text-wrap .training-video-title {
 display: inline-block;
 width: calc(100% - 30%);
}
.banner-section .left-wrap .short-banner {
  padding-left: 21px;
  padding-right: 0;
}
.banner-section .short-img  h4 {
  color: #FFFFFF;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 300;
  word-break: break-word;
}
.banner-section .short-img .img-head {
  padding-bottom: 21px;
  padding-left: 17px;
  position: absolute;
  z-index: 2;
  top: inherit;
  bottom: 0;
  padding-right: 20px;
  width: 100%;
      background: linear-gradient(to bottom, #ffffff00 0%, #292929a6 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.h4-head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "museo-sans-300";
}
/*Insurance GuideLines*/
.insurnce-guidelines .three-items  {
  box-shadow: 10px 10px 60px #66666636;
  border-radius: 10px;
  padding: 32px 30px 34px;
  background-color: #005cba;
}
.insurnce-guidelines {
  padding-top: 32px;
}
.insurnce-guidelines .insurance-box {
  margin-bottom: 15px;
  padding: 0 0px 0 15px;
}
.insurnce-guidelines a {
  display: inline-block;
  width: 100%;
}
.insurnce-guidelines .three-items .insurance_wrap {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.insurnce-guidelines .three-items h4 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: "museo-sans-300", sans-serif;
  height: 91px;
  display: flex;
  align-items: flex-end;
  word-break: break-all;
}
.insurnce-guidelines .three-items .insurance_wrap .inrsurnce-icon {
  display: inline-block;
  float: right;
  /*margin-right: 8px;*/
}
.insurnce-guidelines .three-items .insurance_wrap .inrsurnce-icon img {
  max-width: 67px;
  max-height: 67px;
}
/*Video Section */
.video-section {
  padding-top: 0px;
}
.video-section .video-section-wrap {
  padding-top: 25px;
}

.video-section .pti-heading {
  margin-bottom: 0px;
  margin-top: 0px;
}
.video-section .video-box {
  margin: 0 auto;
  display: table;
  box-shadow: 10px 10px 60px -48px #666666;
  margin-bottom: 59px;
}
.video-section .video-box .video-img {
  position: relative;
}
.video-section .video-box .video-author .author-txt {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #212529;
  font-weight: 300;
  margin-bottom: 20px; 
  font-family: "Poppins";
}
.video-section .video-box .video-title a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #005CBA;
  font-family: "museo-sans-500";
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
  min-height: 36px;
}
.video-section .video-box .video-title  {
  display: inline-block;
  width: 75%;
  line-height: 22px;
  vertical-align: top;
}
.video-section .video-box .video-duration {
  display: inline-block;
  vertical-align: top;
  float: right;
  padding-right: 12px;
}
.view-link {
  width:100%;
      padding-bottom: 10px;
    padding-top: 0px;
  text-align: center;
}
.home-did-you-know .view-link {
  padding-bottom: 30px;
}
.video-section .video-box .video-duration p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #005CBA;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 100;
  margin-bottom: 5px;
}
.video-section .video-box .video-content {
  font-size: 1rem;
  font-weight: 300;
  color: #212529;
  line-height: 26px;
  font-family: "geogria";
  margin-bottom: 30px;
}
.video-section .video-box .img-text-wrap {
  padding: 24px 11px 18px;
  display: inline-block;
  width: 100%;
  text-align: left !important;
}
.video-section .video-box .img-text-wrap .popup-icons svg {
    background: grey !important;
}
.video-section .video-box .img-text-wrap .popup-icons span.a2a_svg {
    height: 30px;
    width: 30px;
    background: grey !important;
}
.addtoany_list .a2a_svg {
  background: grey !important;
  height: 30px;
    width: 30px;
}
/*Posts Section start*/
.posts-section .post-intro > a {
  display: inline-block;
  margin-bottom: 10px;
}
.posts-section .post-intro .post-heading {
  color: #005CBA;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "museo-sans-300", sans-serif;
}
.posts-section .post-intro .post-desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 300;
  width:  100%;
  margin-bottom: 0px;
}
.posts-section .post-intro {
  padding-bottom: 10px;
  padding-top: 39px;
}
.posts-section .post-inner-wrap .post-box .post-title a {
  font-size: 1rem;
  line-height: 26px;
  font-family: "museo-sans-500", sans-serif;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}
.posts-section .post-inner-wrap .post-box .post-content {
  display: inline-block;
  width: 100%;
}
.posts-section .post-inner-wrap .post-box .post-content a {
  font-size: 0.75rem;
  line-height: 22px;
  color: #212529;
  font-family: "museo-sans-300", sans-serif;
  font-weight: 100;
  vertical-align: top;
}
.posts-section .post-inner-wrap .post-box .post-content i {
  font-size: 2.5rem;
  color: #212529;
  float: right;
}
/*Posts Section End*/
.main-header .btn-hamburger span {
  background: #ffffff;
  visibility: initial;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu {
  display: none;
}
.main-header .header-nav-items .menu .about-menu.menu-item:hover ul.sub-menu,
.main-header .header-nav-items .menu .pti-doc.menu-item:hover ul.sub-menu,
.main-header .header-nav-items .menu .training-menu.menu-item:hover ul.sub-menu,
.main-header .header-nav-items .menu .blog-menu.menu-item:hover ul.sub-menu,
.main-header .header-nav-items .menu .contactus.menu-item:hover ul.sub-menu,
.main-header .header-nav-items .menu .department.menu-item:hover ul.sub-menu {
  display: block !important;
}



.main-header .main-header__nav-mobile--wrapper {
  background: #005cba;
}
.main-header .header-nav-items .menu .menu-item {
  position: relative;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu {
  position: absolute;
  padding: 0;
  background-color: #0878D4;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*top: 64px;*/
      top: 99%;
  left: 0;
  /*width: 180px;*/
  text-align: left;
      z-index: 9;
         max-width: 100%;
    min-width: 180px;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item:hover {
  background-color: #005cba;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item {
  display: block;
  margin: 0px;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  font-family: "museo-sans-300", sans-serif;
  padding: 6px 10px 5px 17px;
  display: inline-block;
  width: 100%;
}
.main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

/*Meet The team styling*/
.meettheteam-main .meet_the_team_heading {
  padding-top: 58px;
}
.meettheteam-main {
  padding-bottom: 43px;
}
.meettheteam-main .team-intro-wrap {
  padding-top: 57px;
}
.meettheteam-main .team-intro-wrap .row {
  margin: 0px;
}
.meetthteam-head-box {
  background: #ecf5fd;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  width: calc(100% - 60%);
  text-align: center;
  padding: 32px 20px;
  margin-bottom: 60px;
}
.meetthteam-head-box .meetthteam-info-box i {
  margin-right: 10px;
  font-size: 1.3125rem;
  color: #005CBA;
}
.meetthteam-head-box .meetthteam-info-box {
  display: block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.meetthteam-head-box .meetthteam-info-box:nth-child(4) {
  display: block;
}
.meetthteam-head-box .h4-head {
  margin-bottom: 12px;
  color: #005CBA;
}
.meetthteam-head-box .paragraph a {
  color: #212529;
      word-break: break-word;
}
.meettheteam-main .team-intro-wrap .member-wrap {
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 5px;
  padding-bottom: 50px;
}
.meettheteam-main .team-intro-wrap .member-wrap .member-img img {
  width: 100%;
  border-radius: 10px;
}
.meettheteam-main .team-intro-wrap .member-wrap h4.member-name {
  color: #005CBA;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "museo-sans-300", sans-serif;
  padding-top: 17px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;*/
  }

  .meettheteam-main .team-intro-wrap .member-wrap p.designation {
    color: #005CBA;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "museo-sans-300", sans-serif;
    padding-right: calc(100% - 325px);
    margin-bottom: 10px;
    word-break: break-word;
  }
  .meettheteam-main .team-intro-wrap .member-wrap p.designation a {
    color: #005CBA;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "museo-sans-300", sans-serif;
  }
  .meettheteam-main .team-intro-wrap .member-wrap .team_email.designation {
    padding-top: 5px;
  }
  .meettheteam-main .team-intro-wrap .member-wrap .designation i {
    margin-right: 10px;
    font-size: 1.3125rem;
    display: flex;
    float: left;
  }
  .custom-grid-boxes ul {
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  .custom-grid-boxes ul li {
    display: inline-block;
    width: 20%;
    background: #ecf5fd;
    border-radius: 10px;
    margin: 0 8px;
    margin-bottom: 60px;
    padding: 19px 0px;
  }
  .custom-grid-boxes ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    padding-top: 4px;
    color: #005CBA;
  }
  .custom-grid-boxes ul li .paragraph a {
    word-break: break-all;
  }
  .custom-grid-boxes ul li p.paragraph {
    display: block;
  }

  .blue-link {
    color: #0780E2;
  }
  /*PTI DOCUMENT STYLING*/
  .search-box input[type="text"]  {
    border: 1px solid #005CBA;
    border-radius: 3px;
    background-color: #F7F9FC;
    width: 100%;
    height: 51px;
    line-height: 100%;
    padding: 5px 20px;
  }
  .search-box input:focus {
    outline: 0;
  }
  .search-box input[type="text"]:focus {
    outline: 0;
  }
  .search-box input[type="text"]::placeholder {
    font-size: 1rem;
    color: #005CBA;
    line-height: 30px;
    font-family: "museo-sans-300";
    letter-spacing: 0px;
  }
  .search-box input[type="submit"] {
    background-image: url(/wp-content/uploads/2020/04/search-1.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    color: transparent;
    border: none;
    background-size: contain;
    background-position: center;
    z-index: 9;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: inherit;
    top: 0px;
    right: 18px;
    width: 18px;
    height: 100%;
    border-radius: 3px;
  }
  .search-box label {
    display: none;
}
  .search-box li {
    list-style: none;
  }
  .search-box {
    width: 812px;
    margin: 0 auto;
    position: relative;
  }
  p.main-head-content {
    font-size: 1rem;
    font-family: "museo-sans-300";
    color: #212529;
    line-height: 1.7;
    width: calc(100% - 50%);
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 38px;
  }
/*.pti-document .doc-main-wrapper h2, .marketing-material .marketing-main-wrapper h2.main-page-head {
margin-bottom: 70px;
font-size: 3rem;
}*/
.pti-document .doc-main-wrapper {
 padding-top: 93px;
}
.pti-document .folder-col-row {
  padding-top: 112px;
  margin: 0;
}
.pti-document .folder-wrap .folder-selecter img {
  display: inline-block;
  max-width: 70px;
  min-height: 70px;
}
.pti-document.department-main .folder-wrap .folder-selecter img {
  object-fit: cover;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        max-width: 100%;
    min-width: 100%;
    width: 100%;
        min-height: 230px;
    max-height: 200px;
}
.pti-document.department-main .folder-wrap .folder-selecter {
  background-color: transparent;
      padding: 0;
    display: block;
}
.pti-document .folder-wrap .folder-selecter .file-head {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 0;
}
.pti-document .folder-wrap .folder-selecter a {
  display: flex;align-items: center;width: 100%;
}
.pti-document {
  padding-bottom: 30px;
}
.pti-document .folder-wrap {
  padding-right: 5px;
  margin-bottom: 40px;
}
.pti-document .folder-wrap a {
  display: inline-block;
  width: 100%;
}
.pti-document .folder-wrap .folder-selecter .file-head .file-name {
  font-family: "museo-sans-300";
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 300;
  color: #005CBA;
  word-break: break-word;
}
.pti-document .folder-wrap .folder-selecter {
  background-color: #ECF5FD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 70px 25px;
  display: flex;
  align-items: center;
}
.pti-document .folder_sec-bottom {
  background-color: #005cba;
  padding: 25px 15px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pti-document .folder_sec-bottom h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "museo-sans-300";
  color: #FFFFFF;
  font-weight: 300;
}

/*Marketing Material Styling*/
.pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close::before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 1.75rem;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close::before {
  content: "\f0c9";
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button.collapsed .open-close::before {
  content: "\f067"; 
}
.marketing-material {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pdf-accordion .accordion .accordion-wrapper {
  background-color: #0780E2;
  border-radius: 10px;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #FFFFFF;
  font-family: "museo-sans-300", sans-serif;
  display: inline-block;
  margin-right: 45px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;  
  order: 2;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button {
  display: flex !important;
  align-items: center;
  text-align: center;
  background-color: #005cba;
  width: 100%;
  color: #FFFFFF;
  font-size: 2.0625rem;
  padding: 10px 18px;
  border: 0px;
}
.pdf-accordion .accordion {
  margin-bottom: 39px;
}
.pdf-accordion {
  margin-top: 80px;
  padding: 0 18px;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button  .open-close {
  float: left;
}
.marketing-material .marketing-main-wrapper {
  padding-bottom: 31px;
}
.pdf-accordion .accordion .card {
  border: 0;
}
.pdf-accordion .accordion .card  .card-body .pdf-file-div {
  background-color: #ECF5FD;
  margin-bottom: 25px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
}
.pdf-accordion .accordion .card .card-body .pdf-file-div img {
  margin-right: 36px;
  display: flex;
  float: left;
}
.pdf-accordion .accordion .card .card-body .pdf-file-sec {
  padding: 0;
  padding-right: 16px;
}
.pdf-accordion .accordion .card .card-body .pdf-file-sec:nth-child(even) {
  padding-right:0px;
}
.pdf-accordion .accordion .card .card-body .pdf-file-sec:nth-child(odd) {
  padding-left:0px;
}
.pdf-accordion .accordion .card .card-body {
  padding-top: 42px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.pdf-accordion .accordion .card .card-body > .row {
  margin: 0px;
}
.pdf-accordion .accordion .card  .card-body .pdf-file-div a {
  color: #005CBA;
  font-size: 1.125rem;
  font-family: "museo-sans-300";
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-readmore a {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background: #005cba;
  border-radius: 8px;
  display: inline-block;
  padding: 16px 36px;
  font-family: "museo-sans-300";
  font-weight: 300;
}
.pagination .nav-links span, .pagination .nav-links a {
  font-size: 1rem;
  font-family: "museo-sans-300";
  line-height: 1.3;
  font-weight: 300;
  color: #768791;
  border: 1px solid #7C7C7C;
  padding: 8px 14px;
  border-radius: 50%;
  margin: 0 8px;
}
.pagination .nav-links{
  text-align: center;
  width: 100%;
}
.navigation.pagination {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.pagination .nav-links .next, .pagination .nav-links .prev {
  border: 0;
  color: #0780E2;
  font-family: "museo-sans-500";
}
.pagination .nav-links span.current {
  background-color: #0780E2;
  color: #FFFFFF;
  border: 1px solid #0780E2;
} 
/*Blog Post Start*/
.pagination {
  padding-top: 30px;
}
.pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul.page-numbers li {
  display: inline-block;
  padding: 0 10px;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  font-size: 1rem;
  line-height: 1.3;
  color: #212529;
  padding: 8px 13px 7px;
  border: 1px solid #212529;
  border-radius: 50px;
  font-family: "museo-sans-300";
  display: inline-block;
}
.pagination ul.page-numbers li a.next, .pagination ul.page-numbers li a.prev  {
  border: none;
  color: #005CBA;
  font-family: "museo-sans-300";
  margin-left: 80px;
  display: flex;
  align-items: center;
}
.pagination ul.page-numbers li a.prev {
  margin-left: 0;
  margin-right: 80px;
}
.pagination ul.page-numbers li .current {
 background: #005cba;
 color: #ffffff;
 border: 1px solid #005cba;
}

.posts-right-bar li.widget_categories ul li a {
  color: #212529;
  font-family: "museo-sans-300";
  font-size: 1rem;
  line-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-right-bar li.widget_categories ul li {
  margin: 0;
  padding: 0;
  line-height: 52px;
}
.main-blog-page {
  padding-top: 60px;
  padding-bottom: 50px;
}
.blog-section-wrap {
  padding-left: 30px;
  padding-right: 56px;
}
.post-side-bar {
  padding-left: 46px;
  padding-right: 20px;
}
.blog-post-box {
  padding-top: 60px;
  padding-bottom: 50px;
}
.blog-post-box h3 {
  margin-bottom: 20px;
}
.blog-post-wrap {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #66666640;
  padding: 20px 20px;
  margin-bottom: 60px;
}
.para-content {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "museo-sans-300";
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author-wrap {
  font-size: 1rem;
  color: #005CBA;
  line-height: 1.3;
  font-family: "museo-sans-300";
  margin-bottom: 40px;
}
.blog-content {
  padding-right: calc(100% - 80%);
}
.blog-content .para-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post-wrap .blog-img img {
  object-fit: cover;
  width: auto;
  border-radius: 10px;
}
.posts-right-bar {
  background-color: #FFFFFF;
  box-shadow: 10px 10px 30px #66666640;
  border-radius: 10px;
  padding: 30px 23px 30px;
  position: sticky;
  top: 100px;
}
.posts-right-bar .search-side-post {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.posts-right-bar li .custom-html-widget {
  line-height: 1.3;
}
.posts-right-bar  li {
  list-style: none;
}
.posts-right-bar  h2.widgettitle {
  font-size: 1.0625rem;
  line-height: 1.3;
  font-family: "museo-sans-300";
  color: #005CBA;
  font-weight: 300;
  border-bottom: 1px solid #70707047;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.posts-right-bar li .custom-html-widget a {
  font-size: 1rem;
  line-height: 1.3;
  color: #0780E2;
  font-family: "museo-sans-300";
}
.posts-right-bar li a span.rpwwt-post-title {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "museo-sans-300";
  color: #212529;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-right-bar li a.news-sidepost  {
  display: inline-block;
  width: calc(100% - 104px);
}
.posts-right-bar li div.rpwwt-post-date {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #212529;
  font-family: "museo-sans-300";
  opacity: 60%;
  display: block;
  padding-top: 6px;
}
.posts-right-bar div.rpwwt-widget ul li {
  padding: 10px 80px 10px 0px;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  overflow: inherit;
  align-items: center;
}
.posts-right-bar  div.rpwwt-widget ul li > a {
  display: inline-block;
  margin-right: 11px;
  vertical-align:middle;
}
.posts-right-bar  div.rpwwt-widget ul li img {
  margin-bottom: 0px;
  width: 73px !important;
  height: 73px !important;
  border-radius: 100%;
  margin: 0px;
}


/*Blog Post End*/
/*Blog Detail Start*/
.blog-detail-wrap {
  padding-bottom:  102px;
}
.blog-detail-wrap img {
  border-radius: 10px;
}
.blog-detail-main {
  padding-top: 60px;
}
.blog-detail-wrap .post-img {
  margin-bottom: 30px;
}
.blog-detail-wrap .para-content {
  margin-top: 30px;
  display: block;
  padding-right: 30px;
}
/*Blog Detail End*/

/*Did You Know start*/
.popup-bg-img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  height: 100%;
}
.popup-bg-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.home-did-you-know .did-you-know-section {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}
.did-you-know-section {
  padding: 60px;
  padding-bottom: 0px;
}
.did-you-know-section .main-box {
  padding: 0 8px;
}
.did-you-know-box {
  position: relative;
  margin-bottom: 60px;
}
.home-did-you-know .did-you-know-section .did-you-know-box {
  margin-bottom: 40px;
}
/*.home-did-you-know .did-you-know-box .did-you-know-img {
  display: flex;
  align-items: center;
  justify-content: center;
  }*/
  .home-did-you-know .did-you-know-section .did-you-know-box {
    /*height: 270px;*/
    height: 310px;
  }
  .did-you-know-box > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
   .did-you-know-box {
    height: 325px;
    border-radius: 10px;
  }
  .did-you-know-box:hover .did-you-know-img  img {
    transform: scale(1.3);
  }
  .did-you-know-box .did-you-know-img img {
    transition: transform .5s ease;
  }
  .did-you-know-box .did-you-know-img img {
    width: 100%;
    object-fit: contain;
  }
  .did-you-know-box .did-you-know-head {
   position: absolute;
   top: 0;
   left: 0;
   /*margin-left: 18px;
   margin-top: 18px;*/
   padding-left: 18px;
   padding-top: 18px;
   z-index: 2;
       /*background: #000000a6;*/
       background: linear-gradient(to top, #ffffff05 0%, #292929ad 100%);
    height: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    /*opacity: 0.7;*/
        border-radius: 10px;
 }
 .did-you-know-box .did-you-know-head p {
   font-size: 1rem;
   line-height: 1.3;
   color: #FFFFFF;
   margin-bottom: 0;
   font-family: "museo-sans-500";
   font-weight: 500;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .did-you-know-box .did-you-know-head h3.did-you-know-title {
   font-size: 2rem;
   line-height: 1.2;
   color: #FFFFFF;
   font-family: "museo-sans-300";
   margin-top: 13px;
   padding-right: 60px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   font-weight: 300;
   word-break: break-word;
 }
 .did-you-know-box .detail-btn {
   position: absolute;
   top: inherit;
   bottom: 0;
   left: 0;
   margin-bottom: 12px;
   margin-left: 18px;
   z-index: 2;
 }
 body a.whole-click {
  background: no-repeat;
 }
.did-you-know-box > a:before {
    /*  content: "";
    background: rgb(20,30,55);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: 1;
    top: 0px;*/
    /*opacity: 0.5;*/
    /*color: #FFFFFF;*/
    /*background: linear-gradient( rgb(0, 0, 0), rgb(0, 0, 0) );*/
    /*background-color: #000;*/
}
/*@media (-ms-high-contrast: white-on-black) {
  .did-you-know-box .did-you-know-img img {
    filter: invert(1);
  }
} */
/*.did-you-know-box .did-you-know-img img {
  filter: invert(0.30);
}*/
/*@media screen and (-ms-high-contrast: black-on-white) {
   .did-you-know-box .did-you-know-img img {
    filter: invert(0.30);
   }
}*/
.detail-btn a {
 font-size: 0.875rem;
 line-height: 1.5;
 font-family: "museo-sans-300";
 font-weight: 500;
 color: #FFFFFF;
 padding: 16px 23px;
 display: inline-block;
 background: #005cba;
 border-radius: 8px;
 border: 0px;
}
.main-modal-popup .modal-content {
  border: 0;
  border-radius: 10px;
}
.main-modal-popup .modal-header {
  padding: 0px;
  border: 0;
}
.main-modal-popup .modal-header iframe {
  border: 0;
  width: 100%;
}
.main-modal-popup .modal-header video {
  border: 0;
  width: 100%;
  outline: 0;
}
.main-modal-popup {
  max-width: 970px;
  margin-top: 145px;
}
.main-modal-popup .modal-header .row {
  margin: 0px;
}
.main-modal-popup .modal-close-btn {
  position: absolute;
  left: inherit;
  right: 0px;
  background: #FFFFFF;
  opacity: 100%;
  box-shadow: 0 3px 6px #00000045;
  border-radius: 100%;
  /*width: 36px;
  height: 36px;
  padding: 0*/;
  color: #005CBA;
  font-size: 1.5rem;
  line-height: 100%;
      padding: 6px 11px 6px 10px;
}
.popup-right-content {
  padding-top: 60px;
  padding-left: 47px;
  padding-right: 29px;
}
.popup-right-content h3 {
  font-size: 2rem;
  color: #005CBA;
  font-family: "museo-sans-300";
  line-height: 1.2;
  margin-bottom: 38px;
  font-weight: 300;
}
.popup-right-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  font-family: "museo-sans-300";
  max-height: 332px;
  overflow: auto;
  padding-right: 30px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 18px;
}
.popup-right-content p::-webkit-scrollbar {
  width: 3px;
}
.popup-right-content p::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.popup-right-content p::-webkit-scrollbar-thumb {
  background-color: #0780E2;
}
.popup-left-wrap {
  padding: 0px;
  position: relative;
}
.popup-left-wrap img {
  width: 100%;
}
.popup-left-wrap h4 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "museo-sans-300";
  color: #ffffff;
  width: calc(100% - 30%);
  bottom: 50px;
  left: 64px;
  position: absolute;
  margin-bottom: 0px;
}
.popup-right-content .popup-icons {
  margin: 0 auto;
  display: table;
}
.popup-right-content .popup-icons ul {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.popup-right-content .popup-icons ul li {
  margin: 0 12px !important;
}
.popup-right-content .popup-icons ul li i {
  width: 26px !important;
  height: 26px !important;
}
.fading-text {
  position: relative;
}
.fading-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 94px;
  position: absolute;
  bottom: 0px;
  top: inherit;
  box-shadow: inset 0px -85px 60px -58px #fff;
  /* background: linear-gradient(to bottom, transparent 0%, #ffffff 100%); */
}


/*Did you know End*/
/*Our Story Start*/
.simple-way-head {
  padding: 0px;
}
.content-main-wrapper {
  margin-bottom: 112px;
}
.choice-protection .content-main-wrapper.protection-top {
  margin-bottom: 0px;
}
.choice-protection h3.main-page-head {
  text-align: center;
}
.content-main-wrapper p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "museo-sans-300";
  color: #212529;
  margin-bottom: 0px;
}
.content-main-wrapper p a {
  color: #005CBA;
}
.content-main-wrapper .content-right {
  padding-left: 106px;
  padding-right: 36px;
}
.content-main-wrapper .content-left {
  padding-right: 162px;
}
.content-main-wrapper .main-page-head {
  margin-bottom: 38px;
  /*line-height: 38px;*/
}
.section-wrapper {
  padding-top: 60px;
}
body .content-main-wrapper .light-head {
  margin-bottom: 0;
  font-family: "museo-sans-100";
  /*line-height: 45px;*/
}
.counters-main {
  background-color: #005cba;
  padding: 42px 0;
  margin-bottom: 19px;
}
.content-main-wrapper .right-content-img {
  padding-left: 8px;
}
.content-main-wrapper .left-content-img {
  padding-right: 8px;
}
.counters-main .counters-wrap p.counter-div {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "museo-sans-300";
  font-weight: 400;
  margin-bottom: 0px;
}
.counters-main .counters-wrap .counter-title {
  font-size: 3rem;
  line-height: 1.4;
  font-family: "museo-sans-300";
  font-weight: 400;
  color: #FFFFFF;
  margin: 0px;
}
.counters-main .counters-wrap img {
  margin-bottom: 24px;
}
/*Our Story Start*/
/*Claims Start*/
.main-first-sec {
  padding-top: 60px;
}
section.call-us {
  background: #005cba;
  color: #FFFFFF;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 78px;
}
.we-insured .content-left {
  padding-right: 148px;
}
.we-insured .content-right {
  padding-right: 20px;
}
section.call-us .call-people-heading .main-page-head {
  color: #FFFFFF;
  margin-bottom: 0px;
}
.call-people-heading h4 {
  color: #FFFFFF;
}
.trust-first ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.trust-first ul li h3 {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
}

.trust-first {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-first ul li .main-page-head a {
  color: #FFFFFF;
}
.trust-first ul li.first {
  margin-right: 100px;
}
.trust-first ul li.last{
  margin-left: 100px;
}
.blue-overlay-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.overlay-head {
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #005cbab8;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.blue-overlay-img h3.overlay-head {
  margin-bottom: 0px !important;
}
/*.blue-overlay-img::before {
  content: "";
  display: block;
  background: #005cbabd;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}*/
.content-main-wrapper .preferred-content p {
  margin-bottom: 20px;
}
.content-main-wrapper ul {
  padding-left: 18px;
}
.content-main-wrapper ul li {
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "museo-sans-300";
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.explaining-section .content-main-wrapper .explain-desc {
  width: calc(100% - 40%);
  margin: 0 auto;
}
.explaining-section .content-main-wrapper .explaining-image {
  margin-top: 94px;
}
/*Claims End*/
.main-search-results .search-imgs:empty {
  background: url(https://pti.company/Agency/Website/Upload/2020/05/02101755/PDF-1.png);
  background-repeat: no-repeat;
  height: 70px;
  border-radius: 10px;
  background-position: center;
  text-align: center;
  margin: 0 auto;
}
/*Inspection Start*/
body .main-inspection-sec .content-main-wrapper .content-right p a {
  font-family: "museo-sans-300";
}
.main-inspection-sec .content-main-wrapper p {
  margin-bottom: 20px;
}
.main-inspection-sec .content-main-wrapper p a {
  color: #005CBA;
  text-decoration: none;
}
.main-inspection-sec .content-main-wrapper p span {
  text-decoration: underline;
}
.content-main-wrapper .inspection-explain-wrap p {
  margin-bottom: 20px;
}
.inspection-center-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 42px;
  background: #005cba;
  padding-bottom: 32px;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.full-width-bg.rapid-response-bg {
  padding: 0px;
}
.full-width-bg.rapid-response-bg  .rapid-response-bg-inner {
      background-color: #005cbab8;
    height: 100%;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 32px;
}
.full-width-bg .h4-head {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.full-width-bg .h4-head a {
  color: #FFFFFF;
  word-break: break-word;
}
.full-width-bg .h4-head a:hover {
  text-decoration: underline;
}
.full-width-bg .main-page-head {
  color: #FFFFFF;
  margin: 0;
}
.full-width-bg img {
  margin-bottom: 40px;
}
.retail-services-sec  {
  padding-top: 92px;
}
body .retail-services-sec .light-head {
  margin: 0 auto;
  width: calc(100% - 58%);
  margin-bottom: 40px;
}
.retail-services-sec p.retail-ser-content {
  width: calc(100% - 60%);
  margin: 0 auto;
}
.retail-services-sec .link-para {
  font-family: "museo-sans-300";
}
.retail-services-sec .we-offer-head {
  font-family: "museo-sans-300";
  margin: 20px 0;
  color: #005CBA;
}
.retail-services-sec .we-offer-wrap p span {
  font-family: "museo-sans-300";
  color: #005CBA;
}
.retail-services-sec .content-main-wrapper p.we-offer-desc {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "museo-sans-300";
  line-height: 1.2;
  margin: 30px 0;
  padding-right: calc(100% - 90%);
}
/*Inspection End*/
/*under Writing Start*/
.underwriting-center-box .folder-selecter {
  border-radius: 10px;
  background-color: #ECF5FD;
  margin-bottom: 120px;
}
.mar-zero {
  margin: 0px;
}
.underwriting-center-box .folder-selecter a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 30px;
}
.underwriting-center-box .folder-selecter .file-head {
  display: inline-block;
  width: calc(100% - 34%);
  padding-left: 68px;
  margin-bottom: 0;
  text-align: left;
}
.underwriting-center-box .folder-selecter .file-head .h4-head {
  color: #005CBA;
  font-family: "museo-sans-300";
  line-height: 1.3;
}
.underwriting-center-box .folder-selecter img {
  display: inline-block;
}
.underwriting-boxes .underwriting-col .underwriting-box{
  border-radius: 10px;
  background-color: #ECF5FD;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
}
.two-col-height {
  height: 47%;
}
.underwriting-mr-btm {
  margin-bottom: 16px;
}
.underwriting-boxes .underwriting-row .underwriting-col {
  padding: 0 8px;
}
.underwriting-boxes .underwriting-row {
  margin:0px;
  margin-bottom: 16px;
  justify-content: center;
  display: flex;
}
.underwriting-sec .content-main-wrapper p {
  margin-bottom: 20px;
}
.underwriting-sec .content-main-wrapper p.hours-head {
  color: #005CBA;
  font-family: "museo-sans-300";
  margin-bottom: 0px;
  margin-top: 40px;
}
.underwriting-sec .content-main-wrapper p a {
  display: inline-block;
  font-family: "museo-sans-300";
}
.underwriting-sec .content-main-wrapper p span {
  float: right;
}
.underwriting-sec .content-main-wrapper p.timimg {
  margin-bottom: 0px;
  width: calc(100% - 20%);
  display: inline-block;
}
.underwriting-boxes .underwriting-col .underwriting-box h4.h4-head  {
  color: #212529;
}
.underwriting-boxes .underwriting-col .underwriting-box h4.h4-head a {
  color: #005CBA;
  font-family: "museo-sans-300";
  display: block;
  word-break: break-all;
  padding-top: 5px;
}
.underwriting-boxes .underwriting-col .underwriting-box h4.h4-head a i {
  font-size: 1.5625rem;
  padding-right: 6px;
}
.underwriting-boxes .underwriting-col .row {
  margin: 0px;
}
.retail-services .retail-content {
  width: calc(100% - 40%);
  margin: 0 auto;
}
.retail-services .retail-content a {
  color: #005CBA;
}
.retail-services .retail-content span {
  color: #005CBA;
  font-family: "museo-sans-300";
}
.content-main-wrapper p.short-description  {
  font-size: 0.625rem;
  font-family: "museo-sans-300";
  line-height: 1.4;
  color: #212529;
  width: calc(100% - 13%);
  margin: 30px 0;
}
.content-main-wrapper p.short-description a {
 color: #005CBA; 
}
.content-main-wrapper p.short-description a:hover {
  text-decoration: underline;
}
.shadow-img-content {
  padding-top: calc(100% - 96%);
}
/*Product Page Start*/
.full-service-heading {
  margin: 0 auto;
  width: calc(100% - 62%);
  margin-bottom: 60px;
}
.full-service-heading .main-page-head {
  margin-bottom: 30px;
}
.policyholders_area .content-main-wrapper p {
  margin-bottom: 20px;
}
.coverage-area .coverage-area-head {
  width: calc(100% - 41%);
  margin-bottom: 50px;
  margin: 0 auto;
}
.situations-box .situations-box-inner .situations-box-icon {
  width: 100px;
  height: 100px;
  background: #005cba;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 22px;
}
.situations-box  li.situations-box-inner {
  width: 100%;
  background: #c5e0f7;
  position: relative;
  height: 125px;
  display: flex;
  align-items: flex-end;
  float: left;
  border-radius: 10px;
  margin: 0 8px;
  margin-bottom: 70px;
}
/*.situations-box li.situations-box-inner:nth-child(even) {
  margin-left: 16px;
  margin-right: 16px;
  }*/
  .situations-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  .situations-box  li.situations-box-inner .situations-box-head {
   padding-bottom: 13px;
   left: inherit;
   width: 100%;
   text-align: center;
   padding-left: 0;
 }
 .situations-box  li.situations-box-inner .situations-box-head h4 {
  color: #005CBA;
  font-family: "museo-sans-300";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
      padding: 0 10px;
}
/*.situations-area {
  padding: 50px 20px 72px;
}*/
.situations-area {
  padding: 0px !important;
}
.situations-area .situations-head{
	margin-bottom: 120px;
  text-align: center;
}
.coverage_box {
  background-color: #ECF5FD;
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding-top: 90px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
  height: 100%;
}
.coverage_box .coverage-head .h4-head {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-family: "museo-sans-300";
}
.coverage_box .coverage-head h4 {
  position: absolute;
  background-color: #005cba;
  border-radius: 10px;
  /*width: 238px;*/
  /*height: 80px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: 22px;
  z-index: 1;
  padding: 22px 48px;
    display: inline-block;
    text-align: center;
}
.coverage-box-col {
  padding: 0 33px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.coverage-area .content-main-wrapper {
  margin-bottom: 20px;
}
.coverage-box-col .coverage_box .coverage-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.coverage-box-col .coverage_box .coverage-head .h4-head {
  left: inherit;
}
.coverage-box-col .coverage_box {
  text-align: center;
}
.choice-box .choice-box-img {
  background-color: #005cba;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  float: left;
  margin-right: 16px;
  padding: 5px;
}
.choice-box .choice-box-content {
  width: calc(100% - 15%);
}
.choice-box {
  display: flex;
  align-items: center;
  margin: 22px 0;
}
.choice-box .choice-box-content p span {
  font-size: 0.75rem;
  color: #212529;
  line-height: 1.5;
  display: block;
}
.choice-box-heading {
  margin-bottom: 30px;
}
.choice-protection .choice-box-heading .main-page-head {
  text-align: center;
}
.full-size .book-thumbnail { 
  text-align: center;
  padding-bottom: 151px;
}
a.prev.page-numbers:before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  font-weight: bold;
  background-image: url(https://pti.company/Agency/Website/Upload/2020/06/04162717/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 23px;
  width: 27px;
  transform: rotate(180deg);
}
a.next.page-numbers:after {
  display: inline-block;
  content: "";
  margin-left: 11px;
  font-weight: bold;
  background-image: url(https://pti.company/Agency/Website/Upload/2020/06/04162717/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 23px;
  width: 27px;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: .3s;
}
.video-section .left-wrap a {
  display: inline-block;
}
.fixed .main-header-logo .main-header__logo img {
  max-width: 135px;
}
.news-sideber .news-sidepost {
  display: none !important;
}
a.main-header__logo.abcget {
  outline-offset: -2px;
}
.blog-post-wrap .blog-img a {
 display: inline-block;
 overflow: hidden;
 width: 100%;
}
.video-right-sidebar {
  margin-top: 69px;
}
.underwriting-boxes {
  padding-bottom: 50px;
}
/*Site Map Styling*/
.Sitemap-wrapper li .widgettitle  {
  font-size: 1.75rem;
  line-height: 1.3;
  color: #005CBA;
  font-family: "museo-sans-500", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.Sitemap-wrapper li {
  list-style: none;
}
.Sitemap-wrapper ul.menu {
  list-style: none;
  padding: 0px;
}
.sub-menu li {
  list-style: circle;
}
.Sitemap-wrapper .menu > li.menu-item {
  margin-bottom: 20px;
}
.Sitemap-wrapper .menu > li.menu-item > a {
  font-size: 1.125rem;
  margin-bottom: 2px;
  display: inline-block;
  color: #212529;
  font-weight: 500;
  font-family: "museo-sans-500";
  line-height: 1.5;
}
.sub-menu li a {
  color: #005CBA;
  font-size: 1rem;
  font-weight: 300;
  padding-top: 5px;
  display: inline-block;
  font-family: "museo-sans-300";
}
.text-resize-nav {
  height: 50px;
  background: #323132;
  color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1001;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
}

.text-resize-nav, .text-resize-nav span, .text-resize-nav a {
  font-size: 1rem;
    font-family: "museo-sans-700";
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 700;
    cursor: pointer;  
}
.text-resize-nav span {
  margin-right: 6px;
}
.text-resize-nav a {
  color: transparent;
  margin: 0 0px;
  padding-left: 3px;
}
.text-resize-nav a#med {
  color: #ffffff;
}
.text-resize-nav a i {
  color: #fff;
    visibility: initial;
}

.custom-news {
    padding: 0;
}
body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box label {
    display: none;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close {
  display: flex;
    align-items: center;
    line-height: 2;
}
.right-side-wrap .news-sideber > ul {
    margin: 0;
}
body .main-header .header-nav-items .menu > li.menu-item a.open + ul.sub-menu{
  display: block !important;
}
.main-header__nav-mobile--wrapper.active li.menu-item.open ul.sub-menu {
	display: block !important;
}
#popmake-3548 .popmake-close {
        height: 31px;
    width: 31px;
    position: absolute;
    opacity: 100%;
    box-shadow: 0 3px 6px #00000045;
    border-radius: 100%;
    color: #C6C6C6;
    font-size: 1.5rem;
    line-height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    padding: 6px 10px 6px 10px;
    border: 0;
}
#popmake-3548 .popmake-close:focus {
    outline: 0;
}
.detail-did-you-know .row {
  margin: 0px;
}
.popup-right-content.detail-page-content {
  padding-top: 0;
    padding-right: 100px;
}
.popup-right-content.detail-page-content .fading-text::after {
  display: none;
}
.detail-did-you-know .popup-bg-img img {
  border-radius: 10px;
}
.popup-right-content.detail-page-content p {
  padding-bottom: 0px;
}
.popup-right-content.detail-page-content .popup-icons {
    display: inline-block;
    width: 100%;
}
.popup-right-content.detail-page-content .popup-icons div > ul > li {
    margin-left: 0 !important;
}

.detail-did-you-know {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}
.main-letter .letter-content > img {
     margin-right: 40px;
    margin-bottom: 0px;
    float: left;
    max-width: 185px;
}
.main-letter .letter-content .letter_text {
      padding-top: 55px;
}
.letter-container .marketing-main-wrapper {
  box-shadow: 0 0 15px -8px #000;
}
.main-letter .letter-content .letter_text p {
        font-size: 1.125rem;
    font-weight: 300;
    font-family: "museo-sans-300";
    margin-bottom: 10px;
    color: #000;
    line-height: 1.7;
}
.letter-bottom {
      padding-top: 70px;
}
.letter-bottom p {
  font-size: 1.125rem;
    font-weight: 300;
    font-family: "museo-sans-300";
    color: #000;
}
.letter-bottom p a {
  font-size: 1.125rem;
    font-weight: 300;
    font-family: "museo-sans-300";
    color: #005CBA;
}
.letter-bottom ul {
  list-style: none;
      padding: 0;
}
.letter-bottom ul li > a {
  display: inline-block;
}
.letter-bottom ul li > a i {
      font-size: 38px;
    color: grey;
    border-radius: 0;
}
.letter-bottom ul li > a i:hover {
  opacity: 0.5;
}
.letter-container {
  max-width: 1000px;
}
.letter-logo::before {
  content: "";
    display: inline-block;
    background-image: url(https://cdn.pti.agency/Agency/Website/Upload/2020/08/05081220/logo-frame.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 300px;
    position: absolute;
}
.letter-logo img {
      width: 370px;
    padding-top: 95px;
    margin-left: 165px;
    margin-bottom: 65px;
}

.main-letter {
  padding: 0 35px;
}
#pum-3548 .popmake .pum-content {
  height: 90vh !important;
  overflow: hidden;
      border-bottom-right-radius: 11px;
}
.homepage-popup .letter-logo::before {
  height: 160px;
    width: 225px;
}
.homepage-popup .main-letter .letter-content .letter_text {
    padding-top: 30px;
}
.homepage-popup .letter-logo img {
        width: 250px;
    padding-top: 85px;
    margin-left: 130px;
    margin-bottom: 30px;
}
#pum-3548 .popmake .pum-content .marketing-material {
      padding: 0;
}
#pum-3548 .popmake .pum-content .letter-container {
  padding: 0;
}

#pum-3548 .popmake {
      margin-bottom: 0;
    margin-top: 0;
    background: #ffffff;
        border-radius: 11px;
}
#pum-3548 {
  overflow: hidden !important;
}
div.pdfemb-loadingmsg {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: transparent;
}
div.pdfemb-loadingmsg::before {
      content: "";
    display: block;
    background-size: contain;
    background-image: url(https://cdn.pti.agency/Agency/Website/Upload/2020/08/05123933/loading.gif);
    background-repeat: no-repeat;
    height: 130px;
    width: 100%;
    background-position: center;
}
#pum-3548 .popmake .pum-content::-webkit-scrollbar {
  width: 3px;
}
#pum-3548 .popmake .pum-content::-webkit-scrollbar-track {
  background: #ffffff;
} 
#pum-3548 .popmake .pum-content::-webkit-scrollbar-thumb {
   background: #005cba;
}

div.pdfemb-viewer {
  background-color: transparent !important;
  border: 0 !important;
  height: 100%;
}
.letter-content h4 {
    margin-bottom: 0;
}
.letter-content p {
	   margin-top: 10px;
}
.letter-content img{
	margin-bottom: 0px;
    width: 100%;
}
.blog-detail-wrap .post-img:empty{
	background-image:url("https://cdn.pti.agency/Agency/Website/Upload/2020/06/02101949/news_placeholder_large.png");
background-size:cover;
background-repeat:no-repeat;
	min-height:400px;
}
.blog-detail-wrap img:empty{
background-image:url("https://cdn.pti.agency/Agency/Website/Upload/2020/06/02101949/news_placeholder_large.png");
background-size:cover;
background-repeat:no-repeat;
		    background-repeat: no-repeat;
    min-height: auto;
    border-radius: 0px;
    width: 100%;
}
.blog-detail-wrap .para-content.letter-botm {
	color: #005CBA;
	padding-right: 0px;
	text-align: center;
}
.letter-content .main-page-head {
	text-align: center;
}


/*Home welcome popup*/
.welcome-homepopup {
  height: 100%;
}
.welcome-homepopup  .container-fluid, .welcome-homepopup  .container-fluid .row,  .welcome-homepopup  .container-fluid .row .popup-left-image{
   height: 100%;
}
.welcome-homepopup .popup-left-image {
  padding-left: 0px;
}
.welcome-homepopup .popup-left-image img.popupdesktop-image {
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
       height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.welcome-homepopup .letter-right-main .letter-top-logo  {
  margin-bottom: 15px;
    width: 200px;
    margin-top: 25px;
}
.welcome-homepopup .letter-right-main .letter-right-content .dear-agency {
    color: #222222;
    font-size: 1.0625rem;
        line-height: 1.2;
    font-style: italic;
    margin-bottom: 20px;
    font-family: "museo-sans-500";
}
.welcome-homepopup .letter-right-main {
      overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
}
.welcome-homepopup .letter-right-main::-webkit-scrollbar {
  width: 5px;
}
.welcome-homepopup .letter-right-main::-webkit-scrollbar-track {
  background: #ffffff;
} 
.welcome-homepopup .letter-right-main::-webkit-scrollbar-thumb {
   background: #005cba;
}

.welcome-homepopup .letter-right-main .letter-right-content .welcome-msg {
  color: #005CBA;
    line-height: 1.2;
    font-size: 1.0625rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "museo-sans-700";
}
.welcome-homepopup .letter-right-main .letter-right-content .popup-third-para {
  font-size: 1rem;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 20px;
    font-family: "museo-sans-300";
}
.welcome-homepopup .letter-right-main .letter-right-content p {
  font-family: "museo-sans-300";
    margin-bottom: 10px;
    color: #222222;
    font-size: 0.9375rem;
    line-height: 24px;
}
.welcome-homepopup .letter-right-main .letter-right-content {
  padding-right: 105px;
}
.welcome-homepopup .letter-right-main .letter-bottom-content {
      padding-top: 25px;
      padding-bottom: 30px;
}
.main-letter-page.welcome-homepopup .letter-right-main .letter-bottom-content ul {
  padding: 0;
    list-style: none;
        margin-top: 12px;
    margin-bottom: 8px;
}
.main-letter-page.welcome-homepopup .letter-right-main .letter-bottom-content ul li i {
  color: grey;
    font-size: 40px;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info {
  color: #707070;
    font-size: 0.9375rem;
    line-height: 17px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: "museo-sans-300";
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info strong {
      font-size: 1.0625rem;
    line-height: 1.2;
    font-family: "museo-sans-700";
    color: #005CBA;
    padding-bottom: 8px;
    display: inline-block;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info a {
  color: #222222;
    font-size: 1.0625rem;
    line-height: 1.2;
    font-family: "museo-sans-500";
    margin-top: 10px;
    display: inline-block;
    font-style: initial;
    text-decoration: underline;
}
/*.welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec  {
  font-family: "museo-sans-500";
}*/
.welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec > div {
  padding-bottom: 7px;
  font-family: "museo-sans-500";
}
.welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec div span {
  font-size: 1.0625rem;
    line-height: 1.2;
    color: #222222;
    font-family: "museo-sans-500";
}
.welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec div a {
  font-size: 1.0625rem;
    line-height: 1.2;
    font-weight: 300;
    color: #707070;
    font-family: "museo-sans-300";
}
.popupmobile-image {
    display: none;
  }
  .popupdesktop-image {
    display: block;
  }
  .page-id-2151 .main-footer {
    margin-top: 0px;
  }
  .left-letter-image{
    background-image: url('https://cdn.pti.agency/Agency/Website/Upload/2020/08/21120641/popup-left-image.png');
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover; 
    display: block;
  }
  .main-letter-page.welcome-homepopup .container-fluid, .main-letter-page.welcome-homepopup .container-fluid .row, .main-letter-page.welcome-homepopup .container-fluid .row .popup-left-image {
    height: auto;  
  }
  .letter-mobile-image {
    display: none;
  }
.main-letter-page.welcome-homepopup .container-fluid .row {
  margin: 0;
}
.back-btn {
  float: left;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.back-btn a {
  display: inline-block;
}
.back-btn a::after {
      display: inline-block;
    content: "";
    font-weight: bold;
    background-image: url(https://pti.company/Agency/Website/Upload/2020/06/04162717/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 30px;
    width: 45px;
    transform: rotate(180deg);
    margin: 0px;
    margin-left: 15px;
}
.department-sub-pages {
  margin-bottom: 50px;
}

.product-sub-page-link .view-btn {
  display: inline-block;
      margin: 5px 10px 0px 0px;
    text-align: center;
}

.product-sub-page-link  {
  margin-top: 20px;
}
.product-sub-page-link .view-btn a {
    min-width: 170px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "museo-sans-300";
    padding: 15px 30px 15px;
}
.back-option .back-btn {
  float: none;
  margin-top: 30px;
}
.blog-section-wrap > h3 {
    text-align: center;
    width: 100%;
    font-family: "museo-sans-500";
}

@media (max-width: 1800px) and (min-width: 1700px) {
  .main-header .nav-header-login a.sanpop-link {
    margin-left: 0px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  .main-container {
   padding-left: 75px;
   padding-right: 75px;
 }
}
@media (max-width: 1400px) {
  .main-letter-page.welcome-homepopup .container-fluid.main-container {
    padding: 0px;
}
}
@media (max-width: 1500px) {
  .para-content {
    margin-bottom: 20px;
  }
  .author-wrap {
    margin-bottom: 20px;
  }
  .blog-post-box {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .home-did-you-know .did-you-know-section .did-you-know-box {
    height: 288px;
}
  .coverage_box .coverage-head h4 {
        padding: 22px 34px;
  }
  .Sitemap-wrapper li .widgettitle {
    font-size: 1.625rem;
    line-height: 1.2;
  }
  .underwriting-boxes .underwriting-col .underwriting-box h4.h4-head {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .video-right-sidebar {
    margin-top: 65px;
  } 
  .did-you-know-section .main-box {
    padding: 0 15px;
    padding-right: 0px;
  }
  .custom-grid-boxes ul li {
    padding: 19px 10px;
  }
  .meetthteam-head-box  {
    width: calc(100% - 50%);
  }
  .main-footer .footer-fourth-sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close::before {
    font-size: 1.5rem;
  }
  .video-section .video-box .video-img {
    height: 145px;
  }
  .video-section .video-box.training-videos .video-img {
    height: 160px;
  }
  .coverage-box-col {
    padding: 0 15px;
  }
  .situations-area {
    padding: 40px 0px 50px;
  }
  .situations-box .situations-box-inner .situations-box-icon img {
    max-width: 35px;
  }
  .situations-box .situations-box-inner .situations-box-icon {
    width: 85px;
    height: 85px;
    left: 15px;
    top: -40px;
  }
  .situations-box  li.situations-box-inner  {
    width: 19%;
    height: 115px;
  }
  .underwriting-center-box .folder-selecter a {
    padding: 30px 20px;
  }
    .underwriting-center-box .folder-selecter .file-head {
      padding-left: 50px;
    }
    .underwriting-center-box .folder-selecter {
      margin-bottom: 80px;
    }
    .retail-services-sec {
      padding-top: 50px;
    }
    .full-width-bg img {
      margin-bottom: 20px;
    }
    body .retail-services-sec .light-head {
      margin-bottom: 30px;
    }
    .main-modal-popup {
      max-width: 750px;
    }
    .popup-left-wrap img {
      object-fit: cover;
      height: 100%;
    }
    .trust-first ul li.last {
      margin-left: 80px;
    }
    .trust-first ul li.first {
      margin-right: 80px;
    }
    .content-main-wrapper  ul li {
      padding-left: 15px;
      padding-bottom: 15px;
    }
    .explaining-section .content-main-wrapper .explaining-image {
      padding: 0 100px;
    }
    .content-main-wrapper .preferred-content p {
      margin-bottom: 15px;
    }
    
  /*Our Story Start*/
  body .content-main-wrapper .content-left {   
    padding-right: 58px;
  }
  .counters-main .counters-wrap p.counter-div {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .counters-main .counters-wrap .counter-title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .content-main-wrapper .main-page-head {
    margin-bottom: 20px;
  }

  .content-main-wrapper .right-content-img {
    padding-left: 15px;
  }

  .content-main-wrapper .left-content-img {
    padding-right: 15px;
  }

  body .content-main-wrapper .content-right {
    padding-left: 60px;
    padding-right: 20px;
  }
  .content-main-wrapper {
    margin-bottom: 80px;
  }

  /*Our Story Start*/
  /*Training Videos start*/

      .training-videos-page .video-section .video-section-wrap {
        padding-top: 80px;
      }
      .training-videos-main .main-page-head {
        margin-bottom: 38px;
      }
      .video-section .video-box.training-videos .img-text-wrap {
        padding: 20px 20px 20px;
      }
      .video-section .video-box .video-play-btn img {
        max-width: 45px;
      }
      /*Training Videos End*/

      /*Did You Know Start*/
      .popup-left-wrap h4 {
        font-size: 1.625rem;
        line-height: 1.4;
        bottom: 40px;
        left: 40px;
      }

      .popup-right-content {
        padding-top: 50px;
        padding-left: 30px;
      }
      .popup-right-content h3 {
        font-size: 1.625rem;
        margin-bottom: 20px;
      }
      .main-modal-popup .modal-close-btn {
        font-size: 1.125rem;
        padding: 6px 10px 6px 10px;
      }
      .did-you-know-box {
        margin-bottom: 40px;
      }
      .main-modal-popup {
       height: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto;
     }
     .did-you-know-section {
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .did-you-know-box .did-you-know-head h3.did-you-know-title {
      font-size: 1.5rem;
      line-height: 1.2;
      padding-right: 40px;
      margin-top: 10px;
    }
    /*Did You Know End*/

    /*blog post start*/
    .posts-right-bar  div.rpwwt-widget ul li {
      padding: 10px 50px 10px 0px;
    }
    .post-side-bar {
      padding-left: 15px;
      padding-right: 30px;
    }
    .blog-post-wrap {
      padding: 15px;
      margin-bottom: 40px;
    }
    .main-page-head {
      font-size: 1.75rem;
      line-height: 1.2;
    }
    .blog-content {
      padding-right: calc(100% - 90%);
    }

    .blog-readmore a {
      font-size: 0.75rem;
      line-height: 1.2;
      padding: 14px 30px;
    }
    .posts-right-bar li.widget_categories ul li a {
      font-size: 0.875rem;
      line-height: 48px;
    }
    .posts-right-bar li.widget_categories ul li {
      line-height: 48px;
    }
    .posts-right-bar li .custom-html-widget a {
      font-size: 0.875rem;
    }
    /*Blog Post End*/
    .search-box {
      width: 600px;
    }
    /*.search-box input:nth-child(1) {
     height: 40px;
   }*/
   body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-close {
    height: 25px;
    width: 25px;
    background-size: contain;
  }
  body .custombox-content .sanpop-search-box input[type="search"] {
    font-size: 1.875rem;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input::placeholder {
    font-size: 1.75rem;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input[type="search"] {
    padding-bottom: 15px;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box button.search-btn {
    bottom: 20px;
  }
  /*Marketing Material Start*/ 
  .pdf-accordion {
    margin-top: 50px;
        padding: 0 30px;
  }
  .pdf-accordion .accordion .accordion-wrapper .accordion-header button {
    padding: 4px 25px;
  }
  .pdf-accordion .accordion .card .card-body .pdf-file-div img {
    margin-right: 25px;
  }
  .pdf-accordion .accordion .card .card-body {
    padding-top: 25px;
  }
  .pdf-accordion .accordion .card .card-body .pdf-file-div {
    margin-bottom: 15px;
  }

  .pdf-accordion .accordion {
    margin-bottom: 25px;
  }
  /*Marketing Material End*/ 

  /*Pti Document Start*/

  .pti-document .doc-main-wrapper, .marketing-material {
    padding-top: 60px;
  }
  .pti-document .folder-col-row {
    padding-top: 70px;
  }
  .pti-document .folder-wrap .folder-selecter .file-head {
    padding-left: 25px;
  }
  .pti-document .folder-wrap .folder-selecter {
    padding: 50px 20px;
  }
  .pti-document .folder-wrap .folder-selecter img {
    max-width: 70px;
  } 
  .pti-document .folder_sec-bottom {
    padding: 20px 15px;
  } 
  /*Pti Document End*/


  /*Meet The team Start*/  
  .meettheteam-main .meet_the_team_heading {
    padding-top: 40px;
  }
  .meettheteam-main .team-intro-wrap {
    padding-top: 50px;
  }
  .meettheteam-main .team-intro-wrap .member-wrap h4.member-name {
    padding-top: 10px;
  }
  /*Meet The team Start*/

  .main-footer .footer-second-sec {
    padding-left: 85px;
  }
  .posts-section .post-intro {
    padding-bottom: 10px;
  }
  .video-section .pti-heading {
    padding-top: 0px;
  }

  .video-section .video-box .video-img {
    margin: 0;
  }
  .video-section .video-box .video-duration {
    padding-right: 0px;
  }
  .banner-section {
    padding-top: 50px;
  }
  .video-section .video-box {
    margin-bottom: 40px;
  }
  .insurnce-guidelines .insurance-box {
    padding: 0 10px 0 15px;
  }
  .posts-section .post-inner-wrap .post-box {
    margin: 0 auto;
    display: table;
    margin-bottom: 57px;
    padding: 0;
  }
  .main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a {
    font-size: 0.875rem;
  }
  .banner-section .left-wrap .people-trust-img, .banner-section .left-wrap .short-banner, .right-side-wrap {
    padding: 0 15px;
  }
  .insurnce-guidelines {
    padding-top: 10px;
  }
  .posts-section .post-intro > a {
    margin-bottom: 0px;
  }
  .posts-section .post-intro .post-heading {
    font-size: 1.625rem;
    line-height: 1.4;
    padding-left: 0px;
  }
  .posts-section .post-inner-wrap .post-box .post-title {
    margin-bottom: 16px;
    line-height: 26px;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li {
    padding-right: 25px;
  }
  .posts-section .post-inner-wrap .post-box .post-title a {
   font-size: 0.875rem;
   line-height: 22px;
   height: 42px;
 }
 .banner-section .short-img .img-head {
  padding-bottom: 28px;
  padding-left: 20px;
}
.posts-section .post-inner-wrap .post-content-wrap {
  padding: 15px 20px 15px 20px;
}

.video-section .pti-heading {
  margin-bottom: 0;
  font-size: 1.625rem;
  line-height: 1.4;
  padding-left: 0px;
}
/*.video-section .video-section-wrap {
  padding-top: 30px;
}*/

.main-header .header-nav-items .menu .menu-item a {
  font-size: 0.875rem;
} 
.main-header .main-header-logo .main-header__logo {
  padding-left: 0px;
  padding-right: 20px;
}
.main-header .nav-header-login .agent-login {
  float: none;
  margin-left: 10px;
  margin-right: 0;
  padding: 6px 15px;
}
.main-header .nav-header-login a.sanpop-link {
  width: 34px;
  height: 34px;
}

.main-header .nav-header-login .agent-login span {
  font-size: 0.875rem;
}
/*Footer Responsive*/
.main-footer .menu .menu-item {
  line-height: 26px;
}

.main-footer .copy-right-sec {
  font-size: 1rem;
}
.main-footer .footer-first-sec .footer-social-icons .footer-socials li a i {
  font-size: 1.5625rem;
}
.main-footer .footer-third-sec {
  padding-left: 0px;
}
.main-footer .footer-first-sec .footer-social-icons {
  padding-left: 10px;
}
.main-footer .footer-fourth-sec ul li.menu-item {
  padding-bottom: 10px;
}
.main-footer .menu .menu-item a {
  display: block;
}
.main-footer .footer-first-sec .footer-logo {
  padding-right: 40px;
  padding-bottom: 20px;
}
.insurnce-guidelines .three-items {
  padding: 25px 25px 20px;
}
.insurnce-guidelines .three-items .insurance_wrap h4 {
  line-height: 22px;
  font-size: 1rem;
}

/*Banner Responsive*/
  .insurnce-guidelines .three-items .insurance_wrap {
    padding-bottom: 10px;
  }
}

    @media (max-width: 1440px) and (min-width: 1200px) {
      .main-header .header-nav-items .menu .menu-item a {
        padding: 0px;
      }
    }
    @media (max-width: 1400px) {
      .main-letter-page.welcome-homepopup .container-fluid.main-container {
        padding: 0px;
      }
    }

    @media (max-width: 1200px) {
      .header-right-section .header-nav-items {
            margin-right: 20px;
      }
      .search-box input:nth-child(1)::placeholder, .search-box input:nth-child(1) {
      font-size: 0.875rem;
    }
      .did-you-know-box .did-you-know-head {
        padding-top: 10px;
      }
      .did-you-know-section .main-box {
        padding: 0 10px ; 
      }
      .banner-section .short-img h4 { 
        font-size: 1.125rem;
        word-break: break-word;
      }
      .main-header.fixed .header-nav-items .menu > .menu-item {
        padding: 14px 13px 27px;
      }
      .Sitemap-wrapper li .widgettitle {
         font-size: 1.5rem;
         line-height: 1.2;
      }
     .detail-btn a {
        padding: 12px 22px;
        font-size: 0.75rem;
        line-height: 1.4;
      }
      .meettheteam-main .team-intro-wrap .member-wrap .team_email.designation {
        padding-top: 0;
      } 
      .blog-detail-wrap .para-content {
        padding-right: 15px;
      }
      .posts-right-bar li a span.rpwwt-post-title {
        font-size: 0.875rem;
        line-height: 1.5;
      }
      .posts-right-bar li div.rpwwt-post-date {
        font-size: 0.75rem;
        padding-top: 4px;
        line-height: 1.4;
      }
      .blog-section-wrap {
        padding-right: 0px;
      }
      .full-size .book-thumbnail {
        padding-bottom: 80px;
      }
      body .story-top {
        margin-top: 30px;
        margin-bottom: 30px;
      }
      .main-search-results h4 a.h4-head {
        font-size: 1.125rem !important;
        line-height: 1.5;
      }
      .meettheteam-main .team-intro-wrap .member-wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
      }
      .result-area {
        margin-bottom: 15px;
      } 
      .main-footer .footer-first-sec .footer-logo img {
        width: 100%;
      }

      .did-you-know-box {
        height: 280px;
      }
      .home-did-you-know .did-you-know-section .did-you-know-box {
        height: 252px;
      } 
      .pagination .nav-links span, .pagination .nav-links a {
        font-size: 0.875rem;
        padding: 6px 12px;
        margin: 0 6px;
      }
      .meettheteam-main .team-intro-wrap .member-wrap p.designation, .meettheteam-main .team-intro-wrap .member-wrap p.designation a {
        font-size: 0.875rem;
        line-height: 1.6;
      }
      .pdf-accordion .accordion .card  .card-body .pdf-file-div a {
        font-size: 0.875rem;
        line-height: 1.6;
      }
      .pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close::before {
        font-size: 1.375rem;
      }
      .pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
        font-size: 1.125rem;
      }
      .pti-document .folder_sec-bottom h3 {
        font-size: 1rem;
      }
      p.main-head-content {
        font-size: 0.875rem;
        line-height: 1.3;
      }
      .video-section .video-box .video-img {
        height: 140px;
      }
      .video-section .video-box.training-videos .video-img {
        height: 155px;
      }

      .author-wrap {
        font-size: 0.875rem;
        line-height: 1.2;
      }
      .para-content {
        font-size: 0.875rem;
        line-height: 1.6;
      }
      .did-you-know-box .did-you-know-head p {
        line-height: 1.5;
        font-size: 0.875rem;
      }
      .posts-section .post-intro .post-desc {
        font-size: 0.875rem;
        line-height: 1.6;
      }
      .coverage_box .coverage-head h4 {
        padding: 20px 30px;
      }
      .situations-area {
        padding: 40px 0px 0px;
      }
      .coverage_box {
        padding-top: 70px;
      }
      .content-main-wrapper ul li {
        font-size: 0.875rem;
        line-height: 1.3; 
      }
      .content-main-wrapper p {
        font-size: 0.875rem;
        line-height: 1.6;
      }
      section.call-us {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 50px;
      }
      .main-first-sec {
        padding-top: 40px;
      }
      body .content-main-wrapper .content-right {
        padding-left: 50px;
      }
      body .content-main-wrapper .content-left {
        padding-right: 50px;
      }
      .h4-head {
        font-size: 1.25rem !important;
      }
      h4 {
        font-size: 1.25rem;
        line-height: 1.5;
      }
      .content-main-wrapper {
        margin: 0px;
        margin-bottom: 50px;
      }
      .counters-main .counters-wrap p.counter-div {
        font-size: 1rem;
        line-height: 1.3;
      }
      .counters-main .counters-wrap .counter-title {
        font-size: 2.1875rem;
        line-height: 1.4;
      }
      /*Training Videos start*/
      .training-videos-main {
        padding-top: 40px;
      }
      .training-videos-page .video-section .video-section-wrap {
        padding-top: 50px;
      }
      .training-videos-page .video-section .video-section-wrap .video-col {
       padding: 0 15px;
     }
     .video-section .video-box .video-play-btn img {
      max-width: 40px;
    } 
    .video-section .video-box .img-text-wrap .training-video-title h3 {
     font-size: 0.875rem;
     line-height: 1.3;
     min-height: 36px;
     max-height: 72px;
    }
    .video-section .video-box .img-text-wrap .video-time-duration p {
    font-size: 0.875rem;
    line-height: 1.3;
    }
    .video-section .video-box.training-videos .img-text-wrap {
    padding: 15px;
    }
  /*Training Videos End*/ 
  /*Blog post Start*/
  .post-side-bar {
    padding-right: 20px;
  }
 .main-page-head {
    font-size: 1.625rem;
    line-height: 1.3;
  }
  .blog-post-box {
    padding-top: 15px;
  }
  .author-wrap {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .blog-post-box h3 {
    margin-bottom: 12px;
  }

  .blog-readmore a {
    padding: 12px 25px;
  }

  .posts-right-bar {
    padding: 25px 18px 20px;
  }

  .posts-right-bar  h2.widgettitle {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .posts-right-bar li.widget_categories ul li {
    line-height: 32px;
  }
  .posts-right-bar li.widget_categories ul li a {
    font-size: 0.875rem;
    line-height: 31px;
  }
  .blog-post-wrap {
    margin-bottom: 40px;
  }
  .posts-right-bar li .custom-html-widget a {
    font-size: 0.875rem;
  }
  .posts-right-bar li .custom-html-widget {
    line-height: 14px;
  }

  /*Blog post End*/
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-close {
    height: 20px;
    width: 20px;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box {
    top: 50%;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input[type="search"] {
    padding-bottom: 8px;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box button.search-btn {
    bottom: 15px;
    width: 25px;
    height: 25px;
  }

  body .custombox-content  .sanpop-search-box input[type="search"] {
    font-size: 1.5625rem;
  }
  body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input::placeholder {
    font-size: 1.25rem;
  }
  .pdf-accordion .accordion .card .card-body .pdf-file-div img {
    margin-right: 18px;
  }
  .pdf-accordion .accordion .card .card-body .pdf-file-div {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  .pdf-accordion .accordion {
    margin-bottom: 20px;
  }
  .pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close {
    line-height: 2;
  }
  .pdf-accordion .accordion .card .card-body {
    padding-top: 15px;
  }
  .marketing-material {
    padding-bottom: 30px;
  } 
  .pdf-accordion {
    margin-top: 30px;
  }


/*Pti Document responsive*/ 
  p.main-head-content {
    padding-top: 0px;
  }
  .search-box {
    width: 550px; 
  }
  .pti-document .folder-wrap .folder-selecter .file-head {
    width: 100%;
  }
  .pti-document .folder-wrap .folder-selecter .file-head {
    padding-left: 20px;
  }
  /*.pti-document .folder-wrap .folder-selecter img {
    max-width: 58px;
  }*/
  .pti-document .folder-wrap .folder-selecter .file-head .file-name {
    font-size: 1.125rem;
    line-height: 1.3;
  } 
  .pti-document .folder-wrap .folder-selecter {
    padding: 40px 20px;
  }
  .pti-document .folder-wrap .folder-selecter a {
    width: 100%;
    display: flex;
  }
  .pti-document .folder_sec-bottom {
    padding: 15px;
  } 
  .pti-document .folder-wrap {
    margin-bottom: 30px;
  }

  /*Meet The team styling*/  
  .meettheteam-main .team-intro-wrap .member-wrap h4.member-name {
    margin-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.5;

  }
  .meettheteam-main .team-intro-wrap {
    padding-top: 40px;
  }
  .main-header .nav-header-login .agent-login {
    padding: 5px 11px;
	  margin-left: 5px;
  }
  .main-footer .footer-fourth-sec .menu .menu-item {
    padding-bottom: 8px;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li a i {
    font-size: 1.25rem;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li {
    padding-right: 18px;
  } 
  .main-footer .copy-right-sec {
    font-size: 0.875rem;
  }
  .banner-section .short-img::before {
    height: 120px;
  }
  .banner-section .left-wrap .people-trust-img .people-trust-bg::before {
    height: 150px;
  }
  .main-footer .footer-first-sec .footer-about {
    font-size: 0.875rem;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li {
    padding-right: 20px;
  }
  .main-footer .footer-second-sec {
    padding-left: 50px;
  }
  .posts-section .post-inner-wrap .post-box .post-title a {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
  .banner-section .short-img .img-head {
    padding-bottom: 25px;
    padding-left: 20px; 
  }
  .insurnce-guidelines .three-items h4 {
    font-size: 1rem;
    line-height: 1;
    height: 55px;
  }
  .banner-section {
   padding-bottom: 30px;
   padding-top: 40px;
  }
  .posts-section .post-inner-wrap .post-content-wrap {
    padding: 15px 15px 15px 15px;
  }
  .video-section .video-box .img-text-wrap {padding: 20px 15px;}
  .insurnce-guidelines .three-items {
   padding: 25px 20px 25px;
  }
  .insurnce-guidelines .three-items .insurance_wrap .inrsurnce-icon img {
    width: 60px;
    height: 60px;
  }
  .video-section {
    padding-top: 30px;
  }
  .video-section .pti-heading {
    font-size: 1.375rem;
    line-height: 1.8;
  }
  .posts-section .post-inner-wrap .post-box {
    margin-bottom: 35px;
  }
  .video-section .video-box .video-title a {
    margin-bottom: 0px;
  }
  .posts-section .post-intro .post-heading {
    font-size: 1.375rem;
  }
  .posts-section .post-inner-wrap .post-box .post-title {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .posts-section .post-inner-wrap .post-box .post-content a {
    line-height: 32px;
  }
  .main-header .header-nav-items .menu .menu-item a {
    font-size: 0.75rem;
  }
  .main-header .header-nav-items .menu > .menu-item {
     padding: 14px 11px 25px;
  }
  .main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .main-header .header-nav-items .menu .menu-item ul.sub-menu {
    width: 150px;
  }
}
   @media (max-width: 1024px){
    .welcome-homepopup .letter-right-main .letter-right-content {
      padding-right: 20px;
      padding: 0;
    }
    .welcome-homepopup .letter-right-main .letter-right-content {
          padding-right: 20px;
    }
    body .header-right-section .header-nav-items {
      margin-right: 0px;
    }
    .coverage_box .coverage-head h4 {
          padding: 20px 22px;
    }
    .home-did-you-know .did-you-know-section .did-you-know-box {
      height: 230px;
    }
    .custom-grid-boxes ul {
      display: inline-block;
    }
    .custom-grid-boxes ul li {
      margin-bottom: 40px;
      width: 30%;
    }
    .video-section .video-box .video-img {
      height: 165px;
    }
    .video-section .video-box.training-videos .video-img {
      height: 135px;
    }
    /*Did you know Start*/
    .popup-left-wrap h4 {
      font-size: 1.25rem;
      line-height: 1.4;
      bottom: 35px;
      left: 35px;
    }
    .popup-right-content {
      padding-left: 20px;
      padding-top: 30px;
      padding-right: 20px;
    }
    .popup-right-content p {
      font-size: 0.875rem;
      line-height: 1.7;
      max-height: 280px;
    }

    .popup-right-content .popup-icons ul li {
      margin: 0 8px !important;
    }
    .popup-right-content h3 {
      font-size: 1.5rem;
    }
    .main-modal-popup {
      max-width: 650px;
    }
    /* .main-modal-popup .modal-content {
      max-height: 550px;
    } */
    .did-you-know-section {
      padding: 0px;
      padding-top: 30px;
    }
    .did-you-know-box .did-you-know-head {
      padding-left: 12px;
      padding-top: 12px;
    }

      .did-you-know-box .detail-btn {
        margin-left: 12px;
      }

      /*did you know End*/
      /*Blog post Start*/

      .blog-post-wrap {
        padding: 10px;
      }
      .blog-post-box {
        padding-top: 15px;
        padding-bottom: 10px;
      }
      .blog-post-box h3 {
        margin-bottom: 10px;
        line-height: 1.3;
      }
      .para-content {
        margin-bottom: 10px;
      }
      .blog-readmore a {
        padding: 10px 18px;
      }
      .posts-right-bar h2.widgettitle {
        padding-bottom: 8px;
        margin-bottom: 8px;
        font-size: 0.9375rem;
        line-height: 1.5;
      }
      .posts-right-bar {
        padding: 15px 15px 15px;
      }
      .posts-right-bar  div.rpwwt-widget ul li {
        padding: 8px 20px 8px 0px;
        margin-bottom: 0;
      }
      /*Blog Post End*/
      .video-section .video-box .video-duration p {
        line-height: 1.3;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-close {
        height: 16px;
        width: 16px;
      } 
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box {
        top: 50%;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box button.search-btn {
        bottom: 15px;
        width: 20px;
        height: 20px;
        right: 8px;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input[type="search"] {
        padding-bottom: 5px;
        font-size: 1.125rem;
      }
      body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input::placeholder {
        font-size: 1.125rem;
      }
      .main-header .main-header-logo .main-header__logo {padding: 0 0px;}
      .video-section .custom-container .video-section-wrap {
        margin: 0px;
      }
  .main-footer .footer-first-sec .footer-about {
    line-height: 1.3;
    font-size: 0.875rem;
  }
  .main-footer .footer-first-sec .footer-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer .footer-second-sec {
    padding-left: 60px;
  }
  .main-footer .footer-third-sec {
    padding-left: 15px;
  }
  .main-footer .footer-fourth-sec {
    padding-right: 30px;
  } 
  .main-footer .footer-fourth-sec ul li.menu-item {
    padding-bottom: 5px;
  }
  .main-footer {
    padding-top: 60px;
  }
    .main-header .nav-header-login a.sanpop-link img {
      max-width: 14px;
    }

    .main-header .nav-header-login .agent-login {
          margin-left: 10px;
    }
    .main-header .nav-header-login .agent-login span img {
      width: 10px; 
    }
    /*.main-header .nav-header-login .agent-login span {
      line-height: 23px;
      font-size: 0.625rem;
    }*/
    .main-header .header-nav-items .menu .menu-item ul.sub-menu li.menu-item a {
     padding: 6px 10px 5px 10px;
   }
 }
 @media (max-width: 991px) {
  .product-sub-page-link .view-btn {
    margin: 5px 4px 0px 0px;
  }
  .product-sub-page-link .view-btn a {
    padding: 12px 30px 12px;
        min-width: 160px;
  }
  .video-section .video-section-wrap {
        padding-bottom: 30px;
  }
  .pti-document.department-main .folder-wrap .folder-selecter img {
        min-height: 205px;
  }
  .main-letter .letter-content .letter_text p {
       font-size: 1rem;
    line-height: 1.6;
  }
  .letter-logo::before {
         max-width: 255px;
  }
  .letter-logo img {
    padding-top: 80px;
    margin-left: 165px;
    margin-bottom: 30px;
    max-width: 288px;
  }
  .letter-bottom p {
        font-size: 1rem;
    margin-bottom: 20px;
  }
  .letter-bottom p a {
    font-size: 1rem;
  }
  .home-did-you-know .did-you-know-section .did-you-know-box {
    height: 235px;
}
  .video-right-sidebar {
    margin-top: 0px;
  }
  .main-footer .footer-first-sec .footer-social-icons .footer-socials li {
    padding-right: 15px;
  }
  .did-you-know-box  {
    height: 230px;
  }
  .posts-section .post-intro .post-desc {
    width: 100%;
  }
  .coverage_box .coverage-head h4 {
    top: -25px;
    padding: 18px 33px;
  }
  .video-section .video-box .video-img {
    height: 175px !important;
  }
  .situations-box {   
    display: inline-block;
  }
  .situations-box li.situations-box-inner {
    width: 31%;
    height: 108px;
  }
  .main-inspection-sec .content-main-wrapper p {
    margin-bottom: 15px;
  }
  .retail-services-sec p.retail-ser-content {
    width: calc(100% - 40%);
  }
  .full-width-bg {
    padding-top: 30px;
    padding-bottom: 30px; 
  }
  .main-first-sec {
    padding-top: 30px;
  }
  .content-main-wrapper ul li {
    font-size: 0.75rem;
    padding-bottom: 10px;
  }
  .h4-head {
    font-size: 1.125rem !important;
    line-height: 1.3;
  }

  .content-main-wrapper .preferred-content p {
    margin-bottom: 10px;
  }

  .content-main-wrapper .main-page-head {
    margin-bottom: 15px;
  }
  body .content-main-wrapper .content-left {
    padding-right: 15px;
  }
  body .content-main-wrapper .content-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .counters-main .counters-wrap p.counter-div {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .counters-main .counters-wrap .counter-title {
    font-size: 1.875rem;
    line-height: 1.3;
  }
  .section-wrapper {
    padding-top: 40px;
  }
  /*did you know popup start*/
  .popup-right-content h3 {
    font-size: 1.25rem;
    line-height: 1.5;

  }
  .popup-right-content p {
    max-height: 240px;
    font-size: 0.875rem;
    line-height: 1.4;
  }


  /*Blog post Start*/ 
  body .posts-right-bar  div.rpwwt-widget ul li img {
    width: 68px !important;
    height: 68px !important;
  }
  .posts-right-bar li a.news-sidepost {
    width: calc(100% - 98px);
  }
  .posts-right-bar li.widget_categories ul li {
    line-height: 28px;
  }
  .posts-right-bar li.widget_categories ul li a {
    font-size: 0.625rem;
    line-height: 28px;
  }
  .posts-right-bar li .custom-html-widget a {
    font-size: 0.625rem;
    line-height: 14px;
  }
  .blog-section-wrap {
    padding-left: 0px;
  }
  .main-container {
    padding: 0 20px;
  }
  .main-blog-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-post-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .training-videos-main .main-page-head {
    margin-bottom: 30px;
  }
  .blog-post-box h3 {
    line-height: 12px;
    margin-bottom: 8px;
  }

  .para-content {
    margin-bottom: 15px;
  }
  .blog-post-wrap {
    margin-bottom: 25px;
  }
  /*blog post End*/
  .pti-document .folder-wrap {
    padding-right: 15px;
  }
  .search-mobile {
    display: inline-block !important;
    order: 1;
  }
  .search-mobile a.sanpop-link{
   width: 34px;
   height: 34px;
   background-color: #FFFFFF;
   border-radius: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .search-mobile a.sanpop-link img {
  max-width: 16px;
} 

.pdf-accordion .accordion .card .card-body .pdf-file-div img {
  margin-right: 15px;
  max-width: 24px;
}
.pdf-accordion .accordion {
  margin-bottom: 15px;
}
.pdf-accordion .accordion .accordion-wrapper .accordion-header button {
  padding: 4px 20px;
}
.main-footer .footer-first-sec .footer-logo {
  padding-right: 0;
}

/*.insurance-box {
  padding: 0 20px;
}*/
.right-side-wrap {
  padding: 0 30px;
}
.video-section .pti-heading {
  text-align: center;
}
.main-footer .footer-first-sec, .main-footer .footer-second-sec, .main-footer .footer-third-sec, .main-footer .footer-fourth-sec {
  padding: 0 20px;
  padding-bottom: 30px;
}
.main-header .main-header-logo {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}
.main-header .main-header-logo .main-header__logo {
  width: auto;
  padding: 0px;
  order: 2;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.header-nav-items, .main-header .nav-header-login {
  display: none;
}
.main-footer .footer-first-sec .footer-social-icons {
  padding-left: 0;
}
.main-footer .footer-first-sec .footer-about {
  padding-left: 0;
}
.main-header > div {
  padding: 0px;
} 
}
@media (max-width: 767px) {
  .main-footer .footer-fourth-sec .menu .menu-item a, .main-footer .footer-fourth-sec .menu .menu-item   {
    justify-content: center;
  }
  .posts-section .post-intro {
    text-align: center;
  }
  .product-sub-page-link .view-btn {
        margin: 5px 2px;
  }
  .product-sub-page-link .view-btn a {
    min-width: 132px;
        padding: 11px 20px 13px;
        font-size: 0.9rem;
  }
  .department-sub-pages {
    margin-bottom: 30px;
  }
  .back-btn a::after {
        height: 25px;
    width: 30px;
    margin-left: 0px;
  }
  .letter-mobile-image {
    display: block;
  }
  .left-letter-image {
    display: none;
  }
  .video-section .video-section-wrap {
    padding-bottom: 0;
  }
  .pti-document.department-main .folder-wrap .folder-selecter img {
        min-height: 220px;
  }
  .detail-did-you-know .row {
    margin: 0px -15px;
  }
  .popup-right-content.detail-page-content {
    padding-top: 20px;
    padding-right: 10px;
}
  .welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec > div {
    padding-bottom: 5px;
}
  .welcome-homepopup .letter-right-main .letter-bottom-content::before {
    content: "";
    background: #005CBA;
    height: 1px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
} 
.welcome-homepopup .letter-right-main .letter-bottom-content {
  padding-top: 0px;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info {
  padding-top: 12px;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info strong {
  font-size: 0.875rem;
      line-height: 1.2;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info a {
  font-size: 0.8125rem;
    line-height: 1.2;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .letter-info::after {
    content: "";
    background: #E0E0E0;
    height: 1px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
}
#pum-3548 .popmake .pum-content {
      overflow-y: scroll;
    overflow-x: hidden
}
.welcome-homepopup .letter-right-main {
  overflow: hidden;
}
.welcome-homepopup .letter-right-main .letter-bottom-content {
  padding-bottom: 20px;
}
.welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec div span, .welcome-homepopup .letter-right-main .letter-bottom-content .last-info-sec div a {
  font-size: 0.8125rem;
      line-height: 1.2;
}

  .welcome-homepopup .letter-right-main .letter-top-logo {
    margin: 0 auto;
    display: table;
    background: #fff;
    width: 143px;
    padding: 5px;
    border: 1px solid #005CBA;
    box-shadow: 0 0 12px #00000029;
        margin-bottom: 14px;
  }
   .welcome-homepopup .letter-right-main .letter-top-logo img {
    width: 127px;
   }
   .welcome-homepopup .letter-right-main {
    text-align: center;
        margin-top: -30px;
        padding: 0 10px;
   }
   .welcome-homepopup .letter-right-main .letter-right-content .dear-agency {
    font-size: 0.8125rem;
    line-height: 1.3;
        margin-bottom: 10px;
   }
   .welcome-homepopup .letter-right-main .letter-right-content .welcome-msg {
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-bottom: 15px;
   }
   .welcome-homepopup .letter-right-main .letter-right-content .popup-third-para {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-family: "museo-sans-500";
    margin-bottom: 10px;
   }
   .welcome-homepopup .letter-right-main .letter-right-content p {
    font-size: 0.8125rem;
    line-height: 24px;
   }
   .welcome-homepopup .letter-right-main .letter-right-content {
    padding-right: 0px;
   }

   .welcome-homepopup .letter-right-main .letter-right-content .welcome-msg span {
    display: block;
   }
  .welcome-homepopup .container-fluid, .welcome-homepopup .container-fluid .row, .welcome-homepopup .container-fluid .row .popup-left-image {
    height: auto;
} 
  .welcome-homepopup .container-fluid .row {
    margin: 0px;
  }
  .welcome-homepopup .container-fluid {
    padding: 0px;
  }
  .welcome-homepopup .popup-left-image {
    padding: 0px;
  }
  .popupmobile-image {
    display: block;
  }
  .popupdesktop-image {
    display: none;
  }

  #popmake-3548 .popmake-close {
    font-weight: bold;
    top: -12px;
    right: -8px;
  }
  .homepage-popup .main-letter .letter-content .letter_text {
    padding-top: 0px;
  }
  .main-letter .letter-content .letter_text p {
        line-height: 1.5;
    font-size: 0.75rem;
  }
  .letter-bottom p, .letter-bottom p a {
    font-size: 0.75rem;
  }

  #pum-3548 .popmake .pum-content {
    height: 80vh !important;
    background: #fff !important;
  }
  #pum-3548 .popmake {
    background-color: transparent !important;
  }
  #pum-3548 .popmake {
    width: 92% !important;
    top: 55px !important;
  }
  .main-letter .letter-content .letter_text {
    padding-top: 15px;
} 
.main-letter .letter-content .letter_text p {
  margin-bottom: 8px;
}
.main-letter .letter-content > img {
  margin-right: 35px;
}
  .text-resize-nav {
    height: auto;
    padding: 16px 0;
  }
  .sub-menu li a {
    font-size: 0.875rem;
  }
  .Sitemap-wrapper .menu > li.menu-item > a {
    font-size: 1rem;
    line-height: 1.4;
  }
  .Sitemap-wrapper li .widgettitle {
    font-size: 1.25rem;
  }
  .search-no-results h2  {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .did-you-know-box .did-you-know-head h3.did-you-know-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .underwriting-boxes .underwriting-row {
    margin-bottom: 0px;
  }
  .situations-area {
    padding: 60px 0px 0px;
  }
  .blog-detail-wrap .para-content {
    padding-right: 0px;
  }
  .video-section .main-container > .row {
    margin: 0;
  }
  .video-section .left-wrap > a {
    width: 100%;  
  } 
  .main-search-results h4 a.h4-head {
    font-size: 1rem !important;
    line-height: 22px;
  }
  .main-search-results .search-imgs:empty {
    width: 65px;
    margin-right: 24px;
  }
  body .story-top {
    margin-bottom: 0px;
  }
  .full-size .book-thumbnail {
    padding-bottom: 30px;
  }
  .meettheteam-main .team-intro-wrap .member-wrap {
    padding-bottom: 30px;
  } 
  .main-search-results .search-imgs {
    margin-right: 20px;
    width: auto;
  }
  .main-search-results h4 {
    margin-bottom: 2px;
  }
  .main-search-results h4 a.h4-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-search-results .paragraph {
    padding-right: calc(100% - 90%);
  }
  .custom-grid-boxes ul li {
    width: 46%;
    margin-bottom: 30px;
  }
    .meetthteam-head-box {
      width: 75%;
      margin-bottom: 30px;
    }
    .h4-head {
      font-size: 1rem !important;
      line-height: 1.3;
    } 
    .did-you-know-box  {
      height: 250px !important;
    }
    .pagination .nav-links span, .pagination .nav-links a {
      padding: 5px 10px;
      font-size: 0.75rem;
      margin: 0 5px;
    }
    .banner-section .left-wrap  .row {
      margin: 0px;
    }
    .meettheteam-main .team-intro-wrap .member-wrap h4.member-name {
      font-size: 1rem;
      line-height: 1.5;
    }

    .pdf-accordion .accordion .card .card-body .pdf-file-div a {
      font-size: 0.875rem;
      line-height: 1.3;
    }
    .pdf-accordion .accordion .accordion-wrapper .accordion-header button .open-close::before {
      font-size: 1.125rem;
    }
    .pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
      font-size: 1rem;
      line-height: 1.3;
    }
    .pti-document .folder-wrap .folder-selecter .file-head .file-name {
      font-size: 1rem;
      line-height: 1.3;
    }
    .pti-document .folder_sec-bottom h3 {
      font-size: 0.875rem;
      line-height: 1.3;
    }
    .main-page-head {
      font-size: 1.375rem;
    }
    .posts-section .post-intro .post-desc {
      font-size: 0.875rem; 
    }

    .coverage_box .coverage-head {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .coverage_box .coverage-head .h4-head {
      left: inherit;
    }
    .coverage_box {
      padding-top: 50px;
    }

    .video-section .video-box .video-img {
      height: 130px !important;
    }
    .full-service-heading, .coverage-area .coverage-area-head {
      width: 90%;
    }
    .content-main-wrapper p {
      font-size: 0.875rem;
      line-height: 1.6;
    }
    .situations-box li.situations-box-inner {
      width: 47%;
    }
    .underwriting-boxes .underwriting-row .underwriting-col {
      margin-bottom: 15px;
    } 
      .underwriting-center-box .under-center-box {
        padding: 0;
      }
      .retail-services .retail-content {
        margin-bottom: 20px;
        width: calc(100% - 5%);
      }
      .main-inspection-sec .content-main-wrapper p {
        margin-bottom: 10px;
      } 
      body .retail-services-sec .light-head {
        width: calc(100% - 48%);
        margin-bottom: 15px;
      }
      .retail-services-sec p.retail-ser-content {
        width: calc(100% - 20%);
        margin-bottom: 30px;
      } 
      .retail-services-sec .content-main-wrapper p.we-offer-desc {
        margin-bottom: 0px;
      }
      .popup-right-content .popup-icons {
        margin-bottom: 20px;
      }
      .explaining-section {
        margin-bottom: 40px;
        margin-top: 20px;
      } 
      .main-modal-popup .modal-content {
        max-height: inherit;
        height: initial;
      }
      .popup-left-wrap img {
        height: auto;
        width: auto;
      }
      .explaining-section .content-main-wrapper .explaining-image {
        padding: 0 50px;
        margin-top: 40px;
      }
      .explaining-section .content-main-wrapper .explain-desc {
        width: calc(100% - 10%);
      }
      .simple-way-head {
        padding-bottom: 20px;
      }
      .content-main-wrapper .main-page-head {
        margin-bottom: 12px;
        line-height: 1.2;
      } 
      body .content-main-wrapper .content-left, body .content-main-wrapper .content-right {
        margin-bottom: 30px;
        order: 2;
        padding-top: 0px;
      }
      .content-main-wrapper {
        margin-bottom: 10px;
        padding: 0 25px;
      } 
      .content-main-wrapper .right-content-img, .content-main-wrapper .left-content-img {
        margin-bottom: 40px;
        order: 1;
      }
      .counters-main .counters-wrap .counter-title {
        font-size: 1.75rem;
        line-height: 1.4;
      }
      .counters-main .counters-wrap img {
        margin-bottom: 15px;
        max-width: 45px;
      }
      .counters-main .counters-wrap p.counter-div {
        font-size: 0.875rem;
        line-height: 1.3;
      }
      .counters-main .counters-wrap {
        padding: 20px 0;
      }
      .counters-main {
        margin-top: 30px;
      }
      /*did you know start*/
      .training-videos-page .video-section .video-section-wrap {
        padding-top: 10px;
      }
      .training-videos-main .main-page-head {
        margin-bottom: 20px;
      }
      .popup-right-content .popup-icons ul {
       padding-bottom: 0px;
     }
     .popup-bg-img img {
       border-bottom-left-radius: 0px;
     }
     .popup-right-content h3 {
      font-size: 1.125rem;
      line-height: 22px;
      margin-bottom: 15px;
    }
    .popup-right-content p {
      max-height: 220px;
      padding-right: 20px;
      padding-bottom: 32px;
    }
    .fading-text::after {
     height: 68px;
   }
   .popup-left-wrap h4 {
    font-size: 1.125rem;
    line-height: 1.5;
    bottom: 25px;
    left: 25px;
  }
  .popup-right-content .popup-icons ul li i {
    width: 20px !important;
    height: 20px !important; 
  }
  .main-modal-popup {
    max-width: 100%;
    padding-left: calc(100% - 95%);
    padding-right: calc(100% - 95%);
  }

  .did-you-know-box {
    margin-bottom: 30px;
  }
  .did-you-know-section {
    margin-right: -15px;
    margin-left: -15px;
  }
  /*did you know End*/
  /*Blog post Start*/
  .pagination ul.page-numbers li a.next {
    margin-left: 8px;
  }
    .pagination ul.page-numbers li {
      padding: 0 6px;
    }
    .pagination ul.page-numbers li a.prev {
      margin-right: 8px;
    }
    .pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
      font-size: 0.875rem;
      line-height: 17px;
      padding: 6px 11px 5px;
    }
    a.next.page-numbers:after, a.prev.page-numbers:before {
      height: 20px;
      width: 20px;
    }
    .video-section .video-box .img-text-wrap .training-video-title h3 {
      font-size: 0.75rem;
      line-height: 1.9;
          min-height: 44px;
    max-height: 90px;
    }
    .video-section .video-box {
      margin-bottom: 30px;
    }
    .posts-right-bar li.widget_categories ul {
      margin-bottom: 5px;
    }
    .posts-right-bar li.widget_categories ul li {
      line-height: 1.5;
    }

    body .posts-right-bar  div.rpwwt-widget ul li img {
      width: 60px !important;
      height: 60px !important;
    }
    .posts-right-bar li a.news-sidepost {
      width: calc(100% - 85px);
    }
    .posts-right-bar  div.rpwwt-widget ul li > a {
      margin-right: 10px;
    }
    .posts-section .post-inner-wrap .post-box .post-title a {
      height: 38px;
    }
    .video-section .pti-heading {
      font-size: 1.25rem;
      line-height: 1.4;
    }
    .custom-searchpopup.sanpop-modal {
      padding: 20px 25px;
    }
    body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box button.search-btn {
      bottom: 10px;
      width: 16px;
      height: 16px;
      right: 5px;
    }
    body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input[type="search"] {
      font-size: 1rem;
    }
    body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box input::placeholder {
      font-size: 1rem;
    }
    /*.search-mobile a.sanpop-link {
      width: 30px;
      height: 30px;
    }*/
    /*.search-mobile a.sanpop-link img {
      max-width: 14px;
    }*/
    .pdf-accordion .accordion .card .card-body .pdf-file-sec {
      padding: 0px;
    }
    .pdf-accordion .accordion .card .card-body .pdf-file-div img {
      margin-right: 12px;
      max-width: 18px;
    }
    .pdf-accordion .accordion .card .card-body .pdf-file-div {
      margin-bottom: 8px;
      padding: 10px 10px;
    }
    .pdf-accordion .accordion {
      margin-bottom: 12px;
    }
    .pdf-accordion .accordion .card .card-body {
      padding-top: 10px;
    }
    .pdf-accordion {
      margin-top: 10px;
    }
    p.main-head-content {
      width: calc(100% - 35%);
      line-height: 1.4;
    }
    .pti-document .folder-col-row {
      padding-top: 50px;
    }
    .search-box {
      width: 450px;
    }
    .main-footer .footer-first-sec .footer-logo {
      padding-right: 0;
      width: 100%;
    }
    .main-footer .footer-first-sec, .main-footer .footer-second-sec, .main-footer .footer-third-sec, .main-footer .footer-fourth-sec {
      text-align: center;
      padding-bottom: 15px;
    }
    .main-footer .copy-right-sec {
      padding-top: 20px;
    }
    .insurnce-guidelines .insurance-box {
      padding: 0 10px;
    }

    .posts-section {
      padding: 0;
    }

    .banner-section .left-wrap, .video-section .left-wrap {
      padding: 0px;
    }

    .main-header__cta-wrapper--mobile {
      text-align: center;
      padding: 25px 30px;
    } 

    .main-header__nav-mobile .menu > li > a {
      padding: 8px 20px 8px;
      font-size: 1rem;
    }
    .main-header .main-header-logo {
      padding: 0 15px;
    }
    .main-header__cta-wrapper--mobile a {

      padding: 8px 45px;
		width: 90%;
		margin-bottom: 8px;
    }
    .main-header__cta-wrapper--mobile a span {
      font-size: 0.875rem;
      line-height: 22px;
    }
    .main-header__cta-wrapper--mobile a img {
      width: 12px;
      margin-right: 8px;
    }
  }

  @media (max-width: 575px) {
    .pti-document.department-main .folder-wrap .folder-selecter img {
        min-height: 180px;
    }
    .pti-document.department-main .folder-wrap {
          padding: 0;
    }
    .letter-logo img {
      padding-top: 60px;
      margin-left: 60px;
      margin-bottom: 30px;
      max-width: 190px;
    }
    .main-letter .letter-content .letter_text {
        padding-top: 20px;
    }
    .main-letter .letter-content > img {
        margin: 0 auto;
        display: table;
        float: none;
    }
    .main-letter {
        padding: 0 15px;
    }
        .letter-logo::before {
        max-width: 150px;
        max-height: 150px;
    }
    .homepage-popup .letter-logo::before {
        max-width: 170px;
        max-height: 170px;
    }
    .homepage-popup .letter-logo img {
        width: 180px;
        padding-top: 70px;
        margin-left: 80px;
        margin-bottom: 20px;
    }
    .popup-right-content {
          padding-left: 15px;
    padding-top: 30px;
    padding-right: 10px;
    }
    .popup-right-content p {
      padding-right: 10px;
      margin-bottom: 15px;
    }
    .main-modal-popup .modal-content {
      margin-bottom: 30px;
    }
    .main-modal-popup .modal-close-btn {
      right: 6px;
    }
    .training-videos-page .video-section .video-section-wrap .video-col {
      padding: 0px;
    }
    .did-you-know-section .main-box {
     padding: 0 15px;
    }
    .section-right, .section-left {
      padding: 0 !important;
    }
    .video-section .main-container > .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    .banner-section .short-img a {
      width: 100%;
    }
    body .story-top p.main-head-content {
      width: calc(100% - 5%);
    }
    .main-footer .footer-first-sec .footer-logo img {
      max-width: 153px;
    }
    .main-modal-popup {
      margin-top: 30px;
      display: inline-block;
      margin-bottom: 30px;
    }
    .meetthteam-head-box {
      width: 100%;
    }
    .custom-grid-boxes ul li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
    }
    .did-you-know-box  {
      height: 280px !important;
    }
    .pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
      width: 90%;
      margin-left: 10px;
    }
    .video-section .video-box .video-img {
      height: auto !important;
    }
    .situations-box li.situations-box-inner {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .underwriting-boxes .underwriting-row .underwriting-col {
      padding: 0px;
    }
    .underwriting-sec .content-main-wrapper p.timimg {
      width: 100%;
    }
    .underwriting-center-box .folder-selecter a {
      padding: 20px 15px;
    }
    .underwriting-center-box .folder-selecter .file-head {
      padding-left: 20px;
      width: 100%;
    }

    .underwriting-center-box .folder-selecter {
      margin-bottom: 30px;
    }
    .underwriting-center-box .folder-selecter img {
      max-width: 48px;
    }
    .underwriting-center-box .folder-selecter .file-head .h4-head {
      font-size: 0.75rem !important;
    }
    body .retail-services-sec .light-head, .retail-services-sec p.retail-ser-content {
      width: calc(100% - 10%);
    }
    .explaining-section .content-main-wrapper .explaining-image {
      padding: 0px;
    }
    .pd-zero {
      padding: 0px;
    }
    body .call-us .trust-first ul li {
      width: 100%;
      display: block;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    body .call-us .trust-first ul li img {
      max-width: 50px;
    }
    .trust-first ul {
      display: block;
    }
    .video-section .video-section-wrap {
      margin: 0px;
    }
    .content-main-wrapper {
      padding: 0;
    }
    body .content-main-wrapper .content-left, body .content-main-wrapper .content-right {
      padding: 0;
    }
    .content-main-wrapper .right-content-img, .content-main-wrapper .left-content-img {
      margin-bottom: 20px;
      padding: 0px;
    }
   .popup-left-wrap h4 {
    width: 75%;
    }
    .popup-right-content .popup-icons {
      margin-bottom: 20px;
    }
    .custom-searchpopup.sanpop-modal {
      padding: 30px 20px;
    }
    body .custombox-content .custom-searchpopup.sanpop-modal .sanpop-search-box form {
      width: 85%;
    }
    .pdf-accordion {
      padding: 0px;
    }
    .pdf-accordion .accordion .accordion-wrapper .accordion-header button {
      padding: 4px 15px;
    }
    .pdf-accordion .accordion .accordion-wrapper .accordion-header button span {
      margin-right:  5px;
    }
    p.main-head-content {
      width: 100%;
    }
    .search-box {
      width: 100%;
    }
    .posts-section .post-inner-wrap .post-content-wrap {
      text-align: left;
    }
    .posts-section .post-inner-wrap .post-box {
      margin-bottom: 30px;
      text-align: center;
    }
    .posts-section .post-intro .post-desc {
      line-height: 1.5;
    }
    .insurnce-guidelines .insurance-box {
      padding: 0 15px;
    }
    .banner-section .short-img img {
      object-fit: cover;
      width: 100%;
    }
    .banner-section .left-wrap .people-trust-img {
      margin-bottom: 30px;
    }
    .banner-section .short-img {
      margin-bottom: 25px;
    }
    .insurnce-guidelines {
      padding-top: 30px;
    }
}

@media(min-width: 1700px) {
  .pum-container.pum-responsive.pum-responsive-xlarge {
        margin-left: -45% !important;
    width: 85% !important;
}
}
@media (min-width: 1800px) {
.pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -42.5% !important;
    width: 80% !important;
}
}
@media (min-width: 1850px) {
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -43% !important;
    width: 75% !important;
  }
}





/*PTi Logos Styling*/
.tabbable-panel .tabbable-line .nav-tabs {
      margin: 0 -8px;
}
.pdf-folder-col {
    margin-bottom: 20px;
    padding: 0 8px;
}
.tabbable-panel .tabbable-line .nav-tabs li .folder-upper {
    font-size: 1rem;
    color: #005cba;
    font-family: "museo-sans-500";
    align-items: center;
    display: flex;
    width: 100%;
    background: #ECF5FD;
    padding: 20px;
    cursor: pointer;
}
.tabbable-panel {
  width: 100%;
}
.tabbable-panel .tabbable-line .nav-tabs li .folder-upper .bg-active-icon {
      background-image: url(/wp-content/uploads/2020/05/folder_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 55px;
    display: inline-block;
    margin-right: 20px;
    background-position: center;
}
.tabbable-panel .tabbable-line .nav-tabs li .folder-upper .folder-title {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    width: calc(100% - 65px);
}
.tabbable-panel .tabbable-line .nav-tabs li .folder-upper.active .bg-active-icon {
  background-image: url(https://cdn.pti.agency/Agency/Website/Upload/2020/09/03132432/folder-open.svg);
}
.tabbable-panel .tabbable-line .nav-tabs .tab-content {
      width: 100%;
      margin: 0px;
}
.tabbable-panel .tabbable-line .nav-tabs .tab-content .row {
  margin: 0px;
}
.tabbable-panel .tabbable-line .nav-tabs .tab-content .pdf-folder-sec {
  padding: 0 8px;
}

@media (max-width: 991px) {
  .tabbable-panel .tabbable-line .nav-tabs li .folder-upper .folder-title {
    width: calc(100% - 55px);
  }
  .tabbable-panel .tabbable-line .nav-tabs li .folder-upper {
    font-size: 0.875rem;
        padding: 15px;
  }
  .tabbable-panel .tabbable-line .nav-tabs li .folder-upper .bg-active-icon {
        width: 55px;
    height: 45px;
        margin-right: 12px;
  }
}


.page-id-2151 .addtoany_content {
    display: none;
}
.page-id-1066 .addtoany_content {
    display: none;
}
.page-id-1876 .addtoany_content {
    display: none;
}
.page-id-1455 .addtoany_content {
    display: none;
} 
.page-id-1175 .addtoany_content{
    display: none;
}
.red-arrow {
  display: none !important;
}
.page-id-310 .red-arrow {
  display: block !important;
}
/* .page-template-chatunderwriting .red-arrow {
  display: block !important;
} */
.red-arrow {
    position: fixed;
    top: inherit;
    bottom: 75px;
    width: 90px;
    right: 75px;
    transition: .5s;
    display: block;
    z-index: 11111;
}
.red-arrow.upper {
  right: 190px;
  bottom: 500px;
}
.main-modal-popup .popup-right-content .popup-icons .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 26px;
    line-height: 32px;
    width: 26px;
    margin: 0 6px;
}

.main-modal-popup .popup-right-content .popup-icons {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
   .red-arrow {
    display: none !important;
  }
}














  a.loadMoreBtn {
    display: inline-block;
    color: #005cba !important;
    font-family: "museo-sans-300";
    outline: 0;
    border: 0;
    width: 100%;
    background: rgba(0,0,0,.05);
    margin: 5px 0 20px;
  }
  a.loadMoreBtn:hover {
    background: rgb(0 0 0 / 14%);
  }


.footer-bottom-logos-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*     padding-right: 100px; */
}

.footer-bottom-logos-left > div > a {
    margin: 0px 14px 0 14px;
}


@media (min-width: 768px){
    li.menu-item.menu-item-email.last{
        display: none;
    }
}
@media (max-width: 767px){
    .footer-bottom-logos-right{
        display: none;
    }
    .footer-bottom-logos-left > div {
        display: table;
        margin: 0 auto;
        padding-right: 0px;
    }

    .footer-bottom-logos-left > div > a {
        display: block;
        margin-bottom: 20px;
    }

    .footer-bottom-logos-left > div {
        margin-bottom: 20px;
    }
}




.website-content ul.top-points li:last-child {
    padding-bottom: 0px;
}


ul.roof-points li{
	    line-height: 1.0;
	    padding-bottom: 9px;
			list-style-type: disc;	
}
p.roof-p{
	  padding-top: 6px;
}
ol.rool-para {
    padding-top: 15px;
}
.page-id-8226 .website-content ol li span.paragraph-content{
 margin-bottom: 5px;
 display: block;
} 
.page-id-8226 .website-content ol li span.paragraph-content br {
    display: none;
} 
.page-id-8226 .website-content ol li br 
{ 
    display: none;
}

.page-id-8226 .website-content ol li p {
    padding-left: 0;
    padding-bottom: 10px;
}
.page-id-8226 ol.top-points li::marker { color: #005cba; }
ul.top-points{
	list-style: none;
}

ul.top-points {
    list-style: none;
    padding-left: 0;
}.website-content ul.top-points li:last-child {
    padding-bottom: 0px;
}
input[type=checkbox] {
  -webkit-appearance: auto;
}
.severity-section p {
  margin: 10px 0px;
}
.severity-section .align-field p {
  min-height: 36px;
  margin-top: 20px;
}
/* start my styling */
.floodarrows a
{
    color: white;
    font-size: 0;
}
.page-id-8723 .rainwalk-boxes .rain-col img
{
   width: auto;
    min-height: auto;
}
.food-sec p {
  margin: auto;
  padding-left: 60px;
}
.page-id-8723 .rainwalk-boxes .rain-col img {
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-id-8723 .website-content p
{
 padding-bottom: 0;
  margin-bottom: 0px;
}
.page-id-8723 .rainwalk-boxes .rain-col {
  padding-bottom: 0;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sellinnerlist
{
  margin-top: 20px;
  margin-bottom: -10px;
  margin-left: 0px;
}

.page-template-chatunderwriting {
  position: relative;
}

.page-template-chatunderwriting #hbl-live-chat-wrapper.active .olark-launch-button-wrapper.olark-text-button {position: absolute !important;top: 56% !important;transition: all 0.8s ease;}

.pdf-accordion .accordion .card .card-body .pdf-file-sec:nth-child(even) {
  padding-right: 15px;
  padding-left: 15px;
}

.pdf-accordion .accordion .card .card-body .pdf-file-sec:nth-child(odd) {
  padding-right: 15px;
  padding-left: 15px;
}

/* .pdf-accordion .accordion .card .card-body h3 {
  font-size: 22px;
  line-height: 28px;
} */

.slate-pdf-wrapper .card-body .row {
  display: block;
}

.slate-pdf-wrapper .card-body > .row > .col-md-6 {
  float: left;
}

.slate-pdf-wrapper .card-body > .row > .col-md-6:nth-child(2) {
  float: right;
}

@media (max-width: 767px){
  .page-template-chatunderwriting #hbl-live-chat-wrapper.active .olark-launch-button-wrapper.olark-text-button {
    top: 30% !important;
  }
}