@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Sora:wght@100..800&display=swap');
:root {
  --font-family-sora: "Sora", serif;
  --font-family-cookie: "Cookie", serif;
  --color-1f5e8a: #1f5e8a;
  --color-ed638d: #ed638d;
  --color-72bbee: #72bbee;
  --color-6093ab: #6093ab;
  --color-5d8fa6: #5d8fa6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-size-44: 44px;
  --font-size-80: 80px;
  --font-size-85: 85px;
  --font-size-140: 140px;
  --character-spacing-0: 0px;
  --line-height-16: 24px;
  --line-height-18: 26px;
  --line-height-20: 28px;
  --line-height-22: 30px;
  --line-height-24: 32px;
  --line-height-30: 38px;
  --line-height-36: 44px;
  --line-height-44: 52px;
  --line-height-80: 96px;
  --line-height-85: 100px;
  --line-height-140: 140px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-sora);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-5d8fa6);
  font-weight: var(--font-weight-Medium);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-ed638d);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-1f5e8a);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-1f5e8a);
  text-transform: normal;
  margin-bottom: 10px;
  font-weight: var(--font-weight-Medium);
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-000000);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-000000);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-ed638d);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-5d8fa6);
  margin-bottom: 20px;
}
.extra-small {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-5d8fa6);
  margin-bottom: 20px;
}
.small-text {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-5d8fa6);
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
  color: var(--color-ed638d);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.main-title {
  font-size: var(--font-size-140);
  line-height: var(--line-height-140);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 0;
}
.title {
  font-size: var(--font-size-80);
  line-height: var(--line-height-80);
  color: var(--color-1f5e8a);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}
.title2 {
  font-size: var(--font-size-85);
  line-height: var(--line-height-85);
  color: var(--color-1f5e8a);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
}
.cookie-span {
  font-size: var(--font-size-140);
  line-height: var(--line-height-140);
  color: var(--color-ed638d);
  font-weight: var(--font-weight-Medium);
  display: inline-block;
  font-family: var(--font-family-cookie);
  font-style: italic;
}
.div-title {
  font-size: var(--font-size-36);
  line-height: var(--line-height-36);
  color: var(--color-1f5e8a);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}
