@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
.button {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s ease-in;
}
.topSlider {
  position: absolute !important;
  height: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.top-heading {
  display: block;     font-size: 24px;
    color: #e13f30;
    padding: 10px;
    z-index: 99999999;
    position: relative;
}
@media (max-width: 812px) {
  .topSlider {
    position: relative !important;
    height: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .button {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .button {
    font-size: 12px;
  }
}

.button__green {
  background-color: #93b925;
}
@media (max-width: 560px) {
  .button__green {
    width: 100%;
  }
}
.button__green:hover {
  background: #afd83a;
  color: white;
}

.button__blue {
  background-color: #226ea3;
}
.button__blue:hover {
  background: #195279;
  color: white;
}
.button__blue.disabled {
  background: #a5cfec;
  cursor: default;
}
@media (max-width: 767px) {
  .button__blue.disabled {
    display: none;
  }
}

.conbut {
  font-weight: normal;
  width: 170px;
  margin-top: 10px;
  padding: 10px;
  background-color: #00a1c4;
}
.conbut:hover {
  background: #00cbf7;
}
@media (max-width: 767px) {
  .conbut {
    width: 135px;
    padding: 5px;
    margin-top: 0px;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .conbut {
    font-size: 10px;
    width: 120px;
  }
}

.buttonBlue,
.buttonGreen,
.buttonGreenWhatsapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  background-color: #226ea3;
  max-width: 219px;
  height: 56px;
  text-align: left;
  color: #fff;
  border-bottom: 3px solid #023e67;
  overflow: hidden;
  line-height: 1.2em;
  margin: 0 auto;
  /*&__arrowIcon {
            background: url(/images/pricepage_arrow.png) no-repeat 0px 0px;
            display: inline-block;
            width: 8px;
            height: 8px;
        }*/
}
@media (max-width: 767px) {
  .buttonBlue,
  .buttonGreen,
  .buttonGreenWhatsapp {
    max-width: 262px;
  }
}
@media (max-width: 360px) {
  .buttonBlue,
  .buttonGreen,
  .buttonGreenWhatsapp {
    max-width: 251px;
  }
}
.buttonBlue__icon,
.buttonGreen__icon,
.buttonGreenWhatsapp__icon {
  width: 15%;
  height: 56px;
  background-color: #0c5587;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 812px) {
  .buttonBlue__icon,
  .buttonGreen__icon,
  .buttonGreenWhatsapp__icon {
    width: 9%;
  }
  .buttonBlue__icon img,
  .buttonGreen__icon img,
  .buttonGreenWhatsapp__icon img {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 360px) {
  .buttonBlue__icon,
  .buttonGreen__icon,
  .buttonGreenWhatsapp__icon {
    width: 7%;
  }
}
.buttonBlue__text,
.buttonGreen__text,
.buttonGreenWhatsapp__text {
  width: 85%;
  padding: 0px 3px;
  display: inline-block;
  white-space: unset;
}
.buttonBlue__text:after,
.buttonGreen__text:after,
.buttonGreenWhatsapp__text:after {
  content: url(../images/pricepage_arrow.png);
}
.buttonBlue__text strong,
.buttonGreen__text strong,
.buttonGreenWhatsapp__text strong {
  font-weight: bold;
  display: inline-block;
  padding: 0px;
}
@media (max-width: 1199px) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    padding: 0px 10px;
  }
}
@media (max-width: 1025px) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    padding: 0px 3px;
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media (max-width: 812px) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    font-size: 11px;
    line-height: 1.2em;
    padding: 0px 3px;
  }
}
@media (max-width: 767px) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    font-size: 12px;
    line-height: 1em;
    padding: 0px 1px;
    width: 90%;
  }
  .buttonBlue__text br,
  .buttonGreen__text br,
  .buttonGreenWhatsapp__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    width: 98%;
  }
}
.buttonBlue:hover,
.buttonGreen:hover,
.buttonGreenWhatsapp:hover {
  background-color: #023e67;
  transition: 0.5s;
  width: 100%;
}
.buttonBlue__disabled,
.buttonGreen__disabled,
.buttonGreenWhatsapp__disabled {
  background-color: #d5d5d5 !important;
  border-bottom: 3px solid #c1bfbf !important;
  cursor: default;
}
.buttonBlue__disabled--icon,
.buttonGreen__disabled--icon,
.buttonGreenWhatsapp__disabled--icon {
  background-color: #cecece !important;
}
.buttonBlue__disabled:hover,
.buttonGreen__disabled:hover,
.buttonGreenWhatsapp__disabled:hover {
  background-color: #d5d5d5;
  transition: 0.5s;
  width: 100%;
}

