@import url(../fonts/signifierItalic/signifierfont.css);
@import url(../fonts/nationalbook/nationalbook.css);
@import url(./newsslider.css);

/* *********** Common CSS *********** */
@import url(./common.css);

/* *********** Header section CSS start *********** */
.header {
  height: 98px;
  border-bottom: 1px solid #000;
  padding: 10px 25px;
  background-color: #E3DED6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  /* margin-bottom: 30px; */
  z-index: 1000;
  animation: headerBgAnimation 2s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -20s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.sticky-header {
  position: sticky;
  top: 0;
  animation: headerPositionAnimation 1s ease-in-out infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -2s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-duration: 1s;
  z-index: 10;
}

.header i {
  font-size: 50px;
  transform: scaleY(0.75);
}

.header button {
  width: 221px;
  height: 40px;
  box-shadow: none;
  background-color: #000;
  color: #E3DED6;
  font-family: 'signifierextralight_italic';
  border: none;
  border-radius: 5px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 275;
}

.header button img {
  padding: 0 5px;
}

.burger-menu-list {
  display: none;
  background-color: #E3DED6;
  position: absolute;
  top: 98px;
  left: 0;
  box-shadow: 0px 8px 12px 0px #00000040;
  width: 100%;
  max-width: 354px;
  z-index: 1000;
}

.burger-menu-list span.close-btn {
  float: right;
  font-family: 'signifierextralight_italic';
  margin: 10px;
}

.burger-menu-list ul li a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
  display: block;
  width: fit-content;
}

