body{
	font-family: var(--base-font);
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

  color: var(--secondary-color);

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #f1f3f5;
  --primary-color: #414141;
  --secondary-color: #e0c9ab;
  --third-color: #1E8449;
  --four-color: #909497;
  --five-color: #1A25C1;
  --black-color: #000000;
  --high-light: #13c5dd;
  --white-color: #fff;
  --lighter-color: #f8f8f8;
  --base-font: "Prompt", sans-serif;
  --pragh-font: "Roboto Condensed", sans-serif;
  --heading-fonts: "Playfair Display", serif;
  scroll-behavior: inherit;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.header-top{
	background-color: var(--primary-color);
	padding: 10px 0;
}
ul.text-info-main {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.text-info-main li{
	margin-right: 10px;
}
ul.text-info-main li a {
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    color: #fff;
    font-size: 16px;
	font-family: var(--base-font);
}
ul.text-info-main li a i{
	font-size: 14px;
}
.request-a a {
    background-color: #e0c9ab;
    color: #222;
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    padding: 10px 40px;
    border-radius: 0px;
    text-transform: none;
	font-family: var(--base-font);
}
.request-a a:hover{
  background-color: #fff;
  color: #e0c9ab;
}
.header-left-main {
    display: flex;
    justify-content: space-between;
}
.container{
	width: 93%;
	max-width: 1400px;
}
.social-icons ul {
    display: flex;
}

.social-icons ul li a {
    color: #fff;
    font-size: 18px;
}
.social-icons ul li a:hover{
  color: var(--secondary-color);
}
.header.header-bottom {
    padding: 4px 0 0;
	background-color: #fff;
}
/* Navigation Start */

  @-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body {
  overflow-x: hidden;
  color: #121212;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
  text-decoration: none
}

@media only screen and (max-width:768px) {

  a,
  button {
    cursor: default !important;
    border: none;
    outline: none
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

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

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  color: #1685cc;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility
}

.header-item-left {
    width: 17%;
}

.main-nav {
  display: flex;
  justify-content: space-between;
}
ul.menu-section {
  margin: 0;
  padding: 0;
  float: right;
}
.header-item-center {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66% */
    width: 83%;
}


/* .header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
 */

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header .menu>ul>li {
  display: inline-block;
  padding: 0 4px;
}
.header-item-left img {
  /* max-width: 55%; */
  height: 80px;
}
.header .menu>ul>li>a {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  line-height: 90px;
  padding: 12px 7px;
  font-family: var(--base-font);
  border: none;
  outline: none;
  color: var(--primary-color);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.header .menu>ul>li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.header .menu>ul>li .menu-subs>ul>li {
  line-height: 1
}

.header .menu>ul>li .menu-subs>ul>li>a {
  display: inline-block;
  font-family: var(--base-font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: .75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header .menu>ul>li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem
}

.header .menu>ul>li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
  display: block;
  line-height: 1
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
  display: inline-block;
  font-family: var(--base-font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 2px 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.header .menu>ul>li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  padding: 1.25rem 1rem;
  justify-content: space-between;
}
.header-bottom .row {
  justify-content: space-between;
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(1) {
  /* flex: 0 0 33%; */
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(2) {
  /* flex: 0 0 33%; */
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(3) {
  /* flex: 0 0 33%; */
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(4) {
  flex: 0 0 14%;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(5) {
  flex: 0 0 13%;
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(6) {
  flex: 0 0 22%;
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
  padding: 0 4rem;
    text-align: left;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
     color: #414141;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family: var(--heading-fonts);
    font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
  text-align: center
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: .75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
  color: var(--secondary-color)
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
  color: var(--secondary-color)
}

@media only screen and (min-width:993px) {
  .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
    margin-top: 0rem;
    opacity: 1;
    visibility: visible
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none
}

@media only screen and (max-width:992px) {
  .header-item-center {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; */
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    top: 0px;
  }

  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: .25rem;
    background: #000;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }

  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0
  }

  .header .menu-mobile-trigger span:nth-child(2),
  .header .menu-mobile-trigger span:nth-child(3) {
    top: .5rem
  }

  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem
  }

  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }

  .header .menu.active {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%)
  }

  .header .menu>ul>li {
    display: block;
    line-height: 1;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);;
  }

  .header .menu>ul>li>a {
    /* display: block; */
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 0px;
    color: #000;
  }

  .header .menu>ul>li>a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
   .header .menu>ul>li i.ion{
               font-size: 1.25rem;
        line-height: normal;
        width: 40px;
        height: 39px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        float: right;
        margin-right: 14px;
        background-color: #eee;
        padding: 7px 10px;
        margin-top: 5px;
   }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 9999;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fafafa
  }

  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, .1);
    color: #121212;
    text-align: center
  }

  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block
  }

  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility
  }

  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: #121212;
    text-align: center
  }

  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
  }

  .header .menu>ul>li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .header .menu>ul>li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .header .menu>ul>li .menu-subs.active {
    display: block
  }

  .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }

  .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    margin-top: 0
  }

  .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    margin-bottom: 1.25rem
  }

  .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0
  }

  .header .menu>ul>li .menu-subs>ul>li>a {
    display: block
  }

  .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
    margin-bottom: 1rem
  }

  .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: block
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .55);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }

  .overlay.active {
    opacity: 1;
    visibility: visible
  }
}

