﻿

img {
  max-width: 100%;
}

html, body {
  height: 100%;
}

body {
  font-family: "Elza Text";
  font-size: 16px;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}

/*h1, .sectionTitle {
  font-size: 50px;
  font-family: 'Elza Text Bold';
  line-height: 1.2;
}*/

.form-control {
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat Regular";
  padding: 10px 14px;
  min-height: 40px;
  border: 1px solid #7D706E;
}

.form-control::placeholder {
  color: #000;
}


.selectDropdown select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
}

.selectDropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url(../images/blackDownArrow.svg)no-repeat;
  width: 12px;
  height: 12px;
}

a.btn-link {
  font-size: 16px;
  font-family: 'Elza Text Bold';
  color: #015C98;
  border-radius: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  border: none !important;
  margin-top: 12px;
}

a.btn-link .imgIcon {
  margin-left: 10px;
}

a.btn-link:hover,a.btn-link:focus, a.btn-link:visited {
  color: #015C98;
  border: none;
  text-decoration: none;
  opacity: 0.85;
}

a.btn-link .iconWrapper {
  margin-left: 6px;
  max-width: 18px;
  display: inline-block;
}

.seat .count {
  font-size: 22px;
  font-family: 'Montserrat Bold';
  color: #000000;
  line-height: 18px;
}

.seat .avail {
  font-size: 8px;
  font-family: 'Montserrat Medium';
  color: #000000;
  line-height: 8px;
}

.seat {
  display: flex;
  flex-direction: column;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #AFD679;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: 20px;
  justify-content: center;
}

/*.greySectionTitle {
  color: #606060;
}*/

.asideNavSection {
  background: #E5F7FF;
  border-radius: 30px;
  padding: 24px 24px 12px 24px;
}

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

.asideNavTitle {
    color: #606060;
    font-family: 'Elza Text Bold';
    margin-bottom: 20px;
    font-size: 25px;
}

.asideNavSection li a {
  color: #606060;
  font-size: 16px;
  text-decoration: none !important;
  padding: 12px 0;
  display: block;
}

.asideNavSection li a:hover, .asideNavSection li a:focus, .asideNavSection li a.active {
  color: #606060;
  font-size: 16px;
  text-decoration: none !important;
  font-family: 'Elza Text Bold';
}

.asideNavSection li {
  border-bottom: 1px solid #cee4ea;
}

.asideNavSection li:last-child {
  border-bottom: none;
}

.quickSearchSec {
  background: #015C98;
  color: #fff;
  padding: 30px 0;
}

.quickSearchWrapper {
  padding: 0 100px;
  align-items: end;
}

.quickSearchWrapper .control-label {
  font-size: 14px;
  font-family: 'Elza Text Medium';
  margin-bottom: 10px;
}

.quickSearchWrapper .form-control {
  font-size: 12px;
  font-family: 'Elza Text Medium';
  border-radius: 100px;
  padding: 10px 14px;
  color: #fff;
  background: transparent !important;
  border: 1px solid #fff !important;
}

.quickSearchWrapper .form-control::placeholder {
  color: rgba(255,255,255,0.9);
}

.quickSearchWrapper .btn-outline-primary {
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent !important;
  padding: 7px 24px;
  font-family: 'Elza Text Bold';
}

.asideSearchWrapper {
  margin-top: 20px;
}

.asideNavSection .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.asideNavSection .filterKeyword {
  margin-right: 15px;
}

.asideNavSection .ctrlGrp {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed rgb(1 92 152 / 50%);
  margin-bottom: 16px;
}

.asideNavSection .form-control, .asideNavSection .form-select {
  background-color: #fff !important;
  border: 1px solid #015C98;
  border-radius: 6px;
  font-family: 'Elza Text Medium';
  font-size: 12px;
  padding: 10px 12px;
  color: #6A6A6A;
}

.asideNavSection .form-control::placeholder, .asideNavSection .form-select::placeholder {
  color: #6A6A6A;
}

.selectParent {
  position: relative;
  width: 100%;
}

    .selectParent::after {
        content: '';
        display: inline-flex;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: url(/Master/Design001/assets/images/downGrey.svg) no-repeat;
        width: 12px;
        height: 12px;
        background-size: 100% 100%;
        background-position: center center;
        z-index: -1;
    }

.filterAction {
  margin-top: 30px;
  margin-bottom: 15px;
}

.filterSwitch .switch {
  position: relative;
  display: inline-block;
  min-width: 30px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 0px;
}