.div-sub-title {
  font-size: var(--font-size-44);
  line-height: var(--line-height-44);
  color: var(--color-1f5e8a);
  margin-bottom: 15px;
}
.div-text {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-5d8fa6);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 10px;
}
.div-small-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-1f5e8a);
  margin-bottom: 15px;
}
.font-cookie {
  font-family: var(--font-family-cookie);
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-1f5e8a {
  color: var(--color-1f5e8a) !important;
}
.color-ed638d {
  color: var(--color-ed638d) !important;
}
.color-72bbee {
  color: var(--color-72bbee) !important;
}
.color-5d8fa6 {
  color: var(--color-5d8fa6) !important;
}
.color-6093ab {
  color: var(--color-6093ab) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-18);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  padding: 14px 30px;
  border-radius: 10px;
  border: none;
  background: var(--color-ed638d);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn .svg {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  fill: var(--color-ffffff);
}
.view-more-btn:hover .svg {
  fill: var(--color-ffffff);
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-1f5e8a);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img,
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 140px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink .main-nav {
  margin-top: 0;
}
.main-header.g_shrink .top-header {
 display: none;
}
.main-header.g_shrink .main-nav .nav-item .nav-link {
  color: var(--color-000000);
}
.main-header.g_shrink .main-nav .nav-item .nav-link:focus,
.main-header.g_shrink .main-nav .nav-item.active .nav-link,
.main-header.g_shrink .main-nav .nav-item .nav-link:hover {
  color: var(--color-ed638d);
}
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img {
  filter: brightness(1) invert(0);
}
/* loader css*/
/* loader css */
.main-nav {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0px;
  margin-top: 70px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 250px;
  filter: brightness(0) invert(1);
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item {
  padding-left: 20px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  text-transform: uppercase;
  line-height: initial;
  padding: 10px 8px;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-ed638d);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-ed638d);
}
/* top-banner */
.appointement-icon {
  width: 40px;
  margin-right: 10px;
}
.appointement-icon img {
  animation: tilt-shaking 0.20s infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.header-appointement {
  padding: 25px 0px 25px 0px;
}
.top-header {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
}
.top-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-image: url(../images/bg/appointement-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}
.appointement-number .small-text {
  margin-bottom: 8px;
  display: inline-block;
}
/* top-banner */
/* main-header */
/* main-banner */
.banner-img img {
  height: 100vh;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  top: 38%;
  width: 40%;
}
.banner-text .title2 {
  -webkit-animation: fadeInUp 1.5s;
  animation: fadeInUp 1.5s;
  animation-duration: 2s;
}
.banner-text .view-more {
  -webkit-animation: fadeInLeft 1.5s;
  animation: fadeInLeft 1.5s;
  animation-duration: 2s;
}
/* main-banner */
/* home-about-section */
.tooth-bg {
  position: absolute;
  top: -80px;
  width: 160px;
  left: 35%;
}
.home-about-left {
 padding-right: 100px;
}
.home-about-left img {
 border-radius: 30px;
}
.home-about-bg::before {
  content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: var(--color-1f5e8a);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
.about-appointement .svg {
  width: 90px;
  height: 90px;
  margin-right: 8px;
  fill: var(--color-ffffff);
}
.about-appointement {
  background: var(--color-ed638d);
  padding: 20px;
  border-radius: 20px;
}
.about-appointement {
  background: var(--color-ed638d);
  padding: 20px;
  border-radius: 20px;
}
.happy-patient {
  margin-top: 140px;
}
.happy-patient .happy-patient-text {
 width: 35%;
 float: left;
}
.happy-patient .about-appointement {
 width: 65%;
 float: left;
}
/* home-about-section */
/* service-section */
.service-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.service-title {
  margin-top: -40px;
}
.service-page-opacity {
  position: absolute;
  top: -250px;
  opacity: 0.1;
  left: 0;
  right: 0;
  z-index: -1;
}
.service-page-opacity h3 {
  font-size: 24rem;
}
.service-box {
 padding: 0 15px;
 margin-bottom: 60px;
}
.service-box img {
 border-radius: 30px;
}
.service-box .service-text {
  background: var(--color-ed638d);
  padding: 20px 20px;
  border-radius: 20px;
  width: 85%;
  height: 100%;
  margin: 0 auto;
  margin-top: -40px;
  text-align: center;
  position: relative;
      min-height: 149px;
}
.service-box .div-small-text {
  color: var(--color-ffffff);
  margin-bottom: 6px;
}
.service-box p {
  color: var(--color-ffffff);
  margin-bottom: 0;
}
.service-bottom {
  padding: 0 100px;
}
/* service-section */
/* invisalign-section */
.invisalign-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/invisalign-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.invisalign-img img {
  border-radius: 30px;
}
.invisalign-text-img {
  width: 80px;
  float: left;
  padding-right: 20px;
}
.invisalign-text {
  width: calc(100% - 80px);
  float: left;
}
.invisalign-text-box {
  background: var(--color-5d8fa6);
  width: 90%;
  float: left;
  position: relative;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0 15px 32px #00000042;
  z-index: 1;
}
.invisalign-box01 {
  left: 30%;
  top: 20%;
}
.invisalign-box02 {
  left: 40%;
  top: 50%;
}
.invisalign-box03 {
  right: 20%;
  top: 40%;
}
.invisalign-box04 {
  right: 55%;
  top: 60%;
}
/* invisalign-section */
/* what-we-section */
.safe-trusted-bg {
  background: var(--color-ed638d);
}
.safe-trusted-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.what-we-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.what-we-text {
  padding-left: 30px;
  padding-right: 30px;
}
.vision-img {
  background: #ff99b8;
  padding:18px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.vision {
  padding: 0 10px;
}
.what-we-img {
  position: relative;
  z-index: 1;
}
/* what-we-section */
/* get-in-touch-section */
.get-in-touch-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.get-in-touch-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-000000);
  z-index: 1;
  opacity: 0.5;
}
.get-in-touch-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
.get-in-touch-text {
  position: relative;
  z-index: 11;
 }
/* get-in-touch-section */
/* why-us-section */
.why-us-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/why-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.invisalign-img {
  margin-top: 100px;
}
.why-us-box {
  width: 90%;
  border-top: dashed 2px var(--color-ffffff);
  padding-top: 30px;
}
.why-us-img {
  width: 80px;
  background: #fff;
  border-radius: 1000%;
  padding: 18px;
}
.why-us01 {
  text-align: right;
}
.why-us-img01 {
  position: absolute;
  top: 10%;
  left: 30%;
}
.why-us-img01::before {
  content: "";
  position: absolute;
  top: -88px;
  left: -340px;
  width: 340px;
  height: 2px;
  border-top: dashed 2px var(--color-ffffff);
  transform: rotate(30deg);
}
.why-us-img01::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 15px;
  height: 15px;
  background: var(--color-ed638d);
  border-radius: 100%;
}
.why-us02 {
  text-align: right;
  position: relative;
  top: 230px;
}
.why-us-img02 {
  position: absolute;
  top: 40%;
  left: 0;
}
.why-us-img02::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -40px;
  width: 15px;
  height: 15px;
  background: var(--color-ed638d);
  border-radius: 100%;
}