/* Navigation End */

.section-banner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-page-banner img {
    width: 100%;
}
.section-banner::after{
  opacity: 1;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  display: block !important;
  z-index: 99;
  top: 0;

}

.banner-text-box {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  z-index: 9999;
       display: flex;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 70px;
}
.banner-text-wrapper {
    border-left: 6px solid;
    border-image: linear-gradient(to top, #414141, #e0c9ab) 1 100%;
    padding-left: 40px;
    box-sizing: border-box;
}
.banner-text-box h4 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fce1bf;
}
.banner-text-box h1 {
      font-size: 1.5rem;
    line-height: 1.25em;
  color: #f1f4f3;
  font-weight: 400;
  font-family: var(--heading-fonts);
}
video#hf-video {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.banner-btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.banner-btn ul li a {
    color: #222;
    background: #fff;
    position: relative;
    padding: 10px 40px;
    border-radius: 0px;
    text-transform: none;
    font-size: 18px;
    text-align: center;
	font-family: var(--base-font);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    box-sizing: border-box;
    border: 1px solid #ffffff;
}

.banner-btn ul li {
    margin-right: 10px;
}
a.cont {
    background: transparent !important;
    color: #fff !important;
}
.banner-btn.mt-3 {
    display: inline-block;
}
.corner.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 225px;
    height: 125px;
}