.buttonGreen {
  background-color: #93b925;
  border-bottom-color: #577305;
  margin-top: 5px;
  height: 30px;
}
@media (max-width: 767px) {
  .buttonGreen {
    height: 40px;
  }
}
.buttonGreen__icon {
  background-color: #6d8d0e;
}
.buttonGreen:hover {
  background-color: #577305;
}

.buttonGreenWhatsapp {
  background-color: #25d366 !important;
  border-bottom-color: #029238 !important;
  margin-top: 5px;
  height: 30px;
}
@media (max-width: 767px) {
  .buttonGreenWhatsapp {
    height: 40px;
  }
}
.buttonGreenWhatsapp__icon {
  background-color: #03ab42 !important;
}
.buttonGreenWhatsapp__icon img {
  width: 18px;
}
@media (max-width: 767px) {
  .buttonGreenWhatsapp__icon img {
    width: 16px;
  }
}
@media (max-width: 360px) {
  .buttonGreenWhatsapp__icon img {
    width: 14px;
  }
}

@-moz-document url-prefix() {
  .buttonBlue__text {
    padding: 0px 20px 0px 16px;
  }
}

@media (max-width: 812px) {
  .ccInsurance__clicktocall .buttonBlue,
  .ccInsurance__clicktocall .buttonGreen {
    height: 48px !important;
  }
  .ccInsurance__clicktocall .buttonBlue__icon,
  .ccInsurance__clicktocall .buttonGreen__icon {
    height: 48px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .buttonBlue__text,
  .buttonGreen__text,
  .buttonGreenWhatsapp__text {
    font-size: 9px;
  }
}

/*Swapping Whatsapp button CSS*/
.buttonGreenWhatsapp.swappingButtonGreenWhatsapp {
  margin-bottom: 5px;
  height: 56px;
}

@media (max-width: 767px) {
  .buttonGreenWhatsapp.swappingButtonGreenWhatsapp {
    height: 40px;
  }
}

.buttonBlue.blueBtnSetting {
  height: 30px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .buttonBlue.blueBtnSetting {
    height: 40px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  color: #545454;
  image-rendering: -webkit-optimize-contrast;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.fb_dialog {
  background: transparent !important;
}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .wrapper {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 98%;
  }
}

.col,
.col_sls,
.col_srs,
.col_slm,
.col_srm,
.col_shs,
.col_shm,
.col_srb {
  float: left;
  margin-left: 0%;
}

.col_r {
  float: right;
}

.dir__right {
  float: right;
}

.dir__left {
  float: left;
}

.mobDisp {
  display: none !important;
}
@media (max-width: 767px) {
  .mobDisp {
    display: block !important;
  }
}

.deskDisp {
  display: block !important;
}
@media (max-width: 767px) {
  .deskDisp {
    display: none !important;
  }
}

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  width: 100%;
  display: flex;
  background-color: #d74036;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 560px) {
  .header .container {
    flex-direction: column;
  }
}
.header .container .logo {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
}
.header .container .logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header .container .logo {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 560px) {
  .header .container .logo {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .header .container .logo img {
    max-width: 80%;
  }
}
.header .container .menu {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header .container .menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header .container .menu li {
  display: flex;
  flex-direction: row;
  padding: 0px 5px;
  position: relative;
}
.header .container .menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 5px;
  border-radius: 3px;
  transition: 1s;
}
.header .container .menu li a:hover {
  color: #fff;
  background-color: #9a0000;
}
.header .container .menu li a.active {
  color: #fff;
  background-color: #9a0000;
}
@media (max-width: 767px) {
  .header .container .menu li a {
    color: #fff;
    display: flex;
    width: 100%;
  }
}
.header .container .menu li:first-child a:hover {
  border-radius: 3px 3px 0px 0px;
}
.header .container .menu li:first-child:hover .submenu {
  display: block;
}
.header .container .menu .submenu {
  position: absolute;
  z-index: 1000;
  top: 36px;
  background: #9a0000;
  width: 190px;
  border-radius: 0px 3px 3px 3px;
  display: none;
}
@media (max-width: 767px) {
  .header .container .menu .submenu {
    width: 96.7%;
  }
}
.header .container .menu .submenu li a {
  font-size: 13px;
}
.header .container .menu .submenu li a:hover {
  background-color: transparent;
  color: #f75f54;
}

/* menu  */
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 767px) {
  .menu-button-container {
    display: flex;
    position: absolute;
    height: auto;
    right: 20px;
    top: 50px;
  }
  .menu {
    position: absolute;
    top: 0px;
    margin-top: 98px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .menu li a {
    color: #333;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
  }
  #menu-toggle:checked ~ .menu li {
    height: auto;
    padding: 5px 10px;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #d74036;
  }
}

@media (max-width: 560px) {
  .menu-button-container {
    top: 50px;
  }
  .menu {
    margin-top: 98px;
  }
}

/*---Menu close */
.whatsapp-icon {
  width: 62px;
  height: 62px;
  background-color: #005b4c;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 8px 10px 0px rgba(25, 109, 120, 0.2);
}
.whatsapp-icon img {
  width: 35px;
}

.information {
  background-color: #f9f9f9;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
 }
.information .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.information .container .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .information .container .info {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0;
  }
}
.information .container .info .infoIcon {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .container .info .infoDetail p, .information .container .info .infoDetail a {
  color: #4d4d4d;
  font-weight: bold;
  font-weight: 13px;
  line-height: 20px;
}
.information .container .info .infoDetail p span, .information .container .info .infoDetail a span {
  display: block;
  font-weight: bold;
}
.information .container .info .infoDetail p span b, .information .container .info .infoDetail a span b {
  color: #d74036;
  font-style: italic;
  font-weight: bolder;
  position: relative;
}
.information .container .info .infoDetail p span b i {
  background: url(../images/arrow-shape.png) no-repeat;
  position: absolute;
  width: 40px;
  height: 20px;
  top: -9px;
  right: 43px;
}

.dentistrySection .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dentistrySection .container h2 {
  font-size: 30px;
  color: #575757;
  text-align: center;
  padding: 0px 0px 60px 0;
  color: #d74036;
  line-height: 1.2em;
}
.dentistrySection .container h1 {
  font-size: 30px;
  color: #575757;
  text-align: center;
  padding: 0px 0px 60px 0;
  color: #d74036;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .dentistrySection .container h2 {
    font-size: 20px;
  }
}
.dentistrySection .container .dentistryInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .dentistrySection .container .dentistryInfo {
    flex-direction: column;
  }
}
.dentistrySection .container .dentistryInfo .dentistryInfoCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
}
@media (max-width: 767px) {
  .dentistrySection .container .dentistryInfo .dentistryInfoCol {
    margin: 20px 0;
  }
}
.dentistrySection .container .dentistryInfo .dentistryInfoCol .dentistryImg {
  width: 150px;
  height: 150px;
  background-color: #d74036;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dentistrySection .container .dentistryInfo .dentistryInfoCol .dentistryImg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .dentistrySection
    .container
    .dentistryInfo
    .dentistryInfoCol
    .dentistryImg
    img {
    width: 50%;
  }
}
.dentistrySection .container .dentistryInfo h3 {
  font-size: 30px;
  color: #d74036;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
@media (max-width: 1025px) {
  .dentistrySection .container .dentistryInfo h3 {
    font-size: 20px;
  }
}
.dentistrySection .container .dentistryInfo h3 span {
  font-weight: 300;
}
.dentistrySection .container .dentistryInfo .dentistryBoldTitle {
  font-weight: 18px;
  font-weight: 600;
  color: #333;
  padding: 20px 0px 0 0;
  text-align: center;
}
.dentistrySection .container .dentistryInfo p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0px 30px 0;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .dentistrySection .container .dentistryInfo p {
    font-size: 13px;
  }
}
.dentistrySection .container .dentistryInfo a {
  color: #d74036;
  text-decoration: none;
  font-size: 16px;
}
.dentistrySection .container .dentistryInfo a::after {
  content: "\027F6";
  padding-left: 5px;
  transition: 0.1s ease-in;
}