.why-us-img03 {
  position: absolute;
  top: 10%;
  right: 10%;
}
.why-us-img03::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 33px;
  width: 201px;
  height: 2px;
  border-top: dashed 2px var(--color-ffffff);
  transform: rotate(123deg);
}
.why-us-img03::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -10px;
  width: 15px;
  height: 15px;
  background: var(--color-ed638d);
  border-radius: 100%;
}
.why-us04 {
  margin-top: 200px;
}
.why-us-img04 {
  position: absolute;
  top: 40%;
  right: 30px;
}
.why-us-img04 {
  position: absolute;
  top: 35.5%;
  right: 46px;
}
.why-us-img04::before {
  content: "";
  position: absolute;
  top: 38px;
  right: -40px;
  width: 15px;
  height: 15px;
  background: var(--color-ed638d);
  border-radius: 100%;
}
/* why-us-section */
/* smile-section */
.smile-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 120px;
  width: 200px;
  height: 200px;
  background-image: url(../images/icons/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.smile-text::after {
  content: '';
  position: absolute;
  left: 23px;
  bottom: 120px;
  width: 200px;
  height: 200px;
  background-image: url(../images/icons/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
  transform: rotate(179deg);
}
/* smile-section */
/* patient-feedback-section */
.google-reviews li {
  display: inline-block;
  margin: 0 5px;
}
.google-reviews li img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.patient-feedback {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 28px #1f5e8a47;
  padding: 40px;
}
.patient-feedback-slider {
  padding: 50px 50px;
}
.visit-img {
  width: 100%;
  height: 500px;
} 
.visit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
.feedback-text {
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.feedback-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  background-color: #fff;
  border-radius: 0px;
}
.feedback-text::-webkit-scrollbar {
  width: 3px;
}
.feedback-text::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--color-ed638d);
}
/* patient-feedback-section */
/* footer-section */
.top-footer {
  background: var(--color-ed638d);
}
.footer-contact li {
 display: block;
 margin-bottom: 30px;
}
.footer-contact li img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  float: left;
  object-fit: contain;
}
.footer-contact li .svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  float: left;
  object-fit: contain;
  fill: var(--color-ffffff);
}
.footer-contact li .svg path {
  fill: var(--color-ffffff);
}
.social-media {
  width: 40%;
  float: left;
}


.request-quote .form-control {
  padding: 10px 10px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  height: 60px;
  color: var(--color-ffffff);
  background-color: transparent;
  border: solid 2px var(--color-ffffff);
  border-radius: 20px;
}
.request-quote textarea.form-control {
  height: 155px;
  resize: none;
}
.request-quote .form-control::-webkit-input-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control::-moz-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control:-ms-input-placeholder {
  color: var(--color-ffffff);
}
.request-quote .form-control:-moz-placeholder {
  color: var(--color-ffffff);
}
.request-quote-btn .request-btn {
  border: none;
  padding: 15px 30px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: var(--font-size-20);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
  background: var(--color-1f5e8a);
}
.request-quote-btn .request-btn .svg {
  width: 40px;
  margin-right: 10px;
  height: 40px;
 fill: var(--color-ffffff);
}
.request-quote-btn .request-btn:hover {
  background: var(--color-72bbee);
  color: var(--color-ffffff);
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.request-quote {
  margin-top: -30px;
}
.footer-get-in {
  padding-right: 115px;
}
.bottom-footer {
  padding: 50px 0;
}
.footer-logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer-menu ul li a {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-1f5e8a);
  padding: 8px 10px;
}
.copyright {
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px #ccc;
}
.copyright p {
  color: var(--color-1f5e8a);
  margin-bottom: 0;
}
/* footer-section */
/* before-after-image */
.before-after-image {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 11;
}
.before-after-image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1000px 100%;
}
.before-after-image .background-img {
  background-image: url("../images/patients-after.jpg");
}
.before-after-image .foreground-img {
  background-image: url("../images/patients-before.jpg");
  width: 50%;
}
.before-after-image .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-image .slider:hover {
  background: transparent;
}
.before-after-image .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 800px;
  background: white;
  cursor: pointer;
}
.before-after-image .slider::-moz-range-thumb {
  width: 6px;
  height: 800px;
  background: white;
  cursor: pointer;
}
.before-after-image .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-image .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.before-after-image .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}
/* before-after-image */















