.corner.bottomright svg {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
section.welcome-to-studio {
    padding: 55px 0;
}
section.welcome-to-studio {
    padding: 55px 0;
}

.welcome-to-studio h4 {
    font-family: var(--base-font);
    font-size: 18px;
    text-transform: uppercase;
    color: #414141;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.welcome-to-studio h2 {
    font-family: var(--heading-fonts);
        font-size: 1.75rem;
    color: #222;
   line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
	margin-bottom: 16px;
}
.welcome-to-studio p{
	font-size: 18px;
    font-weight: 300;
	line-height: 1.5em;
    text-transform: none;
	margin: 1rem 0px;
	color: #222;
	font-family: var(--base-font);
}
.welcome-to-studio h3 {
    font-family: var(--heading-fonts);
     font-size: 1.5rem;
    color: #222;
    font-weight: 600;
	line-height: 1.5em;
    text-transform: none;
	margin: 1rem 0;
}
.links a {
    position: relative;
    color: #222;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
	font-family: var(--base-font);
	    letter-spacing: 0.25px;
    word-spacing: 0.5px;
}
.links a:hover {
    color: #e0c9ab;
}
.links a::before{
content: "";
    position: absolute;
    left: 50%;
    right: 100%;
    bottom: 0px;
    background: #e0c9ab;
    height: 2px;
    opacity: 1;
    transform: translateX(-50%);
    width: 100%;
}

.links a:hover:before {
  animation: border-ani .5s 1;
}
@keyframes border-ani {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.divider-w{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
	margin-top: 70px;
	padding: 0 40px;
}
.divider-w .divider-line{
	    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #414141, #e0c9ab, #414141);
}
.divider-logo{
	position: absolute;
    background: #ffffff;
    padding: 0px 20px;
    box-sizing: border-box;
    height: 50px;
    border-left: 2px solid #e0c9ab;
    border-right: 2px solid #e0c9ab;
}
.divider-logo img{
	height: 100%;
    object-fit: cover;
}
.county-dentist{
	    display: flex;
    gap: 100px;
    height: 100%;
    align-items: center;
}
.county-dentist-img{
	    position: relative;
    flex-basis: 60%;
}
.county-dentist-content {
    flex-basis: 40%;
}

.county-dentist-content .banner-text-wrapper h4 {
    margin-bottom: 5px;
}
.county-dentist-content .banner-text-wrapper {
    width: inherit;
}
.read-link{
    position: relative;
    color: #222;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
	font-family: var(--base-font);
	    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    display: inline-block;
}
.read-link:hover {
    color: #e0c9ab;
}
.read-link::before{
content: "";
    position: absolute;
    left: 50%;
    right: 100%;
    bottom: 0px;
    background: #e0c9ab;
    height: 2px;
    opacity: 1;
    transform: translateX(-50%);
    width: 100%;
}

.read-link:hover:before {
  animation: border-ani .5s 1;
}
.client-list {
    display: flex;
    margin: 60px 75px 10px;
    align-items: center;
}

.client-list .client-list-img img {
    box-sizing: border-box;
    filter: grayscale(1);
}

.client-list .client-list-img {
    padding: 0 5px;
}
.the-best-chioce{
  background-color: #414141;
  padding: 100px 0;
}
.box-best-chioce{
    display: flex;
    gap: 100px;
    height: 100%;
    align-items: center;
}
.box-best-chioce .box-best-lft {
    position: relative;
    flex-basis: 50%;
    order: 3;
}
.box-best-chioce .box-best-lft img{
  max-width: 100%;
}
.box-best-chioce .corner.bottomright svg {
    fill: #414141;
}
.box-best-content{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 50%;
    padding: 40px 0;
    box-sizing: border-box;
}

.box-best-content .banner-text-wrapper h4 {
    font-size: 18px;
    text-transform: uppercase !important;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
    font-family: var(--base-font);
}

.box-best-content .banner-text-wrapper h2 {
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    font-size: 1.75rem;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    color: #fff;
    font-family: var(--heading-fonts);
}
.box-best-content p{
      font-size: 18px;
      font-family: var(--base-font);
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 1rem 0px;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    color: #fff;
}
.box-best-content .read-link {
    color: #fff;
}
.why-choice-us{
  padding: 70px 0;
}
.why-choice-us h2 {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 40px;
    color: #222;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--heading-fonts);
}
.why-choice-box h5 {
    font-family: var(--heading-fonts);
    font-size: 1.25rem;
    color: #222;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 400;
    margin: 1rem 0px;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
}
.why-choice-box p{
      font-size: 18px;
    font-family: var(--base-font);
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 1rem 0px;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    color: #222;
}
.consultation-sec{
  padding: 70px 0;
  background-color: #414141;
  position: relative;
}
.consultation-content .banner-text-wrapper h2 {
    font-size: 3rem;
    line-height: 1.25em;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--heading-fonts);
    color: #fff;
}
.consultation-content .banner-text-wrapper h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--base-font);
    color: #fff;
}
.consultation-content img{
  max-width: 100%;
}
.consultation-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 50%;
    padding: 40px 0;
    box-sizing: border-box;
    color: #ffffff;
}

.consultation-box {
    display: flex;
    gap: 100px;
    height: 100%;
    align-items: center;
}
input.form-control.fform-control {
   background-color: transparent;
     background: none;
    border: none;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: normal;
    font-family: var(--base-color);
    padding: 5px;
}

input.form-control.fform-control::placeholder {
    color: #fff;
    font-weight: normal;
    font-family: var(--base-color);
    font-size: 16px;
    padding: 5px;
    opacity: 0.7;
}
textarea.form-control.fform-control::placeholder{
  color: #fff;
    font-weight: normal;
    font-family: var(--base-color);
    font-size: 16px;
    padding: 5px;
    opacity: 0.7;
}
textarea.form-control.fform-control {
    background-color: transparent;
     background: none;
    border: none;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: normal;
    font-family: var(--base-color);
    
}
.submit-now{
      color: #222;
    background: #e0c9ab;
    position: relative;
    padding: 10px 40px;
    border-radius: 0px;
    text-transform: none;
    border: 1px solid #e0c9ab;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: var(--base-font);
}
.lft-form {
    position: relative;
    flex-basis: 50%;
}