.scheduleAnAppointment {
  background-color: #004675;
}
.scheduleAnAppointment .container {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .scheduleAnAppointment .container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.scheduleAnAppointment .container h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .scheduleAnAppointment .container h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.scheduleAnAppointment .container h3 span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .scheduleAnAppointment .container h3 span {
    display: block;
  }
}
.scheduleAnAppointment .container .reqAnAppointment {
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  align-content: center;
}
.scheduleAnAppointment .container .reqAnAppointment .reqAppoText {
  color: #fff;
  padding: 10px;
  display: flex;
  align-self: center;
  font-size: 18px;
}
.scheduleAnAppointment .container .reqAnAppointment .calIcon {
  border-left: 1px solid #fff;
  padding: 10px;
}

.welcome .container {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .welcome .container {
    flex-direction: column;
  }
}
.welcome .container .welcomeImg {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .welcome .container .welcomeImg {
    display: none;
  }
}
.welcome .container .welcomeDetails {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .welcome .container .welcomeDetails {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.welcome .container .welcomeDetails h2 {
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 0px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .welcome .container .welcomeDetails h3 {
    font-size: 20px;
  }
}
.welcome .container .welcomeDetails p {
  font-size: 16px;
  padding: 20px 0;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .welcome .container .welcomeDetails p {
    font-size: 13px;
  }
}
.welcome .container .welcomeDetails h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5em;
}
.welcome .container .welcomeDetails h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .welcome .container .welcomeDetails h4 {
    font-size: 16px;
  }
}
.welcome .container .welcomeDetails ul {
  list-style: none;
  margin-top: 20px;
}
.welcome .container .welcomeDetails ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 10px 30px;
}
.welcome .container .welcomeDetails ul li::before {
  background: url(../images/check.svg) no-repeat;
  position: absolute;
  content: " ";
  width: 21px;
  height: 16px;
  left: 0;
  top: 8px;
}