.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container {
  max-width: 1720px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1880px) {

}
@media (max-width: 1780px) {
  .container {
    max-width: 1480px;
  }
  :root {
    --font-size-16: 16px;
    --font-size-18: 17px;
    --font-size-20: 18px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-30: 26px;
    --font-size-36: 30px;
    --font-size-44: 34px;
    --font-size-80: 60px;
    --font-size-85: 65px;
    --font-size-140: 100px;

    --line-height-16: 20px;
    --line-height-18: 22px;
    --line-height-20: 28px;
    --line-height-22: 30px;
    --line-height-24: 32px;
    --line-height-30: 34px;
    --line-height-36: 38px;
    --line-height-44: 42px;
    --line-height-80: 70px;
    --line-height-85: 75px;
    --line-height-140: 100px;
  }

  .view-more-btn {
    padding: 12px 20px;
  }
  .main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 180px;
  } 
  .mt-30 {
    margin-top: 20px;
  }
  .header-appointement {
    padding: 8px 0px 15px 0px;
}
.top-header::before {
  width: 28%;
}
.pb-150 {
  padding-bottom: 100px;
}
.pt-150 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 130px;
}
.pb-200 {
  padding-bottom: 130px;
}
.mt-80 {
  margin-top: 50px;
}
.mt-50 {
  margin-top: 30px;
}
.pb-40 {
  padding-bottom: 20px;
}
.service-page-opacity h3 {
  font-size: 20rem;
}
.about-appointement .svg {
  width: 70px;
  height: 70px;
}
.service-box {
  padding: 0;
  margin-bottom: 50px;
}
.invisalign-img {
  margin-top: 20px;
}
.invisalign-box01 {
  left: 30%;
  top: 8%;
}
.invisalign-box02 {
  left: 40%;
  top: 38%;
}
.invisalign-box03 {
  right: 18%;
  top: 20%;
}
.invisalign-box04 {
  right: 30%;
  top: 50%;
}
.smile-text::before {
  top: 0px;
  width: 150px;
  height: 150px;
}
.smile-text::after {
  bottom: 0px;
  width: 150px;
  height: 150px;
}
.service-title {
  margin-top: -20px;
}
.why-us-img01 {
  top: 10%;
  left: 19%;
}
.why-us-img01::before {
  top: -35px;
  left: -206px;
  width: 190px;
}
.why-us-img01::after {
  top: 13px;
  left: -22px;
}
.why-us02 {
  top: 122px;
}
.why-us-img03::before {
  top: -47px;
  left: 81px;
  width: 107px;
  transform: rotate(137deg);
}
.why-us-img04::before {
  top: 30px;
}
.why-us04 {
  margin-top: 86px;
}
.footer-logo {
  width: 200px;
  margin-bottom: 30px;
}
.request-quote .form-control {
  border-radius: 10px;
}
.request-quote-btn .request-btn {
  border-radius: 10px;
}
.appointement-number .small-text {
  margin-bottom: 5px;
}
}
@media (max-width: 1560px) {

}
@media (max-width: 1480px) {
  .container {
    max-width: 1320px;
  }
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 20px;
    --font-size-24: 22px;
    --font-size-30: 24px;
    --font-size-36: 28px;
    --font-size-44: 32px;
    --font-size-80: 50px;
    --font-size-85: 55px;
    --font-size-140: 80px;
    --line-height-16: 22px;
    --line-height-18: 20px;
    --line-height-20: 26px;
    --line-height-22: 28px;
    --line-height-24: 30px;
    --line-height-30: 32px;
    --line-height-36: 36px;
    --line-height-44: 38px;
    --line-height-80: 60px;
    --line-height-85: 64px;
    --line-height-140: 80px;
}
  .main-nav .nav-item {
    padding-left: 10px;
}
.main-nav .nav-item .nav-link {
  padding: 6px 5px;
}
.home-about-left {
  padding-right: 50px;
}
.happy-patient {
  margin-top: 60px;
}
.home-about-bg::before {
  height: 67%;
}
.about-appointement .div-sub-title {
 font-size: var(--font-size-36);
}
.service-page-opacity h3 {
  font-size: 18rem;
}
.service-box .service-text {
  width: 90%;
  height: 180px;
}
.invisalign-text-box {
  width: 100%;
}
.before-after-image {
  height: 600px;
}
.before-after-image .slider::-webkit-slider-thumb {
  width: 4px;
  height: 600px;
}
.before-after-image .slider::-moz-range-thumb {
  width: 4px;
  height: 600px;
}
.vision-img {
  padding: 14px;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.pb-50 {
  padding-bottom: 20px;
}
.service-page-opacity {
  top: -180px;
}
.before-after-image .img {
  background-size: 710px 100%;
}
.why-us-img01::before {
  top: -34px;
  left: -189px;
  width: 170px;
}
.why-us-img03::before {
  top: -43px;
  left: 84px;
  width: 95px;
}
.why-us02 {
  top: 18%;
}
.why-us04 {
  margin-top: 24%;
}
.feedback-text .div-title {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
}
.patient-feedback {
  padding: 2dvh;
}
.invisalign-box01 {
  left: 15%;
  top: 8%;
}
.invisalign-box02 {
  left: 20%;
  top: 38%;
}
.invisalign-text-img {
  width: 60px;
  padding-right: 10px;
}
.invisalign-box03 {
  right: 12%;
  top: 20%;
}
.invisalign-box04 {
  right: 19%;
  top: 42%;
}
.what-we-text {
  padding-left: 30px;
  padding-right: 0;
}
}
@media (max-width: 1366px) {
  .home-about-bg::before {
    height: 64%;
}
.service-page-opacity h3 {
  font-size: 17rem;
}

}
@media (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
  .main-nav .nav-item .nav-link {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-Medium);
}
.main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 150px;
}
.about-appointement .div-sub-title {
  font-size: var(--font-size-30);
}
.before-after-image {
  height: 700px;
}
.before-after-image .slider::-webkit-slider-thumb {
  height: 700px;
}
.before-after-image .slider::-moz-range-thumb {
  height: 700px;
}
.service-page-opacity h3 {
  font-size: 16rem;
}
.why-us-img01::before {
  top: -31px;
  left: -172px;
  width: 155px;
}
.why-us-img03::before {
  top: -41px;
  left: 84px;
  width: 84px;
}
.why-us-img {
  width: 60px;
  padding: 12px;
}
.why-us-img02::before {
  top: 26px;
  left: -30px;
}
.why-us02 {
  top: 9%;
}
.why-us-img03::before {
  top: -41px;
  left: 70px;
  width: 84px;
}
.why-us-img03::after {
  top: -8px;
  right: -16px;
}
}
@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 20px;
    --font-size-24: 22px;
    --font-size-30: 24px;
    --font-size-36: 26px;
    --font-size-44: 30px;
    --font-size-80: 38px;
    --font-size-85: 44px;
    --font-size-140: 60px;
    --line-height-16: 22px;
    --line-height-18: 20px;
    --line-height-20: 26px;
    --line-height-22: 28px;
    --line-height-24: 30px;
    --line-height-30: 32px;
    --line-height-36: 34px;
    --line-height-44: 36px;
    --line-height-80: 48px;
    --line-height-85: 50px;
    --line-height-140: 60px;
}
  .home-about-bg::before {
    height: 67%;
}
.service-page-opacity h3 {
  font-size: 15rem;
}
.main-nav .nav-item .nav-link {
  font-size: 14px;
}
.service-box .service-text {
  width: 90%;
  height: 220px;
}
.invisalign-box02 {
  left: 0;
  top: 30px;
}
.invisalign-box03 {
  right: 0;
  top: 0;
}
.invisalign-box04 {
    right: 0;
    top: 30px;
}
.invisalign-box01 {
  left: 0;
  top: 0;
}
.why-us-img01::before, .why-us-img03::before {
  display: none;
}
.why-us-img01 {
  top: -9%;
  left: 0%;
}
.why-us-img02 {
  top: 54%;
  left: 0;
}
.why-us-img04::before {
  top: 21px;
}
.why-us-img04 {
  top: 56.5%;
  right: 46px;
}
.why-us-img03 {
  top: 0;
  right: 15px;
}
.why-us-img03::after {
  top: 0;
  right: -16px;
}
.why-us-img03 {
  top: -50px;
  right: 15px;
}
.why-us-img03::after {
  top: 22px;
  right: -25px;
}
.google-reviews li img {
  width: 20px;
  height: 20px;
}
.mt-50 {
  margin-top: 20px;
}
.footer-contact li {
  margin-bottom: 20px;
}
.footer-contact li .svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.request-quote-btn .request-btn {
  border: none;
  padding: 10px 17px;
}

}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
  .service-page-opacity h3 {
    font-size: 10rem;
    margin: 0 auto;
    text-align: center;
}
.pb-150 {
  padding-bottom: 80px;
}
.pt-150 {
  padding-top: 80px;
}
.pt-200 {
  padding-top: 100px;
}
.pb-200 {
  padding-bottom: 100px;
}
.mt-80 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 20px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 50px;
}
.main-nav {
  margin-top: 84px;
}
.top-header::before {
  width: 37%;
}
.home-about-left {
  padding-right: 10px;
}
.tooth-bg {
  top: -70px;
  width: 140px;
  left: 28%;
}
.what-we-right {
  position: relative;
}
.before-after-image {
  height: 700px;
}
.before-after-image .slider::-webkit-slider-thumb {
  height: 700px;
}
.before-after-image .slider::-moz-range-thumb {
  height: 700px;
}
.before-after-image .img {
  background-size: 1010px 100%;
}
.why-us-img01 {
  top: -20%;
  left: 0%;
}
.why-us-img01::after {
  top: 26px;
  left: -32px;
}
.why-us-img02 {
  top: 64%;
  left: 0;
}
.why-us-img04::before {
  top: 20px;
  right: -30px;
}
.why-us-img04 {
  top: 77.5%;
  right: 16px;
}
}
@media (max-width: 991.98px) {
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
  /* mob-login */
  .navbar-toggler {
    position: relative;
    padding: 0;
    font-size: unset;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .navbar-toggler-icon img {
    width: 28px;
    height: 28px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--color-ed638d);
    padding: 20px 5px;
  }
  .main-nav .nav-item .nav-link {
    font-size: var(--font-size-20);
    padding: 5px 6px;
}
.main-nav .nav-item .nav-link {
  display: inline-block;
}
  .banner-img img {
    height: 600px;
}
.service-box .service-text {
  height: 200px;
}
.service-bottom {
  padding: 0 40px;
}
.feedback-text {
  height: 200px;
  max-height: 200px;
}
.footer-get-in {
  padding-right: 20px;
  float: left;
  width: 100%;
}
.main-nav .nav-item {
  padding-left: 20px;
  margin: 7px 0;
}
.main-nav .nav-item .nav-link {
  color: var(--color-ffffff);
}
.main-header.g_shrink .main-nav .nav-item .nav-link {
  color: var(--color-ffffff);
}
.footer-contact li a {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
}
.footer-contact li span {
  width: 80%;
  float: left;
}
.visit-img {
  height: 400px;
}
.home-about-left {
  padding-right: 0;
}
.home-about-bg::before {
  height: 86%;
}
.home-about-right {
  margin-top: 30px;
}
.invisalign-text-box {
  padding: 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.invisalign-box04 {
  right: 0;
  top: 0;
}
.invisalign-box02 {
  left: 0;
  top: 0;
}
}
@media (max-width: 800px) {
  .top-header::before {
    width: 47%;
}
.home-about-bg::before {
  height: 100%;
}
.tooth-bg {
  top: -50px;
  width: 100px;
  left: 23%;
}
.happy-patient-text .title, .happy-patient-text .div-title  {
  color: var(--color-ffffff) !important;
}
.service-page-opacity {
  top: -80px;
}
.service-box .service-text {
  height: 230px;
}
.before-after-image {
  height: 500px;
}
.before-after-image .slider::-webkit-slider-thumb {
  height: 500px;
}
.before-after-image .slider::-moz-range-thumb {
  height: 500px;
}
.before-after-image .img {
  background-size: 790px 100%;
}
.why-us-img01, .why-us-img03, .why-us-img04, .why-us-img02 {
  display: none;
}
.why-us-box {
  width: 100%;
}
.why-us02 {
  top: 0;
  margin-bottom: 0;
  margin-top: 50px;
}
.why-us01 {
  text-align: left;
}
.why-us02 {
  text-align: left;
}
.why-us04 {
  margin-top: 50px;
}
.footer-menu ul li {
  margin-bottom: 20px;
}
.banner-text {
  top: 45%;
  width: 70%;
}
.banner-img img {
  height: 700px;
}
.service-page-opacity h3 {
  font-size: 8rem;
}
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
}
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .order-md-div {
    order: 2;
  }
  .main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 120px;
  }
  .main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img, .main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 120px;
  }

  .happy-patient .happy-patient-text {
    width: 100%;
}
.happy-patient .about-appointement {
  width: auto;
  margin-top: 40px;
  display: inline-block;
}
.happy-patient {
  margin-top: 40px;
  display: block !important;
}
.service-box .service-text {
  height: auto;
}
.service-bottom {
  padding: 0;
}
.service-bottom .div-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
}
.smile-text::before {
    top: 0px;
    width: 100px;
    height: 100px;
}
.smile-text::after {
  bottom: 57px;
  width: 100px;
  height: 100px;
}
.pt-150 {
  padding-top: 50px;
}
.before-after-image .img {
  background-size: 600px 100%;
}
.what-we-text {
  padding-left: 0;
  padding-right: 0;
}
.vision {
  padding: 0;
  margin-bottom: 40px;
}
.top-header::before {
  width: 62%;
}
.patient-feedback-slider {
  padding: 30px 30px;
}
.service-title-mob .title {
  font-size: var(--font-size-36);
  line-height: var(--line-height-36);
}
.request-quote {
  margin-top: 30px;
}
.copyright {
  padding-top: 30px;
  margin-top: 30px;
}
.bottom-footer {
padding: 30px 0;
}
.footer-logo {
  width: 160px;
  margin-bottom: 30px;
}
}

