* {
  padding: 0px;
  margin: 0px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif; }

.container {
  max-width: 1200px; }

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: black; }

ul {
  list-style: none;
  padding-left: 0px; }

.btn-schedule {
  color: #F9C833;
  height: 48px;
  display: inline-block;
  font-size: 15px;
  border: 2px solid #F9C833;
  font-weight: 800;
  border-radius: 50px;
  padding: 11px 35px;
  margin-top: 20px;
  position: relative;
  z-index: 9; }
  .btn-schedule:hover {
    background-color: #F9C833;
    color: #ffffff; }

.home-btn {
  background-color: #F9C833;
  color: #ffffff; }
  .home-btn:hover {
    background-color: #ffffff;
    color: #F9C833; }

.heading-sec {
  text-align: center;
  display: table;
  margin: auto;
  padding-bottom: 60px; }
  .heading-sec h1 {
    font-size: 48px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    position: relative;
    padding-bottom: 10px; }
    .heading-sec h1::before {
      content: "";
      background: linear-gradient(to right, #F9C833, #0A243E, #0A243E, #F9C833);
      display: table;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0; }
    .heading-sec h1::after {
      content: "";
      background-image: url(./../images/dash.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #ffffff;
      position: absolute;
      bottom: -13px;
      left: 0;
      right: 0;
      margin: auto;
      width: 77px;
      height: 28px; }
  .heading-sec h1.layer-grey::after {
    background-color: #F6F9FC; }
  .heading-sec img {
    width: 100%; }

.adv-img {
  padding: 0px 10px; }
  .adv-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px; }

.adv-content p {
  font-size: 20px;
  text-align: justify; }

.content-description {
  padding: 60px 0px; }
  .content-description h3 {
    font-size: 24px;
    color: #F9C833;
    font-weight: bold;
    display: table; }
  .content-description h4 {
    font-size: 18px;
    font-weight: bold;
    display: table; }
  .content-description .content-logo {
    float: left;
    margin: 0px 20px 20px 0px; }
  .content-description .description-para {
    padding-top: 40px; }
    .content-description .description-para p {
      text-align: justify; }

.heading-img {
  display: table;
  width: 100%; }
  .heading-img .content-logo {
    float: left;
    margin: 0px 20px 20px 0px; }
  .heading-img h6 {
    font-weight: bold; }

.practice-content {
  padding-bottom: 30px; }
  .practice-content h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px; }
  .practice-content ul li {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #9B9B9B;
    line-height: 26px; }
    .practice-content ul li::before {
      content: url("./../images/double-arrow.png");
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding-top: 15px; }

.testimonial {
  outline: none; }
  .testimonial .slick-slide {
    outline: none; }
  .testimonial .test {
    border: 2px solid #2E3192;
    background-color: #ffffff;
    padding: 40px 40px 24px; }
    .testimonial .test .content-testimonial h3 {
      color: #F9C833;
      font-size: 24px;
      font-weight: bold; }
    .testimonial .test .content-testimonial h5 {
      font-size: 16px; }
    .testimonial .test .content-testimonial p {
      font-size: 18px;
      font-style: italic;
      text-align: justify; }
    .testimonial .test .content-testimonial .desg {
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }
  .testimonial .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #F6F9FC; }
    .testimonial .slick-dots li button::before {
      display: none; }
    .testimonial .slick-dots li.slick-active {
      background-color: #2E3192; }

.wrapper {
  padding: 50px 100px; }

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
  background: #f5f3e7; }

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.grey-bg {
  background: #F6F9FC; }

.we-support {
  text-align: center;
  padding: 60px;
  position: relative;
  clear: both; }
  .we-support .add-div img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: center; }
  .we-support:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #F6F9FC;
    clear: both;
    margin: auto;
    z-index: 9; }

.img-div {
  position: relative;
  border: 1px solid #F6F9FC;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  display: inline-block;
  padding: 20px;
  border-radius: 8px; }
  .img-div img {
    width: 40px;
    height: 40px;
    object-fit: contain; }

.btn-included {
  color: #F9C833;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

.custom-slider {
  position: relative; }
  .custom-slider:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #ffffff;
    clear: both;
    margin: auto;
    z-index: 9; }

.home .we-support {
  display: none; }

.btn-lm {
  color: #F9C833;
  border: 2px solid;
  border-radius: 50px;
  padding: 12px 35px;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  font-weight: 800; }
  .btn-lm:hover {
    color: #ffffff;
    background-color: #F9C833; }

.desc-abt {
  text-align: center;
  padding: 60px; }
  .desc-abt h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px; }

.page-id-9 .we-support {
  background-color: #ffffff; }
  .page-id-9 .we-support:after {
    border-top-color: #ffffff; }

.center-btn {
  text-align: center;
  padding: 20px 0px 60px; }

.page-id-9 .heading-sec h1.layer-grey::after {
  background-color: #ffffff; }

.description-para-new h3 {
  font-size: 16px;
  font-weight: bold; }
.description-para-new h4 {
  font-size: 16px;
  font-weight: bold;
  color: #F9C833; }

.grey-line {
  width: 100%;
  border: 1.5px solid rgba(46, 49, 146, 0.34); }

@-moz-document url-prefix() {
  .grey-line {
    width: 100%;
    border: 2px solid rgba(46, 49, 146, 0.34); } }
.pop-up-schedule .close {
  position: absolute;
  right: -25px;
  top: -25px;
  opacity: 1;
  outline: none; }
.pop-up-schedule .form-div {
  padding: 40px 0px 20px;
  min-height: 450px; }
  .pop-up-schedule .form-div #gform_fields_1 {
    display: table; }
  .pop-up-schedule .form-div h3 {
    width: 100%;
    padding: 0px;
    text-align: center; }
  .pop-up-schedule .form-div .gform_wrapper .gform_footer {
    width: 100%;
    text-align: center; }
  .pop-up-schedule .form-div .gform_confirmation_message {
    text-align: center;
    padding-top: 60px; }

@media (max-width: 481px) {
  .heading-sec h1 {
    font-size: 26px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .heading-sec h1 {
    font-size: 34px; } }
@media (max-width: 767px) {
  .content-description, .heading-img {
    text-align: left;
    padding: 15px 0;
    display: flex;
    align-items: baseline; }
    .content-description .content-logo, .heading-img .content-logo {
      float: left;
      /* margin: 10px auto;*/ }

  .content-description {
    display: block; }
    .content-description h3 {
      display: block;
      width: 100%;
      /*text-align: center;*/ }

  .testimonial {
    text-align: center; }
    .testimonial .test .content-testimonial p {
      text-align: center;
      word-break: break-word; }

  .pop-up-schedule .form-div {
    /*padding-right:40px;
    padding-left:40px;*/
    padding: 10px; }
    .pop-up-schedule .form-div .ginput_container input {
      margin-left: 0;
      padding: 0 !important;
      margin: 0 !important; }
    .pop-up-schedule .form-div .ginput_container textarea {
      margin: 0 !important; }
    .pop-up-schedule .form-div .gform_wrapper li.gfield_error {
      margin: 0 !important; }
      .pop-up-schedule .form-div .gform_wrapper li.gfield_error label {
        margin: 0 !important; }
      .pop-up-schedule .form-div .gform_wrapper li.gfield_error .validation_message {
        padding: 0 !important; }
    .pop-up-schedule .form-div .gform_wrapper label.gfield_label {
      padding: 7px 12px;
      font-size: 14px;
      text-align: center; }
    .pop-up-schedule .form-div .gform_wrapper .gform_footer {
      margin: 0;
      padding: 0; }
      .pop-up-schedule .form-div .gform_wrapper .gform_footer .gform_ajax_spinner {
        display: none; }
  .pop-up-schedule .close {
    right: -4px;
    top: -18px;
    cursor: pointer; }

  .modal.show .modal-dialog {
    margin: 24px 10px; }

  .content-description .description-para p {
    /*                text-align: center;
    */ }

  .practice-content h5 {
    text-align: center; }

  .description-para-new {
    text-align: center; }

  .content-description .description-para {
    /*  padding-top: 0px;
      padding-bottom: 20px;*/ }
    .content-description .description-para h4 {
      margin: auto; } }
.adv-content p {
  font-size: 18px;
  word-spacing: 0;
  word-break: break-all; }

.heading-sec {
  padding-bottom: 20px; }

.desc-abt {
  padding: 15px 3px; }

.practice-content {
  padding: 0; }

.we-support {
  padding: 30px 10px; }

.video-modal .modal-dialog .modal-content .modal-header {
  border: none; }
.video-modal .modal-dialog .modal-content .modal-body {
  text-align: center; }
.video-modal .modal-dialog .modal-content .modal-footer {
  border: none; }
  .video-modal .modal-dialog .modal-content .modal-footer button {
    background-color: #F9C833;
    color: #ffffff;
    border-color: #F9C833; }
    .video-modal .modal-dialog .modal-content .modal-footer button:hover {
      background-color: #ffffff;
      color: #F9C833; }

@media all and (max-width: 575px) {
  .logo {
    width: 70%; }

  .menu-social-links-container {
    margin: auto;
    display: block;
    justify-content: center;
    text-align: center; }

  .pop-up-schedule .form-div {
    /*padding: 0 20px;*/
    height: auto;
    min-height: auto; }
    .pop-up-schedule .form-div .gform_wrapper label.gfield_label {
      font-size: 14px;
      text-align: left;
      padding: 0; }
    .pop-up-schedule .form-div .gform_confirmation_message {
      padding-top: 10px;
      padding-bottom: 30px; } }
@media all and (max-width: 470px) {
  .content-description, .heading-img {
    text-align: center;
    padding: 15px 0;
    display: block; }
    .content-description .content-logo, .heading-img .content-logo {
      float: none;
      margin: 10px auto; }

  .content-description h3 {
    display: block;
    width: 100%;
    text-align: center; }

  .content-description .description-para p {
    text-align: center; } }
.header {
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ffffff; }
  .header .container {
    position: relative; }
  .header .header-contact {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    z-index: 1;
    font-family: "Open Sans", sans-serif; }
    .header .header-contact .phone-no {
      float: left;
      padding: 0px 40px 0px 0px; }
      .header .header-contact .phone-no a {
        color: #F9C833;
        font-size: 15px;
        letter-spacing: 2.8px;
        font-weight: 600; }
    .header .header-contact label {
      color: #9B9B9B;
      float: left;
      padding-right: 10px; }
    .header .header-contact ul {
      display: table;
      margin-bottom: 0px;
      padding-top: 2px; }
      .header .header-contact ul li {
        position: relative;
        margin: 0px 5px;
        float: left;
        font-weight: 600;
        color: #ffffff;
        width: 18px;
        height: 18px;
        background: #F9C833;
        border-radius: 31px;
        text-align: center;
        font-size: 11px;
        padding: 3px 0px;
        border: 1px solid #F9C833; }
        .header .header-contact ul li:hover {
          color: #2E3192;
          box-shadow: 0px 3px 3px -1px #2E3192; }
        .header .header-contact ul li a {
          position: absolute;
          font-size: 0px;
          height: 100%;
          width: 100%; }
  .header .navbar {
    padding: 0px; }
    .header .navbar .navbar-brand {
      padding: 0px;
      margin: 0px; }
    .header .navbar ul {
      position: relative;
      width: 100%;
      text-align: right;
      display: table;
      margin-top: 55px;
      margin-bottom: 0px; }
      .header .navbar ul li {
        display: inline-block;
        padding: 0px 30px 24px; }
        .header .navbar ul li a {
          font-size: 16px;
          font-weight: 600;
          color: #0A243E; }
        .header .navbar ul li .sub-menu {
          display: none;
          width: 99.99%;
          z-index: 999;
          position: absolute;
          top: 79px;
          right: 0;
          left: 0;
          margin-top: 0;
          border-radius: 10px;
          background-color: #ffffff;
          grid-template-columns: auto auto auto;
          overflow: hidden; }
          .header .navbar ul li .sub-menu li {
            padding: 10px;
            cursor: pointer;
            border-right: 1px solid #F6F9FC;
            border-bottom: 1px solid #F6F9FC; }
            .header .navbar ul li .sub-menu li a {
              display: flex;
              align-items: center;
              text-align: left;
              font-size: 14px; }
              .header .navbar ul li .sub-menu li a span {
                display: table;
                float: left; }
              .header .navbar ul li .sub-menu li a img {
                height: 50px;
                object-fit: scale-down;
                margin-right: 10px; }
          .header .navbar ul li .sub-menu.show-dd {
            display: grid; }
      .header .navbar ul .tab-demo {
        padding-right: 0px;
        padding-bottom: 8px; }
        .header .navbar ul .tab-demo a {
          position: relative;
          height: 42px;
          font-size: 15px;
          font-weight: bold;
          display: inline-block;
          border: 2px solid #F9C833;
          border-radius: 50px;
          color: #F9C833;
          padding: 8px 50px 8px 20px; }
          .header .navbar ul .tab-demo a::after {
            position: absolute;
            top: -2px;
            right: -2px;
            content: url("./../images/comment.png"); }
  .header .navbar-dark .navbar-toggler {
    border: 1px solid #F9C833;
    outline: none;
    padding: 4px 10px 8px; }
    .header .navbar-dark .navbar-toggler .icon-bar {
      margin-top: 4px;
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #F9C833; }

/*wp-changes*/
.header .menu {
  width: 100%; }
.header .menu-top-nav-container {
  width: 100%; }
.header .navbar ul li a {
  text-transform: uppercase; }

.social-link-top {
  display: table; }

.menu-social-links-container {
  display: table; }

.add-arrow:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #ffffff;
  transform: rotate(45deg);
  top: 66px;
  margin: auto; }

.header.scroll .add-arrow:before {
  box-shadow: 0px 0px 6px 1px #F9C833 !important; }
.header.scroll .navbar ul li .sub-menu.show-dd {
  box-shadow: 0px 0px 6px 1px #F9C833 !important; }

.nav-sol {
  cursor: pointer; }

.header .navbar ul .current-menu-item a {
  color: #F9C833; }

/*wp-changes-end*/
@media all and (max-width: 767px) {
  .add-arrow:before {
    display: none; }

  .header .navbar {
    max-height: 75vh;
    overflow-y: auto; } }
@media (max-width: 480px) {
  .header .navbar ul li .sub-menu.show-dd {
    display: table; }
    .header .navbar ul li .sub-menu.show-dd li {
      width: 100%; } }
@media (max-width: 767px) {
  .header .container {
    padding: 0; }
  .header .navbar .navbar-brand {
    padding: 10px; }
  .header .navbar .navbar-toggler {
    margin-right: 10px; }
  .header .navbar ul {
    background-color: #F6F9FC;
    padding: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #F9C833; }
    .header .navbar ul li {
      width: 100%;
      text-align: left;
      border-top: 1px solid #F9C833;
      padding: 10px 15px;
      background: #ffffff !important; }
      .header .navbar ul li .sub-menu {
        position: static;
        border: 0px; }
        .header .navbar ul li .sub-menu.show-dd {
          grid-template-columns: auto auto;
          margin-top: 11px;
          position: static;
          box-shadow: none !important;
          border: 1px solid #F9C833; }
          .header .navbar ul li .sub-menu.show-dd li {
            width: 100%;
            border-top: 0px; }
            .header .navbar ul li .sub-menu.show-dd li a {
              font-size: 12px; }
              .header .navbar ul li .sub-menu.show-dd li a img {
                height: 40px; }

  .menu-social-links-container {
    margin: auto; }

  .add-arrow:before {
    width: 16px;
    height: 16px;
    border-top: 1px solid #F9C833;
    border-left: 1px solid #F9C833;
    top: 0;
    left: 0;
    right: 203px;
    bottom: 421px;
    border-bottom: 20px solid #ffffff;
    box-shadow: none !important;
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar ul li .sub-menu {
    top: 114px; }

  .section-banner .banner-text h1 {
    font-size: 42px; } }
@media all and (max-width: 575px) {
  .header .header-contact label {
    float: none;
    padding-right: 0; }
  .header .header-contact ul {
    display: table;
    margin-bottom: 0px;
    padding-top: 2px;
    justify-content: center;
    text-align: center;
    display: inline-flex; }

  .social-link-top {
    display: table;
    margin: auto;
    margin-right: 0; } }
.footer {
  background: #F6F9FC;
  padding: 40px 0px;
  position: relative;
  clear: both; }
  .footer.arrowt:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #ffffff;
    clear: both;
    margin: auto; }
  .footer .footer-div .footer-1 {
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    padding-bottom: 10px; }
    .footer .footer-div .footer-1 .foo-nav {
      float: left;
      padding: 0px 4px; }
      .footer .footer-div .footer-1 .foo-nav h4 {
        color: #0A243E;
        font-size: 16px;
        font-weight: bold;
        display: inline-block; }
      .footer .footer-div .footer-1 .foo-nav ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding-top: 10px; }
        .footer .footer-div .footer-1 .foo-nav ul li {
          padding: 0px 5px 0px 15px;
          position: relative;
          overflow: auto; }
          .footer .footer-div .footer-1 .foo-nav ul li::before {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            left: 0; }
          .footer .footer-div .footer-1 .foo-nav ul li a {
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            color: #000000; }
    .footer .footer-div .footer-1 .foo-contact {
      display: table;
      text-align: center;
      border: 1px solid #9B9B9B;
      padding: 30px;
      float: right; }
      .footer .footer-div .footer-1 .foo-contact h4 {
        color: #0A243E;
        font-size: 16px;
        font-weight: bold; }
      .footer .footer-div .footer-1 .foo-contact a {
        font-family: "Montserrat", sans-serif;
        color: #9B9B9B;
        font-weight: 900;
        font-size: 16px; }
  .footer .footer-2 {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    padding-bottom: 30px;
    padding-top: 30px; }
    .footer .footer-2 .foo-logo {
      float: left; }
    .footer .footer-2 .foo-social {
      float: right;
      padding: 15px 0px; }
      .footer .footer-2 .foo-social ul {
        margin: 0px; }
        .footer .footer-2 .foo-social ul li {
          position: relative;
          cursor: pointer;
          float: left;
          color: #ffffff;
          display: flex;
          align-items: center;
          width: 32px;
          height: 32px;
          border: 1px solid #0A243E;
          background-color: #0A243E;
          border-radius: 50px;
          text-align: center;
          padding: 4px 0px;
          margin: 0px 5px; }
          .footer .footer-2 .foo-social ul li::before {
            margin: auto; }
          .footer .footer-2 .foo-social ul li:hover {
            color: #F9C833;
            box-shadow: -2px 3px 5px 0px #F9C833; }
          .footer .footer-2 .foo-social ul li a {
            position: absolute;
            font-size: 0px;
            height: 100%;
            width: 100%;
            /*color:$white;
            display: inline-block;
            width:32px;
            height: 32px;
            border:1px solid $text-dark;
            background-color: $text-dark;
            border-radius: 50px;
            text-align: center;
            padding: 4px 0px;
            margin: 0px 5px;
            &:hover{
                color:$orange;
                box-shadow: -2px 3px 5px 0px $orange;
            }*/ }
          .footer .footer-2 .foo-social ul li::last-child a {
            margin-right: 0px; }
  .footer .copy-right {
    padding-top: 20px; }
    .footer .copy-right p {
      font-size: 14px;
      margin-bottom: 0px; }

.viewoff {
  display: none; }

@media (max-width: 991px) {
  .footer .footer-div .footer-1 .foo-nav {
    float: none; }
  .footer .footer-div .footer-1 .foo-contact {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .footer {
    padding: 25px 0; }
    .footer .footer-div .footer-1 {
      display: flex;
      align-items: center; }
      .footer .footer-div .footer-1 A
      .foo-nav {
        float: none;
        /*margin: auto;*/ }
        .footer .footer-div .footer-1 A
        .foo-nav ul {
          text-align: left;
          width: 70%;
          display: grid;
          margin: 10px auto; }
          .footer .footer-div .footer-1 A
          .foo-nav ul#menu-footer-menu-1 {
            width: 35%; }
        .footer .footer-div .footer-1 A
        .foo-nav h4 {
          width: 100%;
          text-align: center; }
        .footer .footer-div .footer-1 A
        .foo-nav ul li a {
          font-size: 12px; }
      .footer .footer-div .footer-1 .foo-contact {
        margin-top: 30px;
        float: none;
        margin: auto; }
    .footer .footer-div .footer-2 {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .footer .footer-div .footer-2 .foo-logo {
        flex: 0 0 80%; }
        .footer .footer-div .footer-2 .foo-logo .logo2 {
          width: 35%; }
    .footer .copy-right {
      font-size: 14px;
      text-align: center; } }
@media all and (max-width: 470px) {
  .footer .footer-div .footer-2 .foo-logo {
    flex: 0 0 73%; }
    .footer .footer-div .footer-2 .foo-logo .logo2 {
      width: 50%; } }
.section-banner {
  min-height: 250px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-banner .banner-text h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 900; }
  .section-banner .page-heading h1 {
    color: #ffffff;
    font-size: 70px;
    text-align: center;
    font-weight: 800; }

.solution-sec {
  padding: 40px 0px; }
  .solution-sec .solution-content {
    text-align: center;
    padding: 40px 0px; }
    .solution-sec .solution-content img {
      margin-bottom: 25px; }
    .solution-sec .solution-content h3 {
      font-size: 24px; }
    .solution-sec .solution-content a h3 {
      font-size: 25px;
      font-family: 'Montserrat'; }

.staying-true {
  background: linear-gradient(180deg, #E1E4E9 0%, #E2E6E9 49.46%, #E2E6E9 100%); }
  .staying-true .staying-true-text {
    padding: 40px 0px; }
    .staying-true .staying-true-text h1 {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.8;
      position: relative;
      z-index: 9;
      text-align: justify; }
      .staying-true .staying-true-text h1 span {
        color: #F9C833; }
  .staying-true .staying-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right; }
    .staying-true .staying-img img {
      width: 100%; }

.advantage-sec {
  padding: 60px 0px; }

.adv-content {
  padding: 0px 10px; }
  .adv-content h4 {
    font-size: 28px; }
  .adv-content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    .adv-content ul li {
      padding: 10px 0px 10px 30px;
      position: relative;
      overflow: auto; }
      .adv-content ul li::before {
        content: url(./../images/double-arrow.png);
        position: absolute;
        left: 0; }

.why-sec {
  background-color: #F6F9FC;
  padding: 60px 0px 80px; }
  .why-sec .heading-sec h1::after {
    background-color: #F6F9FC; }

.join-sec {
  position: relative;
  background: linear-gradient(90deg, #0A243E 0%, #2E3192 1.37%, #1081E0 100%);
  text-align: center;
  padding: 80px 0px;
  clear: both; }
  .join-sec h1 {
    color: #ffffff;
    font-size: 42px; }
  .join-sec a {
    color: #ffffff;
    height: 48px;
    display: inline-block;
    font-size: 15px;
    background: linear-gradient(90deg, #FE677E 0%, #FF914D 100%);
    border: 2px solid transparent;
    font-weight: 800;
    border-radius: 50px;
    padding: 11px 35px;
    margin-top: 30px; }
    .join-sec a:hover {
      background: transparent;
      color: #F9C833;
      border-color: #F9C833; }

.home .section-banner .banner-text h1 {
  color: #0A243E; }

@media (max-width: 575px) {
  .staying-true .staying-img img {
    width: 70%; } }
@media (max-width: 767px) {
  .section-banner .banner-text {
    text-align: center; }
    .section-banner .banner-text h1 {
      font-size: 32px;
      text-align: center; }
  .section-banner .page-heading h1 {
    font-size: 32px; }

  .solution-sec .solution-content h3 {
    font-size: 16px; }

  .staying-true .staying-true-text {
    text-align: center; }
    .staying-true .staying-true-text h1 {
      font-size: 20px;
      text-align: center; }
  .staying-true .staying-img {
    left: auto;
    display: none; }

  .adv-content {
    padding: 20px;
    text-align: center; }
    .adv-content p {
      text-align: center;
      word-break: normal; }
    .adv-content ul li {
      padding: 3px 0px 10px 17px;
      text-align: left;
      font-size: 15px; }

  .join-sec h1 {
    font-size: 32px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner .page-heading h1 {
    font-size: 40px; }

  .adv-content p {
    font-size: 16px;
    margin-bottom: 5px; } }
@media all and (max-width: 767px) {
  .section-banner {
    background: #0a243e;
    background-image: none !important;
    padding: 55px 0;
    min-height: 150px; }

  .home .section-banner .banner-text h1 {
    color: #ffffff; } }
.staying-true.about-staying {
  background: transparent; }
  .staying-true.about-staying .staying-true-text {
    text-align: center; }

.about-sec .col-md-6 {
  padding: 0px; }
.about-sec .abt-img {
  height: 100%; }
  .about-sec .abt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.about-sec .content-align {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 60px; }
  .about-sec .content-align .content-about {
    padding: 20px 0px; }
    .about-sec .content-align .content-about h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: justify; }
    .about-sec .content-align .content-about h4 {
      font-size: 18px;
      font-weight: bold;
      text-align: justify; }
    .about-sec .content-align .content-about p {
      padding: 20px 0px;
      margin-bottom: 0px; }

.view-more-div {
  display: table;
  margin-top: 34px;
  padding-right: 20px;
  position: absolute;
  bottom: -50px; }

a.morelink {
  color: #F9C833;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  margin-right: 40px; }

.new-para-div {
  padding-top: 20px;
  position: relative;
  text-align: justify; }

.morecontent span {
  display: none; }

.btn-schedule-new {
  width: 75%;
  margin-left: auto; }

.about-sec .row.arrange-order:nth-of-type(even) .img-column {
  order: 1; }

@media (min-width: 768px) and (max-width: 991px) {
  .view-more-div {
    position: static;
    bottom: auto; }

  .btn-schedule-new {
    width: auto; }

  .about-sec .content-align {
    padding: 0px 30px; }

  .address-div {
    padding-right: 0px; } }
@media (min-width: 1200px) {
  .staying-true.about-staying .staying-true-text {
    padding: 40px 140px; } }
@media all and (max-width: 767px) {
  .about-sec .content-align {
    padding: 0 20px; }

  .btn-schedule-new {
    width: 100%;
    margin: auto;
    justify-content: center;
    text-align: center; }

  .about-sec .content-align .content-about h3 {
    text-align: center; }
  .about-sec .content-align .content-about h4 {
    text-align: center; }

  .new-para-div {
    text-align: center; }

  .view-more-div {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    text-align: center;
    width: auto;
    justify-content: center; }
    .view-more-div a.morelink {
      margin: 0; }

  .btn-schedule {
    margin-top: 45px; } }
/*@media all and (max-width: 470px){
    .view-more-div{
        margin: auto;
    display: block;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    text-align: center;
    width: auto;
    justify-content: center;
    }
}*/
.form-sec {
  padding-top: 60px;
  padding-bottom: 40px; }

.address-div {
  padding-right: 60px; }
  .address-div h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px; }
  .address-div p {
    font-size: 16px;
    font-weight: 600; }
  .address-div ul li {
    font-weight: 500; }
    .address-div ul li label {
      min-width: 30%; }
    .address-div ul li a {
      color: inherit; }
  .address-div .hr-line {
    border-color: #F9C833; }
  .address-div .view-map {
    color: #F9C833;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }

.form-div {
  /*.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
      /*width: 70%;
      margin-left: auto;
      padding-left: 30px;*/
  /*}/*/
    /*.gform_wrapper {
        .gfield_error {
            .gfield_label {

            }
        }
    }*/ }
  .form-div > h3 {
    width: 70%;
    margin-left: auto;
    font-size: 24px;
    font-weight: 600;
    padding-left: 24px;
    margin-bottom: 30px; }
  .form-div .gform_wrapper label.gfield_label {
    text-align: right;
    float: left;
    width: 30%;
    font-weight: 500;
    padding: 12px;
    margin-bottom: 0px; }
  .form-div .gform_wrapper ul li.gfield {
    display: table !important;
    width: 100%; }
  .form-div .gform_wrapper ul li.gfield_error .validation_message {
    width: 70% !important;
    margin-left: auto !important;
    padding-left: 30px !important; }
  .form-div .ginput_container {
    width: 70%;
    float: right; }
    .form-div .ginput_container input {
      border-top: 0px !important;
      border-right: 0px !important;
      border-left: 0px !important;
      border-bottom: 1px solid #979797 !important;
      outline: none;
      opacity: 0.65;
      margin-left: 30px;
      padding: 10px 0px !important;
      width: calc( 100% - 15px ) !important; }
    .form-div .ginput_container .textarea {
      height: 100px;
      border: 0px;
      border-bottom: 1px solid #979797;
      outline: none;
      opacity: 0.65;
      margin-left: 30px;
      padding: 10px 0px !important;
      width: calc( 100% - 15px ) !important; }
  .form-div .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
    width: 70% !important;
    float: right; }
  .form-div .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px; }
  .form-div .gform_wrapper .top_label input.medium {
    width: calc(100% - 15px); }
  .form-div div.ginput_container_name span {
    padding: 0px; }
  .form-div .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0px; }
  .form-div .gform_wrapper .gform_footer {
    width: 70% !important;
    margin-left: auto !important; }
    .form-div .gform_wrapper .gform_footer .gform_button {
      width: auto;
      outline: none;
      color: #F9C833;
      height: 54px;
      display: inline-block;
      font-size: 15px;
      background-color: #ffffff;
      border: 2px solid #F9C833;
      font-weight: bold;
      border-radius: 50px;
      padding: 11px 35px;
      margin-top: 20px;
      position: relative;
      z-index: 9; }
      .form-div .gform_wrapper .gform_footer .gform_button:hover {
        color: #ffffff;
        background-color: #F9C833; }
  .form-div .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0px; }
  .form-div .validation_error {
    display: none; }
  .form-div .gform_wrapper .validation_message {
    color: red; }
  .form-div .gform_confirmation_message_1 {
    width: 70%;
    margin-left: auto;
    padding-left: 24px;
    padding-top: 40px; }
    .form-div .gform_confirmation_message_1 h3 {
      width: 100%;
      padding: 0px; }

.map-sec {
  width: 100%;
  height: 500px; }
  .map-sec iframe {
    width: 100%;
    height: 100%; }

#input_1_8_3, #input_3_8_3 {
  background-image: url("./../images/rocket.png");
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: auto; }

@media all and (max-width: 575px) {
  .form-sec {
    text-align: center; }
    .form-sec .gform_wrapper label.gfield_label {
      text-align: center;
      float: none; }
    .form-sec .gform_wrapper .top_label div.ginput_container input {
      margin: 0; }
    .form-sec .gform_wrapper .top_label div.ginput_container textarea {
      margin: 0; }

  .form-div .gform_wrapper ul {
    /* display: inline-grid; */
    text-align: center;
    justify-content: center;
    margin: auto; }
    .form-div .gform_wrapper ul li {
      display: inline-block !important;
      /*/* width: 100%; */
      text-align: left;
      justify-content: center;
      margin: auto;
      margin: auto; }
      .form-div .gform_wrapper ul li label.gfield_label {
        text-align: left;
        float: none;
        padding: 0;
        width: 100%; }
      .form-div .gform_wrapper ul li div.ginput_container {
        width: 100% !important; }
      .form-div .gform_wrapper ul li div.ginput_complex.ginput_container.gf_name_has_1 {
        width: 100% !important; }
      .form-div .gform_wrapper ul li.gfield_error .validation_message {
        width: 100% !important;
        margin: 0 !important;
        padding: 3px 0 !important; }
  .form-div .gform_confirmation_message_1 {
    width: 100%;
    padding: 0;
    margin: 0; }
  .form-div .gform_footer {
    width: 100% !important;
    margin: auto !important;
    justify-content: center !important;
    text-align: center !important; }

  .address-div {
    padding-right: 0; }
    .address-div ul {
      width: 70%;
      margin: auto;
      text-align: left; } }
.testimonial-post-listing-sec {
  padding: 100px 0 60px 0;
  /* Non-grid specific CSS */ }
  .testimonial-post-listing-sec .grid {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
    grid-auto-rows: 0px; }
  .testimonial-post-listing-sec .item {
    background-color: #ffffff; }
  .testimonial-post-listing-sec .content {
    border: 1px solid #2E3192;
    padding: 30px; }
    .testimonial-post-listing-sec .content .testimonial-profile-pic-div img {
      display: block;
      margin: auto;
      width: 124px;
      height: 124px;
      border-radius: 50%; }
    .testimonial-post-listing-sec .content .testimonial-list-content-div h3 {
      color: #F9C833;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      margin-top: 20px; }
    .testimonial-post-listing-sec .content .testimonial-list-content-div span {
      display: block;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: Montserrat; }
    .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div {
      position: relative;
      z-index: 1;
      padding-top: 30px;
      margin-top: -15px; }
      .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div p {
        font-family: Montserrat;
        font-size: 16px;
        font-style: italic;
        line-height: 22px;
        font-weight: 500;
        padding: 20px 0;
        position: relative;
        z-index: 1; }
      .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        position: absolute;
        color: #f1f1f1;
        font-size: 60px;
        z-index: -1;
        left: 0;
        font-style: normal;
        top: 0; }

@media all and (max-width: 420px) {
  .testimonial-post-listing-sec .grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
  .testimonial-post-listing-sec .content {
    padding: 20px 20px 15px 20px; }
    .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div p {
      font-size: 14px;
      line-height: 20px; } }
/*For IE Browser*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .testimonial-post-listing-sec .grid {
    display: flex;
    flex-wrap: wrap; }
    .testimonial-post-listing-sec .grid .item {
      flex: 0 0 33.33%; }
      .testimonial-post-listing-sec .grid .item .content {
        height: 600px;
        overflow-y: auto;
        margin: 15px; } }
@media all and (-ms-high-contrast: none) and (max-width: 991px), all and (-ms-high-contrast: active) and (max-width: 991px) {
  .testimonial-post-listing-sec .grid .item {
    flex: 0 0 50%; } }
@media all and (-ms-high-contrast: none) and (max-width: 991px), all and (-ms-high-contrast: active) and (max-width: 991px) {
  .testimonial-post-listing-sec .grid .item {
    flex: 0 0 100%; } }
@media all and (max-width: 767px) {
  .testimonial-post-listing-sec {
    padding: 60px 0 30px 0; }
    .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div {
      padding-top: 0; }
      .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div:before {
        top: 0px; }
      .testimonial-post-listing-sec .content .testimonial-list-content-div .descrip-div p {
        padding-bottom: 0;
        text-align: center; }

  .testimonial .slick-list.draggable::after {
    opacity: 0.1; } }
/* page-testinomials */
.testimonials-sec {
  display: table; }
  .testimonials-sec .single-testimonial {
    border: 2px solid #2E3192;
    float: left;
    padding: 30px; }
    .testimonials-sec .single-testimonial h3 {
      color: #F9C833;
      font-size: 24px;
      font-weight: bold; }
    .testimonials-sec .single-testimonial h5 {
      font-size: 16px; }
    .testimonials-sec .single-testimonial p {
      font-style: italic; }

/* testinomials */
.custom-slider {
  padding: 40px 0px;
  float: left;
  width: 100%; }

.slider {
  padding: 0;
  padding-bottom: 20px; }

.testimonial .slick-dots {
  position: relative;
  color: transparent; }

.testimonial .test {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 10px;
  width: 50%;
  min-height: 300px; }

.testimonial .test img {
  box-shadow: none;
  margin: auto; }

.testimonial .test .common {
  margin: auto; }

.testimonial .test .test-row {
  padding: 50px; }

.testimonial h4 {
  color: #26286C;
  font-size: 24px;
  line-height: 0; }

.testimonial p {
  color: #4A4A4A;
  font-size: 18px;
  font-style: italic;
  line-height: 26px; }

.testimonial .slick-list.draggable {
  position: relative; }

.testimonial .slick-list.draggable:before {
  content: "";
  position: absolute;
  width: 14%;
  height: 100%;
  display: block;
  left: -20px;
  top: 0;
  opacity: 0.5;
  background-color: #ffffff;
  z-index: 9;
  border-radius: 11px; }

.testimonial .slick-list.draggable::after {
  content: "";
  position: absolute;
  width: 14%;
  height: 100%;
  display: block;
  right: -15px;
  top: 0;
  opacity: 0.5;
  background-color: #ffffff;
  z-index: 9;
  border-radius: 11px; }

/*media query for 1200px*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; } }
/*media query for 1024px*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; } }
/*media query for 991px*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; } }
/*media query for 580px*/
@media screen and (min-width: 580px) and (max-width: 767px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; }

  .testimonial .slick-list.draggable:before {
    opacity: 0; } }
/*media query for 470px*/
@media screen and (min-width: 470px) and (max-width: 579px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; }

  .testimonial .slick-list.draggable:before {
    opacity: 0; } }
/*media query for 320px*/
@media screen and (min-width: 320px) and (max-width: 469px) {
  .testimonial p {
    padding-top: 20px; }
  .testimonial .test .test-row {
    padding: 29px; } }
.testimonials-sec ul {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap; }
  .testimonials-sec ul li {
    float: left;
    width: 33.33%; }

.flow-diagram {
  display: table;
  width: 100%; }

.flow-div ul {
  /*-webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;*/
  display: table; }
  .flow-div ul li {
    position: relative;
    padding: 30px 0px;
    width: 20%;
    float: left;
    display: inline-block; }
    .flow-div ul li .icon-div {
      text-align: center; }
      .flow-div ul li .icon-div .img-div {
        position: relative;
        border: 1px solid #F6F9FC;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
        display: inline-block;
        padding: 20px;
        border-radius: 8px; }
        .flow-div ul li .icon-div .img-div::before {
          content: url(./../images/arrow-right.png);
          position: absolute;
          display: flex;
          align-items: center;
          top: 0;
          right: 100%;
          bottom: 0;
          padding: 0px 20px; }
      .flow-div ul li .icon-div p {
        font-size: 12px;
        padding: 15px 0px; }
    .flow-div ul li:first-child .icon-div .img-div::before {
      display: none; }
    .flow-div ul li:first-child .icon-div .img-div::after {
      display: none; }
    .flow-div ul li:nth-child(5) .icon-div .img-div::after {
      content: url(./../images/arrow-down.png);
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      padding: 30px 0px; }
    .flow-div ul li:nth-child(n+6) {
      float: right; }
      .flow-div ul li:nth-child(n+6) .icon-div .img-div::before {
        display: none; }
      .flow-div ul li:nth-child(n+6) .icon-div .img-div::after {
        content: url(./../images/arrow-left.png);
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        right: 100%;
        bottom: 0;
        padding: 0px 20px; }
    .flow-div ul li:last-child .icon-div .img-div::before {
      display: none; }
    .flow-div ul li:last-child .icon-div .img-div::after {
      display: none; }

.new-cons .practice-content {
  padding-top: 80px; }
.new-cons .medical-content {
  padding: 20px 0px; }
.new-cons .row-new-cons {
  padding: 40px 0px; }

@media (max-width: 575px) {
  .flow-div ul li {
    width: 50%; }
    .flow-div ul li:nth-child(n+3) {
      float: right; }
      .flow-div ul li:nth-child(n+3) .icon-div .img-div::before {
        display: none; }
    .flow-div ul li:nth-child(n+5) {
      float: left; }
      .flow-div ul li:nth-child(n+5) .icon-div .img-div::after {
        display: none; }
    .flow-div ul li:nth-child(n+7) {
      float: right; }
    .flow-div ul li:nth-child(n+9) {
      float: left; }
    .flow-div ul li:nth-child(2) .icon-div .img-div::before, .flow-div ul li:nth-child(6) .icon-div .img-div::before, .flow-div ul li:nth-child(10) .icon-div .img-div::before {
      content: '';
      background-image: url(./../images/arrow-right.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      top: 0;
      right: 100%;
      bottom: 0;
      margin: 0px 50%; }
    .flow-div ul li:nth-child(3) .icon-div .img-div::after, .flow-div ul li:nth-child(7) .icon-div .img-div::after {
      content: '';
      background-image: url(./../images/arrow-left.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      top: 0;
      right: 100%;
      bottom: 0;
      margin: 0px 50%; }
    .flow-div ul li:nth-child(odd) .icon-div .img-div::before {
      content: '';
      display: block;
      background-image: url(./../images/arrow-down.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      top: -110%;
      right: 0;
      left: 0;
      text-align: center;
      margin: 0px; }
    .flow-div ul li:first-child .icon-div .img-div::before {
      display: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .flow-div ul li {
    width: 33.33%; }
    .flow-div ul li:nth-child(n+4) {
      float: right; }
      .flow-div ul li:nth-child(n+4) .icon-div .img-div::before {
        display: none; }
      .flow-div ul li:nth-child(n+4) .icon-div .img-div::after {
        content: url(./../images/arrow-left.png);
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        right: 100%;
        left: auto;
        bottom: 0;
        padding: 0px 20px; }
    .flow-div ul li:nth-child(7) .icon-div .img-div::after {
      display: none; }
    .flow-div ul li:nth-child(n+7) {
      float: left; }
    .flow-div ul li:nth-child(n+8) .icon-div .img-div::after {
      display: none; }
    .flow-div ul li:nth-child(n+8) .icon-div .img-div::before {
      content: url(./../images/arrow-right.png);
      position: absolute;
      display: flex;
      align-items: center;
      top: 0;
      right: 100%;
      bottom: 0;
      padding: 0px 20px; }
    .flow-div ul li:nth-child(3) .icon-div .img-div::after, .flow-div ul li:nth-child(6) .icon-div .img-div::after, .flow-div ul li:nth-child(9) .icon-div .img-div::after {
      content: url(./../images/arrow-down.png);
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      padding: 30px 0px; }
    .flow-div ul li:last-child .icon-div .img-div::before {
      display: none; } }
@media (max-width: 1199px) {
  .new-cons .practice-content {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .flow-div ul li .icon-div p {
    font-size: 14px; } }
@media all and (max-width: 575px) {
  .new-cons .row-new-cons {
    padding: 0; } }
@media all and (max-width: 470px) {
  .flow-div ul li:nth-child(2) .icon-div .img-div::before {
    width: 85%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0px 5px; }
  .flow-div ul li:nth-child(3) .icon-div .img-div::after {
    width: 85%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0px 5px; }
  .flow-div ul li:nth-child(6) .icon-div .img-div::before {
    width: 85%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0px 5px; }
  .flow-div ul li:nth-child(7) .icon-div .img-div::after {
    width: 85%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0px 5px; }
  .flow-div ul li:nth-child(10) .icon-div .img-div::before {
    width: 85%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: 0px 5px; } }
.medical-content h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: justify; }
.medical-content p {
  text-align: justify; }
.medical-content ul {
  display: table; }
  .medical-content ul li {
    width: 33.33%;
    float: left;
    padding: 10px; }
    .medical-content ul li .icon-div {
      text-align: left; }
      .medical-content ul li .icon-div p {
        font-size: 11px;
        margin-bottom: 0px;
        padding: 15px 0px;
        height: 90px;
        line-height: 15px;
        overflow: hidden;
        text-align: unset; }
      .medical-content ul li .icon-div .img-div:after {
        content: '';
        display: block;
        background-image: url(./../images/arrow-right.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 90%;
        bottom: 0;
        margin: 0px 25%; }
    .medical-content ul li:nth-child(n+4) {
      float: right; }
    .medical-content ul li:nth-child(n+7) {
      float: left; }
    .medical-content ul li:nth-child(n+4) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-left.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: auto;
      right: 90%;
      bottom: 0;
      margin: 0px 25%; }
    .medical-content ul li:nth-child(n+7) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-right.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 90%;
      right: auto;
      bottom: 0;
      margin: 0px 25%; }
    .medical-content ul li:nth-child(3n+0) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-down-1.png);
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 125%;
      right: 0;
      left: 0;
      text-align: center;
      margin: 25% 0; }
    .medical-content ul li:last-child .icon-div .img-div::after {
      display: none; }

.kpi-dashboard .kpi-img {
  margin: 10px 0px; }
  .kpi-dashboard .kpi-img img {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.32); }

.medical-content {
  padding: 20px 0px; }

@media all and (max-width: 575px) {
  .kpi-dashboard .kpi-img p {
    text-align: center; }

  .medical-content {
    padding: 0;
    /*text-align: center;*/ }
    .medical-content h6 {
      /*text-align: center;*/ }
    .medical-content p {
      /*text-align: center;*/
      padding: 0; }
    .medical-content ul {
      margin: 0; }
      .medical-content ul li {
        width: 50%;
        padding: 20px 10px; }
        .medical-content ul li .icon-div p {
          font-size: 11px; }
        .medical-content ul li .icon-div .img-div {
          padding: 15px; }
        .medical-content ul li:nth-child(n+3) {
          float: right; }
          .medical-content ul li:nth-child(n+3) .icon-div .img-div::after {
            display: none; }
        .medical-content ul li:nth-child(n+5) {
          float: left; }
        .medical-content ul li:nth-child(n+7) {
          float: right; }
        .medical-content ul li:nth-child(n+9) {
          float: left; }
        .medical-content ul li:nth-child(3) .icon-div .img-div::after, .medical-content ul li:nth-child(7) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-left.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 180%;
          left: auto;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(1) .icon-div .img-div::after, .medical-content ul li:nth-child(5) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: auto;
          left: 180%;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(even) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-down-1.png);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 195%;
          right: 0;
          left: 0;
          text-align: center;
          margin: 5px 0; }
        .medical-content ul li:last-child .icon-div .img-div::after {
          display: none; } }
@media (max-width: 768px) {
  .medical-content ul li .icon-div {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .medical-content ul li {
    width: 50%; }
    .medical-content ul li .icon-div p {
      font-size: 11px; }
    .medical-content ul li .icon-div .img-div {
      padding: 15px; }
    .medical-content ul li:nth-child(n+3) {
      float: right; }
      .medical-content ul li:nth-child(n+3) .icon-div .img-div::after {
        display: none; }
    .medical-content ul li:nth-child(n+5) {
      float: left; }
    .medical-content ul li:nth-child(n+7) {
      float: right; }
    .medical-content ul li:nth-child(n+9) {
      float: left; }
    .medical-content ul li:nth-child(3) .icon-div .img-div::after, .medical-content ul li:nth-child(7) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-left.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 100%;
      left: auto;
      bottom: 0;
      margin: 0 40%; }
    .medical-content ul li:nth-child(1) .icon-div .img-div::after, .medical-content ul li:nth-child(5) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-right.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: auto;
      left: 100%;
      bottom: 0;
      margin: 0 40%; }
    .medical-content ul li:nth-child(even) .icon-div .img-div::after {
      content: '';
      display: block;
      background-image: url(./../images/arrow-down-1.png);
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 150%;
      right: 0;
      left: 0;
      text-align: center;
      margin: 25% 0; }
    .medical-content ul li:last-child .icon-div .img-div::after {
      display: none; } }
@media all and (max-width: 575px) {
  .kpi-dashboard .kpi-img p {
    text-align: center; }

  .medical-content {
    padding: 0; }
    .medical-content h6 {
      /*text-align: center;*/ }
    .medical-content p {
      /*text-align: center;*/
      padding: 0; }
    .medical-content ul {
      margin: 0; }
      .medical-content ul li {
        width: 50%;
        padding: 20px 10px; }
        .medical-content ul li .icon-div p {
          font-size: 11px; }
        .medical-content ul li .icon-div .img-div {
          padding: 15px; }
        .medical-content ul li:nth-child(n+3) {
          float: right; }
          .medical-content ul li:nth-child(n+3) .icon-div .img-div::after {
            display: none; }
        .medical-content ul li:nth-child(n+5) {
          float: left; }
        .medical-content ul li:nth-child(n+7) {
          float: right; }
        .medical-content ul li:nth-child(n+9) {
          float: left; }
        .medical-content ul li:nth-child(3) .icon-div .img-div::after, .medical-content ul li:nth-child(7) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-left.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 100%;
          left: auto;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(1) .icon-div .img-div::after, .medical-content ul li:nth-child(5) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: auto;
          left: 100%;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(even) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-down-1.png);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 195%;
          right: 0;
          left: 0;
          text-align: center;
          margin: 5px 0; }
        .medical-content ul li:last-child .icon-div .img-div::after {
          display: none; } }
@media all and (max-width: 470px) {
  .kpi-dashboard .kpi-img p {
    text-align: center; }

  .medical-content {
    padding: 0;
    text-align: center; }
    .medical-content h6 {
      text-align: center; }
    .medical-content p {
      text-align: center;
      padding: 0; }
    .medical-content ul {
      margin: 0; }
      .medical-content ul li {
        width: 50%;
        padding: 20px 10px; }
        .medical-content ul li .icon-div p {
          font-size: 11px; }
        .medical-content ul li .icon-div .img-div {
          padding: 15px; }
        .medical-content ul li:nth-child(n+3) {
          float: right; }
          .medical-content ul li:nth-child(n+3) .icon-div .img-div::after {
            display: none; }
        .medical-content ul li:nth-child(n+5) {
          float: left; }
        .medical-content ul li:nth-child(n+7) {
          float: right; }
        .medical-content ul li:nth-child(n+9) {
          float: left; }
        .medical-content ul li:nth-child(3) .icon-div .img-div::after, .medical-content ul li:nth-child(7) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-left.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 100%;
          left: auto;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(1) .icon-div .img-div::after, .medical-content ul li:nth-child(5) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 95%;
          height: 100%;
          position: absolute;
          top: 0;
          right: auto;
          left: 100%;
          bottom: 0;
          margin: 0 5px; }
        .medical-content ul li:nth-child(even) .icon-div .img-div::after {
          content: '';
          display: block;
          background-image: url(./../images/arrow-down-1.png);
          background-repeat: no-repeat;
          background-size: auto;
          background-position: center;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 195%;
          right: 0;
          left: 0;
          text-align: center;
          margin: 5px 0; }
        .medical-content ul li:last-child .icon-div .img-div::after {
          display: none; } }
@media screen and (orientation: landscape) {
  /* Landscape styles */ }
/* iPads (portrait) ----------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-div .gform_wrapper .gform_footer .gform_button {
    padding: 11px 20px !important; }

  .we-support .add-div img {
    width: auto;
    height: auto; }

  .flow-div ul li .icon-div .img-div::before {
    /*content: url(./../images/arrow-right.png)! important;*/
    /* position: absolute! important;
     display: flex! important;
     align-items: center! important;*/
    top: 35% !important;
    left: 120% !important;
    right: 100% !important;
    display: block !important;
    margin: auto;
    bottom: 0 !important;
    padding: 0px 20px !important; }
  .flow-div ul li:nth-child(n+5) .icon-div .img-div {
    /*&::after{*/
    /*content: url(./../images/arrow-left.png);*/
    /*position: absolute;
    display: flex;*/
    /*align-items: center;
    top: 100%! important;
    right: 0%! important;
    left: 0%! important;
    bottom: 0;
    padding: 0px 20px;*/
    /*}*/ }
    .flow-div ul li:nth-child(n+5) .icon-div .img-div::before {
      display: none !important; }
  .flow-div ul li:nth-child(n+6) .icon-div .img-div::before {
    display: none !important; }
  .flow-div ul li:nth-child(n+6) .icon-div .img-div::after {
    /*content: url(./../images/arrow-left.png);*/
    /*position: absolute;
    display: flex;*/
    align-items: center;
    top: 0;
    right: 0% !important;
    left: -180% !important;
    bottom: 0;
    padding: 0px 20px; }

  .testimonial-post-listing-sec .grid .item .content {
    height: auto; }

  .header .navbar ul li .sub-menu.show-dd {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .header .navbar ul li .sub-menu.show-dd li {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      display: inline-flex; }
      .header .navbar ul li .sub-menu.show-dd li a span {
        display: inline; }
  .header .header-contact ul li {
    /*&::before{
    	content: "";
    }*/
    width: 18px;
    height: 18px;
    cursor: pointer; }
    .header .header-contact ul li a {
      display: inline-block;
      position: absolute;
      width: 18px;
      height: 18px;
      color: transparent;
      font-size: 18px;
      left: 0; } }
@media (max-width: 767px) {
  .header .header-contact {
    position: unset;
    display: table;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex; }
    .header .header-contact label {
      padding-right: 3px; }
    .header .header-contact .phone-no a {
      letter-spacing: 1.8px; }

  .we-support .add-div img {
    margin-bottom: 30px; }

  .about-sec .row.arrange-order:nth-of-type(even) .img-column {
    order: unset; }

  .form-div {
    margin-top: 40px; }
    .form-div > h3 {
      width: auto; } }

/*# sourceMappingURL=master.css.map */