.lft-form .form-group label {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-size: 16px;
    font-family: var(--base-font);
}
.lft-form .row {
    margin-bottom: 40px;
}
.footer-sec{
  background-color: #fff;
  padding: 70px 0;
}
.footer-logo{
      display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.footer-logo img{
  max-width: 150px;
}
.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-box {
    text-align: center;
    flex-basis: 30%;
}

.location-box {
    text-align: center;
    flex-basis: 30%;
}

.contact-box {
    text-align: center;
    flex-basis: 30%;
}
.social-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-box ul li a {
    font-size: 24px;
    color: #414141;
    margin: 0 4px 6px;
    display: inline-block;
}

.footer-box h4 {
    line-height: 1.5em;
    /* margin-top: 10px; */
    font-size: 18px;
    text-transform: uppercase;
    color: #414141;
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--base-font);
}
.location-box a {
    font-size: 18px;
    color: #414141;
    margin-bottom: 10px;
    font-family: var(--base-font);
    display: inline-block;
}
.contact-box a {
    font-size: 18px;
    color: #414141;
    margin-bottom: 10px;
    font-family: var(--base-font);
    display: inline-block;
}
#back-to-top {
  cursor: pointer;
  background: #e0c9ab;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.75rem;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #414141;
  color: #414141;
  transition: all 0.3s;
  margin-top: 50px;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.back-to-top-sec p {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #222;
    font-family: "Prompt";
    letter-spacing: 0.25px;
    word-spacing: 0.5px;
}
.copyright {
    background-color: #414141;
    padding: 0px;
}

.copyright p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: var(--base-font);
}
.copyright p a{
  color: #e0c9ab;
}

section.section-banner.inner-be::after {
    background-color: rgba(0,0,0,.3);
}
section.section-banner.inner-be .banner-text-wrapper {
    border-left: 4px solid;
}
section.section-banner.inner-be .banner-text-box p , section.section-banner.inner-be .banner-text-box p a {
    color: #fff;
}
section.section-banner.inner-be .banner-text-box {
    bottom: 40%;
}
.our-office{
  padding: 60px 0;
}
.our-office-box{
      display: flex;
    gap: 40px;
}
.content-box-left {
    flex-basis: 65%;
}
.sidebarigt{
  flex-basis: 31%;
}
.content-box-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 1rem 0px;
    color: #222;
    font-family: var(--base-font);
}
.content-box-left h3 {
    font-family: var(--heading-fonts);
    font-size: 24px;
    color: #222;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 16px;
}
.content-box-left ul li h5{
  font-family: var(--heading-fonts);
    font-size: 20px;
    color: #222;
        line-height: 30px;
    text-transform: none;
    font-weight: 400;
}
.content-box-left .divider-w {
    margin: 50px 0;
    padding: 0;
}
form.fomr-s {
    /* display: flex; */
    width: 100%;
}

form.fomr-s p {
    display: flex;
    align-items: center;
}

form.fomr-s .from-control {
    width: 90%;
}

form.fomr-s .form-control {
    flex-basis: 35%;
    margin-left: 20px;
}
.fomr-s{
  margin: 30px 0;
}
.sidebarigt-location{
  padding: 40px;
  background-color: var(--primary-color);
  position: relative;
  margin-top: 1rem;
}
.sidebarigt-location::before{
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 55px solid #ffffff;
    border-left: 160px solid transparent;
}
.sidebarigt-location h5{
  font-family: var(--heading-fonts);
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 16px;
}
.sidebarigt-location p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    font-family: var(--base-font);
}
ul.s-media {
    display: flex;
}ul.s-media li a {
    color: #fff;
    font-size: 19px;
}

ul.s-media li {
    margin-right: 6px;
}
.office_hours ul {
    /* display: flex; */
}

