.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
display: flex;
width: 45px;
height: 45px;
align-items: center;
justify-content: center;
transition: 0.5s;
z-index: 99;
}

@media only screen and (max-width: 600px) {
.socialmargin {
margin-top: -36px !important;
}
.hero .hero-visual .main-image .floating-card {
position: relative;
}
}
/* stickybar */
.socialicon-fixed {
position: fixed;
top: 40%;
right: 0;
list-style: none;
z-index: 10;
margin: 0;
}
.socialicon-fixed .phone,
.facebook {
background-color: #0070b0 !important;
}
.socialicon-fixed .instagram {
background-color: #da4755 !important;
}
.socialicon-fixed .youtube {
background-color: #f60000 !important;
}
.socialicon-fixed li a {
background: #25d366;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
width: 37px;
height: 45px;
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
float: right;
font-size: 22px
}
.socialicon-fixed li a:hover {
width: 54px;
padding-left: 0;
text-decoration: none
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    .hero-section {
      /* background: url('../img/banner.png') center/cover no-repeat fixed; */
      background: url('../img/bannernew1.webp') center/cover no-repeat;
      background-size: cover;
      padding: 80px 0;
      color: #fff;
    }
    .hero-overlay {
       background: #ffffff;
      padding: 60px 40px;
      border-radius: 15px;
    }
    .hero-title {
      font-size: 2.8rem;
      font-weight: 700;
      color: #daa520 ;
    }
    .hero-subtext {
      font-size: 1.2rem;
      margin: 20px 0;
    }
    /* Appointment Form */
    .appointment-box {
      background: #f9e1bbab;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .appointment-box h4 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #222;
    }
    .btn-float {
      background:#e2c386;
          color:black;
      border-radius: 25px;
      padding: 12px;
      font-weight: bold;
      border: none;
      animation: float2 8s ease-in-out infinite;
      font-family: 'Courier New', Courier, monospace;
    }
        .btn-float:hover {
          color:black;
          background-color: white;
          border:2px solid #e2c386 !important;
        }
            .form-control {
      border-radius: 12px;
      padding-left: 45px;
      box-shadow: none;
    }

    .input-icon {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      color: #777;
    }

    .form-group {
      position: relative;
      margin-bottom: 20px;
    }

    @keyframes float2 {
0%,
100% {
transform: translateY(-2px) ;
}
50% {
transform: translateY(-15px);
}
}
    .btn-submit:hover {
      background: #dda743;
    }
    /* Responsive */
    @media (max-width: 991px) {
      .hero-title {
        font-size: 2rem;
      }
      .hero-section {
        padding: 80px 0;
      }
    }
.linearbg{
background-image: linear-gradient(to bottom right, #e7cc104a, #df970b);
}
.service-box {
   border-radius: 16px;
   overflow: hidden;
   border: none;
   background: #fff;
   box-shadow: 0 6px 20px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
}
.service-box:hover {
   transform: translateY(-6px);
   box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.service-image {
   width: 100%;
   height: 220px;
   object-fit: cover;
   border-bottom: 3px solid #e2c386; 
}
.text-gradient {
    display: inline-block; /* Required for background-clip:text */
    background: linear-gradient(90deg, #e7b109, #fda085);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

 
}
.text-gradient:hover {
    transform: translateX(5px);
}
.premium-gradient-card {
background: linear-gradient(135deg, #edeced, #b6dbdb);
   border-radius: 20px;
   padding: 25px 15px;
   box-shadow: 0 12px 30px rgba(0,0,0,0.12);
   transition: all 0.4s ease;
   border: 1px solid rgba(255,255,255,0.2);
   backdrop-filter: blur(8px);
}
.premium-gradient-card:hover {
   transform: translateY(-8px) scale(1.01);
   box-shadow: 0 20px 45px rgba(255, 200, 100, 0.4);
}

.ser-image {
   height: 220px;
   overflow: hidden;
   border-radius: 16px;
   margin-bottom: 15px;
   border: 2px solid rgba(255, 255, 255, 0.4);
}
.ser-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.5s ease;
}
.premium-gradient-card:hover .ser-image img {
   transform: scale(1.1);
}

.premium-gradient-card h5 {
   font-size: 1.15rem;
   font-weight: 700;
   margin-top: 5px;
   color: #fff;
   text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
   line-height: 1.4;
}
.safety-card {
      background: linear-gradient(342deg, #fff8f0, #f1ac2291);
      border-radius: 1.5rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      padding: 2rem;
      transition: transform 0.3s ease;
    }

    .safety-card:hover {
      transform: translateY(-5px);
    }

    .safety-icon {
      font-size: 2.5rem;
      color: #ff9f43;
      background: #fff3e6;
      padding: 1rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .safety-title {
      font-weight: 700;
      font-size: 1.5rem;
      color: #3e3e3e;
      margin-bottom: 0.5rem;
    }

    .safety-text {
      color: #5a5a5a;
      line-height: 1.6;
    }

    @media (max-width: 576px) {
      .safety-title { font-size: 1.3rem; }
      .safety-icon { font-size: 2rem; padding: 0.8rem; }
    }
   .btn-gr {
    background: linear-gradient(135deg, #f1cb95, #f9e1bb);
    border: none;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-gr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

 

  @media (max-width: 991px) {
    .text-lg-start { text-align: center !important; }
    .mb-4 { margin-bottom: 2rem !important; }
  }
.card-custom {
background: #ebeaea73;
border: none;
border-radius: 20px;
padding: 25px;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-custom:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.icon {
font-size: 30px;
margin-bottom: 15px;
color: #c89b52;
}
.card-img {
width: 300px;
height: 300px;
border-radius: 50%;
object-fit: cover;
margin: 15px auto;
display: block;
border: 5px solid;
border-color: #efd3a3c7;
border-radius: 50%;
transition: 0.5s;
}
.doctor-name {
background-color: #f9e1bb;
}
.footernum{
  font-family: 'Times New Roman', Times, serif;
}
.types {
border: 5px solid #c28215c7;
background-color: #f0efee;
transition: 0.5s;
}
.types:hover {
transform: translateY(-5px);
background-color: #f9e1bb;
}
.palign {
/* line-height: 26px; */
text-align: justify;
letter-spacing: 1px;
/* font-weight: 600; */
font-style: normal;
/* font-family: "Rowdies", sans-serif; */
color: #000000;
}
.palign1 {
/* line-height: 25px; */
letter-spacing: 1px;
/* font-weight: 400; */
font-style: normal;
/* font-family: "Rowdies", sans-serif; */
color: #000000;
}
/* stickybar */
.title-bar {
width: 100px;
height: 3px;
background-color: #daa520;
margin: 0 auto 20px auto;
}
.clr {
color: #daa520
}
.testimonial-owl .owl-nav .owl-prev {
position: absolute;
left: -40px;
top: 50%;
}
.testimonial-owl .owl-nav .owl-next {
position: absolute;
right: -40px;
top: 50%;
}
@media only screen and (max-width: 575px) {
.testimonial-owl .owl-nav .owl-prev {
left: 15px;
}
.testimonial-owl .owl-nav .owl-next {
right: -15px;
}
.apbtn {
display: none;
}
.sticky-top.navbar-light .navbar-brand img {
max-height: 49px !important;
}
.doctor-treatment {
height: 350px !important;
width: 100%;
}
}
@media (max-width: 480px) {
/* Styles for small mobile devices */
.sticky-top.navbar-light .navbar-brand img {
max-height: 40px !important;
}
.doctor-treatment {
height: 350px !important;
width: 100%;
}
}
@media (min-width: 481px) and (max-width: 768px) {
/* Styles for tablets and larger phones */
.sticky-top.navbar-light .navbar-brand img {
max-height: 45px !important;
}
}
.btn {
font-weight: 600;
transition: .5s;
}
.btn-square {
width: 32px;
height: 32px;
}
.btn-sm-square {
width: 34px;
height: 34px;
}
.btn-md-square {
width: 44px;
height: 44px;
}
.btn-lg-square {
width: 56px;
height: 56px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
border-radius: 50%;
}
.btn.btn-primary {
box-shadow: inset 0 0 0 0 var(--bs-primary);
}
.btn.btn-primary:hover {
box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
color: var(--bs-primary) !important;
}
.btn.btn-light {
box-shadow: inset 0 0 0 0 var(--bs-primary);
}
.btn.btn-light:hover {
box-shadow: inset 300px 0 0 0 var(--bs-primary);
color: var(--bs-light) !important;
}
.btn-hover {
transition: 0.5s;
}
.btn-hover:hover {
color: var(--bs-secondary) !important;
}
.rewbutton {
background-color: #6781ff;
border-color: #00f3ff;
}
.rewbox {
background-color: #e3b762;
color: #fafcfc;
}
.rewbutton:hover {
background-color: rgb(29 45 129);
border-color: #6781ff;
}
.reviewimg {
height: 57px !important;
width: 57px !important;
}
/*** Section Title Start ***/
.section-title {
max-width: 900px;
text-align: center;
margin: 0 auto;
}
.section-title h1 {
display: inline-block;
position: relative;
padding-bottom: 10px;
margin-bottom: 15px;
font-family: "Libre Baskerville", serif;
}
.section-title h1:after,
.section-title h1:before {
position: absolute;
bottom: 0;
width: 40%;
height: 2px;
background: #e0c081;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.section-title h1:before {
bottom: 5px;
width: 30%;
}
.section-titlenew {
max-width: 900px;
text-align: center;
margin: 0 auto;
}
.section-titlenew h2 {
display: inline-block;
position: relative;
padding-bottom: 10px;
margin-bottom: 15px;
font-family: "Libre Baskerville", serif;
}
.section-titlenew h2:after,
.section-titlenew h2:before {
position: absolute;
bottom: 0;
width: 40%;
height: 2px;
background: #e0c081;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.section-titlenew h2:before {
bottom: 5px;
width: 30%;
}
.testi-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
padding: 30px 20px;
position: relative;
text-align: center;
height: 100%;
}
.testi-card .quote-icon {
position: absolute;
top: 0;
right: 0;
background: #e4c68c;
color: #fff;
font-size: 18px;
padding: 12px 18px;
border-bottom-left-radius: 50px;
}
.testi-card img {
width: 80px;
height: 80px;
border-radius: 50%;
margin-bottom: 15px;
}
.testi-card h5 {
font-weight: 600;
}
.testi-card .role {
color: gray;
font-size: 14px;
}
.stars {
color: #fbbf24;
/* Yellow stars */
margin: 10px 0;
}
/*** Topbar Start ***/
.fixed-top .container {
transition: 0.5s;
}
.toprow>a>text-primary {
color: white !important;
}
.topbar {
padding: 2px 10px 2px 20px;
background: var(--bs-primary) !important;
}
.topbar a,
.topbar a i {
transition: 0.5s;
}
.topbar a:hover,
.topbar a i:hover {
color: var(--bs-secondary) !important;
}
@media (max-width: 576px) {
.topbar {
display: none;
}
}
@media (min-width: 768px) {
.top-heading {
padding-top: 100px !important;
}
}
@media (min-width: 481px) and (max-width: 768px) {
/* Styles for tablets and larger phones */
.sticky-top.navbar-light .navbar-brand img {
max-height: 49px;
}
}
@media (min-width: 320px) and (max-width: 768px) {
/* Styles for tablets and larger phones */
.sticky-top.navbar-light .navbar-brand img {
max-height: 49px !important;
}
}
.review-box {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
padding: 15px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 600px;
margin: auto;
}
.review-left {
display: flex;
align-items: center;
gap: 10px;
}
.review-rating {
font-size: 1.2rem;
font-weight: bold;
}
.stars {
color: #e4c68c;
/* yellow stars */
}
.google-logo {
font-size: 2.1rem;
font-weight: bold;
}
.google-logo span {
font-family: Arial, sans-serif;
}
.google-logo .g {
color: #4285F4;
}
.google-logo .o1 {
color: #EA4335;
}
.google-logo .o2 {
color: #FBBC05;
}
.google-logo .g2 {
color: #4285F4;
}
.google-logo .l {
color: #34A853;
}
.google-logo .e {
color: #EA4335;
}
.testimonial-owl2 li {
list-style: none;
}
.testimonial-owl1 li {
list-style: none;
height: 402px;
background: white;
margin-bottom: 10px;
}
.testimonial-owl1 .scrollitem {
overflow: scroll;
background: white;
scrollbar-width: thin;
scrollbar-color: #cda644 #eeedec;
overflow-x: hidden;
}
/*** Topbar End ***/
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
/* font-family: 'Open Sans', sans-serif; */
font-family: "Rowdies", sans-serif;
position: relative;
margin-right: 25px;
padding: 35px 0;
color: var(--bs-dark) !important;
font-size: 16px;
font-weight: 200;
outline: none;
transition: .5s;
color: black;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
padding: 20px 0;
color: var(--dark) !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
color: var(--bs-primary) !important;
}
.navbar-light .navbar-brand img {
max-height: 73px;
transition: .5s;
}
.sticky-top.navbar-light .navbar-brand img {
max-height: 73px;
}
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
margin-left: 8px;
}
@media (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
display: block;
visibility: hidden;
top: 100%;
transform: rotateX(-75deg);
transform-origin: 0% 0%;
border: 0;
border-radius: 10px;
transition: .5s;
opacity: 0;
}
}
.dropdown .dropdown-menu a:hover {
background: var(--bs-primary);
color: var(--bs-white);
}
.navbar .nav-item:hover .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
background: var(--bs-light) !important;
transition: .5s;
opacity: 1;
}
@media (max-width: 991.98px) {
.sticky-top.navbar-light {
position: relative;
background: var(--bs-white);
border: rgba(112 102 102 / 22%)
}
.navbar.navbar-expand-lg .navbar-toggler {
padding: 7px 10px;
border: 1px solid var(--bs-primary);
color: var(--bs-primary);
}
.navbar-light .navbar-collapse {
margin-top: 15px;
border-top: 1px solid #DDDDDD;
padding: 20px;
}
.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-link {
padding: 10px 0;
margin-left: 0;
color: var(--bs-dark) !important;
border-bottom: 1px solid #4a46461c;
}
.navbar-light .navbar-brand img {
max-height: 47px !important;
/* margin-left: 10px; */
}
}
.doctor-treatment {
height: 400px;
width: 100%;
border: 5px solid;
border-color: #f9e1bb;
}
.btn-luxury {
background: linear-gradient(135deg, #e2c386, #e2c386);
color: #2c2929;
font-weight: 600;
font-size:20px;
border: 2px solid #ddc479;
border-radius: 30px;
padding: 12px 28px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: 1s;
}
.btn-luxury:hover {
background: #fff;
color: #bfa046;
border: 2px solid #dabc63;
transform: translateY(-2px);
}
.btn-luxury1 {
background: linear-gradient(135deg, #e2c386, #e2c386);color: #fff;
font-weight: 600;
color:black;
font-size:17px;
border: 2px solid #ddc479;
border-radius: 30px;
padding: 6px 14px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: 2s;
}
.btn-luxury1:hover {
background: #fff;
color: #bfa046;
border: 2px solid #dabc63;
/* transform: translateY(-2px); */
}
@media (min-width: 992px) {
.navbar-light {
position: absolute;
width: 100%;
top: 0;
left: 0;
border-bottom: 1px solid rgba(112 102 102 / 22%);
z-index: 999;
}
.sticky-top.navbar-light {
position: fixed;
background: var(--bs-light) !important;
}
.navbar-light .navbar-nav .nav-link::before {
position: absolute;
content: "";
width: 0;
height: 2px;
bottom: -1px;
left: 50%;
background: var(--bs-primary);
transition: .5s;
}
.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
width: calc(100% - 2px);
left: 1px;
}
.navbar-light .navbar-nav .nav-link.nav-contact::before {
display: none;
}
}
.curved-bottom-shorthand {
border-radius: 0 0 100px 100px;
/* Top-left, Top-right, Bottom-right, Bottom-left */
border-bottom: 2px solid #333;
padding: 20px;
}
/*** Single Page Hero Header Start ***/
/* background: linear-gradient(rgb(255 255 255 / 94%), rgb(241 241 239 / 88%)), url(../img/teeth-background.jpg);background-position: center center; */

.bg-breadcrumb {
background: linear-gradient(rgb(255 255 255 / 0%), rgb(54 52 50 / 8%)), url(../img/shine-dentistry-clinic-image.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 160px 0 60px 0;
}
.bg-breadcrumb1 {
background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 19%)), url(../img/about-banner.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 160px 0 60px 0;
}
.bg-breadcrumb3 {
background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 34%)), url(../img/invisalign-treatment-tirupur.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 160px 0 60px 0;
}
.bg-breadcrumb4 {
background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 34%)), url(../img/ortho-braces-treatment.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 160px 0 60px 0;
}
.bg-breadcrumb .breadcrumb-item a {
color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/
/*** Service Start ***/
.service .service-item {
box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
.service .service-item .service-img {
position: relative;
overflow: hidden;
z-index: 1;
}
.service .service-item .service-img img {
transition: 0.5s;
}
.service .service-item .service-img::before {
width: 100%;
height: 0;
position: absolute;
content: "";
top: 0;
left: 0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
transition: 0.5s;
z-index: 5;
}
.service .service-item:hover .service-img::before {
height: 100%;
background: rgba(21, 185, 217, .3);
}
.service .service-item .service-img:hover img {
transform: scale(1.1);
}
.service .service-item .service-content {
position: relative;
z-index: 2;
}
.service .service-item .service-content::before {
width: 100%;
height: 8px;
position: absolute;
content: "";
bottom: 0;
left: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background: rgb(219 188 122 / 38%);
transition: 0.5s;
z-index: 3;
}
.service .service-item:hover .service-content::before {
background: rgb(219 188 122 / 38%);
height: 100%;
}
.service .service-item .service-content .service-content-inner {
transition: 0.5s;
}
.service .service-item:hover .service-content .service-content-inner {
position: relative;
color: var(--bs-white) !important;
z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
color: var(--bs-secondary);
}
/*** Service End ***/
/*** About Start ***/
.teethbg {
background: linear-gradient(rgb(255 255 255 / 94%), rgb(241 241 241)), url(../img/teeth-background.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.about .about-img {
position: relative;
overflow: hidden;
height: 100%;
border-radius: 10px;
}
.about .about-img .about-img-inner {
    border: 5px solid;
    border-color: #f8d38c #fd9604 #f7d289 #fd9604;
border-radius: 50%;
transition: 0.5s;
}
.about .about-img .about-img-inner:hover img {
transform: scale(1.01);
}
.aboutcontent {
text-align: justify;
font-weight: 600;
}
/*** Feature Start ***/
.feature .feature-item {
position: relative;
display: flex;
border: 1px solid #e2c386;
border-radius: 10px;
background: var(--bs-light);
transition: 0.5s;
}
.feature .feature-item::before {
width: 0;
height: 100%;
content: "";
position: absolute;
top: 0;
left: 0;
border-radius: 10px;
transition: 0.5s;
}
.feature .feature-item:hover::before {
width: 100%;
background: #f3e5c8;
}
.feature .feature-item .feature-icon {
display: inline-flex;
border-radius: 10px;
transition: 0.5s;
}
.feature .feature-item:hover .feature-icon {
position: relative;
z-index: 2;
}
.feature .feature-item:hover .feature-content {
position: relative;
color: var(--bs-white);
z-index: 2;
}
.feature .feature-item:hover .feature-content h5 {
color: var(--bs-dark);
}
/*** Feature End ***/
/*** Youtube Video start ***/
.video {
position: relative;
}
.video .btn-play {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-sizing: content-box;
display: block;
width: 33px;
height: 44px;
border-radius: 50%;
transition: 0.5s;
}
.video .btn-play:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
width: 115px;
height: 115px;
background: var(--bs-primary);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
transition: 0.5s;
}
.video .btn-play:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
width: 100px;
height: 100px;
background: var(--bs-secondary);
border-radius: 50%;
transition: all 300ms;
}
.video .btn-play span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 33px solid var(--bs-white);
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
margin-left: 5px;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
#videoModal {
z-index: 99999;
}
#videoModal .modal-dialog {
position: relative;
max-width: 800px;
margin: 60px auto 0 auto;
}
#videoModal .modal-body {
position: relative;
padding: 0px;
}
#videoModal .close {
position: absolute;
width: 30px;
height: 30px;
right: 0px;
top: -30px;
z-index: 999;
font-size: 30px;
font-weight: normal;
color: #ffffff;
background: #000000;
opacity: 1;
}
/*** Youtube Video End ***/
/*** testimonial Start ***/
.testimonial {
/*background-position: center center;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*background-attachment: fixed;*/
/* color:#000000 */
overflow-x: hidden;
}
.testimonial .testimonial-item .testimonial-inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
border-radius: 10px;
background: transparent;
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
width: 100px;
height: 100px;
border-radius: 50%;
border: 5px solid var(--bs-white);
}
.services-inner-img {
width: 100px;
height: 100px;
object-fit: cover;
/* border-radius: 50%; */
border: 5px solid var(--bs-white);
}
.queries {
background-color: #daa52040;
}
.queries1 {
background-color: #daa5201f;
}
.testimonial .testimonial-carousel.owl-carousel {
position: relative;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev {
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
background: #daa52061;
color: var(--bs-primary);
transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
background: #daa52061;
color: var(--bs-primary);
transition: 0.5s;
}
.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
color: var(--bs-white) !important;
}
@media (max-width: 900px) {
.testimonial .testimonial-carousel .owl-nav .owl-prev {
margin-top: -190px;
margin-left: 40px;
}
.testimonial .testimonial-carousel .owl-nav .owl-next {
margin-top: -190px;
margin-right: 40px;
}
.top-heading {
padding-top: 180px !important;
}
}
.testimonial-carousel .owl-dots {
display: flex;
justify-content: center;
margin-top: 20px;
}
.testimonial-carousel .owl-dots .owl-dot {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 15px;
border: 1px solid var(--bs-white);
background: transparent;
transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
width: 20px;
height: 20px;
background: var(--bs-secondary) !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
position: relative;
margin-top: 50%;
margin-left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-carousel .owl-dots .owl-dot span::after {
content: "";
position: absolute;
top: 50%;
right: 1px;
transform: translateY(-50%);
width: 8px;
height: 8px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #e6c78e;
}
.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
transition: 0.5s;
}
@media (min-width: 900px) {
.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
font-size: 20px;
}
}
/* Testimonial Section Title Start */
.testimonial .section-title {
max-width: 900px;
text-align: center;
margin: 0 auto;
}
.testimonial .section-title .sub-style {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}
.testimonial .section-title .sub-style::before {
content: "";
width: 100px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-top: 8px;
margin-left: -100px;
border: 1px solid var(--bs-white) !important;
}
.testimonial .section-title .sub-style::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-bottom: 5px;
margin-left: -50px;
border: 1px solid var(--bs-white) !important;
}
.testimonial .section-title .sub-title {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}
.testimonial .section-title .sub-title::before {
content: "";
transform: translateY(-50%);
margin-top: 8px;
margin-right: -100px;
border-top-color: #ffbf00;
border-top-width: 3px;
}
.testimonial .section-title .sub-title::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-bottom: 8px;
margin-right: -50px;
border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/
/*** Contact Start ***/
.contact {
background: linear-gradient(rgba(242, 243, 243, 0.9), rgba(230, 232, 233, 0.9)), url(../img/clinic-gallery/shine-dentistry-front-view.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.contact1 {
background: linear-gradient(rgb(235 240 241 / 90%), rgb(241 241 241 / 94%)), url(../img/carousel-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow-x: hidden;
}
/* Testimonial Section Title Start */
.contact .section-title {
max-width: 900px;
text-align: center;
margin: 0 auto;
}
.contact .section-title .sub-style {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}
.contact .section-title .sub-style::before {
content: "";
width: 100px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-top: 8px;
margin-left: -100px;
border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-style::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
margin-bottom: 5px;
margin-left: -50px;
border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-title {
position: relative;
display: inline-block;
text-transform: uppercase;
color: var(--bs-primary);
}
.contact .section-title .sub-title::before {
content: "";
width: 100px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-top: 8px;
margin-right: -100px;
border: 1px solid var(--bs-white) !important;
}
.contact .section-title .sub-title::after {
content: "";
width: 50px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin-bottom: 8px;
margin-right: -50px;
border: 1px solid var(--bs-white) !important;
}
.contact a {
color: #000000;
}
.contact a:hover {
color: #639faa;
}
/*** Contact End ***/
/*** Footer Start ***/
.footer {
background: linear-gradient(rgb(0 0 0 / 94%), rgb(0 0 0 / 47%));
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.footer .footer-item a {
line-height: 35px;
color: white;
transition: 0.5s;
/* font-weight: 100;
font-family: "Rowdies", sans-serif; */
}
.footer h4 {
color: #daa520;
}
.footer .footer-item p,
a {
color: #f3eeee;
}
.footer .footer-item a:hover {
letter-spacing: 1px;
color: var(--bs-primary);
}
/*** Footer End ***/
/*** copyright Start ***/
.copyright {
background: var(--bs-dark) !important;
}
/*** copyright end ***/