.testimonial {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .testimonial {
    flex-direction: column;
  }
}
.testimonial .testimonialWrapper {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #9a0000;
  min-height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial .testimonialWrapper {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 300px;
  }
}
.testimonial .testimonialImg {
  flex: 0 0 50%;
  max-width: 50%;
  background: url(../images/happy-girl.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .testimonial .testimonialImg {
    display: none;
  }
}

.testim {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
  line-height: 1.5em;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}

.appointmentForm {
  background-color: #fafafa;
}
.appointmentForm .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.appointmentForm .container h2 {
  font-size: 40px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .appointmentForm .container h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
.appointmentForm .container p {
  font-size: 20px;
  color: #909090;
  text-align: center;
}
@media (max-width: 767px) {
  .appointmentForm .container p {
    font-size: 16px;
  }
}
.appointmentForm .container form {
  padding: 30px 0px;
  width: 100%;
  max-width: 600px;
}
.appointmentForm .container form .fieldRow {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .appointmentForm .container form .fieldRow {
    flex-direction: column;
  }
}
.appointmentForm .container form .fieldRow.submitButton {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.appointmentForm .container form .fieldRow.submitButton .submitBtn {
  padding: 10px 20px;
  background-color: #d74036;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 300;
}
.appointmentForm .container form .fieldRow .fieldCol {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .appointmentForm .container form .fieldRow .fieldCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.appointmentForm .container form .form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}
.appointmentForm .container form .form__group.textArea {
  padding: 20px 10px;
}
.appointmentForm .container form .form__group.textArea .form__field {
  padding: 7px 0 7px 10px;
}
.appointmentForm
  .container
  form
  .form__group.textArea
  .form__field:-moz-placeholder-shown
  ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 20px;
}
.appointmentForm
  .container
  form
  .form__group.textArea
  .form__field:-ms-input-placeholder
  ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 20px;
}
.appointmentForm
  .container
  form
  .form__group.textArea
  .form__field:placeholder-shown
  ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 20px;
}
.appointmentForm .container form .form__group.textArea label,
.appointmentForm
  .container
  form
  .form__group.textArea
  .form__field:focus
  ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
  left: 20px;
}
.appointmentForm .container form .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border: 1px solid #dadada;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0 7px 10px;
  background: transparent;
  transition: border-color 0.2s;
  background-color: #fff;
}
.appointmentForm .container form .form__field::-moz-placeholder {
  color: transparent;
}
.appointmentForm .container form .form__field:-ms-input-placeholder {
  color: transparent;
}
.appointmentForm .container form .form__field::placeholder {
  color: transparent;
}
.appointmentForm
  .container
  form
  .form__field:-moz-placeholder-shown
  ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 10px;
}
.appointmentForm
  .container
  form
  .form__field:-ms-input-placeholder
  ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 10px;
}
.appointmentForm .container form .form__field:placeholder-shown ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 26px;
  left: 10px;
}
.appointmentForm .container form label,
.appointmentForm .container form .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
  left: 10px;
}
.appointmentForm .container form .form__field:focus ~ .form__label {
  color: #009788;
}
.appointmentForm .container form .form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #009788;
  padding-left: 10px;
}