.office_hours ul li {
    display: flex;
    justify-content: space-between;
}

.office_hours ul li span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    font-family: var(--base-font);
}

.office_hours ul li p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    font-family: var(--base-font);
    margin-bottom: 0;
}

.office_hours {
    margin: 10px 0 0;
}
.dental-studio-sec{
  background-color: var(--primary-color);
  padding: 70px 0;
}
.dental-studio-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: block;
    content: "";
}
.corner.topleft {
    top: 0;
    left: 0;
    transform: rotate(180deg);
        position: absolute;
    z-index: 999;
    width: 450px;
    height: 175px;
}
.corner.topleft svg{
  fill: #414141;
}
section.the-best-chioce.dental-studio-sec {
    padding: 0;
}
.dental-studio-img {
    position: relative;
}
.content-box-left ul {padding-left: 37px;margin-bottom: 20px;}

.content-box-left ul li {
    list-style-type: disc;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
    color: #222;
    font-family: var(--base-font);
}
  .beforeAfter img {
    max-width: none;
    height: inherit !important;
  }
  
  .beforeAfter {
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    border: solid 5px #fff;
}
.beforeAfter i {
    /* position: absolute; */
    top: 11px;
    left: 7px;
    /* font-size: 40px; */
    border-width: 0px 3px 3px 0px !important;
    margin: 11px 0 10px 0;
}

.beforeAfter i:last-child {
    border-width: 3px 0px 0px 3px !important;
    right: 0;
    /* top: 51px; */
}
.test-slider{
      padding: 15px 20px 12px;
      background-color: #f9fafb;
}
.rating-box{
      border-radius: 4px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .02), inset 0 0 1px 1px rgba(0, 0, 0, .06);
    width: 100%;
    margin: auto auto 10px;
    background-color: #fff;
}
.rating-box-inner{
      display: flex;
    padding: 26px 20px;
    align-items: start;
    justify-content: space-between;
}
.rating-box-main{
  display: flex;
    align-items: center;
}
.rating-box-main h4{
      font-weight: 700;
    font-size: 26px;
    margin-left: 8px;
}
.content-box-left .float-end {
    margin: 20px 0 20px 20px;
    position: relative;
}
.content-box-left .float-end img {
    max-width: 300px;
        height: 100%;
    object-fit: cover;
    object-position: center center;
}
.content-box-left .float-end::after{
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 55px solid #ffffff;
    border-left: 160px solid transparent;
}
.link-s a {
    color: #222;
    background: #e0c9ab;
    position: relative;
    padding: 10px 40px;
    border-radius: 0px;
    text-transform: none;
    border: 1px solid #e0c9ab;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.link-s a:hover {
    background: transparent;
}
.jusitn-bottom.text-center.w-100 img {
    max-width: 80%;
    margin: 0 auto;
}
.library-box-pic{
  position: relative;
  flex-basis: 34%;
}
.library-box {
    /* display: flex; */
}

.library-box-main {
    display: flex;
}
.library-box-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.library-box-link ul li {
    list-style-type: none;
}

