/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.store-locator .left-sidebar {
  border-right: 1px solid #CECECE; }

.storelocator {
  margin: 20px 0;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px; }
  .storelocator h2 {
    color: #283784; }
  .storelocator i {
    vertical-align: baseline; }
  .storelocator:first-child {
    margin-top: 0; }
  .storelocator a {
    margin-top: 20px; }
    .storelocator a i {
      color: #fff; }

@media all and (max-width: 991px) {
  .store-locator .left-sidebar {
    margin-right: none; } }
table {
  width: 100%; }

.career-container ul, .career-container ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.v-menu li a {
  display: block;
  padding: 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase; }
  .v-menu li a:hover {
    color: #283784; }

.inner-container {
  border-bottom: 1px solid #CECECE; }
  .inner-container ul, .inner-container ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .inner-container h2 {
    margin: 15px 0 25px; }
  .inner-container h3 {
    background: #283784;
    color: #fff;
    padding: 5px 15px; }
  .inner-container .inner-block {
    margin: 10px 0 20px 15px; }
    .inner-container .inner-block p a {
      color: #000; }
      .inner-container .inner-block p a:hover {
        color: #283784; }
  .inner-container .career-list {
    margin-bottom: 15px; }
    .inner-container .career-list li {
      padding: 5px 15px;
      border-bottom: solid 1px #CECECE; }
      .inner-container .career-list li:last-child {
        border-bottom: none; }
    .inner-container .career-list .date-wrap {
      max-width: 150px;
      width: 28%;
      display: inline-block; }
    .inner-container .career-list .career-txt {
      display: inline-block;
      max-width: 70%; }

.form-container {
  margin-top: 30px; }
  .form-container .picture {
    position: relative;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 200px; }
    .form-container .picture .img {
      width: 120px;
      height: 135px;
      line-height: 135px;
      font-size: 16px;
      color: silver;
      background: #fff;
      border: 1px solid #f1eef3;
      margin: 5px auto; }
  .form-container .from_header {
    text-align: center; }

.bottom-content {
  background: #f7f7f7;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0 25px;
  border-bottom: 1px solid #CECECE; }
  .bottom-content img {
    width: 100%;
    max-width: 100%; }
  .bottom-content .right-contents p {
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .bottom-content .right-contents p span {
      float: right;
      width: 85%; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr; }

.formHeader {
  display: table;
  width: 100%; }

.logobx, .titlebx, .formPicbx {
  display: table-cell;
  vertical-align: middle; }

.titlebx {
  text-align: center;
  padding: 0 15px; }

/*.formPicbx {
    display: table-cell;
    vertical-align: middle;
}*/
.chooseformbx {
  margin: 15px 0;
  padding: 0; }
  .chooseformbx .applicationFormId {
    float: left; }
    .chooseformbx .applicationFormId input[type="text"] {
      width: auto; }
  .chooseformbx .choosePicbx {
    float: right; }

.over-container {
  width: 100%;
  overflow: auto; }

.formapplication-wrap {
  margin-top: 15px; }
  .formapplication-wrap .tableform {
    padding: 15px;
    background: #f7f7f7;
    min-width: 720px; }
    .formapplication-wrap .tableform .table {
      margin-bottom: 0px; }
      .formapplication-wrap .tableform .table td {
        border: none;
        vertical-align: middle;
        font-size: 18px;
        line-height: normal;
        padding: 10px 0; }
        .formapplication-wrap .tableform .table td span {
          display: inline-block;
          vertical-align: middle; }
    .formapplication-wrap .tableform .tbl td {
      padding: 5px; }
  .formapplication-wrap .user-photo {
    border: solid 1px #CECECE;
    width: 150px;
    height: 165px;
    line-height: 165px;
    font-size: 1.5rem;
    color: #6c6e6f;
    background: #fff;
    margin: 5px auto;
    text-align: center; }
  .formapplication-wrap .pic-ip {
    border: solid 1px #CECECE;
    padding: 2px; }
  .formapplication-wrap .title {
    font-size: 1.5rem;
    line-height: normal; }
  .formapplication-wrap .input-xs {
    width: 80%; }
  .formapplication-wrap .valign-md {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
  .formapplication-wrap .input_small {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle; }
  .formapplication-wrap .box {
    border: solid 1px #bcbcbc;
    padding: 5px;
    margin-bottom: 10px; }
  .formapplication-wrap .tbl-row {
    margin-bottom: 10px; }
  .formapplication-wrap h3 {
    margin: 10px 0; }
  .formapplication-wrap .tbl2 span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px; }
  .formapplication-wrap .tbl2 .input_small {
    max-width: inherit;
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .formapplication-wrap .tbl2 .wdh-md {
    max-width: 125px; }
  .formapplication-wrap .tbl2 .wdh-sm {
    width: 90px; }
  .formapplication-wrap .bdr-row {
    border-bottom: solid 1px #bcbcbc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .formapplication-wrap .educationTable {
    border: none; }
    .formapplication-wrap .educationTable td {
      padding: 5px !important;
      border: solid 1px #bcbcbc !important; }

.application-decl {
  padding: 5px; }

.sign-container {
  margin: 15px 0;
  padding-top: 25px; }

.signname {
  width: 225px;
  height: 15px;
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px dotted #CECECE; }

.smallline {
  width: 67px;
  height: 15px;
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px dotted #CECECE; }

.longline {
  width: 100%;
  height: 15px;
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px dotted #CECECE; }

.sign-box-left {
  float: left; }

.sign-box-right {
  float: right; }

.bgth {
  background: #e9e9e8; }

.thankyou-wrap {
  padding: 50px 0; }

.common-accordion {
  margin-bottom: 40px; }
  .common-accordion .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff; }
    .common-accordion .set > a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border-bottom: 1px solid #CFCFCF; }
      .common-accordion .set > a i {
        width: 35px;
        text-align: center;
        margin-left: auto; }
      .common-accordion .set > a.active {
        color: #283784; }
  .common-accordion .contents {
    display: none;
    position: relative;
    background-color: #f2f2f2;
    padding: 15px;
    line-height: 1.5; }
  .common-accordion .nums {
    width: 40px;
    height: 40px;
    background-color: #CFCFCF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-bottom: -1px;
    margin-right: 10px;
    font-weight: bold; }

/**
 Contact Us page
===================================***/
.title-contact {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: .25rem;
  font-size: 1.75rem; }
  .title-contact:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 200px;
    border-bottom: 2px solid #CECECE; }

.contact-address-wrap address {
  text-align: center;
  margin-bottom: 1.5rem; }
  .contact-address-wrap address a {
    color: #000; }
    .contact-address-wrap address a:hover {
      color: #283784; }

.root-title {
  text-align: center;
  color: #283784;
  font-weight: 700;
  margin-bottom: 1rem; }
  .root-title i {
    font-size: 80%; }

.tab-content .btn-primary {
  min-width: 200px; }

.map-iframe {
  margin-bottom: 2rem; }

.arrow-list {
  list-style: none; }
  .arrow-list li {
    width: 100%;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
    position: relative;
    color: #484E53; }
    .arrow-list li:before {
      position: absolute;
      content: "\f0a9";
      left: 0;
      top: 2px;
      font-family: "Font Awesome 5 Pro"; }

.contact-product-list {
  padding-bottom: 0px !important; }
  .contact-product-list.contact-product .item-img {
    margin-bottom: 1rem;
    padding: 0; }
  @media all and (min-width: 768px) {
    .contact-product-list.contact-product {
      margin-left: -28px !important;
      margin-right: -28px !important;
      padding-bottom: 0px !important; }
      .contact-product-list.contact-product .slider-item {
        padding-left: 28px;
        padding-right: 28px; } }
  .contact-product-list .item-wrap {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem;
    height: 100%; }
    .contact-product-list .item-wrap .item-info {
      padding: 0; }
  .contact-product-list .product-title {
    height: auto;
    text-align: center;
    line-height: 1.4; }
    .contact-product-list .product-title .link-product-name {
      font-size: 1.5rem; }
  .contact-product-list .social-item {
    text-align: center;
    padding: .5rem;
    margin-bottom: 1rem; }
    .contact-product-list .social-item .social-name a {
      color: #283784; }
      .contact-product-list .social-item .social-name a:hover {
        color: #B89831; }
    .contact-product-list .social-item .url {
      color: #000;
      margin-bottom: 1.5rem;
      display: block; }
      .contact-product-list .social-item .url:hover {
        color: #283784; }
    .contact-product-list .social-item .btn {
      width: 100%; }
    .contact-product-list .social-item .item-img a:hover img {
      transform: scale(1);
      -webkit-transform: scale(1); }
  .contact-product-list a.fb-icon, .contact-product-list a.line-icon, .contact-product-list a.insta-icon, .contact-product-list a.youtube-icon, .contact-product-list a.tiktok-icon {
    border-radius: 8px;
    height: 106px;
    width: 106px;
    text-align: center;
    display: inline-block;
    line-height: 106px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    color: #fff;
    font-size: 85px;
    margin-bottom: .5rem; }
    .contact-product-list a.fb-icon span, .contact-product-list a.line-icon span, .contact-product-list a.insta-icon span, .contact-product-list a.youtube-icon span, .contact-product-list a.tiktok-icon span {
      display: inline-block;
      line-height: 106px; }
    .contact-product-list a.fb-icon:hover, .contact-product-list a.line-icon:hover, .contact-product-list a.insta-icon:hover, .contact-product-list a.youtube-icon:hover, .contact-product-list a.tiktok-icon:hover {
      opacity: .7; }
  .contact-product-list a.fb-icon {
    background: #283784; }
  .contact-product-list a.line-icon {
    background: #06C755; }
  .contact-product-list a.insta-icon {
    background: radial-gradient(103.9% 47.24% at 20.54% 7.13%, #4168C9 0%, rgba(168, 48, 190, 0) 100%), radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FFDD55 0%, #FFDD55 18.23%, #FF543E 76.56%, #C837AB 100%); }
  .contact-product-list a.youtube-icon {
    background: #FE0000; }

.phone-link {
  min-width: 220px; }

/* Contact us page ends here */
/* contact page sass of s  */
.pagebg {
  background: url("../../images/banner/doctorappointmentsbg.png");
  /*    opacity: 0.8;*/ }

.topHead {
  margin-bottom: 40px;
  letter-spacing: 0.15px;
  position: relative;
  font-weight: bold;
  color: #243877; }
  .topHead .title {
    font-size: 1.75rem; }
  .topHead:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 200px;
    left: 0;
    height: 2px;
    border-bottom: 2px solid #707D8F; }

.headbottomline {
  font-size: 1.125rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 12px; }

/*technology Details Style*/
.download {
  text-align: center; }

.socialShare {
  text-align: right; }
  .socialShare a {
    display: inline-block; }

.otherservice {
  padding-bottom: 80px; }
  .otherservice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
    justify-content: space-between; }
  .otherservice li {
    padding: 35px;
    display: inline-block;
    text-align: center;
    background-color: #fff; }
  .otherservice .view-all {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #243877;
    text-align: right; }
  .otherservice.patient {
    padding-bottom: 0; }

.otherservice .icons {
  font-size: 2.25rem;
  margin-bottom: 24px;
  color: #B89831; }
.otherservice .name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #243877; }

/*Patint Room Style*/
.patientbox {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 6px; }
  .patientbox ul {
    padding-left: 1.5rem;
    margin: 0; }

.contact-banner {
  min-height: 150px;
  position: relative; }
  .contact-banner .banner-item {
    position: relative; }
    .contact-banner .banner-item:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.74) 30%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat; }
  .contact-banner .banner-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .contact-banner .banner-desc h1 {
      font-size: 2.25rem; }
    .contact-banner .banner-desc p {
      font-size: 1.25rem; }

/**/
.contact-section {
  background-image: linear-gradient(#f3f5f8, #d0e1f5);
  padding: 50px 0;
  text-align: center; }
  .contact-section h3 {
    margin-bottom: 20px; }
  .contact-section .social-list-wrap.top {
    margin-bottom: 30px; }

.heading-contact {
  text-align: center;
  margin-bottom: 40px; }
  .heading-contact h2 {
    color: #1991DF;
    margin-bottom: 15px;
    font-size: 2.25rem; }

/**/
.contact-service {
  background: #fff;
  padding: 60px 0; }

.service-heading {
  color: #1991DF;
  text-align: center;
  margin-bottom: 40px; }
  .service-heading h2 {
    font-size: 2.25rem; }
  .service-heading h3 {
    font-size: 1.5rem; }
  .service-heading h2, .service-heading h3 {
    font-weight: normal; }

.service-col {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px; }
  .service-col .serv-img {
    margin-bottom: 20px; }
  .service-col h3 {
    margin-bottom: 25px; }

.social-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center; }
  .social-list-wrap .social-list {
    margin-right: 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .social-list-wrap .social-list:hover {
      color: #283784; }
    .social-list-wrap .social-list .social-icon {
      margin-right: 15px;
      margin-top: 3px;
      font-size: 1.75rem; }
  .social-list-wrap .social-text {
    color: #2d2d2d; }
    .social-list-wrap .social-text:hover {
      color: #283784; }
    .social-list-wrap .social-text strong {
      display: block;
      margin-bottom: 1px; }
    .social-list-wrap .social-text a {
      color: #2d2d2d;
      display: block;
      line-height: 1.1; }
  .social-list-wrap .call {
    color: #083C8C; }
  .social-list-wrap .insta {
    color: #ff6140; }
  .social-list-wrap .line {
    color: #00c300; }
  .social-list-wrap .youtube {
    color: #ff0000; }
  .social-list-wrap .facebook {
    color: #1976d2; }

/* Map */
.map-banner {
  margin-bottom: 60px; }
  .map-banner .row, .map-banner form-row {
    margin-left: 0;
    margin-right: 0; }
    .map-banner .row [class="col-"], .map-banner form-row [class="col-"] {
      padding-left: 0;
      padding-right: 0; }

.map-route-inner {
  height: 100%;
  background-color: rgba(20, 105, 210, 0.3);
  opacity: 0.95;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  max-height: 500px; }
  .map-route-inner img {
    height: 100%; }

.contact-form {
  margin-bottom: 60px; }
  .contact-form .btn {
    min-width: 130px; }

.contact-form-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

@media all and (min-width: 992px) {
  .no_radius_top_desktop {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .no_radius_bottom_desktop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .more_padding {
    padding: 24px 40px; }

  .mid_padding {
    padding: 24px 40px; }

  .m_280 {
    min-width: 280px; } }
@media (min-width: 992px) {
  .contact_us_mobile_menu {
    display: none; } }
@media all and (max-width: 991px) {
  .transparent_mobile {
    background-color: transparent;
    padding: 0; }

  .mapwrap {
    background-color: #fff; }

  .maptitle {
    font-size: 1.25rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .contact-product-list .slider-item {
    margin-bottom: 1rem !important; }
  .contact-product-list .item-wrap {
    padding: 10px; }
  .contact-product-list.contact-product .slider-item {
    padding-left: 7.5px;
    padding-right: 7.5px; }

  .contact-product-list .social-name {
    margin-bottom: 10px; }
    .contact-product-list .social-name a {
      font-size: 1rem; }
  .contact-product-list .social-item .url {
    display: none !important; }
  .contact-product-list a.fb-icon, .contact-product-list a.line-icon, .contact-product-list a.insta-icon, .contact-product-list a.youtube-icon, .contact-product-list a.tiktok-icon {
    height: 45px !important;
    width: 45px !important;
    line-height: 45px !important;
    margin-bottom: 0 !important;
    font-size: 1.5rem !important; }
    .contact-product-list a.fb-icon span, .contact-product-list a.line-icon span, .contact-product-list a.insta-icon span, .contact-product-list a.youtube-icon span, .contact-product-list a.tiktok-icon span {
      font-size: 1.5rem;
      line-height: inherit !important; }
  .contact-product-list .product-title .link-product-name {
    font-size: 1.25rem !important;
    margin-bottom: 5px; }

  .contact-product-list .social-item {
    width: 50% !important;
    margin-bottom: 0; }
    .contact-product-list .social-item .btn {
      min-width: auto;
      width: 100%; }

  .tab-content .btn-primary {
    min-width: auto;
    width: 100%; }

  .contact-banner .banner-item img {
    min-height: 150px;
    object-fit: cover; }

  .service-heading h2, .heading-contact h2 {
    font-size: 1.5rem; }
  .service-heading h3, .heading-contact h3 {
    font-size: 1.125rem; }

  .map-route-inner {
    max-height: inherit;
    height: auto; }
    .map-route-inner img {
      height: auto; }

  .contact-service {
    padding: 25px 0; }

  .service-col {
    padding-left: 15px;
    padding-right: 15px; }

  .social-list-wrap {
    justify-content: left; }

  .social-item .tiktok-icon img {
    max-height: 45px; }

  .map-banner, .contact-form {
    margin-bottom: 25px; }

  .topHead .title {
    font-size: 1.125rem; }

  .techdetails {
    padding: 16px; }

  .otherservice {
    margin-bottom: 40px;
    padding-bottom: 0; }
    .otherservice ul {
      grid-template-columns: 1fr 1fr 1fr; } }
@media all and (max-width: 480px) {
  .otherservice ul {
    grid-template-columns: 1fr 1fr; } }
/* Contact us page */
.contact-banner {
  min-height: 150px;
  position: relative; }
  .contact-banner .banner-item {
    position: relative; }
    .contact-banner .banner-item:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.74) 30%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat; }
  .contact-banner .banner-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .contact-banner .banner-desc h1 {
      font-size: 2.25rem; }
    .contact-banner .banner-desc p {
      font-size: 1.25rem; }

/**/
.contact-section {
  background-image: linear-gradient(#f3f5f8, #d0e1f5);
  padding: 50px 0;
  text-align: center; }
  .contact-section h3 {
    margin-bottom: 20px; }
  .contact-section .social-list-wrap.top {
    margin-bottom: 30px; }

.heading-contact {
  text-align: center;
  margin-bottom: 40px; }
  .heading-contact h2 {
    color: #1991DF;
    margin-bottom: 15px;
    font-size: 2.25rem; }

/**/
.contact-service {
  background: #fff;
  padding: 60px 0; }

.service-heading {
  color: #1991DF;
  text-align: center;
  margin-bottom: 40px; }
  .service-heading h2 {
    font-size: 2.25rem; }
  .service-heading h3 {
    font-size: 1.5rem; }
  .service-heading h2, .service-heading h3 {
    font-weight: normal; }

.service-col {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px; }
  .service-col .serv-img {
    margin-bottom: 20px; }
  .service-col h3 {
    margin-bottom: 25px; }

.social-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center; }
  .social-list-wrap .social-list {
    margin-right: 30px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .social-list-wrap .social-list:hover {
      color: #283784; }
    .social-list-wrap .social-list .social-icon {
      margin-right: 15px;
      margin-top: 3px;
      font-size: 1.75rem; }
  .social-list-wrap .social-text {
    color: #2d2d2d; }
    .social-list-wrap .social-text:hover {
      color: #283784; }
    .social-list-wrap .social-text strong {
      display: block;
      margin-bottom: 1px; }
    .social-list-wrap .social-text a {
      color: #2d2d2d;
      display: block;
      line-height: 1.1; }
  .social-list-wrap .call {
    color: #083C8C; }
  .social-list-wrap .insta {
    color: #ff6140; }
  .social-list-wrap .line {
    color: #00c300; }
  .social-list-wrap .youtube {
    color: #ff0000; }
  .social-list-wrap .facebook {
    color: #1976d2; }

/* Map */
.map-banner {
  margin-bottom: 60px; }
  .map-banner .row, .map-banner form-row {
    margin-left: 0;
    margin-right: 0; }
    .map-banner .row [class="col-"], .map-banner form-row [class="col-"] {
      padding-left: 0;
      padding-right: 0; }

.map-route-inner {
  height: 100%;
  background-color: rgba(20, 105, 210, 0.3);
  opacity: 0.95;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  max-height: 500px; }
  .map-route-inner img {
    height: 100%; }

/* Contact form */
.contact-form {
  margin-bottom: 60px; }
  .contact-form .btn {
    min-width: 130px; }

.contact-form-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

@media all and (min-width: 992px) {
  .contact_us_mobile_menu {
    display: none; } }
@media all and (max-width: 991px) {
  .contact-banner .banner-item img {
    min-height: 150px;
    object-fit: cover; }

  .service-heading h2, .heading-contact h2 {
    font-size: 1.5rem; }
  .service-heading h3, .heading-contact h3 {
    font-size: 1.125rem; }

  .map-route-inner {
    max-height: inherit;
    height: auto; }
    .map-route-inner img {
      height: auto; }

  .contact-service {
    padding: 25px 0; }

  .service-col {
    padding-left: 15px;
    padding-right: 15px; }

  .social-list-wrap {
    justify-content: left; }

  .map-banner, .contact-form {
    margin-bottom: 25px; } }
/* Contact us page ends here */
/* About us page */
.block-text {
  padding-top: 10px;
  padding-bottom: 10px; }
  .block-text h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 12px; }
  .block-text p {
    line-height: 1.8;
    font-weight: 300; }
  .block-text h3 {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.35; }
  .block-text .btn {
    min-width: 140px;
    background: #083C8C;
    border-color: #083C8C; }
    .block-text .btn:hover {
      background: #231f20;
      border-color: #231f20; }

.download-about {
  margin-top: 40px;
  margin-bottom: 40px; }
  .download-about h2 {
    color: #231f20;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.125rem; }
  .download-about .date {
    color: #E3E3E3; }
  .download-about .download-link {
    color: #083C8C; }
    .download-about .download-link:hover {
      text-decoration: underline;
      color: #283784; }

.about-with-us {
  margin: 0 -15px -15px -15px;
  position: relative; }
  .about-with-us img {
    -webkit-filter: blur(2px);
    /* Safari 6.0 - 9.0 */
    filter: blur(2px); }
  .about-with-us:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1; }
  .about-with-us .about-with-txt {
    /*color: $white;*/
    width: 58%;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    letter-spacing: 0.32px;
    color: #F9FBFC; }
    .about-with-us .about-with-txt a {
      color: #fff; }
      .about-with-us .about-with-txt a:hover {
        color: #283784; }

@media all and (min-width: 768px) {
  .img-left {
    padding-right: 0; }

  .img-right {
    padding-left: 0; }

  .txt-left {
    padding-right: 30px; }

  .txt-right {
    padding-left: 30px; } }
@media all and (min-width: 768px) and (max-width: 1024px) {
  .about-with-us .about-with-txt {
    width: 100%; }
  .about-with-us h2 {
    font-weight: normal; }
  .about-with-us p {
    font-size: 0.75rem; } }
@media all and (max-width: 767px) {
  .about-us-page .row.align-items-center {
    margin-bottom: 15px; }

  .about-with-us:before {
    display: none; }
  .about-with-us .about-with-txt {
    position: static;
    transform: translateY(0);
    color: #000;
    width: 100%;
    margin-top: 15px; }
    .about-with-us .about-with-txt a {
      color: #000; }

  .block-text h2 {
    font-size: 1.125rem; }

  .download-about {
    padding-left: 0;
    padding-right: 0; }
    .download-about h2 {
      font-size: 1.125rem; } }
.staticpage {
  background: url("../../images/banner/doctorappointmentsbg.png"); }

.contact-info {
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 35px 16px 32px 16px;
  border-radius: 8px;
  border: 1px solid #CED4DA;
  background-color: #fff;
  margin-bottom: 30px; }

.handIcons {
  font-size: 2.25rem;
  color: #243877; }

.backhome {
  text-align: center;
  margin-bottom: 30px; }

.btn-bg {
  background-image: url("../../images/btnbg.png");
  color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 198px;
  min-width: 198px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: -0.31px; }

.progresswrap {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto; }
  .progresswrap .txt {
    color: #707D8F; }
  .progresswrap li:not(:last-child):before {
    left: 45%;
    width: 75%; }

@media all and (max-width: 991px) {
  .progresswrap {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .progresswrap li {
      width: 100% !important;
      padding-bottom: 1.75rem; }
      .progresswrap li:not(:last-child):before {
        width: 2px;
        height: 100%;
        border-left: 2px solid #CECECE;
        left: 22px; }
    .progresswrap .progress-content {
      background: #F1F1F1; } }
.patientwrap {
  margin-top: 40px; }
  .patientwrap .thumbs {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s; }
    .patientwrap .thumbs:hover {
      box-shadow: 5px 5px 10px 0px #00000033; }
  .patientwrap .thumbinfo {
    text-align: center;
    padding: 18px 15px; }
  .patientwrap .form-group {
    margin-bottom: 40px; }
  .patientwrap .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #243877;
    text-align: left;
    margin-bottom: 1rem; }
  .patientwrap .see-details {
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 8px;
    width: 100%;
    padding: 5px;
    color: #243877;
    display: inline-block;
    white-space: normal;
    border: 1px solid #243877; }
    .patientwrap .see-details:hover, .patientwrap .see-details:active {
      background-color: #243877;
      color: #fff; }

/* Patient Details One */
.otherthumbs .prod-img a {
  /*position: static !important;*/ }
.otherthumbs .thumbs {
  background-color: #fff; }
.otherthumbs .thumbinfo {
  text-align: center;
  padding: 18px 54px; }
  .otherthumbs .thumbinfo .prod-img.mb-3 {
    margin-bottom: 8px !important; }
  .otherthumbs .thumbinfo .prod-img img {
    width: 100%; }
.otherthumbs .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #243877;
  text-align: left;
  margin-bottom: 1rem; }
.otherthumbs .see-details {
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 8px;
  width: 100%;
  padding: 5px;
  text-align: center;
  white-space: normal; }
  .otherthumbs .see-details a {
    color: #243877;
    display: inline-block;
    border: 1px solid #243877;
    text-decoration: underline; }
    .otherthumbs .see-details a:hover, .otherthumbs .see-details a:active {
      background-color: #243877;
      color: #fff; }

.seemore {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: right; }
  .seemore .primarylink {
    color: #243877;
    display: inline-block;
    outline: none;
    text-decoration: underline; }
    .seemore .primarylink:hover, .seemore .primarylink:active {
      color: #3d5dc4; }

.productdetails .maintitle {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 17px; }
.productdetails .minititle {
  font-weight: 700;
  color: #243877;
  font-size: 1rem;
  margin-top: 26px;
  margin-bottom: 5px; }

.patient_room_detail_sec .minititle {
  font-size: 1rem;
  color: #707D8F; }

/*Grid Style*/
.facilitylist {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 16px;
  color: #707D8F;
  grid-gap: 0px 30px; }
  .facilitylist i {
    margin-right: 5px;
    color: #707D8F; }
  .facilitylist p {
    /*display: flex;*/
    /*align-items: baseline;*/ }

.roomdetailslist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #707D8F; }

.rowlist {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 11px; }
  .rowlist i {
    margin-right: 10px;
    color: #707D8F; }

.rowlist:nth-child(odd) .detailsvalue {
  margin-right: 2rem; }

.pricewrap {
  margin-bottom: 38px;
  font-size: 1.25rem;
  color: #283784;
  font-weight: 400; }
  .pricewrap i {
    color: #0DCAF0; }
  .pricewrap span {
    font-weight: 700; }

.contactbtn {
  text-align: center;
  margin-bottom: 30px; }
  .contactbtn .btn {
    min-width: 328px; }
    .contactbtn .btn i {
      margin-right: 5px; }

.description {
  color: #DC3545;
  margin-bottom: 60px; }
  .description:empty {
    margin-bottom: 0; }
  .description.room-desc-wrap {
    line-height: 1.8; }
  .description .desc {
    margin-bottom: 8px;
    font-size: 1rem; }
  .description ul {
    margin-left: 30px; }

.otherthumbs .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #243877;
  margin-bottom: 10px;
  text-align: left; }
.otherthumbs .otherinfo {
  padding: 18px 54px; }
.otherthumbs .see-details {
  border: 1px solid #243877;
  color: #243877;
  display: block;
  width: 100%; }

@media all and (max-width: 991px) {
  .description {
    margin-bottom: 30px; }

  .rowlist:nth-child(odd) .detailsvalue {
    margin-right: 0; }

  .patientwrap .thumbs {
    box-shadow: 5px 5px 10px 0px #00000033; }
  .patientwrap .thumbinfo {
    padding: 8px; }
  .patientwrap .title {
    font-size: 1rem;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px; }
  .patientwrap .form-group {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }

  .auto_content_height .title {
    min-height: auto !important;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    overflow: hidden !important; }
    .auto_content_height .title.center_align_mob {
      text-align: center; }
  .auto_content_height .see-details {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto; }

  .otherthumbs .prod-img {
    margin-bottom: 8px !important; }
    .otherthumbs .prod-img img {
      width: 100% !important; }
  .otherthumbs .title {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px; }
  .otherthumbs .otherinfo {
    padding: 8px !important; }

  .productdetails .maintitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .productdetails .minititle {
    font-weight: 700;
    color: #243877;
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 5px; }

  .thumbswrap {
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: 5px 5px 10px 0px #00000033; }

  .maintitle {
    margin-bottom: 40px;
    font-size: 1.5rem; }

  .minititle {
    color: #707D8F; }

  .roomdetailslist {
    display: block;
    margin-bottom: 11px; }

  .rowlist {
    margin-bottom: 11px; }

  .facilitylist {
    grid-template-columns: 1fr 1fr; }

  .contactbtn .btn {
    min-width: 188px;
    line-height: 1; }
    .contactbtn .btn i {
      font-size: 90%; } }
.bottomrermred {
  color: #DC3545;
  margin-bottom: 32px;
  margin-top: 32px; }

.footerred {
  color: #DC3545;
  text-align: center; }

.subhead {
  margin-top: 32px;
  color: #343a40; }

.white-boxmore {
  padding: 32px;
  border-radius: 6px;
  background-color: #fff; }
  .white-boxmore.bottomspace {
    margin-bottom: 64px; }
  .white-boxmore.shadow {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25); }

.thankswrap {
  max-width: 720px;
  margin: 150px auto;
  text-align: center; }
  .thankswrap .img {
    margin-bottom: 32px; }
  .thankswrap h3 {
    font-size: 2.25rem;
    color: #283784;
    letter-spacing: 0.38px;
    margin-bottom: 29px; }
  .thankswrap .icon {
    font-size: 80px;
    font-weight: 700;
    color: #198754;
    margin-bottom: 50px; }
  .thankswrap .thanksbtn {
    margin-bottom: 30px; }

.header-tops {
  background-color: #fff !important; }
  .header-tops .help a, .header-tops .dropdown-toggle {
    color: #283784 !important;
    font-weight: 700; }

.thankhead {
  display: flex;
  align-items: center; }
  .thankhead .logo {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #CECECE; }

#headers .header-top-list {
  text-transform: uppercase; }

/*#header {
	display: none;
}*/
@media all and (max-width: 991px) {
  .white-boxmore {
    padding: 16px;
    color: #343a40; }
    .white-boxmore.bottomspace {
      margin-bottom: 32px; }
    .white-boxmore ol, .white-boxmore ul {
      padding-left: 0 !important; }

  .subhead {
    margin-top: 24px; }

  .thankswrap {
    margin: 80px auto; }

  .header-tops {
    display: block !important; }

  .mobile-border-list li:not(:last-child) {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 1rem; }

  /* insurance customer page  */
  .insurance-customer-page .white-box .sub-title {
    font-size: 1rem; } }
.doctor-midhead {
  margin-bottom: 1rem;
  text-align: center; }
  .doctor-midhead h3 {
    margin-bottom: 1.25rem;
    letter-spacing: 0.15px;
    position: relative;
    font-weight: bold;
    color: #283784;
    display: inline-block; }
    .doctor-midhead h3:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 200px;
      left: 0;
      right: 0;
      height: 2px;
      margin: 0 auto;
      border-bottom: 2px solid #707D8F; }

.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8; }

.page_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.phylopsywrap {
  margin-bottom: 30px; }
  .phylopsywrap .polywrap {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 16px 5px; }
  .phylopsywrap h4 {
    font-size: 1.25rem;
    color: #283784;
    margin-top: 20px;
    margin-bottom: 16px; }
  .phylopsywrap p {
    margin-bottom: 0px; }

.polycontent {
  min-height: 135px; }

.about-user-box {
  border: 1px solid #CECECE;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px; }

.memberwrap {
  color: #283784;
  text-align: center;
  margin-bottom: 16px;
  padding: 1rem;
  border-radius: 10px; }
  .memberwrap h3 {
    font-size: 1.25rem;
    margin-bottom: 5px; }
  .memberwrap p {
    font-size: 1.125rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px; }
  .memberwrap i {
    font-weight: normal; }

.member-details {
  text-align: center;
  margin-bottom: 64px; }
  .member-details img {
    border-radius: 8px;
    max-height: 400px; }
  .member-details .pic {
    margin-bottom: 30px; }
  .member-details h4 {
    color: #283784;
    font-size: 1.75rem; }
  .member-details h5 {
    color: #283784;
    font-size: 1.5rem; }

.accordion-wrap {
  display: block;
  margin-bottom: 32px; }

.list-bull {
  list-style: disc !important;
  margin-left: 1rem;
  line-height: 1.8; }

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 32px auto;
  list-style: none;
  max-width: 928px; }
  ul.accordion-list li.parent {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #f8f9fa;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    cursor: pointer;
    border-radius: 8px; }
    ul.accordion-list li.parent.active h3:after {
      transform: rotate(180deg); }
    ul.accordion-list li.parent h3 {
      font-weight: 700;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 1.25rem;
      color: #283784;
      cursor: pointer; }
      ul.accordion-list li.parent h3 img {
        max-width: 18px;
        vertical-align: baseline; }
      ul.accordion-list li.parent h3:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s ease-in-out;
        font-size: 18px; }
    ul.accordion-list li.parent div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      border-top: 1px solid #CECECE;
      padding-top: 16px;
      margin-top: 16px; }
      ul.accordion-list li.parent div.answer p {
        position: relative;
        display: block;
        background: #343a40;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0; }

@media all and (max-width: 991px) {
  .phylopsywrap .polywrap {
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0px #00000033;
    margin-bottom: 20px; }
    .phylopsywrap .polywrap h4 {
      font-size: 0.875rem; }
    .phylopsywrap .polywrap p {
      font-size: 0.75rem; }

  .doctor-midhead {
    text-align: left; }
    .doctor-midhead h3 {
      font-size: 1.25rem; }

  .memberwrap {
    border-radius: 8px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 0;
    padding: 5px; }
    .memberwrap h3 {
      font-size: 0.75rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 42px;
      min-height: 42px; }
    .memberwrap p {
      font-size: 10px; }
    .memberwrap .btn {
      width: 100%;
      font-size: 10px; }

  .aboutus {
    /*.breadcrumb {
        display: none;
    }*/ }
    .aboutus p {
      font-size: 0.875rem;
      padding-right: 0 !important; }

  .member-details h4 {
    font-size: 1.25rem; }
  .member-details h5 {
    font-size: 1.125rem; }

  .member-details {
    margin-bottom: 35px; }

  ul.accordion-list li.parent h3 {
    font-size: 1.125rem; }

  ul.accordion-list li.parent div.answer {
    font-size: 0.875rem; }

  ul.accordion-list {
    margin: 0;
    padding: 0; }

  .member-details .pic {
    margin-bottom: 20px; }

  .accordion-wrap {
    margin-bottom: 60px; }
    .accordion-wrap .btn {
      margin-top: 30px; }

  .doctor-midhead h3 {
    display: block;
    margin-bottom: 30px; }
    .doctor-midhead h3:after {
      width: 100%; }

  .doctor-tophead h1.title {
    margin-bottom: 40px; }

  .link.current {
    text-decoration: underline; }

  .polycontent {
    min-height: 90px; } }
/* PDPA page */
.pdpa-heading {
  color: #fff;
  border-color: #B89831;
  background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%);
  padding: 24px 20px;
  margin-bottom: 47px;
  margin-top: 40px;
  font-size: 1rem;
  display: flex;
  border-radius: 8px;
  align-items: center; }
  .pdpa-heading img {
    margin-left: auto;
    padding-left: 8px;
    float: right; }

.pdpa-list {
  margin: 0;
  padding: 0 !important;
  list-style: none; }
  .pdpa-list li {
    display: block; }
    .pdpa-list li a {
      position: relative;
      text-align: center;
      color: #283784;
      border-radius: 8px;
      padding: 11px 16px;
      margin-bottom: 8px;
      display: block;
      border: 1px solid #283784; }
      .pdpa-list li a.active, .pdpa-list li a:active {
        color: #fff;
        border-color: #B89831;
        background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%); }
      .pdpa-list li a:hover {
        color: #B89831;
        border-color: #B89831;
        background: transparent; }
    .pdpa-list li.topmenu {
      display: none;
      padding: 10px 0 30px 0;
      color: #283784;
      font-weight: bold;
      font-size: 1.5rem; }
      .pdpa-list li.topmenu .close {
        font-weight: 400;
        text-shadow: none;
        opacity: 1;
        color: #283784; }

.pdpa-title {
  margin-bottom: 2rem;
  text-align: center; }
  .pdpa-title h2 {
    letter-spacing: 0.15px;
    position: relative;
    font-weight: bold;
    color: #243877; }
    .pdpa-title h2:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 200px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      border-bottom: 2px solid #707D8F; }

.pdpa-wrap {
  margin-bottom: 60px; }
  .pdpa-wrap p {
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .pdpa-wrap .mini-title {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 1px;
    margin-bottom: 1rem; }

.pdpa-subtitle {
  margin-bottom: 2rem; }
  .pdpa-subtitle h4 {
    letter-spacing: 0.15px;
    position: relative;
    font-weight: bold;
    color: #243877;
    display: inline-block;
    font-size: 1.25rem; }
    .pdpa-subtitle h4:after {
      content: "";
      position: absolute;
      bottom: -10px;
      width: 40px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      border-bottom: 2px solid #707D8F; }

.pdpa_title {
  text-align: center;
  color: #283784;
  font-size: 1rem; }
  .pdpa_title.bottom_space {
    margin-bottom: 50px; }

.mini-title {
  color: #283784;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 24px; }

.groupradio {
  margin-top: 20px;
  color: #243877; }

.desc-title {
  border-bottom: 1px solid #707D8F;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #283784;
  font-size: 1.25rem; }

.pdpa-content ul, .pdpa-content ol {
  padding-left: 18px;
  line-height: 1.8; }

.desc-subtitle {
  font-size: 1rem; }

h2.sidebar-heading, .pdpa-heading {
  display: none; }

@media all and (max-width: 991px) {
  h2.sidebar-heading, .pdpa-heading {
    display: flex;
    font-size: 1.25rem; }

  .pdpa-title h2:after {
    width: 100%;
    border-color: #CECECE; }

  .pdpa-heading.medical_title {
    margin-top: 0;
    margin-bottom: 30px; }

  .pdpa-list {
    width: 100%;
    max-width: 420px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #CED4DA;
    overflow-y: auto;
    z-index: 15000;
    max-height: 100%;
    transition: .4s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    height: 100%;
    z-index: 999;
    padding: 16px; }
    .pdpa-list li {
      margin: 0 16px; }
      .pdpa-list li a {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #707D8F !important;
        font-weight: bold;
        text-align: left;
        line-height: 1.8;
        padding-top: .5rem;
        padding-bottom: .5rem; }
        .pdpa-list li a.active {
          background: transparent;
          color: #B89831;
          border-color: #B89831 !important; }
        .pdpa-list li a:hover {
          background: transparent;
          color: #B89831; }
      .pdpa-list li.topmenu {
        display: block;
        padding-top: 24px; }
    .pdpa-list.open {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      transition: .5s;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s; }

  .pdpa_title {
    font-weight: 400;
    font-size: 0.875rem; }
    .pdpa_title.bottom_space {
      margin-bottom: 24px; } }
/* International page */
.international-page-wrap .border-small {
  margin-bottom: 2.5rem; }

@media all and (min-width: 992px) {
  .international-page-wrap .border-small {
    margin-bottom: 2.5rem; }
  .international-page-wrap .white-box {
    margin-bottom: 30px; }
    .international-page-wrap .white-box:not(.blog-social-list-box) {
      padding-left: 40px;
      padding-right: 40px; } }
@media all and (max-width: 991px) {
  .international-page-wrap {
    font-size: 0.875rem; }
    .international-page-wrap .disc li {
      line-height: 1.8; }
    .international-page-wrap p {
      line-height: 1.8; }
    .international-page-wrap .white-box ul.disc:last-child {
      margin-bottom: 0; }
    .international-page-wrap .phone-link {
      margin-top: .25rem;
      margin-bottom: .25rem; } }
/* Facilities page */
.facilities-page-wrap .title {
  margin-bottom: 3rem; }
.facilities-page-wrap .blog-social-list-box {
  margin-top: 30px;
  margin-bottom: 60px; }

.product-grid-view.facilities-product-list {
  margin-left: -15px !important;
  margin-right: -15px !important; }
.product-grid-view .slider-item {
  padding-left: 15px;
  padding-right: 15px; }
.product-grid-view .item-wrap {
  height: calc(100% - 15px);
  box-shadow: 5px 5px 10px 0px #00000033;
  margin-bottom: 15px; }

.facility-tab-box {
  padding-left: 47px;
  padding-right: 47px; }

.facility-nav-wrap {
  padding-bottom: .25rem;
  margin-bottom: 1rem; }
  .facility-nav-wrap .btn {
    padding: 10px;
    line-height: 36px;
    font-size: 1.25rem;
    letter-spacing: 0.15px; }
  .facility-nav-wrap .nav .btn.active {
    background-color: transparent !important;
    background: #B89831;
    background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%) !important;
    color: #fff !important;
    border-color: #B89831 !important; }

.about-product-wrap .item-info {
  text-align: center; }
.about-product-wrap .product-title {
  line-height: 30px;
  letter-spacing: -.31px; }
.about-product-wrap .address {
  font-size: 0.875rem; }

@media all and (max-width: 991px) {
  .facilities-page-wrap {
    font-size: 0.875rem; }
    .facilities-page-wrap .breadcrumb {
      padding-top: 0; }
    .facilities-page-wrap .facility-nav-wrap {
      border-bottom: none; }
      .facilities-page-wrap .facility-nav-wrap .btn {
        text-align: left;
        margin-bottom: .5rem !important;
        border-radius: 8px;
        padding: 10px 16px 10px 40px;
        font-size: 1rem; }
    .facilities-page-wrap .nav li {
      width: 100%; }
    .facilities-page-wrap .title {
      margin-bottom: 2.75rem; }

  .facility-tab-box {
    padding-left: 5px;
    padding-right: 5px; }

  .about-product-wrap {
    margin-bottom: .5rem; }

  .product-grid-view.facilities-product-list {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important; }
    .product-grid-view.facilities-product-list .slider-item {
      width: 100% !important;
      /*padding-left: 2.5px; padding-right: 2.5px;*/ }
      .product-grid-view.facilities-product-list .slider-item .item-wrap {
        height: auto; } }
/* Insurance customer page */
.insurance-customer-page .service-lists-wrap {
  margin-top: 1.75rem; }
.insurance-customer-page .toggle-row .list-none:last-child {
  margin-bottom: 0; }
.insurance-customer-page .toggle-row .address-list {
  margin-bottom: 0; }

.hideall {
  display: none !important; }

.list-none {
  list-style: none; }

address {
  line-height: 1.5; }

.title-contact {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: .25rem;
  font-size: 1.75rem; }
  .title-contact:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 200px;
    border-bottom: 2px solid #CECECE; }

.title-mservice {
  font-size: 31px;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 0.2rem; }

.title-mservice .borer-bottom {
  position: relative; }

.title-mservice .borer-bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #707D8F;
  width: 75%;
  height: 2px; }

.contact-address-wrap address {
  text-align: center;
  margin-bottom: 1.5rem; }
  .contact-address-wrap address a {
    color: #000; }
    .contact-address-wrap address a:hover {
      color: #283784; }

.root-title {
  text-align: center;
  color: #283784;
  font-weight: 700;
  margin-bottom: 1rem; }
  .root-title i {
    font-size: 80%; }

.toggle-row {
  background: #fff;
  padding: 1rem;
  margin-bottom: .75rem; }
  .toggle-row .toggle-heading {
    margin-bottom: 0rem;
    letter-spacing: -0.45px;
    color: #283784;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
  .toggle-row .toogle-active {
    /*& + .toggle-content {
    	display: block;
    }*/ }
    .toggle-row .toogle-active .fa-chevron-down:before {
      content: "\f077"; }
  .toggle-row .job-position {
    color: #484E53;
    font-size: 0.75rem; }
  .toggle-row .date-btn-wrap {
    text-align: center; }
    .toggle-row .date-btn-wrap .date {
      color: #484E53;
      font-size: 0.75rem;
      margin-bottom: .75rem; }
  .toggle-row .toggle-content {
    display: none;
    border-top: 1px solid #CECECE;
    padding-top: 1rem;
    margin-top: 1rem; }
  .toggle-row ul {
    margin-bottom: 1rem; }
  .toggle-row li {
    line-height: 1.8; }

.pagebg {
  background: url("../../images/banner/doctorappointmentsbg.png"); }

.topHead {
  margin-bottom: 40px;
  letter-spacing: 0.15px;
  position: relative;
  font-weight: bold;
  color: #243877; }
  .topHead .title {
    font-size: 1.75rem; }
  .topHead:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 200px;
    left: 0;
    height: 2px;
    border-bottom: 2px solid #707D8F; }

.technology .thumbs {
  background-color: #fff;
  height: 100%; }
.technology .thumbinfo {
  text-align: center;
  padding: 30px 16px; }
.technology .form-group {
  margin-bottom: 40px; }
.technology .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #283784;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }
  .technology .title a, .technology .title .link-product-name {
    font-size: 1.5rem; }
.technology .desc {
  margin-top: 5px;
  margin-bottom: 0;
  color: #243877; }

.headbottomline {
  font-size: 1.125rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 12px; }

/*technology Details Style*/
.techdetails {
  background-color: #fff;
  padding: 16px 52px;
  margin-bottom: 30px;
  border-radius: 6px;
  word-wrap: break-word; }
  .techdetails ul {
    padding-left: 1.5rem; }

.download {
  text-align: center; }

.socialShare {
  text-align: right; }
  .socialShare a {
    display: inline-block; }

.otherservice {
  padding-bottom: 80px; }
  .otherservice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
    justify-content: space-between; }
  .otherservice li {
    padding: 35px;
    display: inline-block;
    text-align: center;
    background-color: #fff; }
  .otherservice .view-all {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #243877;
    text-align: right; }
  .otherservice.patient {
    padding-bottom: 0; }

.otherservice .icons {
  font-size: 2.25rem;
  margin-bottom: 24px;
  color: #B89831; }
.otherservice .name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #243877; }

/*Patint Room Style*/
.patientbox {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 6px; }
  .patientbox ul {
    padding-left: 1.5rem;
    margin: 0; }

@media all and (max-width: 991px) {
  .mobile_disp {
    display: block;
    display: block; }
    .mobile_disp .nav-link.active, .mobile_disp .nav-link.show {
      background: transparent; }

  .title-mservice {
    margin-top: 1rem; }

  .technology .thumbinfo {
    padding: 16px; }
  .technology .form-group {
    margin-bottom: 16px; }
  .technology .title {
    font-size: 1rem; }
    .technology .title a {
      font-size: 1rem; }
  .technology .desc {
    font-size: 0.75rem; }

  .topHead {
    margin-bottom: 50px;
    font-size: 1.5rem; }
    .topHead:after {
      width: 117px; }
    .topHead .title {
      font-size: 1.5rem; }

  .techdetails {
    padding: 16px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2); }
    .techdetails .download-link {
      margin-top: 25px;
      margin-bottom: 25px; }

  .otherservice {
    margin-bottom: 40px;
    padding-bottom: 0; }
    .otherservice ul {
      grid-template-columns: 1fr 1fr 1fr; }

  .service-lists-wrap .subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    border: none; }

  .slick-slide img {
    min-height: 150px;
    object-fit: fill;
    width: 100%; } }
@media all and (max-width: 480px) {
  .otherservice ul {
    grid-template-columns: 1fr 1fr; } }