.specialOffer .container {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .specialOffer .container {
    flex-direction: column;
    padding-top: 0px;
  }
}
.specialOffer .container .freeSportGuards {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .specialOffer .container .freeSportGuards {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.specialOffer .container .freeSportGuards h3 {
  font-weight: 300;
  color: #d74036;
  font-size: 20px;
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .specialOffer .container .freeSportGuards h3 {
    font-size: 16px;
  }
}
.specialOffer .container .freeSportGuards h3::before {
  width: 50px;
  height: 2px;
  background-color: #c7c7c7;
  position: absolute;
  content: " ";
  bottom: -5px;
}
.specialOffer .container .freeSportGuards h1 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 20px;
}
.specialOffer .container .freeSportGuards h2 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .specialOffer .container .freeSportGuards h2 {
    font-size: 20px;
  }
}
.specialOffer .container .freeSportGuards p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .specialOffer .container .freeSportGuards p {
    font-size: 13px;
  }
}
.specialOffer .container .freeSportGuards .bookNowBtn {
  padding: 10px 20px;
  background-color: #d74036;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 300;
  transition: 1s;
}
.specialOffer .container .freeSportGuards .bookNowBtn:hover {
  background-color: #bd2c22;
}
.specialOffer .container .womenPic {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .specialOffer .container .womenPic {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.specialOffer .container .womenPic img {
  width: 400px;
}
@media (max-width: 767px) {
  .specialOffer .container .womenPic img {
    width: 300px;
  }
}

footer {
  background-color: #404040;
}
footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .container .footerLinkCol {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  footer .container .footerLinkCol {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
footer .container .footerLinkCol .footerTitle .footerTitleLink {
  color: #fff;
  font-size: 20px;
  transition: 1s;
}
footer .container .footerLinkCol .footerTitle .footerTitleLink:hover {
  color: #d74036;
}
footer .container .footerLinkCol .footerTitle .footerTitleBorder {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
footer
  .container
  .footerLinkCol
  .footerTitle
  .footerTitleBorder
  .footerRedLine {
  height: 2px;
  background: #d74036;
  flex: 0 0 20%;
  max-width: 20%;
}
footer
  .container
  .footerLinkCol
  .footerTitle
  .footerTitleBorder
  .footerGrayLine {
  height: 2px;
  background: #7c7c7c;
  flex: 0 0 80%;
  max-width: 80%;
}
footer .container .footerLinkCol ul.footerLink li {
  padding: 16px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #7c7c7c;
}
footer .container .footerLinkCol ul.footerLink li:last-child {
  border-bottom: 0;
}
footer .container .footerLinkCol ul.footerLink li a {
  color: #fff;
  font-size: 12px;
  transition: 1s;
}
footer .container .footerLinkCol ul.footerLink li a:hover {
  color: #d74036;
}

.copyrightfooter {
  background-color: #393939;
}
.copyrightfooter .container {
  text-align: center;
  padding: 20px 0;
}
.copyrightfooter .container p {
  color: #fff;
  font-size: 13px;
}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#heading {
  display: block;
  text-align: center;
  font-size: 2em;
  margin: 10px 0px;
}

.slides .container {
  display: flex;
  align-items: center;
  height: 80%;
}
.slides .container .sideContent {
  flex: 0 0 50%;
  max-width: 50%;
}
.slides .container .sideContent .oralTitle {
  background: #af0000;
  padding: 10px;
  color: #fff;
  display: inline-block;
}
.slides .container .sideContent h1 {
  color: #fff;
  font-size: 70px;
  padding: 20px 0;
}
.slides .container .sideContent p {
  color: #fff;
  font-size: 25px;
  padding: 20px 0;
  line-height: 1.5em;
  font-weight: 300;
}

/* Procedures*/
.generalDentistry .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.generalDentistry .container h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #d74036;
}
.generalDentistry .container h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #d74036;
}
.generalDentistry .container .gdInnerBanner {
  display: flex;
  justify-content: space-between;
  background: url(../images/seamless-teeth-pattern.jpg) repeat;
  background-size: 175px;
  align-items: center;
  border: 1px solid #ffe5e5;
}
.generalDentistry .container .gdInnerBanner h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #d74036;
  padding-left: 30px;
}
.generalDentistry .container .gdInnerBanner h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #d74036;
  padding-left: 30px;
}
.generalDentistry .container p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
}

