

.quickLinks-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 102;
  width: 99px;
  align-items: center;
  pointer-events: none; }

body > .quickLinks-wrap {
  top: 0; }
  body > .quickLinks-wrap .quickLinks {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  body > .quickLinks-wrap .quickLinks:not(.stuck) .quickLinks-open {
    display: none; }
  body > .quickLinks-wrap .quickLinks.stuck {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

body:not(.touch) .quickLinks.stuck {
  transition: transform 0.75s; }

.quickLinks:not(.stuck) {
  transform: translateY(0) !important; }

.quickLinks {
  width: 98px;
  z-index: 102;
  right: 0;
  pointer-events: auto;
  transform: translateY(-100px); }
  .quickLinks:not(.stuck) > .container {
    padding: 0; }
    .quickLinks:not(.stuck) > .container > .row {
      flex-direction: column; }
  .quickLinks:not(.stuck) > .container > .row > .col {
    width: 100%;
    min-height: inherit; }
    .quickLinks:not(.stuck) > .container > .row > .col.col-close {
      display: none; }


  .quickLinks .col > .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 12px;
    min-height: 89px;
    background-color: #3368c6;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    line-height: 14px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    transition: background-color 0.3s; }

.quickLinks .col > .link span {
    
    font-size: 12px;
    padding-top: 9px;
    font-weight: 300;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    transition: background-color 0.3s; }



    @media (max-width: 1023px) {
      .quickLinks .col > .link {
        font-size: 10px; } }
    .quickLinks .col > .link > [class*='icon-'] {
      font-size: 38px;
      line-height: 1.3em; }
    body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
      text-decoration: none;
      color: #3368c6;
      background-color: #fff !important;
      box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
  .quickLinks.stuck {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0; }
    .quickLinks.stuck .col > .link {
      min-height: 98px; }
  .quickLinks.closed.stuck {
    transform: translateY(-30px) !important; }
  .quickLinks .col-close {
    max-width: 38px;
    flex: 38px;
    color: #3368c6;
    background-color: #fff !important;
    box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
    .quickLinks .col-close a {
      display: block;
      position: relative;
      z-index: 1;
      text-decoration: none;
      width: 38px;
      height: 95px;
      text-shadow: none;
      font-size: 12px;
      color: #787878; }
      .quickLinks .col-close a:hover {
        text-decoration: none; }
      .quickLinks .col-close a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .quickLinks .link-drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f5f5f5;
    color: #424242;
    padding: 30px;
    top: 100%;
    left: 0;
    width: 390px;
    max-width: 100vw;
    transform: translateY(-20px);
    z-index: -1;
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    pointer-events: none;
    text-align: left;
    text-transform: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1229px) {
      .quickLinks .link-drop {
        width: 357px; } }
    .quickLinks .link-drop-title {
      text-transform: none;
      margin-bottom: 18px; }
      .quickLinks .link-drop-title > [class*='icon-'] {
        position: relative;
        top: 3px;
        font-size: 25px;
        line-height: 1em;
        color: #3368c6;
        padding-right: 10px; }
    .quickLinks .link-drop .row-table {
      width: 100%;
      font-size: 14px;
      line-height: 23px;
      font-weight: 400;
      color: #787878; }
      .quickLinks .link-drop .row-table tr:not(:last-child) {
        border-bottom: 1px solid #ededed; }
      .quickLinks .link-drop .row-table td {
        padding: 5px 11px; }
      .quickLinks .link-drop .row-table td:last-child {
        text-align: right;
        color: #444;
        padding-right: 5px;
        padding-left: 5px; }
    .quickLinks .link-drop p {
      font-size: 15px;
      line-height: 24px; }
  .quickLinks:not(.stuck) .link-drop {
    left: -390px !important;
    top: 0;
    right: auto !important;
    transform: translateY(20px); }
    @media (max-width: 1229px) {
      .quickLinks:not(.stuck) .link-drop {
        left: -357px !important; } }
  .quickLinks .col:nth-last-child(2) .link-drop {
    left: auto;
    right: 0; }
  .quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(1) .link-drop {
    bottom: 0;
    top: auto;
    transform: translateY(-20px); }
  .quickLinks .google-map {
    width: 100%;
    max-width: 100%;
    height: auto; }
    @media (max-width: 1229px) {
      .quickLinks .google-map {
        width: 357px; } }
  .quickLinks ul.icn-list li .phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #424242;
    position: relative;
    top: -2px; }
  .quickLinks ul.icn-list li {
    padding-left: 24px; }
  .quickLinks ul.icn-list li > [class*='icon'] {
    top: 6px;
    font-size: 14px; }
  .quickLinks .col:nth-child(1) > .link {
    background-color: #3066b9; }
  .quickLinks .col:nth-child(2) > .link {
    background-color: #3368c6; }
  .quickLinks .col:nth-child(3) > .link {
    background-color: #3a6fcc; }
  .quickLinks .col:nth-child(4) > .link {
    background-color: #5582d3; }
  .quickLinks .col:nth-child(5) > .link {
    background-color: #658cd7; }
  .quickLinks .col:nth-child(6) > .link {
    background-color: #7a9cdd; }

.quickLinks.stuck .link-drop {
  top: -1000%; }

@media (min-width: 1024px) {
  body:not(.touch) .quickLinks .col:hover .link-drop, body.touch .col.hovered .link-drop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%) !important;
    transition-delay: 0s, 0s, 0s, 0.3s;
    pointer-events: auto; }

  .quickLinks.stuck .col:hover .link-drop {
    top: 100%; } }
.link-drop-title {
  text-transform: none;
  margin-bottom: 15px; }
  .link-drop-title > [class*='icon-'] {
    position: relative;
    top: 3px;
    font-size: 25px;
    line-height: 1em;
    color: #3368c6;
    padding-right: 10px; }
.link-drop .row-table {
  width: 100%;
  max-width: 400px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }
  .link-drop .row-table i {
    color: #fff;
    font-style: normal; }
  .link-drop .row-table tr:not(:last-child) {
    border-bottom: 1px solid #ededed; }
  .link-drop .row-table td {
    padding: 5px 0; }
  .link-drop .row-table td:last-child {
    text-align: right; }

.header-quickLinks .quickLinks, .header-quickLinks .quickLinks.stuck {
  transform: translateY(0) !important; }

@media (max-width: 1023px) {
  .header-quickLinks .link {
    font-size: 10px;
    line-height: 12px; }

  .quickLinks .col > .link > [class*='icon-'] {
    font-size: 30px; }

  .quickLinks.stuck .col > .link {
    min-height: 76px; } }
@media (max-width: 767px) {
  .quickLinks .col > .link > [class*='icon-'] {
    font-size: 18px; }

  .header-quickLinks .link > span {
    display: none; }

  .quickLinks.stuck .col > .link {
    min-height: 36px; } }
.quickLinks-top .link-drop {
  background-color: #f5f5f5;
  color: #424242;
  padding: 15px;
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%) !important;
  transition-delay: 0s, 0s, 0.3s;
  pointer-events: auto; }
  @media (max-width: 767px) {
    .quickLinks-top .link-drop {
      font-size: 14px;
      line-height: 20px;
      padding: 15px 15px 25px; } }
  .quickLinks-top .link-drop .google-map {
    width: 100%;
    height: 200px; }
  @media (max-width: 767px) {
    .quickLinks-top .link-drop-title {
      font-size: 19px; }
      .quickLinks-top .link-drop-title > [class*='icon-'] {
        font-size: 25px; } }

@media (max-width: 1023px) {
  .quickLinks.stuck {
    position: relative !important;
    transform: translateY(0); }
  .quickLinks > .container {
    padding: 0; }
  .quickLinks .col-close {
    display: none; }

  .header-quickLinks .quickLinks {
    position: relative !important;
    transform: translateY(0);
    width: 100%;
    max-width: 100vw;
    top: 0; }

  .header-quickLinks .quickLinks:not(.stuck) > .container > .row {
    flex-direction: row; } }
.quickLinks .quickLinks-open {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid rgba(51, 104, 198, 0.25);
  transform: rotate(-45deg);
  right: -10px;
  top: -20px;
  cursor: pointer; }
  .quickLinks .quickLinks-open span {
    position: absolute;
    user-select: none;
    top: -16px;
    right: 20px;
    z-index: 1;
    color: #424242;
    font-size: 30px;
    transform: rotate(45deg); }

.quickLinks.closed .quickLinks-open {
  top: 70px;
  opacity: 1;
  pointer-events: auto; }
  body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
    border-left: 45px solid rgba(51, 104, 198, 0.5); }
    body:not(.touch) .quickLinks.closed .quickLinks-open:hover span {
      color: #fff; }

.page-content .quickLinks:not(.stuck) .quickLinks-open {
  display: none !important; }

.quickLinks ul.icn-list .phone {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #444; }


.ctrdc{    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 12px;
    min-height: 56px;
    background-color: #3368c6;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
.npadz{padding: 0px !important;}
.dxpln{display:none;}
.mobzip{display:none;}

@media only screen and (max-width: 600px) {
  .mobzip{display:block; width: 100%; overflow: hidden;} 
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: none;
}

.header{width: 100% !important; overflow: hidden;}

.link-drop table tr td{padding: 10px; color: white;}
.ctrmn{padding-right: 12px !important;
    color: white !important;}

.clastct{text-align: left !important; color: #3368c6 !important;}
.cltrd{color: #224e9d; font-weight: 400;}

.vcxr{    background: #5885d4;
    color: #fff;
    padding: 12px;
    border: 1px solid transparent;}

.col-2a{width: 20% !important;
        float: left;
  }