.filterSwitch .switch input {
  display: none;
}

.filterSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  border: 1px solid #6A6A6A;
  border-radius: 8px;
  height: 15px;
}

.filterSwitch .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 1px;
  bottom: 1px;
  background-color: #6A6A6A;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.filterSwitch input:checked + .slider {
  background-color: rgb(1 92 152 / 20%);
}

.filterSwitch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.filterSwitch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  background: #015C98;
}

.filterSwitch .slider:after {
  content: '';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  padding-left: 18px;
}

.filterSwitch input:checked + .slider:after {
  content: '';
  white-space: nowrap;
  padding-left: 0;
}

.cartSec {
    padding: 8px 14px;
    border-radius: 8px;
    transition: background .2s ease;
    color: #333;
}

    .cartSec:hover {
        background: #f5f5f5;
        text-decoration: none;
    }

.headerGrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  align-items: center;
}

.toggleSwitchGroup {
  border: 1px solid #015C98;
  border-radius: 6px;
  display: flex;
  align-self: flex-start;
  overflow: hidden;
}

.toggleGroup .hoverIcon {
  display: none;
}

.toggleGroup:hover .hoverIcon,.toggleGroup.active .hoverIcon {
  display: inline-flex;
}

.toggleGroup:hover .default,.toggleGroup.active .default {
  display: none;
}

.toggleGroup img {
  width: 24px;
  height: 24px;
}

.toggleGroup {
  padding: 8px 8px;
  cursor: pointer;
}

.toggleGroup.active, .toggleGroup:hover {
  background: #015C98;
}

.form-check-input[type=checkbox] {
  border-radius: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #6A6A6A;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #015C98;
  border-color: #015C98;
}

.form-check-label {
  font-size: 14px;
  color: #606060;
  padding-left: 12px;
  padding-top: 4px;
}

.searchResultSec {
  background: #F7F7F7;
  padding: 30px 0 90px 0;
}

.asideSubtitle {
  color: #606060;
  font-size: 18px;
  font-family: 'Elza Text Bold';
  border-bottom: 1px dashed rgb(1 92 152 / 50%);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.switchGroup {
  display: inline-flex;
  margin-left: 20px;
  max-height: 42px;
  margin-top: 28px;
}

    .switchGroup .sortIcon {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
        border: 1px solid #015C98;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
.switchGroup > div.calendarIcon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.switchGroup > div {
  cursor: pointer;
}

    .switchGroup > div:hover .hoverIcon, .switchGroup > div.active .hoverIcon {
        display: inline-block;
        background: #015C98;
    }

.switchGroup > div img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 100%;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-radius: 5px;
}

.switchGroup > div:hover .default, .switchGroup > div.active .default {
  display: none;
}

.switchGroup .hoverIcon {
  display: none;
}

.asideNavSection .customGrp .imgIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  max-width: 24px;
}

.asideNavSection .customGrp {
  width: 100%;
  position: relative;
}

.asideNavSection .customGrp .form-control {
  padding-right: 40px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #6A6A6A;
  background-color: #fff;
  border: 1px solid #6A6A6A;
}

.page-item .page-link {
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #212721;
  background: transparent;
}

.page-item.disabled .page-link {
  border: 1px solid transparent;
  color: #6A6A6A;
}

.page-item .page-link:hover {
  background: #fff;
  color: #212721;
}

.page-link.previousLink, .page-link.nextLink {
  color: #212721;
}

.page-item .page-link:hover, .page-item .page-link:focus {
  color: #212721;
  opacity: 0.8;
}

.page-link.previousLink {
  padding-right: 28px;
}

.page-link.nextLink {
  padding-left: 13px;
}

.page-link.previousLink .text {
  display: inline-block;
  margin-left: 10px;
}

.page-link.nextLink .text {
  display: inline-block;
  margin-right: 10px;
}

.page-link.lastPreviousLink {
  padding: 8px 0;
}

.page-link.lastNextLink {
  padding: 8px 0;
}

.page-item .page-link span {
  display: inline-flex;
}

.page-item .nextIcon {
  background: url(/Master/Design001/assets/images/nextArrow-black.svg)no-repeat;
  width: 15px;
  display: inline-block;
  height: 30px;
}

.page-item.disabled .nextIcon {
  background: url(/Master/Design001/assets/images/nextArrow-grey.svg)no-repeat;
}

.page-item .previousIcon {
  background: url(/Master/Design001/assets/images/previousArrow-black.svg)no-repeat;
  width: 15px;
  display: inline-block;
  height: 30px;
}