.generalDentistryDetail {
  background-color: #f9f9f9;
}
.generalDentistryDetail .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.generalDentistryDetail .container .gdListLink ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.generalDentistryDetail .container .gdListLink ul li {
  padding: 10px;
  font-size: 16px;
  color: #d74036;
  width: 300px;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
  border: 1px solid #e7eaf3 !important;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  position: relative;
}
.generalDentistryDetail .container .gdListLink ul li a {
  color: #d74036;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.generalDentistryDetail .container .gdListLink ul li a::after {
  content: "\027F6";
  padding-left: 5px;
}

.faq-accordian {
  margin-top: 30px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #dfdfdf;
}

.accordion button {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #333;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #333;
  border: 1px solid #dfdfdf;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 3em;
  color: #d74036;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1200px) {
  .accordion button .accordion-title {
    font-size: 16px;
  }
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .accordion button .icon {
    top: 16px;
  }
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 5px;
  width: 17px;
  height: 3px;
  background: #d74036;
  border-radius: 10px;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 12px;
  width: 3px;
  height: 17px;
  background: #d74036;
  border-radius: 10px;
}

.accordion button[aria-expanded="true"] {
  color: #333;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  transition: all 1s ease;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s ease, max-height 200ms linear;
  will-change: opacity, max-height;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
}
.accordion .accordion-content.acc-details {
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  flex-direction: row;
}
@media (max-width: 767px) {
  .accordion .accordion-content.acc-details {
    flex-direction: column;
  }
}
.accordion .accordion-content .procedures-detail {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .accordion .accordion-content .procedures-detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.accordion .accordion-content .procedures-img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .accordion .accordion-content .procedures-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.accordion .accordion-content p {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  line-height: 1.5em;
  color: #545454;
}
.accordion .accordion-content p strong {
  font-weight: bold;
}
.accordion .accordion-content p strong i {
  font-style: italic;
  font-weight: bold;
}

.accordion .accordion-content h3 {
  font-weight: bold;
  margin-top: 20px;
}

.accordian-list {
  margin: 20px 0 20px 10px;
}
.accordian-list li {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  position: relative;
  line-height: 1.5em;
}
.accordian-list li::before {
  background: url(../images/check.svg) no-repeat;
  position: absolute;
  content: " ";
  width: 21px;
  height: 16px;
  left: 0;
  top: 8px;
  background-size: 54%;
}
.accordian-list li strong {
  font-weight: bold;
}
.accordian-list li strong i {
  font-style: italic;
  font-weight: bold;
}

.number-points {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  position: relative;
  line-height: 1.5em;
  list-style: decimal;
}
.number-points::marker {
  font-weight: bold;
}

.faqUl {
  margin: 20px 0px 0px 30px;
}
.faqUl li {
  list-style: circle;
  padding: 5px 0 5px 0px;
  font-size: 14px;
  position: relative;
  line-height: 1.5em;
}

.testimonialSection .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 90px;
  justify-content: space-between;
}
.testimonialSection .container .testimonialContent {
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 20px;
  line-height: 1.5em;
  box-shadow: 0px 1px 10px 0px #dcdcdc;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  transition: 1s;
  cursor: pointer;
}
.testimonialSection .container .testimonialContent:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .testimonialSection .container .testimonialContent {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonialSection .container .testimonialContent p {
  position: relative;
  padding-top: 35px;
}
.testimonialSection .container .testimonialContent p::before {
  background: url(../images/quote-icon.svg) no-repeat;
  position: absolute;
  content: " ";
  width: 30px;
  height: 30px;
  top: 0;
}
.testimonialSection .container .testimonialContent span {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  color: #d74036;
  font-size: 20px;
  font-weight: 300;
}
.testimonialSection .container .testimonialContent:hover {
  background-color: #d74036;
}
.testimonialSection .container .testimonialContent:hover p {
  color: #fff;
}
.testimonialSection .container .testimonialContent:hover p::before {
  background: url(../images/quote-white.svg) no-repeat;
}
.testimonialSection .container .testimonialContent:hover span {
  color: #fff;
}

.contact-section .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.contact-section .container .col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}
.contact-section .container .col-3 h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d74036;
}
.contact-section .container .col-3 p {
  font-size: 16px;
  line-height: 1.5em;
}
.contact-section .container .col-3 p strong {
  font-weight: bold;
}