.library-box-link {
    flex-basis: 66%;
}
.library-box-pic::before{
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 55px solid #ffffff;
    border-left: 160px solid transparent;
}
.content-box-left .library-box h3 {
    font-weight: 400;
    font-size: 27px;
}
.library-box-link ul li{
  margin: 0.5rem 0;
}
.library-box-link ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 0.5rem 0px;
    color: #414141;
    font-family: var(--base-font);
    position: relative;
    padding-left: 20px;
}
.library-box-link ul li a::before{
  content: "";
  font-family: FontAwesome;
    content: "\f054";
    left: 0;
    position: absolute;
    
}
.consultation-sec.contact-us::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5));
    display: block;
    content: "";
}
.consultation-sec.contact-us .lft-form {
    padding: 60px;
    background-color: var(--primary-color);
}
.consultation-sec.contact-us .consultation-content{
  position: relative;
}
.contact-main-spe p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--base-font);
    display: inline-block;
    margin-top: 30px;
}
.contact-main-spe a{color: #fff;}
.sidebarigt-ic {
    /*position: relative;*/
    margin: 1rem 0;
}
.sidebarigt-ic::before{
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 55px solid #ffffff;
    border-left: 160px solid transparent;
}
ul.ul_column {
    display: flex;
    flex-wrap: wrap;
}

ul.ul_column li {
    flex-basis: 50%;
}
.accordion-button::after {
     font-family: "FontAwesome";
   
   content: "\2b";
  transition: all 0.5s;
  background: none;
}
.accordion-button:not(.collapsed)::after {
     font-family: "FontAwesome";
   content: "\f068";
   transform: none;
   background: none;
}
.accordion-button::after {
  transition: all 0.5s;
  font-size: 13px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}
.faq-sec {
    padding: 20px 0 0;
}
.faq-sec h4{
    font-family: var(--heading-fonts);
    font-size: 24px;
    color: #222;
    line-height: 1.5em;
    text-transform: none;
    font-weight: 600;
}
.faq-sec p{
  font-size: 18px;
    font-weight: 300;
        line-height: 1.5em;
    text-transform: none;
        margin: 1rem 0px;
        letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--base-font);
}
.faq-accordion .accordion-button {
    color: var(--primary-color);
    background-color: transparent;
    font-size: 18px;
    font-family: var(--base-font);
    border-bottom: dotted 1px var(--primary-color);
    padding-left: 0px;
    padding-right: 0px;
}
.faq-accordion .accordion-item{
  border-width: 0px;
}
.faq-accordion .accordion-body{
  padding-left: 0;
  padding-right: 0;
}
.alternating_faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.alternating_faq .image{
  flex-basis: 48%;
}
.alternating_faq .text{
  flex-basis: 48%;
}
.alternating_faq .text h3{
  font-size: 22.4px;
      color: #222;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
        letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--heading-fonts);
}
.alternating_faq .text p{
  font-size: 18px;
    font-weight: 300;
        line-height: 1.5em;
    text-transform: none;
        margin: 1rem 0px;
        letter-spacing: 0.25px;
    word-spacing: 0.5px;
    font-family: var(--base-font);
}
.alternating_faq:nth-of-type(even) .image{
      order: 2;
    text-align: right;
}
.content-box-left ol li {list-style: auto;}
.content-box-left ol li ul li {
    list-style-type: circle;
}
.content-box-left .float-end.float-end-2::after {
    content: inherit;
}
ul.it-de li {
    list-style-type: circle;
}
ul.invisalign-links {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.invisalign-links li {
    flex-basis: 24%;
    list-style-type: none;
    margin-bottom: 20px;
}

ul.invisalign-links li h6 {
    color: #222;
    font-weight: normal;
    font-size: 17px;
    font-weight: 200;
}
.cideo-d-flex {
    margin: 60px auto;
    display: flex;
    border-bottom: 10px solid #e0c9ab;
    box-shadow: 6px 5px 8px 0px #bfbf;
}
.service_video {
    flex-basis: 40%;
}

.service_video_text {
    flex-basis: 60%;
    padding: 0 40px;
    background: #414141;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_video_text h4 {
    color: #fff;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--base-font);
}
.alternating_service_container {
    margin-top: 20px;
}
.alternating_service_container .alternating_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.alternating_service .image , .alternating_service .text
 {
    flex-basis: 48%;
}
.alternating_service_container .alternating_service:nth-child(2) .image , .alternating_service_container .alternating_service:nth-child(4) .image {
    order: 2;
    text-align: right;
}
.service_testimonial_videos {
    background: #414141;
    padding: 20px 40px;
    border-bottom: 10px solid #e0c9ab;
    text-align: center;
    box-shadow: 6px 5px 8px 0px #bfbfbf;
}
.service_testimonial_videos h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 400;
    text-align: center;
    font-family: var(--heading-fonts);
}
.service_testimonial_videos .secondary_divider {
    display: inline-block;
    margin: 0 auto;
    height: 3px;
    background: #e0c9ab;
    width: 150px;
}
.service_testimonial_videos p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.service_testimonial_videos .testimonial_videos_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.service_testimonial_videos .testimonial_videos_container .testimonial_video {
    flex-basis: 48%;
    margin: 20px 0;
}
.review-sec{
  padding: 40px 0;
}
.review-sec h2{
       font-size: 3rem;
    line-height: 1.25em;
    color: #222;
    font-weight: 400;
    font-family: var(--heading-fonts);
   text-align: center;
   margin-bottom: 25px;
}
 .carousel-item__card {
  box-shadow: 0 13px 31px #dce1ed;
  border-radius: 12px;
  padding: 40px 25px 35px;
  font-weight: 500;
  border: 1px solid #dddddd;
}
.review-slider .owl-nav .owl-prev img , .review-slider .owl-nav .owl-next img {
    max-width: 140px;
    height: 17px;
}
.review-slider .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}