.page-item.disabled .previousIcon {
  background: url(/Master/Design001/assets/images/previousArrow-grey.svg)no-repeat;
}

.page-item .lastPreviousIcon {
  background: url(/Master/Design001/assets/images/lastPreviousArrow-black.svg)no-repeat;
  width: 17px;
  display: inline-block;
  height: 30px;
}

.page-item.disabled .lastPreviousIcon {
  background: url(/Master/Design001/assets/images/lastPreviousArrow-grey.svg)no-repeat;
}

.page-item .lastNextIcon {
  background: url(/Master/Design001/assets/images/lastNextArrow-black.svg)no-repeat;
  width: 17px;
  display: inline-block;
  height: 30px;
}

.page-item.disabled .lastNextIcon {
  background: url(/Master/Design001/assets/images/lastNextArrow-grey.svg)no-repeat;
}

.pagination {
  align-items: center;
}

.page-item .page-link, .page-item.disabled .page-link {
  background: transparent;
}

.gridCard .dateContent {
  display: flex;
  color: #606060;
  font-size: 12px;
  align-items: center;
}

.cartSec {
  color: #081839;
  font-size: 16px;
  font-family: 'ProductSansRegular';
  display: inline-flex;
  align-items: center;
  float: right;
}

.cartSec .imgContainer {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.eventSectionTitle {
  display: inline;
  align-items: center;
  position: relative;
  font-family: 'Elza Text Bold';
  font-size: 40px;
  color: #606060;
}

.btn-tertiary {
  background: #AFD679 !important;
  border-color: #AFD679 !important;
  border-radius: 10px;
  outline: none !important;
  box-shadow: none !important;
  padding: 4px 4px;
}

.creg_btn {
  border-color: rgb(4, 135, 64);
  padding: 7px 16px;
  letter-spacing: 1px;
}

.asideFilterCtrlGroup .dropdown a {
  color: #000000;
  font-size: 16px;
  text-decoration: none !important;
}

.asideFilterCtrlGroup .dropdown-toggle::after {
  border: none;
  background: url(../../../Master/Design001/assets/images/blackDownArrow.svg)no-repeat;
  width: 12px;
  height: 12px;
  position: relative;
  top: 4px;
}

.filterGroup {
  display: inline-flex;
  align-items: center;
}

.asideFilterCtrlGroup .dropdown-menu {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 28%);
  border: none;
  padding: 14px 20px;
  min-width: 200px;
}

.asideFilterCtrlGroup .custom-control-inline {
  margin-bottom: 10px;
}

.asideFilterCtrlGroup .dropdown-menu .custom-control-inline:last-child {
  margin-bottom: 0px;
}

.asideFilterCtrlGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.orderbyControl {
  font-size: 23px;
  cursor: pointer;
  margin-left: 15px;
  color: #009B48;
}

.asideFilterCtrlGroup .dropdown {
  display: flex;
  align-items: center;
}

.asideFilterCtrlGroup .btn-link {
  font-family: 'ProductSansBold';
  color: #fff !important;
  text-decoration: none !important;
}

.asideFilterCtrlGroup .btn-link:hover, .asideFilterCtrlGroup .btn-link:focus {
  opacity: 0.8;
}

.patient-pg .asideFilterCtrlWrapper h5.asideHeading {
  font-size: 16px;
}

.asideFilterCtrlWrapper .custom-control.custom-checkbox {
  margin-bottom: 16px;
}

.asideFilterCtrlWrapper .custom-control.custom-checkbox:last-child {
  margin-bottom: 0px;
}

.asideFilterCtrlWrapper .inputSearch .inputSearchIcon {
  width: 20px;
}

.asideFilterCtrlWrapper .inputSearch .form-control {
  padding-right: 42px;
  border-color: #EBEBEB;
}

.patient-pg .asideFilterCtrlWrapper .contactusList.linkList {
  margin-bottom: 16px;
}

.asideFilterCtrlWrapper .showMoreBtn {
  color: #02a6e3 !important;
  display: block;
  text-align: right;
}

.asideFilterCtrlWrapper .showMoreBtn:hover, .asideFilterCtrlWrapper .showMoreBtn:focus {
  opacity: 0.8;
}

