html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.deekshuTopBar {
  background-color: #c4008a;
  padding: 8px 0;
}
.deekshuTopBar ul {
  margin-bottom: 0;
  padding-inline-start: 0;
  display: inline-block;
}
.deekshuTopBar ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
}

.deekshuTopBar ul li a {
  color: #fff;
}
.deekshuTopBar ul li a:hover {
  text-decoration: none;
}

.deekshuTopBar ul.workingHours li span {
  margin-right: 4px;
}

.topAreaMobile li span {
  margin-right: 4px;
}

.deekshuTopBar ul.workingHours li:first-child {
  padding-left: 0;
}
.deekshuTopBar .socialIcons li img {
  width: 18px;
}
.deekshuTopBar .socialIcons li {
  padding: 0 3px;
}

.deekshuTopBar ul.socialIcons {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

header#masthead {
  background-color: #fff;
  padding: 0;
}
.desktopMenu img {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.desktopMenu .navbar-expand-xl {
  justify-content: center;
}

#mega-menu-wrap-left #mega-menu-left,
#mega-menu-wrap-right #mega-menu-right {
  background-color: #fff;
}
#mega-menu-wrap-left #mega-menu-left > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-right #mega-menu-right > li.mega-menu-item > a.mega-menu-link {
  color: #000 !important;
  font-weight: bold !important;
}
.desktopMenu li a {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.desktopMenu li a:hover {
  font-size: 18px !important;
  color: #000 !important;
  background-color: transparent !important;
}
.desktopMenu li {
  padding: 0 20px !important;
}
.desktopMenu #mega-menu-left li:first-child {
  padding-left: 0;
}
.desktopMenu #mega-menu-right li:first-child {
  padding-right: 0;
}
.homeDesktopMenu.navbar {
  padding: 0;
}
.sectionPadding {
  padding: 60px 0;
}

/*.trapezoid {
  clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
  padding: 60px 0;
  background-color: #c4008a;
}*/

.trapezoid {
  padding: 24px 0;
  background-color: #c4008a;
  border-radius: 16px;
}

.homeHelpBox {
  padding: 0 100px;
}
.homeHelpBox h3 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.homeHelpBox h4 {
  font-size: 24px;
/*  margin-bottom: 20px;*/
  margin-top: 0;
  color: #fff;
  font-weight: normal;
}

.homeHelpBoxBtn {
  padding: 20px 40px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
}
.homeHelpBox .row {
  align-items: center;
}
a.homeHelpBoxBtn:hover {
  text-decoration: none;
  color: #fff;
}
.homeHelp {
  margin-top: 20px;
}
.homeWhyChoose h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
}

.homeWhyChoose h5 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.homeWhyChoose p {
  color: #000;
}
.homeWhyChoose .spec img {
  display: block;
  margin: 0 auto;
  width: 45px;
}
.homeOurTreatments h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.ourTreatmentsBoxContentArea {
  background-color: #f7f7f7;
  padding: 20px;
}
.ourTreatmentsBoxContentArea h4 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.ourTreatmentsBoxImage {
  position: relative;
}

.ourTreatmentsBoxImageIcon img {
  width: 70px;
  padding: 10px;
  background-color: #c4008a;
  border: 4px solid #fff;
  border-radius: 50%;
}
.ourTreatmentsBoxImageIcon {
  position: absolute;
  bottom: -75px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 100%;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.btnPink {
  background-color: #c4008a;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  transition: 0.3ms;
}
a.btnPink:hover {
  color: #fff;
  text-decoration: none;
  background-color: #169ee2;
}
.marginTop40 {
  margin-top: 40px;
}
.homeOurTreatments.sectionPadding,
.faqs.sectionPadding {
  padding-top: 0;
}

.homeTestimonials h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

#accordion button {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#accordion .card .card-header .btn-faq:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 0;
  top: 5px;
}
#accordion .card .card-header .btn-faq.collapsed:after {
  content: "\f106";
}
.btn-faq {
  display: block !important;
  text-align: left;
  width: 100%;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
#accordion .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 15px 20px;
}
#accordion {
  margin-bottom: 40px;
}
#accordion .card-body {
  padding: 0px;
}
#accordion .card-header button {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

#accordion .card-body p {
  margin-bottom: 10px;
}