.review-slider .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}
.review-slider .owl-nav .owl-next i,.review-slider .owl-nav .owl-prev i{
  background-color: #e0c9ab;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.star-icons li i{
  color: #f39c12;
  font-size: 18px;
}
ul.star-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.star-icons li {
    margin-left: 2px;
}
.carousel-item__card h4 {
    font-size: 28px;
	font-family: var(--heading-fonts);
	line-height: 1.4;
	color: #262323;
}
.carousel-item__card p {
    font-size: 18px;
    color: #262323;
    margin-top: 15px;
    line-height: 28px;
    font-weight: normal;
    font-family: var(--base-font);
    text-align: left;
}
.review-slider .owl-nav {
    position: absolute;
	width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 0;
	top: 42%;
  transform: translateY(-42%);
}
@media only screen and (max-width: 576px){
  .banner-btn ul li a:hover {
    background: #fff;
    color: #222;
}

.request-a a {
    display: none;
}

.header-left-main {
    flex-direction: column;
    align-items: center;
}

ul.text-info-main {
    flex-direction: column;
    align-items: center;
}

ul.text-info-main li {
    text-align: center;
}

.banner-text-box {
    padding: 0;
    bottom: 13%;
}
.banner-btn ul li a {
    font-size: 16px;
}

.banner-btn ul li {
    margin-bottom: 5px;
}
video#hf-video {
    width: 100%;
     height: 74vh;
}

.banner-text-box h1 {
    font-size: 28px;
}
.corner.bottomright {
    width: 112px;
    height: 69px;
    display: none;
}
section.section-banner.inner-be .banner-text-box {
    bottom: 2%;
    background-color: var(--primary-color);
    position: inherit;
    padding: 10px 0 0;
}
.banner-btn ul {
    flex-direction: column;
}

.banner-btn ul li {
    display: inline-flex;
    margin-bottom: 15px;
}

.county-dentist {
    flex-direction: column;
    gap: 0;
}

.county-dentist-img {
    flex-basis: 100%;
    margin-bottom: 25px;
}

.county-dentist-content {
    flex-basis: 100%;
}

.client-list {
    margin: 20px 0;
}

.box-best-chioce {
    flex-direction: column;
}

.banner-text-wrapper {
    width: 100%;
}
.why-choice-box {
    margin-bottom: 30px;
}
.footer-box {
    flex-direction: column;
}
.consultation-box {
    flex-direction: column;
    gap: 30px;
}

.lft-form .form-group {
    margin-bottom: 20px;
}
.header-top {
    display: none;
}

.our-office-box {
    flex-direction: column;
}

.dental-studio-img .corner.topleft {
    display: none;
}

.dental-studio-sec .box-best-content {
    padding: 50px 20px !important;
}
.content-box-left .float-end {
    padding: 0;
    margin: 20px  0;
    float: none !important;
    width: 100%;
}
.main-nav {
    flex-wrap: wrap;
    align-items: center;
}
.consultation-content .banner-text-wrapper h2 {
    font-size: 2rem;
}

.consultation-content {
    padding: 0;
}
}
@media only screen and (max-width:1230px) {
.dental-studio-sec .container-xxl{
    padding: 0;
	  max-width: 100%;
}
.dental-studio-sec .box-best-content {
    padding: 0 62px;
}
}
@media only screen and (max-width:1300px) {
.dental-studio-sec .container-xxl{
    padding: 0 0px;
    width: 100%;
}
.dental-studio-sec .box-best-content {
    padding: 0 62px;
}
}
@media only screen and (max-width:1230px) {
  .dental-studio-sec .container-xxl{
    padding: 0;
    width: 100%;
}
}