.aboutUs .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.aboutUs .container h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #d74036;
}
.aboutUs .container h1 span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 600;
}
.aboutUs .container h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #d74036;
}
.aboutUs .container h2 span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 600;
}
.aboutUs .container h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #545454;
}
.aboutUs .container p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.aboutUs .container .aboutAmitCaplesh {
  display: flex;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 1px 10px 0px #dcdcdc;
}
.aboutUs .container .aboutAmitCaplesh .drAmitCapleshPhoto {
  flex: 0 0 40%;
  max-width: 40%;
}
.aboutUs .container .aboutAmitCaplesh .drAmitCapleshQuote {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.aboutUs
  .container
  .aboutAmitCaplesh
  .drAmitCapleshQuote
  .drAmitCapleshQuoteDetail {
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding-top: 40px;
}
.aboutUs
  .container
  .aboutAmitCaplesh
  .drAmitCapleshQuote
  .drAmitCapleshQuoteDetail::before {
  background: url(../images/quote-icon.svg) no-repeat;
  position: absolute;
  content: " ";
  width: 30px;
  height: 30px;
  top: 0;
}
.aboutUs .container .aboutAmitCaplesh .drAmitCapleshQuote h3 {
  font-size: 20px;
  font-style: italic;
}

.grayBg {
  background-color: #f9f9f9;
}

.paymentPlans {
  display: flex;
}
.paymentPlans .paymentPlansCol {
  text-align: center;
  flex: 0 0 25%;
  max-width: 20%;
  padding: 20px 20px;
}
.paymentPlans .paymentPlansCol img {
  max-width: 100%;
}
.paymentPlans .paymentPlansCol p {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
}

.workingTime {
  padding-top: 20px;
}
.workingTime h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.workingTime h3 img {
  margin-right: 10px;
}
.workingTime p strong {
  font-weight: bold;
}
.workingTime p strong i {
  font-style: italic;
}
.workingTime .row-table {
  margin-top: 30px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.workingTime .row-table tr {
  border-bottom: 1px solid #dfdfdf;
}
.workingTime .row-table tr td {
  padding: 10px;
}
.workingTime .row-table tr td:first-child {
  font-weight: bold;
}

.commonList {
  margin: 20px 0px 20px 50px;
}
.commonList li {
  padding: 5px 0;
  list-style: disc;
  font-size: 16px;
}

.dentalVeneers .container {
  display: flex;
  padding-bottom: 60px;
}
.dentalVeneers .container .dentalVeneers_col_1 {
  flex: 0 0 25%;
  max-width: 25%;
  background-color: #f9f9f9;
  padding: 20px;
}
.dentalVeneers .container .dentalVeneers_col_1 h2 {
  font-size: 20px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.dentalVeneers .container .dentalVeneers_col_1 p {
  font-size: 16px;
  line-height: 1.5em;
}
.dentalVeneers .container .dentalVeneers_col_1 .dvImg {
  width: 100% !important;
}
.dentalVeneers .container .dentalVeneers_col_1 ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dentalVeneers .container .dentalVeneers_col_1 ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 10px 30px;
  line-height: 1.5em;
}
.dentalVeneers .container .dentalVeneers_col_1 ul li::before {
  background: url(../images/check.svg) no-repeat;
  position: absolute;
  content: " ";
  width: 21px;
  height: 16px;
  left: 0;
  top: 8px;
}
.dentalVeneers .container .dentalVeneers_col_2 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 20px;
}
.dentalVeneers .container .dentalVeneers_col_2 .dvImg {
  width: 100%;
}
.dentalVeneers .container .dentalVeneers_col_2 h2 {
  font-size: 20px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.dentalVeneers .container .dentalVeneers_col_2 p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.dentalVeneers .container .dentalVeneers_col_2 h3 {
  font-size: 16px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
}

.orthodonticsTreatments .container h2 {
  font-size: 25px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.orthodonticsTreatments .container h3 {
  font-size: 20px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.orthodonticsTreatments .container img {
  width: 100%;
  margin-bottom: 30px;
}

.orthodonticsTreatments .container p {
  font-size: 16px;
  text-align: left;
  padding: 10px 0px 20px 0;
  line-height: 1.5em;
}

.orthodonticsTreatments.teethWhitening .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.redItalic {
  color: #d74036 !important;
  line-height: 1.5em !important;
  font-style: italic !important;
}

strong {
  font-weight: bold !important;
}

i {
  font-style: italic !important;
}

.periodontalDiseases .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.periodontalDiseases .container .periodontalDiseases_col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px;
  text-align: left;
}
.periodontalDiseases .container .periodontalDiseases_col .dvImg {
  width: 100%;
}
.periodontalDiseases .container .periodontalDiseases_col h2 {
  font-size: 25px;
  color: #d74036;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.periodontalDiseases .container .periodontalDiseases_col p {
  font-size: 16px;
  text-align: left;
  padding: 10px 0px 20px 0;
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

.testimonialHome h2 {
  font-size: 30px;
  text-align: center;
}

.testimonialHome .testimonialContainer {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonialHome .testimonialContainer {
    flex-direction: column;
  }
}
.testimonialHome .testimonialContainer .testimonialBox .testimonialHomeContent {
  background-color: #d74036;
  padding: 16px;
  margin-top: 30px;
  position: relative;
  border-radius: 3px;
}
.testimonialHome
  .testimonialContainer
  .testimonialBox
  .testimonialHomeContent::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #d74036;
}
.testimonialHome
  .testimonialContainer
  .testimonialBox
  .testimonialHomeContent
  p {
  line-height: 1.6em;
  font-size: 14px;
  color: #fff;
}
.testimonialHome
  .testimonialContainer
  .testimonialBox
  .testimonialHomeContent
  h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.testimonialHome .testimonialContainer .testimonialBox .testimonialAuthor {
  display: flex;
  margin-top: 25px;
  align-items: center;
}
.testimonialHome .testimonialContainer .testimonialBox .testimonialAuthor img {
  margin-left: 10px;
}
.testimonialHome .testimonialContainer .testimonialBox .testimonialAuthor p {
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup-container.show {
  opacity: 1;
  pointer-events: auto;
}

.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 25px;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .video-container {
    width: 90%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .video-container {
    width: 700px;
    height: 393.75px;
    /* 16:9 aspect ratio */
  }
}

@media only screen and (min-width: 1025px) {
  .video-container {
    width: 800px;
    height: 450px;
    /* 16:9 aspect ratio */
  }
}
.pos-relative {
  position: relative !important;
}
#call {
  background: url("../images/callBG.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  height: 85px;
  width: 264px;
  border-top: none;
  left: 60px;
  top: 0;
  z-index: 9;
}

#call .phoneIcon {
  float: left;
  height: 54px;
  width: 46px;
  padding: 5px 0 0 10px;
}

#call .textGray {
  float: left;
  width: 180px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.open-sunday {
  font-weight: bold;
  color: #f00;
}
.open-weekend {
  font-weight: bold;
  color: #f00;
}
.inner-call #call {
  left: auto;
  right: 60px;
}

.generalDentistry {
  margin-top: 20px;
}



  .gallery-container {
    position: relative;
    width: 500px; /* Set the width of the gallery container */
    height: 300px; /* Set the height of the gallery container */
    overflow: hidden;
    margin: auto;
  }

  .capleshPhoto {
    display: flex;
    transition: transform 1s ease;
    width: calc(100% * 16); /* Assuming 12 images; adjust if needed */
  }

  .capleshPhoto img {
    width: 500px; /* Adjust to match container width */
    height: 300px; /* Adjust to match container height */
    object-fit: cover; /* Ensures image covers the area without distortion */
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

For Social Media Icon
.footer-left-right p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-left-right a {
  text-decoration: none;
  color: #fff;
}

/* Stylish circular icons */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  margin-right: 8px;
  transition: all 0.3s ease;
}

.social-icon i {
  font-size: 14px;
}

.social-icon:hover {
  background-color: #00bcd4; /* brand color */
  color: #fff;
}

.footer-divider {
  display: inline-block;
  width: 30px; /* spacing between icons and text */
}

@media (max-width: 600px) {
  .footer-left-right p {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-divider {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
