@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i|Roboto+Slab:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600;1,700;1,900&display=swap");
.c-schedule--wrapper {
  -webkit-box-shadow: 0 2px 12px 2px rgba(35, 35, 35, 0.16);
          box-shadow: 0 2px 12px 2px rgba(35, 35, 35, 0.16);
}

body {
  font-family: "Roboto", sans-serif;
  background: #f3f9fe;
}

.subheader-wrap {
  /*background: url(../images/sub-header-bg.jpg) no-repeat center center;*/
  background-size: cover;
  height: 200px;
  width: calc(100% + 30px);
  margin: 0 -15px;
  position: relative;
  z-index: -1;
}

.subheader-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #405189;
  /*rgb(49, 130, 213);*/
  z-index: -1;
  display: none;
}

.page-content {
  margin-top: 0 !important;
}

.c-form-group label {
  color: #454545;
}

.c-form-group .form-control {
  border: 0;
  border-bottom: 2px solid rgba(69, 69, 69, 0.35);
  color: #3f3f3f;
  border-radius: 0;
  width: 100%;
  padding-top: 0.65em;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.c-form-group .form-control:focus {
  border-color: #454545;
}

.razorpay-payment-button {
  margin: auto;
  width: 120px;
  display: block;
}

.razorpay-payment-button:hover:disabled {
  color: #ffffff !important;
}

.razorpay-payment-button:hover:not(:disabled) {
  background-color: #ffffff !important;
  border-color: #405189 !important;
}

.c-title--text {
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  color: #405189;
}

.c-section--spacing, .c-remote-visit-main--wrapper .c-remote-visit-header--wrapper, .c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper, .c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper, .c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-book-appointment-section--wrapper {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.c-login-img--wrapper {
  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: 100%;
  overflow: hidden;
}

.c-login-img--wrapper img {
  width: 100%;
}

.text-darkGray {
  color: #454545 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #454545 !important;
}

.o-btn {
  font-family: "Poppins", sans-serif;
  color: #405189;
  font-size: 14px;
  border: 2px solid #405189;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.o-btn.o-btn--dark {
  color: #ffffff;
  background-color: #405189;
}

.o-btn.o-btn--dark span {
  background: #ffffff;
}

.o-btn.o-btn--dark:hover {
  color: #405189;
}

.o-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #405189;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
          transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.o-btn:hover {
  color: #ffffff;
}

.o-btn:hover span {
  -webkit-transform: translateY(0) scale(2);
          transform: translateY(0) scale(2);
}

.o-btn:hover span:nth-child(1) {
  --n: 1;
}

.o-btn:hover span:nth-child(2) {
  --n: 2;
}

.o-btn:hover span:nth-child(3) {
  --n: 3;
}

.o-btn:hover span:nth-child(4) {
  --n: 4;
}

.c-title--wrapper {
  margin-bottom: 1.5em;
}

.c-title--wrapper .c-title {
  text-align: center;
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #405189;
  font-weight: 700;
  font-size: 2.3em;
}

.c-title--wrapper .c-title:after {
  content: attr(data-title);
  display: block;
  color: #959595;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  font-weight: 700;
  opacity: 0.06;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: titleAnim 10s infinite ease-in-out backwards;
          animation: titleAnim 10s infinite ease-in-out backwards;
}

@-webkit-keyframes titleAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes titleAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-title--wrapper .c-sub-title--wrapper {
  text-align: center;
  max-width: 600px;
  margin: 1.5em auto 0;
  font-size: 0.9em;
}

.text-blue {
  color: #405189;
}

.c-border {
  border-radius: 0;
  border: 1px solid #f1f2f3;
}

.c-panel--title {
  background: #405189;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  display: block;
}

.c-schedule--wrapper {
  background-color: #ffffff;
  padding: 1em 1.5em;
}

.c-schedule--wrapper .c-schedule-img--wrapper {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(35, 35, 35, 0.16);
          box-shadow: 0px 0px 10px -2px rgba(35, 35, 35, 0.16);
}

.c-schedule--wrapper .c-schedule--content {
  margin-top: 0;
  color: #454545;
}

.c-schedule--wrapper .c-schedule--name {
  color: #405189;
  font-family: "Roboto Slab", serif;
}

.c-schedule--wrapper .c-schedule--address {
  color: #454545;
}

.c-schedule--wrapper .control-label {
  color: #454545;
}

.subheader-wrap::before {
  background: #405189;
}

.c-control-label {
  font-size: 12px;
}

.c-control-label b {
  font-size: 16px;
  color: #405189;
}

.c-btn-file {
  position: relative;
  overflow: hidden;
}

.c-btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  cursor: inherit;
  display: block;
}

.inputGroup label {
  cursor: default;
}

.inputGroup input {
  display: block;
  color: inherit;
  font: inherit;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  -webkit-rtl-ordering: logical;
  -webkit-writing-mode: horizontal-tb;
}

.inputGroup input[type="checkbox"],
.inputGroup input[type="radio"] {
  -webkit-appearance: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: inherit;
  padding: 0;
  cursor: pointer;
}

.inputGroup input[type="radio"] + span,
.inputGroup input[type="checkbox"] + span {
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  border: solid 1px #757575;
  background-color: #f1f2f3;
  padding: 6px 20px;
  width: 145px;
  text-align: center;
  color: #454545;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 0 12px 0px rgba(63, 63, 63, 0);
          box-shadow: 0 0 12px 0px rgba(63, 63, 63, 0);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.inputGroup input[type="radio"]:checked + span,
.inputGroup input[type="checkbox"]:checked + span {
  background-color: #405189;
  color: #ffffff;
}

.inputGroup input[type="radio"]:hover:not(:disabled) + span,
.inputGroup input[type="checkbox"]:hover:not(:disabled) + span {
  border-color: #757575;
  -webkit-box-shadow: 0 0 12px 0px rgba(63, 63, 63, 0.16);
          box-shadow: 0 0 12px 0px rgba(63, 63, 63, 0.16);
}

.inputGroup input[type="radio"]:disabled + span,
.inputGroup input[type="checkbox"]:disabled + span {
  cursor: not-allowed;
  border-color: #f1f2f3;
  background-color: #f1f2f3;
  color: #afafaf;
}

.c-checkbox--wrapper input[type="checkbox"] {
  display: none;
}

.c-checkbox--wrapper input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.c-checkbox--wrapper input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.c-checkbox--wrapper input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.c-checkbox--wrapper input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-list--wrapper {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-list--wrapper li {
  position: relative;
  color: #3f3f3f;
}

.c-list--wrapper li + li {
  margin-top: 0.5em;
}

.c-list--wrapper li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  color: #c90500;
}

.c-dynamic-frame--wrapper {
  padding: 1em;
  margin-top: 1em;
  border: 1px solid #959595;
}

.c-dynamic-frame--subWrapper {
  padding: 0.5em;
}

.c-dynamic-frame--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-dynamic-frame-header--count {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #405189;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 0.5em;
}

.c-dynamic-frame-header--name {
  font-weight: 600;
}

.c-dynamic-frame--accordionWrapper {
  margin-top: 1em;
}

.c-dynamic-frame-accordion--box {
  margin-top: 1em;
  border: 1px solid #959595;
  border-radius: 10px;
  overflow: hidden;
}

.c-dynamic-frame-accordion--header .btn {
    width: 100%;
    text-align: left;
    background: #e2e5ed;
    color: #454545;
    font-weight: 600;
    border-radius: 0;
    padding: 1em 0.5em;
    text-decoration: none;
    position: relative;
}

.c-dynamic-frame-accordion--header .btn:hover {
  background: #40518980;
}

.c-dynamic-frame-accordion--header .btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.8em;
  position: absolute;
  top: 7px;
  right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.c-dynamic-frame-accordion--header .btn.collapsed::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-dynamic-frame-accordion--body {
  padding: 1.45em;
}

.start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.start-header.scroll-on {
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.start-header.scroll-on .navbar-brand img {
  height: 45px;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .navbar {
  padding: 0;
}

.navigation-wrap .navbar-brand img {
  height: 60px;
  width: auto;
  display: block;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navigation-wrap .navbar-toggler:active {
  outline: none;
}

.navigation-wrap .navbar-toggler:focus {
  outline: none;
}

.navigation-wrap .navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .navbar-light .navbar-toggler-icon:after {
  content: '';
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  left: 0;
  z-index: 2;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  top: 8px;
}

.navigation-wrap .navbar-light .navbar-toggler-icon:before {
  content: '';
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navigation-wrap .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-wrap .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.navigation-wrap .nav-link {
  color: #212121 !important;
  font-weight: 500;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.navigation-wrap .nav-item {
  position: relative;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .nav-item:hover .nav-link {
  color: #405189 !important;
}

.navigation-wrap .nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.navigation-wrap .nav-item.no-animation:after {
  display: none;
}

.navigation-wrap .nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #405189;
  opacity: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

@media (max-width: 767px) {
  .navigation-wrap .nav-item:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation-wrap .nav-item:before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
}

.navigation-wrap .nav-item.active .nav-link {
  color: #c90500 !important;
}

.navigation-wrap .nav-item.active:hover:after {
  opacity: 0;
}

.navigation-wrap .nav-item .dropdown-menu {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.navigation-wrap .dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(63, 63, 63, 0.15);
          box-shadow: 0 5px 10px 0 rgba(63, 63, 63, 0.15);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

@media (max-width: 767px) {
  .navigation-wrap .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
  }
}

@media (max-width: 767px) {
  .navigation-wrap .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  .navigation-wrap .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}

.navigation-wrap .dropdown-toggle:after {
  display: none;
}

@media (max-width: 767px) {
  .navigation-wrap .dropdown-toggle:after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
  }
}

.navigation-wrap .dropdown-item {
  padding: 8px 16px;
  color: #3f3f3f;
  border-radius: 2px;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.navigation-wrap .dropdown-item:hover {
  color: #fff;
  background-color: rgba(201, 5, 0, 0.6);
}

.navigation-wrap .dropdown-item:focus {
  color: #fff;
  background-color: rgba(201, 5, 0, 0.6);
}

footer {
  background-color: #f1f2f3;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #454545;
}

footer .c-footer-page--link {
  color: #454545;
  text-decoration: none;
  font-weight: 500;
}

.c-home-banner--wrapper {
  margin-top: 1.5em;
  background: url("../images/banner-bg.png") no-repeat top left;
  background-size: cover;
  background-color: #f1f2f3;
  background-position: -10%, 0;
  height: 600px;
}

.c-home-banner--wrapper .c-home-banner-row--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-home-banner--wrapper .c-home-banner-content--title {
  font-family: "Roboto Slab", serif;
  color: #405189;
  font-size: 2.7em;
  margin-bottom: 0;
}

.c-home-banner--wrapper .c-home-banner-content--text {
  margin: 1em 0;
  font-size: 0.9em;
}

.c-home-banner--wrapper .c-home-banner-image--wrapper svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-home-banner--wrapper .c-home-banner-content-typeEffect--wrapper {
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: 600;
}

.c-home-banner--wrapper .c-home-banner-content-typeEffect--wrapper .c-home-banner-content-type--effect {
  color: #c90500;
  font-weight: 600;
  text-decoration: underline;
}

.c-home-banner--wrapper .c-home-banner-content-typeEffect--wrapper .c-home-banner-content-type--effect:after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
}

.c-home-banner--wrapper .c-home-banner-content-type--effect-cursor {
  opacity: 0;
  display: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-home-about-section-wrapper {
  position: relative;
}

.c-home-about-section-wrapper:after {
  content: '';
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(50%, rgba(149, 149, 149, 0.1)), color-stop(50%, #ffffff));
  background-image: linear-gradient(0, rgba(149, 149, 149, 0.1) 50%, #ffffff 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-home-about-section-wrapper .c-home-about-section-image-mockup--wrapper::after {
  position: absolute;
  background-image: linear-gradient(28deg, rgba(149, 149, 149, 0.1) 50%, #ffffff 50%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-home-about-section-wrapper .c-home-about-section-content--wrapper {
  text-align: center;
  margin-top: 1.5em;
}

.c-home-about-section-wrapper .c-home-about-section-content--wrapper .c-home-about-section-content--title {
  font-size: 1.8em;
  color: #405189;
}

.c-home-about-section-wrapper .c-home-about-section-content--wrapper .c-home-about-section-content--text {
  max-width: 768px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-home-features-section--wrapper .c-home-features-section-box--wrapper {
  -webkit-box-shadow: 0 0 14px 1px rgba(63, 63, 63, 0.16);
          box-shadow: 0 0 14px 1px rgba(63, 63, 63, 0.16);
  border-radius: 10px;
  padding: 1em 1.5em;
  text-align: center;
  margin: 15px 0;
}

.c-home-features-section--wrapper .c-home-features-section-box--wrapper .c-home-features-section-box-icon--wrapper > svg,
.c-home-features-section--wrapper .c-home-features-section-box--wrapper .c-home-features-section-box-icon--wrapper > img {
  max-width: 250px;
  max-height: 250px;
}

.c-home-features-section--wrapper .c-home-features-section-box--wrapper .c-home-features-section-box--title {
  font-size: 1.4em;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0;
  color: #405189;
}

.c-home-security-section--row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-home-security-section--wrapper {
  background-color: #f6f7f8;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper .c-home-security-section-box-sub--wrapper i {
  font-size: 1.5em;
  color: #405189;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper .c-home-security-section-box-sub--wrapper h4 {
  font-size: 1.5em;
  font-family: "Roboto Slab", serif;
  color: #405189;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper .c-home-security-section-box-sub--wrapper p {
  font-size: 0.8em;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper .c-home-security-section-box-sub--wrapper + .c-home-security-section-box-sub--wrapper {
  margin-top: 1em;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper.c-home-security-section-boxLeft--wrapper {
  text-align: right;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper.c-home-security-section-boxMiddle--wrapper > svg {
  max-width: 100%;
}

.c-home-security-section--wrapper .c-home-security-section-box--wrapper.c-home-security-section-boxRight--wrapper {
  text-align: left;
}

.c-home-use-section--wrapper .c-home-use-section-title--wrapper {
  margin-top: 2.5em;
}

.c-home-use-section--wrapper .c-home-use-section-title--wrapper h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #c90500;
}

.c-home-use-section--wrapper .c-home-use-section-tab--wrapper .c-home-use-section-nav-tab--wrapper {
  border-bottom: 1px solid #405189;
}

.c-home-use-section--wrapper .c-home-use-section-tab--wrapper .c-home-use-section-nav-tab--wrapper .nav-item .nav-link {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  padding: 0.6em 1.8em;
  border: none;
  color: #405189;
  border-bottom: 3px solid transparent;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.c-home-use-section--wrapper .c-home-use-section-tab--wrapper .c-home-use-section-nav-tab--wrapper .nav-item .nav-link.active {
  border-color: #405189;
}

.c-home-use-section--wrapper .c-home-use-section-tab--wrapper .c-home-use-section-nav-tab--wrapper .nav-item .nav-link:hover {
  border-color: #959595;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper,
.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxImage--wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper {
  padding-right: 4.5em;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper h4 {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 1.6em;
  font-family: "Roboto Slab", serif;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper p {
  font-size: 0.9em;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper ul li {
  position: relative;
  color: #3f3f3f;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper ul li + li {
  margin-top: 0.5em;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxItem--wrapper ul li:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  color: #c90500;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxImage--wrapper {
  height: 260px;
  -webkit-box-shadow: 0 0 10px 1px rgba(149, 149, 149, 0.1);
          box-shadow: 0 0 10px 1px rgba(149, 149, 149, 0.1);
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-boxImage--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-home-use-section--wrapper .c-home-use-section-tab-content-box--wrapper .c-home-use-section-tab-content-box--link {
  margin-top: 1.5em;
}

.c-register-form--wrapper {
  padding: 1.2em;
}

.c-register-form--wrapper .control-label {
  margin-bottom: 0;
}

.c-register-form--wrapper .c-form-passsword--btn {
  position: absolute;
  top: 25px;
  right: 10px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-register-form--wrapper .c-register-form-details--group {
  padding: 0.5em;
  border: 1px solid #d6d9db;
  margin: 0;
}

.c-register-form--wrapper .c-register-form-details--group + .c-register-form-details--group {
  margin-top: 2em;
}

.c-register-form--wrapper .c-register-form-details--group .c-title--text {
  font-size: 1em;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  top: -20px;
  margin-bottom: 0;
}

.c-privacy-policy--wrapper {
  margin-top: 70px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.c-privacy-policy--wrapper .c-privacy-policy--col + .c-privacy-policy--col {
  margin-top: 1.5em;
}

.c-privacy-policy--wrapper .c-privacy-policy--col .c-privacy-policy--title {
  font-weight: 600;
  color: #405189;
  font-family: "Roboto Slab", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
}

.c-privacy-policy--wrapper .c-privacy-policy--col .c-privacy-policy--title:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  font-size: 0.6em;
}

.c-privacy-policy--wrapper .c-privacy-policy--col .c-privacy-policy--content {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.c-privacy-policy--wrapper .c-privacy-policy--col .c-privacy-policy--subtitle {
  font-weight: 600;
  color: #29407C;
  font-family: "Roboto Slab", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  margin-bottom: 12px;
  text-align: center;
}

/* Schedule Page Start */
.c-schedule--name {
  display: block;
}

.c-schedule--row {
  margin-top: 30px;
}

.c-schedule--row h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
}

.c-schedule--mainWrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 100%;
}

.c-schedule--wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
  right: 0;
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .c-schedule--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-schedule-img--wrapper {
  background: #fff;
  /*padding: 0.5em;*/
  border-radius: 10px;
  -webkit-box-shadow: 2px -4px 10px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 2px -4px 10px 3px rgba(0, 0, 0, 0.16);
  display: inline-block;
  margin-top: 0;
  height: 80px;
  width: 240px;
}

.c-schedule-img--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-schedule--content {
  display: block;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 576px) {
  .c-schedule--content {
    text-align: center;
  }
}

.c-schedule--content {
  color: white;
}

/* Schedule Page End */
.c-remote-visit-main-header--wrapper .c-remote-visit-main-header-group--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .c-remote-visit-main-header--wrapper .c-remote-visit-main-header-group--wrapper .control-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 0 !important;
    margin-top: 0.5em;
  }
}

.c-remote-visit-main--wrapper {
  border-top: 1px solid rgba(149, 149, 149, 0.7);
}

.c-remote-visit-main--wrapper .c-remote-visit-header--wrapper {
  text-align: center;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-header--wrapper .c-remote-visit-header--title {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0.25em;
  color: #405189;
}

.c-remote-visit-main--wrapper .c-remote-visit-header--wrapper .c-remote-visit-header--subTitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #232323;
}

.c-remote-visit-main--wrapper .c-remote-visit-header--wrapper .c-remote-visit-header--content {
  max-width: 768px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1em;
  color: rgba(35, 35, 35, 0.75);
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper {
  margin: 0;
  border-top: 1px solid rgba(149, 149, 149, 0.7);
  border-bottom: 1px solid rgba(149, 149, 149, 0.7);
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper .c-remote-visit-benefits-section--col {
  text-align: center;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper .c-remote-visit-benefits-section--col .c-remote-visit-benefits-section--image {
  width: 200px;
  height: 200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper .c-remote-visit-benefits-section--col .c-remote-visit-benefits-section--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper .c-remote-visit-benefits-section--col .c-remote-visit-benefits-section--title {
  color: #405189;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.7em;
  max-width: 220px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-benefits-section--wrapper .c-remote-visit-benefits-section--col .c-remote-visit-benefits-section--content {
  font-size: 0.9em;
  color: rgba(198, 57, 98, 0.9);
  font-weight: 300;
  max-width: 380px;
  letter-spacing: 0.3px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-feature-section-header--wrapper {
  text-align: center;
  margin-bottom: 2.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-feature-section-header--wrapper .c-remote-visit-feature-section-header--title {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0.25em;
  color: #405189;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-table--wrapper .c-remote-visit--table {
  border-color: #405189;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-table--wrapper .c-remote-visit--table thead {
  background-color: #405189;
  color: #ffffff;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-table--wrapper .c-remote-visit--table thead th {
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #405189;
  font-family: "Roboto Slab", serif;
  padding: 1em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-table--wrapper .c-remote-visit--table tbody tr td {
  border-color: #405189;
  padding: 1em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-feature-section--wrapper .c-remote-visit-header--content {
  max-width: 768px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1em;
  color: rgba(35, 35, 35, 0.75);
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-book-appointment-section--wrapper {
  background-color: #f1f2f3;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-book-appointment-section--wrapper .c-remote-visit-book-appointment-section-header--wrapper {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0.25em;
  color: #405189;
  text-align: center;
}

.c-remote-visit-main--wrapper .c-remote-visit-body--wrapper .c-remote-visit-book-appointment-section--wrapper .c-remote-visit-book-appointment-section-header--wrapper .c-remote-visit-book-appointment-section-header--title {
  margin-bottom: 1em;
}
/*# sourceMappingURL=main.css.map */

/*Payment Page*/
.payment-page--wrapper .card {
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.payment-page--wrapper .total-payment {
    font-size: 22px;
    font-weight: 600;
    color: #405189;
}

.payment-page--wrapper .card-header {
    padding: 10px 0;
    background: transparent;
}

.payment-page--wrapper .card-body {
    padding: 15px 0 0;
    text-align: left;
}

.payment-page--wrapper .form-group {
    margin-bottom: 25px;
}

    .payment-page--wrapper .form-group .form-control {
        font-size: 14px;
        height: 40px;
        border: 1px solid #40518966;
        /*color: #405189 !important;*/
        font-weight: 500;
    }

        .payment-page--wrapper .form-group .form-control:focus {
            border: 1px solid #405189;
        }

    .payment-page--wrapper .form-group input:-webkit-autofill {
        -webkit-text-fill-color: #405189;
        font-weight: 500;
    }

.payment-page--wrapper .btn {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
}

.payment-page--wrapper .control-label {
    color: #c1657f;
    margin-bottom: 3px;
}

.payment-status-page--wrapper .payment-status-animation--wrapper {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}

    .payment-status-page--wrapper .payment-status-animation--wrapper img {
        width: 100%;
        height: 100%;
    }

.payment-status-page--wrapper .sr-main {
    flex-flow: column;
    align-items: center;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    overflow: hidden;
}

.failed-page--wrapper .payment-status-animation--wrapper {
    width: 250px;
    height: 250px;
    margin-bottom: 40px;
}

.payment-status-page--wrapper .sr-payment-summary {
    margin: 0 0 15px;
}

.payment-status-page--wrapper .payment--text {
    font-size: 66px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}

.success-page--wrapper .sr-payment-summary h1, .success-page--wrapper .payment--text {
    color: #008000;
}

.failed-page--wrapper .payment--text {
    font-size: 70px;
}

.failed-page--wrapper .sr-payment-summary h1, .failed-page--wrapper .payment--text {
    color: #405189;
}

.client-payment-page--wrapper .sr-main {
    text-align: center;
    border-radius: 0;
}
.client-payment-page--wrapper .payment-status-animation--wrapper {
    margin: 0 auto;
}
.client-payment-page--wrapper .sr-payment-summary h1 {
    font-size: 30px;
    margin: 0 0 25px;
}
.client-payment-card--wrapper .card {
    box-shadow: 0 2px 12px 2px rgb(0 0 0 / 18%);
    border-radius: 0;
}

@media(max-width: 576px){
    .c-dynamic-frame-accordion--header .btn {
        white-space: normal;
        padding: 10px 35px 10px 14px;
    }
}