.header>.logo {
  height: 80%;
  width: 60%;
  max-width: 398px;
  max-height: 62px;
  background-image: url('../images/main-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

/* *********** Header section CSS END *********** */

/* *********** Banner section CSS start *********** */
.banner {
  padding: 30px 25px 300px 25px;
}

.banner .main-logo {
  width: 100%;
  /* height: 62px; */
  /* background-image: url('../images/main-logo.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: widthAnimation 20s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -350s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.banner .main-logo img {
  /* max-width: 398px;
  width: 52vw; */
  height: 111px;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes widthAnimation {
  from {
    width: 100%;
  }

  to {
    width: 30%;
  }
}

@keyframes headerBgAnimation {
  to {
    background-image: url('../images/main-logo-header.png');
    padding-top: 10px;
  }
}

@keyframes headerPositionAnimation {
  to {
    top: -100%;
  }
}

.banner .logo-icon {
  max-width: 630px;
  width: 80vw;
  z-index: 1;
}

.banner p {
  padding: 20px 0;
  font-family: "nationalbook";
  font-size: 20px;
  font-weight: 480;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
}

.banner .connect {
  padding: 20px 0;
}

.banner h2 {
  font-family: 'signifierextralight_italic';
  font-style: italic;
  font-weight: 275;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0;
}

/* Banner section CSS END */

/* Aesthetic function section CSS start */
.aesthetic_function_section {
  position: relative;
  padding: 140px 0;
}

/* Aesthetic function section CSS END */

/* Digital smile design section CSS start */
.smile-services-row {
  padding: 60px 0;
  max-width: 1210px;
}

.smile-services-row .smile-services-col {
  padding: 0 23px;
}

.smile-services-col p {
  font-size: 22px;
}

.smile-services-row>.smile-services-col>img {
  width: 96px;
}

.digital_smile_design_section {
  padding-top: 150px;
  padding-bottom: 100px;
}

/* Digital_smile_design_section CSS END */


/* what we do section CSS Start */
.what_we_do {
  padding-top: 90px;
  padding-bottom: 90px;
}

.what_we_do-left {
  padding-left: 51px;
  padding-right: 87px;
}

.what_we_do-left img {
  max-width: 623px;
  width: 100%;
}

.what_we_do-right {
  padding-right: 51px;
}

.what_we_do-right img {
  padding: 24px;
  max-height: 121px;
}

.what_we_do-right p {
  text-align: left;
  max-width: 560px;
}

.what_we_do-right .service {
  padding: 20px 60px;
}

.what_we_do-right a {
  font-family: 'nationalbook';
  font-size: 18px;
  font-weight: 480;
  line-height: 18px;
  color: #000;
}

.fixed-sec-bot a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: 'signifierextralight_italic';
  font-size: 24px;
  font-weight: 275;
  border-bottom: 1px solid #000;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: block;
}

/* what we do section CSS ENd */


/* Why Choose Us section CSS Start */
.why_choose_us {
  padding: 160px 0;
}

/* Why Choose Us section CSS ENd */

/* enquiry-section CSS Start */
.enquiry-section {
  padding: 0;
}

.enquiry-right {
  padding: 50px 106px;
}

.enquiry-right button {
  margin-top: 30px;
}

.contact-right {
  padding: 190px 90px 111px;
}

.enquiry-section h2,
.enquiry-section p {
  text-align: left !important;
}

.enquiry-section h3 {
  font-size: 22px;
  margin-top: 20px;
}

/* enquiry-section CSS END */

/* latest-news-section CSS start */
.latest_news_section {
  background-image: url('../images/cream_pattern_big.png');
}

.latest_news_left {
  padding: 38px 200px 0 127px;
}

.latest_news_left p {
  text-align: left !important;
  margin-bottom: 20px;
}

.latest_news_left button {
  margin-top: 30px;
}

h2.main-news-heading {
  font-size: 55px;
  font-style: italic;
  font-weight: 275;
  line-height: 68px;
  letter-spacing: -0.02em;
  text-align: left;
}

.sec-news-heading {
  font-family: "nationalbook";
  font-size: 56px;
  font-weight: 480;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.latest_news_right img {
  width: 100%;
  max-width: 515px;
  margin: 110px 0 -7px 127px;
}

/* latest-news-section CSS END */

.news-section {
  padding: 63px 142px 95px;
}

.news-row {
  padding: 98px 0 45px;
}

.news-col {
  padding: 0 50px;
}

.news-col img {
  width: 100%;
  margin-bottom: 1rem;
}

.news-col a {
  color: #000;
  text-decoration: none;
}

.news-col span.caption {
  margin: -15px 0 30px;
  display: block;
}

p.news-heading,
p.news-content {
  text-align: left;
}

p.news-heading {
  font-size: 23px;
  font-weight: 480;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
}

p.news-content {
  font-size: 16px;
  font-weight: 480;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
}

/* news-section CSS END */

/* followed-by-section CSS start */
.followed-by-section {
  padding: 53px 92px 104px;
}

.followed-by-section h2 {
  margin-bottom: 34px;
  text-align: left;
}

.followed-by-section h2>span {
  font-family: "nationalbook";
  font-size: 25px;
  font-weight: 480;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}

.followed-inner {
  overflow: auto;
}

.follow-inner-col {
  width: 20%;
  min-width: 152px;
}

.follow-inner-col img {
  width: 100%;
}

.folcentercol {
  background-image: url('../images/cream_pattern.png');
}

.folcentercol h2 {
  margin-top: 35px;
  margin-left: 35px;
  width: 150px;
  font-size: 38px;
}

.folcentercol h2 span {
  font-size: 36px;
}

/* followed-by-section CSS END */

/* footer-section CSS start */

.footer-section {
  padding: 69px 0;
}

.footer-section li {
  font-family: "nationalbook";
  font-size: 13px;
  font-weight: 480;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize !important;
}

.footer-section li a {
  text-decoration: none;
  color: #000;
  font-family: "nationalbook";
  font-size: 20px;
  font-weight: 480;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  text-transform: capitalize !important;
  width: fit-content;
}

.footer-section li a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.footer-section li a:hover:after {
  width: 100%;
  background: black;
}

.footer-col p {
  text-align: left;
  padding-left: 60px;
}

/* footer-section CSS END */

/* copyright-section CCS Start */
.copyright-section {
  /* height: 100px; */
}

.copyright-section p {
  font-family: "nationalbook";
  font-size: 18px;
  font-weight: 480;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0px;
}

/* copyright-section CCS END */
.text.full {
  height: auto;
}


/* our client section CSS Start */
.our_client img {
  height: 100%;
}

.our_client_right {
  text-align: left !important;
  padding: 0 160px;
}

.our_client_right h2,
.our_client_right p {
  text-align: left !important;
}

.our_client_right img {
  margin-top: 0 0 20px;
}

/* our client section CSS ENd */

/* our_vision section css start */
.our_vision {
  padding: 0 35px;
}

/* our_vision section css END */

/* our_value section CSS Start */
.our_value {
  padding: 90px 30px;
}

.our_value p,
.our_value h2 {
  text-align: left;
}

.our_value_left {
  padding: 0 40px;
  margin-bottom: 30px;
}

.our_value_right {
  padding: 0 30px;
  text-align: center;
}

.our_value_right span {
  display: block;
  width: 100%;
}

.our_value_right img {
  max-width: 700px;
  width: 100%;
}

/* our_value section CSS End */

/* the-option section CSS start */
.the-options {
  padding-bottom: 100px;
}

.the-options-center {
  width: 100%;
  max-width: 987px;
  padding: 200px 0 50px;
}

.the-options-center h2,
.the-options-center p {
  text-align: left;
}

.the-options-center img {
  max-height: 129px;
  margin-right: 90px;
}

/* the-option section CSS End */

.video-content h3 {
  width: 100%;
  max-width: 690px;
  margin: 50px auto 0;
  padding: 30px;
}

.video-content-col {
  padding: 10px 50px;
}

.video-content-col p {
  text-align: left;
}

/* affiliate-logos section css start */
.affiliate-logos {
  padding: 35px 0;
}

.affiliate-heading h2 {
  position: absolute;
  left: 90px;
  top: 40px;
}

.affiliate-logos img {
  margin: 0 5px;
}

/* affiliate-logos section css END */

/* blog section CSS start */
.blog.short {
  height: calc(3*605px);
  overflow: hidden;
}

.more-articles {
  margin-bottom: 50px;
}

.blog-top {
  padding: 250px 0 150px 0;
}

.blog-category {
  padding: 0px 150px 150px 150px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.blog-category .news-col {
  padding: 50px;
}

.nav-tabs {
  border-bottom: none;
}

.blog-category .nav-tabs .nav-link {
  font-family: 'signifierextralight_italic';
  font-size: 20px;
  font-style: italic;
  font-weight: 275;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.blog-category .nav-tabs .nav-item.show .nav-link,
.blog-category .nav-tabs .nav-link.active {
  text-decoration: underline;
  border-color: transparent;
  background: transparent;
}

.blog-category .nav-tabs .nav-link:focus,
.blog-category .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.blog-category .news-row {
  padding-top: 45px;
}

.blog-category .custom-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.blog-category .dropdown-list {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 5px;
  list-style: none;
  margin: 0;
}

.blog-category .dropdown-list li {
  padding: 8px;
  cursor: pointer;
}

.blog-category .dropdown-list li:hover {
  background-color: #f2f2f2;
}

.blogpost_details {
  max-width: 758px;
  width: 100%;
  padding: 15px;
  margin: 20px auto;
}

.blogpost_details p {
  text-align: left !important;
}

.blogpost_details h2 {
  margin-bottom: 30px;
}

.blogpost_details li {
  list-style: disc;
}

.blogpost_details span.caption {
  font-family: 'signifierextralight_italic';
  font-size: 20px;
}

.blog_post_right {
  text-align: left !important;
  padding: 0 150px;
}

.blog_post_right h2,
.blog_post_right p {
  text-align: left !important;
}

.blog_post_right table tr td {
  padding: 0 30px 0 0;
  text-align: left !important;
}

.backtopost span {
  margin-bottom: 30px;
}

.alsolike_section a {
  display: flex;
  flex-direction: column;
}

/* blog section CSS END */

/* term and condition CSS start */
.term-and-condition {
  padding: 100px;
}

.term-and-condition .tab-content {
  padding: 0 200px;
}

.term-and-condition .tab-content p,
.term-and-condition .tab-content h2 {
  text-align: left;
}

/* term and condition CSS END */
/* address-section Css start */

.address-section {
  padding: 124px 300px;
}

.address-section h2,
.address-section p {
  text-align: left;
}

.address-section p a,
.address-section a {
  color: #000;
}

.address-col {
  align-self: normal;
}

.enquiry-left h1 {
  margin-left: 60px;
  text-align: left;
}

.contact-right button {
  float: left;
}

/* address-section Css END */

/* Dentist Home page CSS start */
.networkcommunity {
  background: url(../images/networkcommunity.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.networkcommunity h2,
.networkcommunity p {
  color: #fff !important;
}

.networkcommunity .center-section {
  padding: 240px 50px;
}

.yourskill {
  padding: 100px 250px;
}

.lifebalance {
  padding: 100px 50px 50px 60px;
}

.lifebalance h2,
.lifebalance p {
  text-align: left;
}

.relocating {
  padding: 100px 200px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.relocating button {
  margin-top: 30px;
}

.relocating-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0;
}

.relocating-col {
  padding: 15px 50px;
}

.relocating-col p {
  text-align: left;
  margin-bottom: 5px;
}

.relocating-col img {
  max-height: 60px;
  height: auto;
  margin-right: 15px;
}

.dentistrytraining {
  padding: 120px 50px;
}

.dsdlogo {
  padding: 10px 55px 0 0;
}

.dsdlogo img {
  width: 100%;
  max-width: 224px;
}

.trainingcontent {
  padding: 0 50px;
}

.trainingcontent h2,
.trainingcontent p {
  color: #fff !important;
  text-align: left;
}

.trainingcontent h2 {
  max-width: 404px;
  margin-bottom: 20px;
}

.trainingcontent p {
  max-width: 663px;
}

.traininglogolist {
  padding: 0 50px;
}

.traininglogolist img {
  max-width: 624px;
}

.jobopportunity {
  padding: 100px 100px 50px;
}

.jobopportunity-outer .find-more {
  margin-bottom: 80px;
}

.opportunitycontent {
  padding: 0 30px 0 0;
}

.opportunitycontent img {
  width: 260px;
  /* width: fit-content; */
  margin-bottom: 50px;
}

.opportunitycontent p {
  text-align: left;
}

.joblist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 100px;
}

.jobcard {
  background-color: #fff;
  height: calc(100% - 30px);
  box-shadow: 8px 8px;
  margin: 0 15px 15px;
  padding: 34px 34px 50px;
  max-width: 338px;
  text-align: left;
}

.jobcard span {
  margin-bottom: 65px;
  display: block;
}

.jobcard p,
.jobcard a {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
}

.jobcard a {
  color: #000;
}

.help-outer {
  background: url(../images/helpbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.help-section {
  padding: 50px 12vw;
}

.help-section h2,
.help-section p,
.help-section a {
  color: #fff;
}

.help-left {
  align-self: center;
}

.help-right {
  flex-wrap: wrap;
}

.help-right .round {
  border: 1px solid #fff;
  width: fit-content;
  /* padding: 40px; */
  margin: 0 auto 15px;
  width: 175px;
  height: 175px;
}

.help-right img {
  margin: 0 auto;
  align-self: center;
}

.help-right {
  text-align: center;
  color: #fff !important;
  padding: 0 0 50px 100px;
}

.help-right-col {
  margin-bottom: 50px;
}

.help-right-col span {
  font-family: 'signifierextralight_italic';
  font-size: 26px;
  font-style: italic;
  font-weight: 275;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.testimonial-sec {
  margin: 100px 0 50px 0;
}

.testimonial-sec img {
  margin-bottom: 50px;
}

.testimonial-col {
  padding: 0 7vw;
}

.testimonial-col img {
  height: max-content;
  margin-right: 30px;
  margin-bottom: 30px;
}

.testimonial-slides h2,
.testimonial-col h2,
.testimonial-slides p,
.testimonial-col p {
  text-align: left;
  color: #000;
}

.testimonial-col h2 {
  font-size: 26px;
}

.testimonial-col p {
  font-size: 16px;
}



/* Dentist Home page CSS END */

/* patientresources css start */

.patientresources-head {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/patientresources.png);
  background-size: cover;
  background-position: center;
}

.patientresourceslist {
  max-width: 1188px;
  width: 100%;
  margin: -120px auto 120px;
  padding: 0 !important;
  flex-wrap: wrap;
}

.patientresources-col {
  padding: 20px;
}

.patientresources-col h2,
.patientresources-col p {
  text-align: left;
}

.patientresources-col h2 {
  font-size: 22px !important;
}

.patientresources-col p {
  width: 250px;
}

.patientresources-col img {
  width: 100%;
  margin-bottom: 24px;
}

/* patientresources css END */

/* feature-case-study section CSS start */
.feature-case-study {
  padding: 110px 200px;
}

.casestudy_left,
.casestudy_right {
  padding: 0 50px;
}

.casestudy_left h2,
.casestudy_left p {
  text-align: left;
}

/* feature-case-study section CSS END */
/* clientjourneydetails */

.clientjourneydetails {
  max-width: 95%;
  margin: 0 auto 50px;
}

.detailed-slide {
  padding-left: 30px;
}

.detailed-slide img {
  margin-bottom: 30px;
}

.cs-right {
  display: flex;
  flex-direction: column;
}

.slider-txt {
  justify-content: flex-end;
}

.slider-txt h2 {
  text-align: left;
  padding: 50px 10px 0 20px;
}

.cs-sliderdots {
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  background-color: #E3DED6;
  border-radius: 24px;
  height: 32px;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clientjourney_right {
  padding: 0 5vw;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news-col {
    padding: 0 18px;
  }
}

@media (max-width: 1399.98px) {
  .p.news-heading {
    font-size: 24px;
  }

  .enquiry-right {
    padding: 30px 106px;
  }

  .enquiry-right .col-12 {
    margin-top: 0.3rem;
  }

  h2 {
    font-size: 30px;
    line-height: 26px;
  }

  p {
    font-size: 18px;
  }

  .what_we_do-right .service {
    padding: 0;
  }

  .national-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .what_we_do-right img {
    padding: 18px;
  }

  .latest_news_left {
    padding: 0px 100px;
  }

  .latest_news_right img {
    margin: 110px 0 -7px 80px;
  }

  .news-col {
    padding: 0 18px;
  }
}

@media (max-width: 1400px) {
  .help-section {
    padding: 100px 10vw;
  }

  .help-right {
    padding: 0px;
  }

  .help-right h2 {
    font-size: 22px;
  }

  .help-right .round {
    padding: 0;
    margin: 0 auto 15px;
    width: 120px;
    height: 120px;
  }

  .help-right img {
    width: 65px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .large-section-heading {
    position: static;
    align-self: start;
    margin: 0 0 0 15px;
    width: 85px;
  }

  .large-section-heading>h2 {
    font-size: 21px;
    line-height: 26px;
  }

  .large-section-heading>span {
    font-size: 19px;
    font-weight: 480;
    line-height: 22px;
  }

  .aesthetic_function_section {
    padding: 10px 0 70px;
  }

  .enquiry-right {
    padding: 70px;
  }

  .p.news-heading {
    font-size: 24px;
  }

  .enquiry-right {
    padding: 30px 20px;
  }

  .enquiry-right .col-12 {
    margin-top: 0.3rem;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  p {
    font-size: 18px;
  }

  .what_we_do-right .service {
    padding: 0;
  }

  .national-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .what_we_do-right img {
    padding: 18px;
  }

  .latest_news_left {
    padding: 0px 15px;
  }

  .latest_news_right img {
    margin: 110px 0 -7px 0px;
  }

  .folcentercol h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .folcentercol h2 span {
    font-size: 30px;
  }

  .footer-col p {
    padding-left: 15px;
    word-wrap: break-word;
  }

  .news-section {
    padding: 50px;
  }

  .news-row {
    padding: 45px 0;
  }

  .enquiry-left {
    /* height: 100vh; */
  }

  .enquiry-left img {
    height: 100%;
  }

  .enquiry-right button {
    margin-top: 10px;
  }

  .news-col {
    padding: 0 18px;
  }

  .term-and-condition {
    padding: 50px;
  }

  .term-and-condition .tab-content {
    padding: 0 20px;
  }

  .our_client_right {
    padding: 15px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .header {
    /* height: 90px; */
  }

  .header button {
    width: 221px;
    height: 40px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 275;
    letter-spacing: -0.02em;
  }

  .header i {
    font-size: 30px;
    transform: scaleY(0.75);
  }

  .banner .main-logo {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .banner .main-logo img {
    max-width: 398px;
    width: 52vw;
    height: auto;
  }

  .banner {
    padding: 0 40px;
    height: 1000px;
  }

  .enquiry-right {
    padding: 50px;
  }

  .enquiry-left {
    /* height: 100vh; */
  }

  .enquiry-left img {
    height: 100%;
  }

  .p.news-heading {
    font-size: 22px;
  }

  .our_client_right {
    padding: 0;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .header>.logo {
    width: 30%;
  }

  .header button {
    right: 20px;
    width: 120px;
    height: 30px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 275;
    letter-spacing: -0.02em;
  }

  .what_we_do-right {
    padding-right: 0;
  }

  .jobopportunity {
    padding: 30px;
  }

  .joblist {
    padding: 10px 0 0 0;
  }

  .lifebalance {
    padding: 30px;
  }

  .yourskill {
    padding: 100px;
  }

  .relocating {
    padding: 100px 50px;
  }

  .relocating-col {
    padding: 15px;
  }

  .blog-category {
    padding: 0px 50px 50px 50px;
  }

  .feature-case-study {
    padding: 50px 30px;
  }

  .address-section {
    padding: 100px 60px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 756px) and (max-width: 767.98px) {
  .banner {
    padding: 0 40px;
    height: 700px;
  }

  .our_client_right {
    padding: 0;
  }

}

@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
    font-weight: 275;
    line-height: 34px;
    letter-spacing: -0.02em;
  }

  p {
    font-size: 16px;
  }

  .header {
    padding: 0 18px;
  }

  .index-header {
    height: 57px;
  }

  .index-header .burger-menu-list {
    top: 57px
  }

  .header button {
    position: absolute;
    top: 0;
    right: 20px;
    width: fit-content;
    height: fit-content;
    font-size: 13px;
    line-height: 22px;
    font-weight: 275;
    letter-spacing: -0.02em;
    padding: 5px 10px;
  }

  .header button img {
    width: 25px;
    padding: 0 5px;
  }

  .header i {
    font-size: 30px;
    transform: scaleY(0.75);
  }

  .landing-header {
    height: 150px !important;
  }

  .banner {
    padding: 25px 25px 0;
    height: 500px;
  }

  .banner h2 {
    font-size: 18.29px;
    line-height: 22px;
  }

  .banner .main-logo {
    height: 55px;
  }

  .center-section {
    padding: 0 15px;
  }

  .center-section h2 {
    padding: 70px 52px 25px;
  }

  .center-section h2.logoheading {
    padding: 0 40px;
  }

  .aesthetic_function_section .short {
    height: 75px;
    overflow: hidden;
  }

  .contact-info.short {
    height: 0;
  }

  .banner .logo-icon {
    max-width: 320px;
    border: none;
    margin: 0;
    z-index: 1;
  }

  .digital_smile_design_section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .digital_smile_design_section .short {
    height: 75px;
    overflow: hidden;
  }

  .smile-services-col p {
    font-size: 14px;
  }

  .why_choose_us {
    padding: 90px 0;
  }

  .what_we_do {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what_we_do-left {
    padding: 0 0 30px 0;
  }

  .what_we_do-left img {
    max-width: 100%;
  }

  .what_we_do-right {
    padding-right: 0 !important;
  }

  .what_we_do-right span.national-heading {
    font-size: 20px;
    font-weight: 480;
    line-height: 21.8px;
    padding-bottom: 30px;
    display: block;
  }

  .fixed-sec-bot a {
    position: static;
    width: fit-content;
    margin: 50px auto 0;
  }

  .news-section {
    padding: 0;
  }

  .news-col {
    padding: 0;
  }

  .folcentercol h2 {
    margin: 15px 0 0 20px;
    width: 97px;
    font-size: 16px;
    line-height: 17px;
    text-align: left !important;
  }

  .folcentercol h2 span {
    font-size: 16px;
    line-height: 17px;
    text-align: left !important;
  }

  .followed-by-section {
    padding: 50px 15px;
  }

  .followed-by-section h2 {
    text-align: center;
  }

  .followed-by-section h2>span {
    display: block;
    text-align: center;
  }

  .enquiry-right {
    padding: 50px 15px 70px;
  }

  .enquiry-section h2,
  .enquiry-section p {
    text-align: center !important;
  }

  .enquiry-section h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 17px;
  }

  .enquiry-section button {
    width: 100%;
    max-width: 500px;
  }

  .what_we_do-right img {
    padding: 0;
    max-height: 84px;
  }

  .what_we_do-right .service {
    padding: 0 0 0 15px;
  }

  p.news-heading {
    font-size: 20px;
    line-height: 22px;
  }

  p.news-content {
    font-size: 16px;
    line-height: 21px;
  }

  .news-row {
    padding: 0px .75rem 85px;
  }

  .news-slider-head {
    margin-bottom: 40px;
    height: 90px;
    background-color: white;
  }

  .news-slider-head h2 {
    margin: 0 auto;
  }

  .copyright-section p {
    font-size: 12px;
  }

  .contact-read-more {
    padding: 15px;
    font-size: 13px;
  }

  .footer-section {
    padding: 0;
  }

  .footer-section .short {
    height: 0;
    display: none;
  }

  .footer-section ul {
    padding: 1rem 0 1rem 5px;
  }

  .footer-section li a {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize !important;
  }

  .footer-col p {
    padding-left: 15px;
    font-size: 13px;
    word-wrap: break-word;
  }

  .contact-epand-info {
    background-color: #E3DED6;
    margin-top: -2px;
  }

  .latest_news_left {
    padding: 70px 15px !important;
  }

  .our_client_right {
    text-align: center !important;
    padding: 45px 15px;
  }


  .our_client_right h2,
  .our_client_right p {
    text-align: center !important;
  }

  .our_value {
    padding: 15px;
  }

  .our_value_right {
    margin-bottom: 50px;
  }

  .our_value_left,
  .our_value_right {
    padding: 0;
    text-align: center !important;
  }

  .our_value_left h2,
  .our_value_left span.national-heading {
    text-align: center !important;
  }

  .enquiry-left {
    height: auto !important;
  }

  .the-options {
    padding-bottom: 50px;
  }

  .the-options-center {
    padding: 50px 30px 0;
  }

  .the-options-center .short {
    height: 0;
    display: none;
  }

  .the-options-center img {
    max-height: 42px;
    margin-right: 1rem;
  }

  .options-mobile {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .the-options-center h2.find-more {
    text-align: center !important;
  }

  .affiliate-heading h2 {
    position: relative;
    left: 0;
    top: 30px;
  }

  .affiliate-logos {
    padding-top: 0;
  }

  .address-section {
    padding: 80px 15px 60px;
  }

  .contact-right button {
    width: fit-content !important;
    text-align: center;
    float: unset;
  }

  .enquiry-left h1 {
    margin: 150px auto !important;
    text-align: center;
  }

  .video-content {
    padding-bottom: 50px;
  }

  .video-content .short {
    display: none;
  }

  .term-and-condition {
    padding: 15px;
  }


  .blog_post_right {
    text-align: center !important;
    padding: 45px 15px;
  }

  .alsolike_section a {
    display: flex;
    flex-direction: row;
  }

  .alsolike_section a img {
    width: 90px;
    height: fit-content;
    margin-right: 20px;
  }

  .blog-category {
    padding: 0;
    margin-top: -120px;
  }

  .blog-category .alsolike_section {
    padding: 30px 15px 0px;
  }

  .blog-category .alsolike_section p.news-heading {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .blog-category .alsolike_section p.news-content {
    font-size: 13px;
  }

  .blog-category .alsolike_section hr.divider {
    margin: 2px 0;
  }

  .maylikethis {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-top {
    padding: 140px 0 250px 0;
  }

  .blog-col {
    padding: 0 !important;
  }

  .blog_slider_nav {
    width: 100%;
    position: absolute;
    top: 52vw;
    left: 0;
  }

  .blog_slider_nav a {
    background: #000;
    color: #fff;
    padding: 10px;
  }

  .filterby {
    margin-top: 10px;
    font-size: 18px;
    font-family: "nationalbook";
  }

  .filterby select {
    font-size: 20px;
    font-family: 'signifierextralight_italic' !important;
    padding: 10px 6px 6px;
    border-radius: 6px;
    text-align: center;
    margin-left: 20px;
  }

  .networkcommunity .center-section {
    padding: 0 50px 30px;
  }

  .patientresourceslist {
    margin: 0 0 -1px 0;
  }

  .patientresources-head {
    padding: 0 !important;
    height: 540px;
  }

  .patientresources-col h2 {
    font-size: 18px !important;
  }

  .patientresources-col p {
    font-size: 13px !important;
    width: 100%;
  }

  .patientresources-col img {
    margin-bottom: 15px;
  }

  .feature-case-study {
    padding: 0px;
  }

  .casestudy_left,
  .casestudy_right {
    padding: 15px;
  }

  .yourskill {
    padding: 50px 30px;
  }

  .lifebalance-expandable .short {
    height: 0;
    display: none;
  }

  .lifebalance {
    padding: 15px;
  }

  .relocating {
    padding: 15px;
  }

  .relocating-col {
    padding: 5px 10px;
    flex-direction: column;
  }

  .relocating-col img {
    width: fit-content;
  }

  .footer-logo {
    height: 150px;
  }

  .dentistrytraining {
    padding: 50px 30px;
  }

  .dsdlogo img {
    max-width: 140px;
  }

  .traininglogolist {
    padding: 50px 20px;
  }

  .trainingcontent {
    padding: 0 20px;
  }

  .jobopportunity {
    padding: 30px;
  }

  .joblist {
    padding: 0;
  }

  .jobcard {
    max-width: 100%;
  }

  .opportunitycontent {
    padding: 50px 15px;
  }

  .help-section {
    padding: 70px 30px;
  }

  .help-right {
    padding: 0px;
  }

  .help-right h2 {
    font-size: 22px;
  }

  .help-right .round {
    padding: 0;
    margin: 0 auto 15px;
    width: 108px;
    height: 108px;
  }

  .help-right img {
    width: 54px;
  }

  .cs-right {
    flex-direction: row;
  }

  .cs-right img {
    width: 50%;
  }

  .cs-sliderdots {
    background-color: #BFB19F;
    bottom: -65px;
  }

  .clientjourney_right {
    padding-top: 70px;
  }

  .clientjourney_right img {
    display: block;
  }

  .clientjourney_right h2,
  .clientjourney_right p {
    text-align: left !important;
  }
}


@media (max-width: 575.98px) {
  .enquiry-section button {
    width: 100%;
  }
}