.asideFilterCtrlWrapper .showMoreBtn span {
  font-size: 24px;
  display: inline-block;
  line-height: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.filterTagWrapper li a {
  background: #F5F8F9;
  font-size: 13px;
  padding: 1px 10px;
  color: #087C3E !important;
  text-decoration: none !important;
}

.filterTagWrapper li {
  margin-right: 18px;
  margin-bottom: 10px;
  color: #087C3E;
  display: inline-flex;
}

.filterTagWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.filterTagWrapper li:last-child {
  margin-right: 0px;
}

.filterTagWrapper a .closeTag {
  margin-left: 6px;
  font-size: 16px;
}

.patient-events-pg .tileWrapperParent {
  margin-bottom: 30px;
}

.patient-events-pg .tileWrapper {
  position: relative;
  border: 1px solid #ECEDEE;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.patient-events-pg .tileWrapper .imgContainer img {
  object-fit: cover;
  width: 100%;
  max-height: 207px;
  overflow: hidden;
}

.patient-events-pg .tileWrapper .imgContainer {
  display: inline-flex;
  transition: max-height 0.15s ease-out;
}

.patient-events-pg .tileWrapper:hover {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
}

.patient-events-pg .tileWrapper .dateSec .calendarIcon {
  max-width: 12px;
  margin-right: 6px;
}

.patient-events-pg .tileWrapper .dateSec .date {
  color: #676465;
  font-size: 12px;
}

.patient-events-pg .tileWrapper .tileContent {
  padding: 10px 32px 10px 10px;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.patient-events-pg .tileWrapper .tileContent p {
  margin-bottom: 0;
}

.patient-events-pg .tileWrapper .tileContent .titleSec {
  width: 74%;
}

.patient-events-pg .tileWrapper .availability {
  width: 26%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}

.patient-events-pg .tileWrapper .tileContent .tileTitle {
  font-size: 13px;
  color: #000F07;
  font-family: 'ProductSansBold';
  margin-bottom: 16px;
  display: inline-flex;
  text-decoration: none !important;
}

.patient-events-pg .tileWrapper .tileContent .content {
  color: #575757;
}

.patient-events-pg .tileWrapper .tileContent .defaultIcon {
  display: inline-block;
}

.patient-events-pg .tileWrapper .tileContent .hoverIcon {
  display: none;
}

.patient-events-pg .tileWrapper:hover .tileContent .defaultIcon {
  display: none;
}

.patient-events-pg .tileWrapper:hover .tileContent .hoverIcon {
  display: inline-block;
}

.patient-events-pg .tileTag {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 16px);
  background: rgba(0,0,0,0.55);
  font-size: 14px;
  color: #fff;
  padding: 4px 12px;
}

.progress {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 10px;
  left: 12px;
}

.progress .count {
  font-family: 'ProductSansBold';
  font-size: 12px;
  line-height: 12px;
}

.progress .text {
  font-family: 'ProductSansBold';
  font-size: 12px;
  line-height: 12px;
}

.progress .inner-progress-value {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-bar.border-success {
  border-color: #02a6e3  !important;
}

.patient-events-pg .tileWrapper .availability .availText {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.patient-events-pg .tileWrapper:hover .imgContainer {
  min-height: 100%;
}

.patient-events-pg .tileWrapper:hover .tileContent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  align-items: self-end;
  color: #fff;
  background: rgba(0,0,0,0.5);
}

.patient-events-pg .tileWrapper:hover .tileContent .tileTitle {
  color: #fff !important;
}

.patient-events-pg .tileWrapper:hover .dateSec .date {
  color: #fff;
}

.patient-events-pg .tileWrapper:hover .availability .availText {
  color: #fff;
}

.patient-events-pg .tileWrapper:hover .tileTag {
  z-index: 100;
  background: rgba(0,0,0,0.8);
}

.aboutLeftParent {
  margin-bottom: 38px;
}

.aboutRightParent {
  margin-bottom: 38px;
}

.aboutRightWrapper {
  height: 100%;
  padding: 20px 18px;
  /*border: 1px solid #CACACA;*/
}

.abouthighLightBox {
  background: #fff;
}

.abouthighLightBox .innerSectionTitle {
  margin-bottom: 16px;
}

.aboutRightWrapper .aboutTag {
  font-size: 12px;
  color: #4e7714 !important;
  background: #F5F8F9;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 12px;
}

.aboutRightWrapper .title {
  font-size: 18px;
  font-family: 'ProductSansBold';
  margin-bottom: 20px;
}

.aboutRightWrapper .listdetail {
  border-bottom: 1px solid #E1E1E1;
  margin: 16px 0 0px 0;
  padding: 0;
}

.aboutRightWrapper .listdetail li {
  margin-bottom: 8px;
  color: #575757;
  list-style-type: none;
}

.aboutRightWrapper .listdetail li .imgContainer {
  width: 14px;
  margin-right: 10px;
  display: inline-block;
}

.aboutRightWrapper .listdetail li a {
  color: #575757 !important;
}

.aboutRightWrapper .listdetail .listTitle {
  color: #000000;
  font-family: 'ProductSansBold';
  margin-bottom: 6px;
}

.aboutRightWrapper .listdetail .listDesc {
  color: #000000;
}

.aboutRightWrapper .actionGrp {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.aboutRightWrapper .actionGrp .price {
  color: #087C3E;
  font-size: 18px;
  font-family: 'ProductSansBold';
  margin-right: 12px;
  margin-top: 10px;
  white-space: nowrap;
}

/*.aboutRightWrapper .actionGrp .btn {
  font-family: 'ProductSansBold';
  font-size: 16px;
  padding: 10px 16px;
}*/

.processingMsg {
  margin-top: 14px;
}

.CardWrapper {
  margin-bottom: 10px;
}

table.creg_cart {
  margin-bottom: 20px;
}

.customerTypeSec .form-group {
  display: flex;
  align-items: center;
}

.customerTypeSec .form-group label {
  margin-bottom: 0;
  margin-right: 14px;
  font-family: 'ProductSansBold';
}

.form-group .selectDropdown select.form-control {
  border-radius: 0;
  color: #6C757D;
  font-size: 14px;
  font-family: 'ProductSansRegular';
  padding: 10px 32px 10px 14px;
  min-height: 40px;
}

.customerTypeSec .form-group .selectDropdown select.form-control {
  min-height: 46px;
}

.customerTypeSec {
  margin-left: 15px;
  display: inline-flex;
  flex-wrap: wrap;
}

.customerTypeSec .creg-ct-btncontainer1 {
  text-align: right;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}

.customerTypeSec .creg-ct-btncontainer1 .btn {
  margin-right: 20px;
}

.customerTypeSec .creg-ct-btncontainer1 .btn:last-child {
  margin-right: 0px;
}

.preLoad {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preLoad img {
  max-width: 80px;
  max-height: 80px;
}

.afterLoad {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.searchBx {
  padding: 22px 14px !important;
}

.Rssbtn {
  padding: 10px 13px !important;
}

.subHeading {
  font-family: 'Elza Text Bold';
  font-size: 30px;
  color: #606060;
  margin-bottom: 0;
}

.searchResultRow {
  padding: 0 40px;
}

.headerGrp h5 {
  font-size: 20px;
  color: #606060;
  margin-top: 10px;
  margin-bottom: 0;
}

.gridCardCol {
  margin-bottom: 20px;
}

.gridCard {
  background: #fff;
  box-shadow: 0px 10px 20px rgb(12 5 5 / 6%);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gridCard .imgcontainer img {
  width: 100%;
}

.gridCard .part1 {
  padding: 30px 20px 0px 20px;
}

.gridCard .content2 {
  padding: 0px 20px 20px 20px;
  color: #015C98 !important;
}
.gridCard .content .imgcontainer {
    position: relative;
}
.gridCard .Customtitle {
  font-size: 13px;
  font-family: 'Elza Text Bold';
  border-radius: 15px;
  background: #AFD679;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  bottom: 100px;
  left: 15px;
  display: inline-block;
}

.gridCard .desc {
  font-size: 16px;
  color: #606060;
  font-family: 'Elza Text Medium';
  margin-bottom: 8px;
}

.gridCard .dateContent .imgIcon {
  margin-right: 6px;
  display: inline-flex;
}

.gridCard .btn-link {
  color: #015C98 !important;
  margin-top: 10px;
}

.showNavWrapper {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.showNavWrapper .showEntires {
  font-size: 14px;
  color: #454545;
}

.ctrlGrp {
  margin-bottom: 20px;
}

.viewmoreAction .btn-link {
  font-size: 14px;
  color: #606060;
  margin-top: 20px;
}

.btn-outline-primary {
  color: #0075A9;
  border: 1px solid #0075A9;
  font-family: 'Elza Text Bold';
  border-radius: 32px;
  padding: 10px 28px;
  font-size: 18px;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background: #0075A9;
}

.staticBanner .bannerTitle {
  font-size: 70px;
  font-family: 'Elza Text Bold';
  color: #606060;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staticBanner {
  position: relative;
}

.staticBanner .col-12 {
  padding: 0;
}

.customGroup .prepend .form-control {
  padding-left: 52px;
}

.customGroup .prepend {
  position: relative;
}

.customGroup .prepend .imgIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.viewmoreAction .btn-link:hover, .viewmoreAction .btn-link:focus {
  color: #606060;
}

.viewmoreAction .btn-link i {
  margin-left: 12px;
}

.contentList {
  color: #606060;
  list-style: none;
  padding: 0;
  font-size: 14px;
  column-count: 3;
  margin-top: 16px;
}

.contentList li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.contentList li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #74A333;
  border-radius: 50%;
}

.gridCard .title {
  font-size: 25px;
  color: #678F00;
  font-family: 'Elza Text Bold';
  margin-bottom: 8px;
}

.separator {
  border-bottom: 2px dashed rgb(96 96 96 / 20%);
  margin: 16px 0;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  background: #AFD679;
  border-color: #AFD679;
  opacity: 0.8;
}

.asideGridList .gridCard {
  background: #F7F7F7;
  margin-bottom: 36px;
  box-shadow: none;
}

.asideGridListCol {
  border-left: 1px dashed rgb(1 92 152 / 30%);
}

.headerDate {
  display: flex;
  font-size: 20px;
  color: #606060;
}

.headerDate .imgIcon {
  position: relative;
  top: -3px;
  margin-right: 12px;
}

.newsHeaderDesc .shareBtn {
  padding: 0;
  max-width: 50px;
}

.btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #fff;
  border: 1px solid #0075A9;
  border-radius: 32px;
  background: #0075A9;
}

.asideGridList .gridCard .title {
  font-size: 18px;
}

.desc {
  position: relative !important;
  display: inline-block !important;
}

.desc .tooltiptext {
  visibility: hidden;
  background-color: #343a40;
  color: #ffffff;
  border-radius: 7px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1000;
  bottom: 130%;
  left: 0;
  white-space: normal;
  max-width: 350px;
}

.desc .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border: 6px solid;
  border-color: #343a40 transparent transparent transparent;
}

.newstooltip:hover+.tooltiptext {
  visibility: visible;
}

.date-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236c757d' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
}

@media(min-width:768px){
#asideNavList {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.mobileDownArrow {
  display: none;
}
}

@media(min-width:992px){
}

@media(min-width:1366px){
}

@media(min-width:1440px){
}

@media(min-width:1536px){
}

@media(min-width:1600px){
}

@media(min-width:1920px){
}

@media(min-width:2560px){
}

@media(max-width:1600px){
}

@media(max-width:1532px){
}

@media(max-width:1440px){
}

@media(max-width:1366px){

}

@media(max-width:1280px){

}

.newsSliderSec .imgContainer {
  height: 192px;
}

.classesEventSec {
  padding: 50px 0px;
}

}

@media(max-width:1200px){
.container {
  max-width: 100%;
}

.newsSliderSec .imgContainer {
  height: 184px;
}

}

@media(max-width:1199px){

.findSection .findSecCol .text {
  font-size: 18px;
}

.findSection .findSecCol {
  padding: 20px 20px;
}

.findSection {
  margin-bottom: 30px;
}

h1, .sectionTitle {
  font-size: 40px;
}
.newsSliderSec .imgContainer {
  height: 150px;
}

.newsSliderSec .newsName {
  font-size: 18px;
}
.newsSlider {
  padding: 0 15px;
}

}

@media(max-width:1024px){
}

@media(max-width:1023px){

}

@media(max-width:768px) {
.seat {
  display: flex;
  flex-direction: column;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #AFD679;
  text-align: center;
  position: relative;
  bottom: 24px;
  justify-content: center;
  float:right;
}
}

@media(max-width:991px){

h1, .sectionTitle {
  font-size: 20px;
}

.bannerSecondaryContent {
  padding: 0 15px;
}

.classesEventSec {
  padding: 30px 0px;
}

.classesEventSec .sectionTitle {
  margin-bottom: 24px;
}

.asideNavSection {
  margin-bottom: 15px;
}

.staticBanner .imgcontainer img {
  max-height: 110px;
}
}

@media(max-width:768px){
}

@media(max-width:767px){
.zipCodeCtrl .form-group {
  display: none;
}

.zipCodeCtrl .btn-primary {
  margin-top: 24px;
}

.asideNavTitle {
  margin-bottom: 6px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.asideNavSection li a {
  font-size: 14px;
}

.asideNavSection li a:hover, .asideNavSection li a:focus, .asideNavSection li a.active {
  font-size: 16px;
}

.asideNavSection {
  margin-bottom: 20px;
}
}

@media(max-width:576px){
}

@media(max-width:575px){

}

@media(max-width:480px){
}

@media(max-width:420px){

}

@media (max-width:380px){

}

@media(max-width:992px){
.patient-events-pg .tileWrapper {
  min-height: 330px;
}
}

@media(min-width:991px){
.creg-container .aboutLeftParent .imgContainer img {
  width: 100%;
}
}

@media(min-width:1200px){
.patient-events-pg .tileWrapper {
  min-height: 315px;
}
}

@media(max-width:1024px){
.patient-events-pg .tileWrapper:hover .tileContent {
  flex-direction: column-reverse;
}

.patient-events-pg .tileWrapper:hover .tileContent .tileTitle {
  margin-bottom: 8px;
}

.patient-events-pg .tileWrapper:hover .tileContent .titleSec {
  width: 100%;
}

.progress {
  width: 45px;
  height: 45px;
}

.patient-events-pg .tileWrapper .tileContent .tileTitle {
  margin-bottom: 8px;
}
}

@media(max-width:991px){

.contactTimeParent {
  padding-right: 15px;
}

.mapWrapperSec {
  padding-left: 15px;
}

.patient-events-pg .about-result-wrapper .tileWrapper:hover .tileContent .tileTitle {
  margin-bottom: 12px;
}

.patient-events-pg .about-result-wrapper .tileWrapper .tileContent .tileTitle {
  margin-bottom: 12px;
}

.patient-events-pg .about-result-wrapper .tileWrapper:hover .tileContent {
  flex-direction: row;
}

.patient-events-pg .about-result-wrapper .tileWrapper:hover .tileContent .titleSec {
  width: 74%;
}

.innerSectionTitle.eventSectionTitle {
  flex-direction: column;
  align-items: flex-start;
}

.filterGroup .inputSearch {
  min-width: unset;
  width: calc(100% - 314px);
}

.filterGroup {
  width: 100%;
  margin-top: 15px;
}

.customerTypeSec .creg-ct-btncontainer1 {
  justify-content: flex-start;
}
}

@media(max-width:767px){

.patient-pg .testimonialSlider {
  max-width: 80%;
}

.patient-pg .customHeadWrapper {
  flex-direction: column;
  align-items: flex-start;
}

.patient-pg .patientSec .leftContainerCol {
  padding: 0;
}

.patient-pg .patientSec .slick-prev {
  left: -10%;
}

.patient-pg .patientSec .slick-next {
  right: -10%;
}

.asideNewletter .newletterRocke {
  margin-left: auto;
  margin-right: auto;
}

.patient-pg .staticSplitSec .btnGroup {
  right: 15px;
}

.patient-pg .staticSplitSec .leftContainer {
  max-width: 300px;
  width: 300px;
}

.event-result-wrapper {
  flex-direction: column-reverse;
}

.patient-events-pg .tileWrapper:hover .tileContent .tileTitle {
  margin-bottom: 12px;
}

.progress {
  width: 50px;
  height: 50px;
}

.patient-events-pg .tileWrapper .tileContent .tileTitle {
  margin-bottom: 12px;
}

.patient-events-pg .tileWrapper:hover .tileContent {
  flex-direction: row;
}

.patient-events-pg .tileWrapper:hover .tileContent .titleSec {
  width: 74%;
}

.filterGroup .inputSearch {
  min-width: unset;
}
}

@media(max-width:576px){

.patient-pg .staticSplitSec .leftContainer {
  max-width: 250px;
  width: 250px;
}

.eventSectionTitle {
  flex-direction: column;
  align-items: flex-start;
}

.filterGroup {
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.patient-events-pg .tileWrapper:hover .imgContainer {
  min-height: 100%;
}

.patient-events-pg .tileWrapper:hover .tileContent {
  width: 100%;
}

.intialTitle {
  flex-direction: row;
}

.inputSearch .form-control {
  padding: 10px 32px 10px 14px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 10px;
}

.filterGroup .inputSearch {
  min-width: unset;
  width: 100%;
  margin-right: 0;
}
}

@media(max-width:480px){
.staticBanner img {
  min-height: 150px;
}

.patient-pg .staticSplitSec .leftContainer {
  max-width: 200px;
  width: 200px;
}

.customAlert {
  flex-direction: column;
}

.customAlert .btn {
  margin-top: 16px;
}
}

@media(max-width:420px){
.customAlert {
  flex-direction: column;
}

.patient-pg .staticSplitSec .leftContainer {
  max-width: 170px;
  width: 170px;
}

.patient-pg .staticSplitSec .rightContainer {
  padding-right: 10px;
}

.contactTimeParent {
  margin-bottom: 28px;
}

.mapWrapperSec {
  margin-bottom: 28px;
}

.filterGroup .inputSearch {
  min-width: 220px;
}
}

@media(max-width:992px) {
.patient-events-pg .tileWrapper {
  min-height: 330px;
}
}

@media(min-width:768px){
}

@media(min-width:992px){
}

@media(min-width:1366px){
}

@media(min-width:1440px){
}

@media(min-width:1536px){
}

@media(min-width:1600px){
}

@media(min-width:1920px){
}

@media(min-width:2560px){
}

@media(max-width:1600px){
}

@media(max-width:1532px){
}

@media(max-width:1440px){
}

@media(max-width:1366px){
.quickSearchWrapper {
  padding: 0 30px;
}
}

@media(max-width:1280px){
}

@media(max-width:1200px){
}

@media(max-width:1199px){

.searchResultRow {
  padding: 0 25px;
}

.filterKeywordSec {
  margin-bottom: 30px;
}

.gridCard .title {
  font-size: 18px;
}

.subHeading {
  font-size: 26px;
}

.gridCard .btn-link {
  font-size: 14px;
}
.asideSubtitle {
  font-size: 16px;
}

}

@media(max-width:1024px){
}

@media(max-width:1023px){

.subSectionTitle {
  font-size: 24px;
}



.newsHeaderGrp .btn-tertiary {
  padding: 4px 4px;
  max-width: 42px;
}



.btn-outline-primary {
  font-size: 16px;
}
}

@media(max-width:992px){
}

@media(max-width:991px){
.staticBanner .bannerTitle {
  font-size: 24px;
}

.quickSearchWrapper {
  padding: 0 15px;
}

.subHeading {
  font-size: 24px;
}



.resultWrapperCol {
  order: 4;
}

.headerGrpCol {
  order: 3;
}

.asideNavSectionCol {
  order: 2;
}

.searchResultSec {
  padding: 30px 0;
}

.filterAction {
  margin-top: 50px;
}



.searchResultRow {
  padding: 0 15px;
}

.headerGrp h5 {
  font-size: 18px;
}

.newsHeaderGrp .btn-tertiary {
  max-width: 42px;
  margin-top: 0;
}

.newsHeaderDesc .subNewsHeader, .headerDate {
  font-size: 16px;
}

.asideGridListCol {
  border-left: none;
  margin-top: 24px;
}

}

@media(max-width:768px){
}

@media(max-width:767px){
.staticBanner .bannerTitle {
  font-size: 20px;
}

.quickSearchWrapper .form-group {
  margin-bottom: 15px;
}

.quickSearchWrapper .btn-outline-primary {
  width: 100%;
  margin-bottom: 15px;
}

.headerGrp h5 {
  font-size: 14px;
}

.gridCard .part1 {
  padding: 15px 15px 0px 15px;
}

.gridCard .title {
  font-size: 14px;
}

.gridCard .desc {
  font-size: 12px;
}

.newsHeaderGrp {
  flex-direction: column;
}

.newsHeaderGrp .btn-tertiary {
  margin-bottom: 15px;
  margin-top: 0;
}



.newsHeaderDesc .subNewsHeader {
  border: none;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 12px;
}



.newsHeaderDesc .shareBtn {
  position: absolute;
  right: 30px;
  top: 0;
}



.asideGridList .gridCard {
  margin-bottom: 20px;
  background: #fff;
}

.asideGridListCol {
  background: #f7f7f7;
  padding: 30px 30px;
  margin-left: -15px;
  min-width: calc(100% + 30px) !important;
}

}

@media(max-width:576px){
.quickSearchWrapper .control-label {
  margin-bottom: 8px;
}

.quickSearchWrapper .form-group {
  margin-bottom: 10px;
}

.quickSearchWrapper .btn-outline-primary {
  margin-bottom: 10px;
}

.quickSearchSec {
  padding: 15px 0;
}

.showNavWrapper {
  flex-direction: column;
  align-items: flex-start;
}

.showNavWrapper .showEntires {
  margin-bottom: 15px;
}

.subHeading {
  font-size: 18px;
}

h1 {
  font-size: 18px;
}
}