#accordion .card {
  margin-bottom: 5px;
}
.homeTestimonials iframe {
  margin-bottom: 30px;
  width: 100%;
  height: 315px;
}
.testimonialsBox {
  padding: 80px;
  margin-bottom: 40px;
  background-color: #3e66df;
  color: #fff;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.testimonialPersonName h6 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 22px;
  color: #fff;
}
.homeTestimonials {
  background-color: #f1f1f1;
}
.testimonialsBox p {
  color: #fff;
}
.testimonialPersonName p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.footer.sectionPadding {
  background-color: #c4008a;
  padding: 30px 0;
}
.footer h2 {
  color: #fff;
  margin-bottom: 2px;
  margin-top: 0;
}
.footer h6 {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
}
.footerTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff8a;
  margin-bottom: 20px;
}
.footer p {
  color: #fff;
}

ul.footerContact {
  list-style: none;
  padding-inline-start: 10px;
}
ul.footerContact b {
  float: left;
  width: 25px;
}
.footerContact li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.footerContact li span {
  width: 82%;
  float: left;
  padding: 2px 0 0 0;
  color: #fff;
}
.footerContact li a {
  color: #fff;
}
.footerContact li span a:hover {
  color: #fff;
  text-decoration: none;
}

.footerContact li:last-child {
  border-bottom: 1px solid #ffffff8a;
  padding-bottom: 10px;
}

ul.footerSocialIcons {
  padding-inline-start: 10px;
  margin-bottom: 0;
}

.footerSocialIcons li img {
  width: 18px;
}
.footerSocialIcons li {
  padding: 0 5px;
  display: inline-block;
}
.footer p {
  margin-bottom: 10px;
}

.quickLinks li {
  color: #fff;
  padding-bottom: 10px;
}
.quickLinks li:last-child {
  padding-bottom: 0;
}

.quickLinks li a {
  color: #fff;
}
.quickLinks li a:hover {
  color: #fff;
  text-decoration: none;
}
.copyRights {
  background-color: #aa0078;
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
}
.desktopMenu .navbar-expand-lg {
  justify-content: center !important;
}

.mobile-menu-close {
  font-size: 30px;
  padding: 5px 15px;
  float: right;
  color: #000;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 0 10px 0 #000 !important;
}
.carousel-caption h1,
.carousel-caption h3 {
  color: #fff;
}
.carousel-caption h3,
.carousel-caption h1 {
  margin-top: 0;
  margin-bottom: 5px;
}
.carousel-caption h3 {
  font-size: 24px;
  font-weight: normal;
}
.carousel-caption h1 {
  font-size: 45px;
}
.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(-120%);
  right: 0;
  left: 0;
}
.callBtn {
  position: fixed;
  bottom: 28%;
  right: 15px;
  width: 65px;
  z-index: 9999;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.whatsAppBtn {
  position: fixed;
  bottom: 18%;
  right: 15px;
  width: 65px;
  z-index: 9999;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.carousel-control-prev {
  cursor: auto;
}
a.carousel-control-prev span {
  cursor: pointer;
}
.carousel-control-next {
  cursor: auto;
}

.carousel-control-next span {
  cursor: pointer;
}

.subPageBanner {
  position: relative;
  background-image: url("../../images/Sub-Page-Banner.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

.subPageBannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subPageBannerContent h1 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

#mega-menu-wrap-right
  #mega-menu-right
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-right
  #mega-menu-right
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-right
  #mega-menu-right
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background-color: #fff !important;
}

#FAQ button {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#FAQ .card .card-header .btn-faq:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 0;
  top: 5px;
}
#FAQ .card .card-header .btn-faq.collapsed:after {
  content: "\f106";
}

#FAQ .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 10px 20px;
}

#FAQ .card-body {
  padding: 0px;
}
#FAQ .card-header button {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

#FAQ .card-body p {
  margin-bottom: 5px;
}

#FAQ .card {
  margin-bottom: 5px;
}

.contactPage h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold;
}

#wpcf7-f56-o1 p {
  margin-bottom: 0;
}

#wpcf7-f56-o1 .form-control {
  height: 50px;
  font-size: 16px;
}

#wpcf7-f56-o1 textarea.form-control {
  height: auto !important;
}

#wpcf7-f56-o1 .form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
}

#wpcf7-f56-o1 .btn {
  background-color: #c4008a;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  border: none !important;
  transition: 0.3ms;
}

#wpcf7-f56-o1 .btn:hover {
  background-color: #169ee2;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
}

