@font-face {
font-display: swap;
}

*{
font-display: swap;
}

/*#page {
  padding-top: 65px; }*/

.home #page {
  padding-top: 0px; }

a, button, input, select, textarea {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover, button:hover, input:hover, select:hover, textarea:hover {
    text-decoration: none; }

p, ul, ol {
  margin: 0 0 1.5rem; }

iframe {
  width: 100%; }

.has-small-font-size {
  line-height: 1.7;
  font-size: .875rem; }

.has-large-font-size {
  line-height: 1.7;
  font-size: 1.125rem; }

.has-larger-font-size {
  line-height: 1.7;
  font-size: 1.25rem; }

.has-background {
  padding: 1rem; }

.has-blue-background-color {
  background-color: #1e81f6; }

.has-indigo-background-color {
  background-color: #6610f2; }

.has-purple-background-color {
  background-color: #6f42c1; }

.has-pink-background-color {
  background-color: #e83e8c; }

.has-red-background-color {
  background-color: #dc3545; }

.has-orange-background-color {
  background-color: #fd7e14; }

.has-yellow-background-color {
  background-color: #ffc107; }

.has-green-background-color {
  background-color: #28a745; }

.has-teal-background-color {
  background-color: #20c997; }

.has-cyan-background-color {
  background-color: #17a2b8; }

.has-white-background-color {
  background-color: #fff; }

.has-light-background-color {
  background-color: #f8f9fa; }

.has-gray-background-color {
  background-color: #adb5bd; }

.has-dark-background-color {
  background-color: #343a40; }

.has-black-background-color {
  background-color: #000; }

.has-blue-color {
  color: #1e81f6; }

.has-indigo-color {
  color: #6610f2; }

.has-purple-color {
  color: #6f42c1; }

.has-pink-color {
  color: #e83e8c; }

.has-red-color {
  color: #dc3545; }

.has-orange-color {
  color: #fd7e14; }

.has-yellow-color {
  color: #ffc107; }

.has-green-color {
  color: #28a745; }

.has-teal-color {
  color: #20c997; }

.has-cyan-color {
  color: #17a2b8; }

.has-white-color {
  color: #fff; }

.has-light-color {
  color: #f8f9fa; }

.has-gray-color {
  color: #adb5bd; }

.has-dark-color {
  color: #343a40; }

.has-black-color {
  color: #000; }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .wp-block-columns .wp-block-column {
    padding: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }

@media (min-width: 992px) {
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; } }

@media (min-width: 1400px) {
  .has-large-font-size {
    line-height: 1.7;
    font-size: 1.25rem; }
  .has-larger-font-size {
    line-height: 1.7;
    font-size: 1.5rem; }
  .has-background {
    padding: 1.5rem; }
  .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wp-block-columns .wp-block-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.333%;
              flex: 1 0 33.333%; } }

#site-header {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  #site-header .navbar-nav .nav-link:hover, #site-header .navbar-nav .nav-link:focus {
    color: #1e81f6; }
  #site-header.scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4); }
  #site-header .phone {
    padding: 1rem 0 .5rem; }
    #site-header .phone a {
      color: #1e81f6;
      font-weight: 500;
      font-size: 1.375rem; }
      #site-header .phone a:hover, #site-header .phone a:focus {
        color: #0755b1; }
  #site-header .online-chat {
    padding: 1rem 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #site-header .online-chat a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.25rem;
      font-weight: 600; }
    #site-header .online-chat svg {
      font-size: 2rem;
      color: #28a745;
      margin: 0 .375rem; }
    #site-header .online-chat .chat-small {
      width: 4rem;
      font-size: .625rem;
      font-weight: 500; }
  @media (min-width: 992px) {
    #site-header .navbar-nav .nav-link {
      padding: .5rem 1.25rem; }
    #site-header .phone {
      padding: 0 0 0 1rem;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    #site-header .online-chat {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0; } }

@media (min-width: 1400px) {
  .home {
    /*#site-header:not(.scrolled){
            background-color: transparent;
            border-bottom: none;
            .navbar-brand{
                color: $white;
            }
            .navbar-nav{
                .nav-link{
                    color: $white;
                }
            }
        }*/ } }

.section {
  padding: 4rem 0;
  position: relative; }
  .section.bg-right:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1; }
  .section.bg-left:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1; }
  .section.blue:before {
    background-color: #1e81f6; }
  /*.section.dark-blue:before {
    background-color: #0755b1; }*/
  .section.white:before {
    background-color: #fff; }
  .section .section-header .section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1; }
  .section .section-header .section-subtitle {
    color: #212529;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -6px;
    margin: 0 0 -1rem;
    opacity: .1; }
  @media (max-width: 991.98px) {
    .section.white {
      background-color: #fff; }
    .section .section-header {
      margin: 0 0 3rem;
      text-align: center !important; } }
  @media (min-width: 992px) {
    .section {
      padding: 6rem 0; }
      .section.bg-right .section-header {
        padding-right: 3rem; }
      .section.bg-right:before {
        right: 0;
        top: 0;
        bottom: auto;
        width: 55%;
        height: 100%; }
      .section.bg-left .section-header {
        padding-left: 3rem; }
      .section.bg-left:before {
        left: 0;
        top: 0;
        bottom: auto;
        width: 55%;
        height: 100%; }
      .section .section-header {
        margin: 0 0 3rem; }
        .section .section-header .section-title {
          font-size: 2.5rem; }
        .section .section-header .section-subtitle {
          font-size: 6rem;
          margin: 0 0 -2rem; } }
  @media (min-width: 1400px) {
    .section .section-header .section-title {
      font-size: 3rem;
      padding-left: 4rem; }
    .section .section-header .section-subtitle {
      font-size: 8rem;
      margin: 0 0 -3rem; } }

.ctbt-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 1.5rem; }
  .ctbt-review .ctbt-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 1rem; }
    .ctbt-review .ctbt-review-header .ctbt-review-name {
      font-size: 1rem;
      font-weight: 500;
      margin: 0; }
    .ctbt-review .ctbt-review-header .rating {
      color: #ffc107; }
  .ctbt-review .ctbt-review-body {
    font-size: .875rem;
    font-weight: 300;
    margin: 0 0 1.25rem; }
    .ctbt-review .ctbt-review-body *:last-child {
      margin: 0; }
  .ctbt-review .ctbt-review-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto; }
    .ctbt-review .ctbt-review-footer .ctbt-review-date {
      color: #adb5bd;
      font-size: .75rem;
      font-weight: 500; }
    .ctbt-review .ctbt-review-footer .ctbt-review-logo img {
      display: block;
      height: 2rem;
      width: auto; }

.ctbt-step-wrapper {
  counter-reset: section; }

.ctbt-step {
  margin: 5rem 0 0; }
  .ctbt-step .ctbt-step-content {
    position: relative; }
    .ctbt-step .ctbt-step-content .ctbt-step-title {
      color: #fff;
      background: #0755b1;
      padding: 1rem 1rem 1rem 5rem;
      font-size: 1.5rem;
      font-weight: 700; }
    .ctbt-step .ctbt-step-content .ctbt-step-body {
      padding: 1rem 2rem 0; }
    .ctbt-step .ctbt-step-content .ctbt-step-num {
      position: absolute;
      left: -.5rem;
      top: -.5rem;
      width: 4rem;
      height: 4rem;
      background-color: #1e81f6;
      -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .ctbt-step .ctbt-step-content .ctbt-step-num .ctbt-num-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff; }
        .ctbt-step .ctbt-step-content .ctbt-step-num .ctbt-num-text .ctbt-num {
          font-size: 2rem;
          font-weight: 800;
          line-height: 1; }
          .ctbt-step .ctbt-step-content .ctbt-step-num .ctbt-num-text .ctbt-num:before {
            counter-increment: section;
            content: counter(section); }
  .ctbt-step .ctbt-step-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px; }
    .ctbt-step .ctbt-step-image .ctbt-image-inner {
      width: 100%;
      max-width: 220px;
      background-color: #fff;
      padding: 2rem;
      -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
              box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      margin: 0 auto; }
    .ctbt-step .ctbt-step-image img {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: auto; }
  @media (min-width: 992px) {
    .ctbt-step {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ctbt-step .ctbt-step-image .ctbt-image-inner {
        max-width: 345px; }
      .ctbt-step .ctbt-step-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 400px;
                flex: 0 0 400px;
        margin: 3rem 0 0; }
        .ctbt-step .ctbt-step-content .ctbt-step-title {
          padding: 1rem 6rem 1rem 2rem;
          font-size: 1.75rem; }
        .ctbt-step .ctbt-step-content .ctbt-step-num {
          position: absolute;
          left: auto;
          right: -5rem;
          top: -5rem;
          width: 10rem;
          height: auto;
          padding: 1.5rem .5rem; }
          .ctbt-step .ctbt-step-content .ctbt-step-num .ctbt-num-text .ctbt-num {
            font-size: 4rem; }
      .ctbt-step:nth-child(even) .ctbt-step-content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .ctbt-step:nth-child(even) .ctbt-step-content .ctbt-step-title {
          padding: 1rem 2rem 1rem 6rem; }
        .ctbt-step:nth-child(even) .ctbt-step-content .ctbt-step-num {
          right: auto;
          left: -5rem; }
      .ctbt-step:nth-child(even) .ctbt-step-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

.ctbt-accordion {
  padding: 1.5rem; }
  .ctbt-accordion .ctbt-accordion-item {
    border-bottom: 1px solid #ced4da; }
    .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 700;
      font-size: 1.25rem;
      padding: 1rem 0;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-title svg {
        font-size: .875rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-title:hover {
        color: #1e81f6; }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-title[aria-expanded=true] {
        color: #1e81f6; }
        .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-title[aria-expanded=true] svg {
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg); }
    .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-body {
      position: relative; }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-body:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #1e81f6;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1); }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-body.show:before {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-body .ctbt-accordion-body-inner {
        padding: 1rem 0;
        font-size: .875rem; }
        .ctbt-accordion .ctbt-accordion-item .ctbt-accordion-body .ctbt-accordion-body-inner *:last-child {
          margin: 0; }

/* Blocks */
.ctbt-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem -1rem; }
  .ctbt-icons .ctbt-icon-box {
    position: relative;
    padding: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    .ctbt-icons .ctbt-icon-box .ctbt-icon-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding: 1.5rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .ctbt-icons .ctbt-icon-box .ctbt-icon-inner .ctbt-icon-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100px;
        margin: 0 0 2rem; }
        .ctbt-icons .ctbt-icon-box .ctbt-icon-inner .ctbt-icon-image svg {
          fill: #1e81f6; }
      .ctbt-icons .ctbt-icon-box .ctbt-icon-inner .ctbt-icon-title {
        position: relative;
        font-size: 2rem;
        font-weight: 400;
        padding-bottom: 1.5rem;
        margin: 0 0 1rem; }
        .ctbt-icons .ctbt-icon-box .ctbt-icon-inner .ctbt-icon-title:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 4rem;
          height: .125rem;
          background-color: #1e81f6; }
      .ctbt-icons .ctbt-icon-box .ctbt-icon-inner:hover {
        background-color: #1e81f6;
        color: #fff; }
        .ctbt-icons .ctbt-icon-box .ctbt-icon-inner:hover .ctbt-icon-image svg {
          fill: #fff; }
        .ctbt-icons .ctbt-icon-box .ctbt-icon-inner:hover .ctbt-icon-title:before {
          background-color: #fff; }
.available--all--day {
    margin-right: 50px;
    font-weight: 600;
    color: #2182f6;
    text-transform: capitalize;
    font-size: 21px;
}


  @media (min-width: 992px) {
    .ctbt-icons {
      margin: 3rem 0rem; }
      .ctbt-icons .ctbt-icon-box {
        padding: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.3333%;
                flex: 1 0 33.3333%; } }
  @media (min-width: 1400px) {
    .ctbt-icons .ctbt-icon-box .ctbt-icon-inner {
      padding: 2.5rem; } }

.ctbt-callout {
  margin: 0 -1rem; }
  .ctbt-callout .ctbt-callout-inner {
    position: relative;
    padding: 1.5rem 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#1e81f6), to(#68aaf9));
    background: linear-gradient(to right, #1e81f6 0%, #68aaf9 100%);
    color: #fff; }
    .ctbt-callout .ctbt-callout-inner .ctbt-callout-title {
      margin: 0 0 1.5rem;
      max-width: 440px; }
    .ctbt-callout .ctbt-callout-inner .ctbt-callout-description {
      margin: 0 0 1.5rem;
      max-width: 440px; }
    .ctbt-callout .ctbt-callout-inner .ctbt-callout-image {
      display: none;
      position: absolute;
      right: 2rem;
      bottom: -1.45rem; }
      .ctbt-callout .ctbt-callout-inner .ctbt-callout-image svg {
        width: 350px;
        height: 350px; }
  @media (min-width: 992px) {
    .ctbt-callout {
      margin: 8rem 0 0; }
      .ctbt-callout .ctbt-callout-inner {
        padding: 2rem 3rem;
        border-radius: 0 2rem 0 2rem;
        -webkit-box-shadow: -10px 10px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: -10px 10px 4px 0 rgba(0, 0, 0, 0.1); }
        .ctbt-callout .ctbt-callout-inner .ctbt-callout-image {
          display: block; } }
  @media (min-width: 1400px) {
    .ctbt-callout .ctbt-callout-inner {
      padding: 2.5rem 4.5rem; } }

.ctbt-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem -1rem; }
  .ctbt-team .ctbt-team-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 1rem;
    text-align: center; }
    .ctbt-team .ctbt-team-header .ctbt-team-title {
      font-size: 2.5rem;
      font-weight: 400;
      margin: 0; }
  .ctbt-team .ctbt-team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17rem;
            flex: 0 0 17rem;
    height: 17rem;
    padding: 1rem; }
    .ctbt-team .ctbt-team-member .ctbt-member-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      .ctbt-team .ctbt-team-member .ctbt-member-inner:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .ctbt-team .ctbt-team-member .ctbt-member-inner .ctbt-member-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .ctbt-team .ctbt-team-member .ctbt-member-inner .ctbt-member-image img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .ctbt-team .ctbt-team-member .ctbt-member-inner .ctbt-member-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(30, 129, 246, 0.75);
        color: #fff;
        padding: 1rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .ctbt-team .ctbt-team-member .ctbt-member-inner .ctbt-member-overlay .ctbt-member-name {
          font-size: 2rem;
          font-weight: 400;
          margin: 0; }
    .ctbt-team .ctbt-team-member:hover .ctbt-member-overlay {
      visibility: visible !important;
      opacity: 1 !important; }
  @media (min-width: 992px) {
    .ctbt-team .ctbt-team-member {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      height: auto; }
      .ctbt-team .ctbt-team-member .ctbt-member-inner .ctbt-member-overlay {
        padding: 1.5rem; } }

.ctbt-contact-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px 3rem; }
  .ctbt-contact-boxes .ctbt-contact-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px;
    margin: 0 0 2rem; }
    .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner {
      position: relative;
      z-index: 1;
      padding: 1.5rem 1.5rem 5.5rem;
		height:100%;
      text-align: center; }
      .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-image {
        text-align: center;
        margin: 0 0 2rem; }
        .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-image svg {
          fill: #1e81f6;
          color: #1e81f6;
          font-size: 4rem; }
      .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-bg {
        position: absolute;
        right: 1rem;
        top: 1rem;
        z-index: -1; }
        .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-bg svg {
          fill: #f3f3f3; }
      .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 1rem; }
      .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-links {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-links li {
          padding: .5rem 0; }
        .ctbt-contact-boxes .ctbt-contact-box .ctbt-box-inner .ctbt-box-links a {
          font-size: 1.125rem;
          color: #1e81f6; }
    .ctbt-contact-boxes .ctbt-contact-box.box-border .ctbt-box-inner {
      border-bottom: 3px solid #1e81f6; }
    .ctbt-contact-boxes .ctbt-contact-box.box-shadow .ctbt-box-inner {
		display: flex;
		align-items: center;
		justify-content: center;
      	padding: 5rem 0;
      	-webkit-box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15);
		box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) {
    .ctbt-contact-boxes .ctbt-contact-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; } }

.map-locator {
  height: 30rem; }

.location-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 2rem 0 0; }
  .location-list .list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0 15px;
    margin: 15px 0; }
    .location-list .list-item .item-inner {
      height: 100%;
      border: 1px solid #e9ecef;
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .location-list .list-item .item-inner .item-subtitle {
        font-size: .75rem;
        font-weight: 500;
        color: #adb5bd;
        margin: 0 0 .5rem; }
      .location-list .list-item .item-inner .item-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0 0 1.5rem; }
      .location-list .list-item .item-inner .item-location {
        font-size: 1.125rem;
        margin: 0 0 1.5rem; }
      .location-list .list-item .item-inner .item-links {
        margin-top: auto; }
        .location-list .list-item .item-inner .item-links a {
          display: block;
          margin: .375rem 0;
          color: #1e81f6; }
          .location-list .list-item .item-inner .item-links a svg {
            margin-right: .5rem; }
          .location-list .list-item .item-inner .item-links a:hover {
            color: #0755b1; }
  @media (min-width: 768px) {
    .location-list .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .location-list .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; } }
  @media (min-width: 992px) {
    .location-list .list-item .item-inner {
      padding: 2rem; } }

.hentry {
  padding: 0 0 3rem; }
  .hentry .entry-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20rem;
    background-color: #fff; }
    .hentry .entry-header:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .15;
      z-index: 2; }
    .hentry .entry-header .entry-thumbnail {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .hentry .entry-header .entry-thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .hentry .entry-header .entry-thumbnail .background-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#1e81f6), to(#06458f));
        background: linear-gradient(to right, #1e81f6 0%, #06458f 100%);
        opacity: .7; }
    .hentry .entry-header > .container {
      position: relative;
      z-index: 9; }
    .hentry .entry-header .entry-title {
      text-align: center;
      font-weight: 700;
      font-size: 4rem;
      color: #fff; }
  .hentry .entry-breadcrumbs {
    padding: 1.5rem 0;
    font-size: .875rem;
    line-height: 1rem; }
    .hentry .entry-breadcrumbs svg {
      line-height: 1rem;
      font-size: .625rem;
      margin: 0 .25rem;
      color: #1e81f6;
      vertical-align: unset; }
  .hentry .entry-content .entry-content-inner {
    background-color: #fff;
    padding: 1rem 1rem 0; }
  @media (min-width: 992px) {
    .hentry .entry-content .entry-content-inner {
      padding: 2rem; } }
  @media (min-width: 1400px) {
    .hentry .entry-content .entry-content-inner {
      padding: 4rem 3rem; } }

.site-footer {
  background-color: #fff;
  border-top: 0.5rem solid #0755b1; }
  .site-footer .footer-widget-area {
    position: relative;
    padding: 3.5rem 0 1.5rem; }
    .site-footer .footer-widget-area .widget {
      margin: 0 0 2rem;
      font-size: .875rem; }
      .site-footer .footer-widget-area .widget .widget-title {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #1e81f6; }
      .site-footer .footer-widget-area .widget ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .site-footer .footer-widget-area .widget ul li a {
          display: block;
          padding: .5rem 0; }
    .site-footer .footer-widget-area .logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -15px; }
      .site-footer .footer-widget-area .logos .logo {
        padding: 10px 15px;
        -ms-flex-item-align: center;
            align-self: center; }
  .site-footer .footer-site-info {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    font-size: .75rem; }
    .site-footer .footer-site-info P, .site-footer .footer-site-info ul {
      margin: 0; }

.page-template-template-success {
  background-color: #fff; }
  .ctbp-success-header {
    padding: 5rem 0 3.5rem;
    text-align: center; }
  .ctbp-success-header .ctbp-success-icon {
      font-size: 5rem;
      color: #28a745; }
  .ctbp-success-header .ctbp-success-title {
      margin: 0 0 3rem; }
	  
	  
	  
	  .tooltip.fade.show {
   margin: 1.25rem .25rem 0.25rem .25rem !important;
}


footer.chat-ftr .from-person {
    padding: 10px 35px 10px 20px;
    border-radius: 4px;
    font-size: 16px !important;
    height: 50px;
    border: 1px solid #e2e2e2 !important;
    box-shadow: unset !important;
    outline: unset !important;
}
textarea#msg {
    width: 100% !important;
    padding: 10px 35px 10px 20px;
    border-radius: 4px;
    border: 1px solid #e2e2e2 !important;
    font-size: 16px !important;
    height: 50px;
}
svg.svg-inline--fa.fa-paper-plane.fa-w-16{
    position: absolute;
    right: 3%;
    color: #fff !important;
    top: 24%;
}
.input2.chat-msg-send {
    width: 150px;
    height: 50px;
    padding: 13px 10px;
    background: #39aaff;
    border: 1px solid #39aaff;
    color: #fff !important;
    text-transform: uppercase;
}
div#chathist {
    padding: 0px 7px;
    border: 1px solid #e9ecef;
    max-height: 350px !important;
    overflow: scroll;
}

/*chat view css*/

.chat_window p.visitor {
    float: left;
    padding-right: 25px;
    padding: 10px 10px !important;
    background: #a4e7d2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 14px;
    min-width: 80%;
    border-top-left-radius: 10px;
}

.chat_window p.current {
    text-align: right;
    float: right;
    padding-right: 25px;
    padding: 10px 10px !important;
    background: #a4d9f1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 14px;
    min-width: 80%;
    border-top-right-radius: 10px;
}
.chat_window span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: bold !important;
    font-style: italic;
}
.chat_window p{
    font-size: 18px;
}



/********************************* Affiliate Page CSS **********************************/

.affiliates-dashboard-section-links .section-link-item.active{
  background-color: #058acb !important;
  border-bottom: none !important;
}

.affiliates-dashboard-section-links .section-link-item {
    border-bottom:none !important;
    padding: 15px 0px;
}

.affiliates-dashboard-section-links .section-link-item a {
    text-decoration: none;
    padding: 0 0.32em;
    color: #fff;
    font-size: 20px;
}

.affiliates-dashboard-sections .required{
    background: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 5px;
}

.affiliates-dashboard-sections [type=submit], .affiliates-dashboard-sections [type=checkbox] {
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 10px 30px;
    width:auto !important;
}

.affiliates-dashboard-sections input {
    background: #fff;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: -5px 3px 15px #bfbfbf;
    margin-top: 6px;
    width:100% !important;
}

.affiliates-dashboard-section h2{
  display: none;
}

.section-link-item {
  background: #e0e0e0;
}
.section-link-item a {
    color: #4e4e4e !important;
    display: block;
}
.affiliates-dashboard-section h2, .affiliates-dashboard-section p, .affiliates-dashboard-section label{
  color: #5a5a5a;
}
.affiliates-dashboard-section-links .section-link-item.active a {
    color: #fff !important;
}
/*.affiliates-dashboard {
   max-width: 600px;
   margin: auto;
}*/
.affiliates-dashboard .dashboard-section {
   margin-top: 20px;
}
.affiliates-dashboard .dashboard-section input {
   height: 50px;
   border: 1px solid #ddd;
   box-shadow: none;
   outline: none;
}
.affiliates-dashboard .dashboard-section input[type="checkbox"] {
   height: auto;
   margin-right: 10px;
}
.affiliates-dashboard .dashboard-section input[type=submit] {
   background: #007bff;
   color: #fff;
   box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 20%);
   width: auto;
   padding: 0px 40px;
}
.affiliates-dashboard .dashboard-section input[type=submit]:hover {
   background: #0054af;
}

.affiliates-dashboard-section.login {
    width: 100%;
}

.dashboard-section.dashboard-section-registration{
  width: 100%;
}

@media (min-width: 992px) {
  .logged_out_users_dashboard {
    width: 800px;
    margin: 0 auto;
}
  }