@media (max-width: 575.98px) {
  :root {
    --font-size-16: 15px;
    --font-size-18: 15px;
    --font-size-20: 16px;
    --font-size-22: 18px;
    --font-size-24: 20px;
    --font-size-30: 22px;
    --font-size-36: 24px;
    --font-size-44: 26px;
    --font-size-80: 30px;
    --font-size-85: 34px;
    --font-size-140: 44px;
    --line-height-16: 20px;
    --line-height-18: 22px;
    --line-height-20: 24px;
    --line-height-22: 26px;
    --line-height-24: 28px;
    --line-height-30: 28px;
    --line-height-36: 32px;
    --line-height-44: 34px;
    --line-height-80: 38px;
    --line-height-85: 44px;
    --line-height-140: 44px;
  }
  .before-after-image {
    height: 400px;
  }
  .before-after-image .slider::-webkit-slider-thumb {
    height: 400px;
  }
  .before-after-image .slider::-moz-range-thumb {
    height: 400px;
  }
  .view-more-btn .svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.view-more-btn {
  padding: 10px 12px;
}
.pb-50 {
  padding-bottom: 0;
}
.service-page-opacity h3 {
  font-size: 5rem;
}
.service-page-opacity {
  top: -50px;
}
}
@media (max-width: 480px) {
  .before-after-image .img {
    background-size: 480px 100%;
}
.top-header::before {
  width: 90%;
}
}
@media (max-width: 430px) {
  .before-after-image .img {
    background-size: 430px 100%;
}
}
@media (max-width: 375px) {
  .before-after-image .img {
    background-size: 400px 100%;
}
}
@media (max-width: 320px) {
  .before-after-image .img {
    background-size: 340px 100%;
}
.top-header::before {
  width: 100%;
}
}
/* responsive css */