#wpcf7-f56-o1 .btn:hover:focus {
  background-color: #169ee2;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
}
#wpcf7-f56-o1 .form-group {
  padding-bottom: 30px;
  margin-bottom: 0;
}

#wpcf7-f56-o1.form-group .btn-primary {
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.reachUs {
  list-style: none;
  padding-inline-start: 0;
}
ul.reachUs b {
  float: left;
  width: 40px;
}
.reachUs li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.reachUs li span.content {
  width: 82%;
  float: left;
  padding: 2px 0 0 0;
}
.reachUs li a {
  color: #000;
}
.reachUs li a:hover {
  color: #000;
  text-decoration: none;
}
.contactPage.sectionPadding {
  padding-bottom: 0;
}
.contactPage iframe {
  margin-top: 40px;
}

.footer,
.copyRights {
  font-weight: normal !important;
}

.blogArchivesBox h2 {
  color: #c4008a !important;
  font-size: 22px;
  margin-top: 0;
}

.recentPosts h2 {
  color: #c4008a !important;
  font-size: 22px;
  margin: 0;
  padding-bottom: 15px;
}

.blogArchivesBox {
  margin-bottom: 30px;
}

.blogArchivesBox,
.recentPosts {
  border: 1px solid #ccc;
  padding: 30px;
}
.blogArchivesBox a,
.recentPosts a {
  color: #000;
}
.blogArchivesBox a:hover {
  color: #c4008a;
}
.recentPosts h3 a {
  font-size: 16px;
  color: #c858a7;
}
.recentPosts h3 {
  margin: 0;
}
.recentPosts p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 0;
}
.recentlyPosted {
  padding: 15px 0;
  border-bottom: 1px solid #ccc !important;
}
.entry-title-blog a {
  color: #c4008a !important;
}
.entry-title-blog a:hover {
  text-decoration: none;
}
h2.entry-title-blog {
  margin-bottom: 0;
}
p.blog-date {
  margin-bottom: 10px;
  font-weight: bold;
  color: #aaa;
}
.blog-more p {
  margin-bottom: 10px;
}
.blog-more a {
  color: #9d5353;
}
.deekshuBlogContentArea {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.post-navigation .nav-previous a::before {
  content: "" !important;
}
.post-navigation .nav-next a::after {
  content: "" !important;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right !important;
  width: 50% !important;
  text-align: right !important;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left !important;
  width: 50% !important;
  text-align: left !important;
}
.nav-previous a {
  background-color: #c4008a !important;
  color: #fff !important;
  border-color: #c4008a !important;
  transition: 0.3s !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;

  font-weight: bold !important;
}

.nav-next a {
  background-color: #c4008a !important;
  color: #fff !important;
  border-color: #c4008a !important;
  transition: 0.3s !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;

  font-weight: bold !important;
}
.nav-next a:hover {
  background-color: #fff !important;
  color: #c4008a !important;
  border-color: #c4008a !important;
  transition: 0.3s !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;

  font-weight: bold !important;
}
.nav-previous a:hover {
  background-color: #fff !important;
  color: #c4008a !important;
  border-color: #c4008a !important;
  transition: 0.3s !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-weight: bold !important;
}

.galleryPage {
  column-gap: 20px;
  column-fill: balance;
  margin: 20px auto 0 auto;
}
.galleryPage .item {
  display: block;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.galleryPage .item img {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 4px 8px rgb(142 142 142 / 51%);
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

@media (min-width: 600px) {
  .galleryPage {
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .galleryPage {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .galleryPage {
    column-count: 3;
  }
}

/* Gallery Layout End */

ul.galleryPostName {
  padding-inline-start: 0;
  box-shadow: 2px 2px 6px #00000029;
}
ul.galleryPostName li {
  list-style: none;
  border-bottom: 2px solid #f1f1f1;
  transition: 0.3ms;
}
ul.galleryPostName li a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 15px 30px;
}
ul.galleryPostName li a:hover {
  text-decoration: none;
  color: #fff;
}

ul.galleryPostName li:hover {
  background-color: #c4008a;
}

ul.galleryPostName li a.galleryActive {
  background-color: #c4008a;
  color: #fff;
}
button:focus {
  outline: none;
}

.sidebar-menu-gallery-archieves h2 {
  color: #c4008a !important;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
}

.sidebar-menu-gallery-archieves {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 40px;
}
.sidebar-menu-gallery-archieves a {
  color: #000;
}

.sidebar-menu-gallery-archieves ul li {
  list-style: none;
}

.sidebar-menu-gallery-archieves ul {
  padding-inline-start: 20px;
}

.sidebar-menu-gallery-archieves ul li::before {
  color: #000;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1rem;
  vertical-align: middle;
}
.sidebar-menu-gallery-archieves ul li {
  padding-bottom: 10px;
}
.sidebar-menu-gallery-archieves ul li:last-child {
  padding-bottom: 0px;
}

.sidebar-menu-gallery-archieves ul li a {
  font-weight: bold;
}

#mega-menu-wrap-left
  #mega-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-left
  #mega-menu-left
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-left
  #mega-menu-left
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  background-color: #fff !important;
}
.dr_mohana_content_area h2 {
  color: #c4008a;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}
.dr_mohana_content_area p {
  margin-bottom: 12px;
}

.vision_mission_content_area h2 {
  color: #c4008a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.aboutMohana.sectionPadding {
  padding-bottom: 0;
}

.TreatmentsBoxContentArea {
  padding: 30px 20px;
}

.TreatmentsBoxContentArea h4 {
  margin-top: 0;
  font-size: 24px;
  color: #c4008a;
}
.TreatmentsBox {
  box-shadow: 0 4px 8px rgba(142, 142, 142, 0.16);
}
.TreatmentsBox:hover {
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.TreatmentsBoxContentArea p {
  margin-bottom: 10px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.contactUsPage.sectionPadding {
  padding-bottom: 0;
}
.contactUsPage h6 {
  font-size: 24px;
}
.homeVideos p {
  margin-bottom: 0;
}
/* .homeVideos .homeTestimonialsBtn {
  float: right;
} */
.homeTestimonialsBtn {
  background-color: #c4008a;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  transition: 0.3ms;
}
a.homeTestimonialsBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #169ee2;
}
a.homeTestimonialsBtn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #169ee2;
}
.homeVideos h3 {
  margin-top: 0;
  color: #000;
  margin-bottom: 10px;
}
.blogPost .entry-content p {
  margin-bottom: 10px;
}

.blogPost .entry-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
h2.entry-title-blog {
  margin-top: 0;
  color: #c4008a !important;
  font-size: 30px;
}

.homeTestimonials iframe {
  margin-bottom: 30px;
  width: 100%;
  height: 315px;
}
.homeVideos iframe {
  margin-bottom: 30px;
  width: 100%;
  height: 315px;
}
img.mfp-img {
  width: 80% !important;
}
.footerTitle h6 {
  font-weight: bold;
}
.convenienceBox img {
  margin-bottom: 10px;
}
.convenienceBox p {
  margin-bottom: 0;
}
.ourPartners {
  background-color: #f1f1f1;
}

.ourTeam h2 {
  color: #c4008a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.ourTeamBox {
  padding: 30px 15px;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(142, 142, 142, 0.16);
  border: 2px solid #c4008a;
}
.ourTeamBox:hover {
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.ourTeamBox h3 {
  color: #c4008a;
  font-size: 24px;
  margin-bottom: 5px;
}
.ourTeamBox h4 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  font-weight: bold;
}
.visionMission {
  background-color: #ffedfc;
}
.TreatmentsBoxContentArea {
  background-color: #ffedfc;
}
.mfp-figure:after {
  background: transparent !important;
  box-shadow: none !important;
}
.ourPartners h3 {
  color: #000;
  margin-bottom: 20px;
}
.ourPartners p {
  font-style: italic;
}

.convenience h3{
color: #000;
font-size:30px;
}

.homeTestimonialsQuote {
  background-image: url("../../images/testimonial-quote.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 25px;
  background-size: 8%;
}



.bannerOne {
  background-image: url("../../images/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}

.bannerTwo{
  background-image: url("../../images/banner-for-interior-IAR05546.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;
}
.bannerThree{
  background-image: url("../../images/banner-facility-IAR05556.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;  
}
.bannerFour{
  background-image: url("../../images/banner-reception-area-IAR05534.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;  
}
.bannerFive{
  background-image: url("../../images/banner-comfortable-clinic-environment-IAR05607.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;  
}
.wpcf7 form.sent .wpcf7-response-output{
    border:none;
}
.bannerSix{
  background-image: url("../../images/banner-IAR05584.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  background-position: center;  
}
.designed-by a{
color: #fff;
}