html {
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
font-size: 15px;
font-family: "Kumbh Sans", sans-serif;
}
img {
max-width: 100%;
height: auto;
border-radius: 3px;
}
button {
outline: 0 !important;
}
html {
scroll-padding-top: 80px;
}
dl,
ol,
ul {
padding: 0;
margin: 0;
list-style: none;
} .d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-100 {
padding-bottom: 100px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-50 {
padding-top: 50px;
}
.pt-60 {
padding-top: 60px;
}
.pt-70 {
padding-top: 70px;
}
.pt-80 {
padding-top: 80px;
}
.pt-90 {
padding-top: 90px;
}
.pt-100 {
padding-top: 100px;
}
.bg-grey {
background-color: rgb(215, 215, 215, 0.17);
}
.bg-dark {
background: #17171b;
}
.section-padding {
padding: 100px 0;
}
a {
text-decoration: none;
-webkit-transition: 0.4s;
transition: 0.4s;
outline: 0 !important;
color: #505060;
}
a:hover {
text-decoration: none;
color: #007b9a;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
line-height: 1.4;
font-family: "Kumbh Sans", sans-serif;
}
p {
font-size: 15px;
line-height: 1.8;
color: #2c2c2c;
margin-bottom: 15px;
font-weight: 400;
font-family: "Kumbh Sans", sans-serif;
}
p:last-child {
margin-bottom: 0;
}
.default-btn {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #ffffff;
background-color: #007b9a;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50px;
font-weight: 600;
font-size: 15px;
padding-left: 35px;
padding-right: 35px;
padding-top: 12px;
padding-bottom: 12px;
}
.default-btn span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #d47734;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 30px;
}
.default-btn:hover,
.default-btn:focus {
color: #ffffff;
}
.default-btn:hover span,
.default-btn:focus span {
width: 225%;
height: 562.5px;
}
.default-btn-one {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #007b9a;
background-color: #ffffff;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50px;
font-weight: 600;
font-size: 15px;
padding-left: 35px;
padding-right: 35px;
padding-top: 12px;
padding-bottom: 12px;
margin-top: 5px;
margin-right: 20px;
box-shadow: 0 7px 25px rgb(123, 104, 238, 0.25);
}
.default-btn-one span {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #392d78;
-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
border-radius: 30px;
}
.default-btn-one:hover,
.default-btn-one:focus {
color: #ffffff;
}
.default-btn-one:hover span,
.default-btn-one:focus span {
width: 225%;
height: 562.5px;
}
.btn-style-four {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
color: #fff;
padding-left: 15px;
}
.btn-style-four:before {
position: absolute;
content: "";
width: 7px;
height: 7px;
left: 0px;
top: 16px;
border-radius: 50%;
transition: all 500ms ease;
}
.btn-style-four:before {
background: #007b9a;
}
.btn-style-four {
color: #2d275e;
}
.btn-style-four span {
font-size: 23px;
padding-left: 5px;
}
.btn-style-four:hover {
color: #007b9a !important;
}
ul.feature-list li {
font-weight: 500;
color: #2c2c2c;
font-size: 15px;
margin-bottom: 15px;
display: flex;
align-items: center;
}
ul.feature-list li i {
font-size: 20px;
color: #007b9a;
width: 35px;
height: 35px;
line-height: 35px;
display: inline-block;
border-radius: 50%;
background-color: #f7f7f7;
text-align: center;
margin-right: 10px;
}
.section-title {
text-align: center;
margin-bottom: 35px;
line-height: 1.5;
}
.sub-title {
font-size: 16px;
color: #e1702c !important;
line-height: 1;
margin-bottom: 1px;
} .section-title h2 {
font-size: 40px;
text-transform: uppercase;
color: #505060;
margin: 0 0 0 0;
font-weight: 700;
}
.section-title h1 {
font-size: 40px;
text-transform: uppercase;
color: #505060;
margin: 0 0 0 0;
font-weight: 700;
}
.color-text {
color: #007b9a;
}
.valign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} [data-overlay-dark],
[data-overlay-light] {
position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
position: relative;
z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay-dark]:before {
background: #112134;
}
[data-overlay-light]:before {
background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
opacity: 0.4;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
opacity: 1;
}   .go-top {
position: fixed;
cursor: pointer;
top: 0;
right: 15px;
color: #ffffff;
background-color: #007b9a;
text-align: center;
z-index: 4;
width: 45px;
height: 45px;
line-height: 45px;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.9s;
transition: 0.9s;
border-radius: 3px;
}
.go-top.active {
top: 97%;
-webkit-transform: translateY(-98%);
transform: translateY(-98%);
opacity: 1;
visibility: visible;
}
.go-top i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.go-top i:last-child {
opacity: 0;
visibility: hidden;
top: 60%;
}
.go-top::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #505060;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 3px;
}
.go-top:hover,
.go-top:focus {
color: #ffffff;
}
.go-top:hover::before,
.go-top:focus::before {
opacity: 1;
visibility: visible;
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
opacity: 0;
top: 0;
visibility: hidden;
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
opacity: 1;
visibility: visible;
top: 50%;
} .preloader {
position: fixed;
z-index: 999999;
background-color: #ffffff;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.preloader .lds-spinner {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.preloader .lds-spinner div {
-webkit-transform-origin: 40px 40px;
transform-origin: 40px 40px;
-webkit-animation: lds-spinner 1.2s linear infinite;
animation: lds-spinner 1.2s linear infinite;
}
.preloader .lds-spinner div::after {
content: " ";
display: block;
position: absolute;
top: 5px;
left: 35px;
width: 5px;
height: 20px;
border-radius: 20%;
background: #007b9a;
}
.preloader .lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.preloader .lds-spinner div:nth-child(2) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.preloader .lds-spinner div:nth-child(3) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.preloader .lds-spinner div:nth-child(4) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.preloader .lds-spinner div:nth-child(5) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.preloader .lds-spinner div:nth-child(6) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.preloader .lds-spinner div:nth-child(7) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.preloader .lds-spinner div:nth-child(8) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.preloader .lds-spinner div:nth-child(9) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.preloader .lds-spinner div:nth-child(10) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.preloader .lds-spinner div:nth-child(11) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.preloader .lds-spinner div:nth-child(12) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}  .header-navber-area .nav-top-bar {
background: #007b9a;
padding-top: 10px;
padding-bottom: 10px;
}
.header-navber-area .nav-top-bar .nav-contact-info p {
margin: 0 13px 0 0;
display: inline-block;
color: #ffffff;
font-size: 15px;
font-weight: 500;
}
.header-navber-area .nav-top-bar .nav-contact-info p i {
margin-right: 3px;
font-size: 15px;
}
.header-navber-area .nav-top-bar .nav-contact-info p a {
color: #ffffff;
} .header-navber-area .nav-top-bar .top-social {
float: right;
padding: 0;
margin: 0 0 0 10px;
list-style-type: none;
}
.header-navber-area .nav-top-bar .top-social li {
display: inline-block;
}
.header-navber-area .nav-top-bar .top-social li a {
color: #ffffff;
font-size: 14px;
width: 32px;
height: 32px;
display: inline-block;
line-height: 32px;
text-align: center;
margin-left: 5px;
background: rgb(255, 255, 255, 0.15);
border-radius: 50%;
}
.header-navber-area .nav-top-bar .top-social li a:hover,
.header-navber-area .nav-top-bar .top-social li a:focus {
color: #fff;
background: rgb(255, 255, 255, 0.4);
}
.navbar-b {
transition: all 0.5s ease-in-out;
background-color: transparent;
padding-top: 12px;
padding-bottom: 12px;
}
.tooth-responsive-nav {
display: none;
}
.tooth-nav {
background-color: transparent; padding-right: 0;
padding-left: 0;
}
.tooth-nav .navbar {
padding-right: 0;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.tooth-nav .navbar ul {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.tooth-nav .navbar .navbar-nav {
margin: auto;
}
.tooth-nav .navbar .navbar-nav .nav-item {
position: relative;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 0;
padding-right: 0;
}
.tooth-nav.index-navber .navbar .navbar-nav .nav-item a {
color: #555;
}
.tooth-nav .navbar .navbar-nav .nav-item a {
color: #565656;
font-size: 18px;
font-weight: 600;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-left: 15px;
margin-right: 15px;
letter-spacing: 0.3px;
} .tooth-nav .navbar .navbar-nav .nav-item a i {
font-size: 10px;
position: relative;
top: -1px;
margin-left: 1px;
}
.tooth-nav .navbar .navbar-nav .nav-item:last-child a {
margin-right: 0;
}
.tooth-nav .navbar .navbar-nav .nav-item:first-child a {
margin-left: 0;
} .tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
background: #ffffff;
position: absolute;
border: none;
top: 80px;
left: 0;
width: 230px;
z-index: 99;
display: block;
opacity: 0;
visibility: hidden;
border-radius: 5px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
padding: 10px;
border-bottom: 1px solid #f1f1f1;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
border-bottom: 0px solid transparent;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
text-transform: capitalize;
padding: 10px 15px;
margin: 0;
position: relative;
color: #505060;
font-size: 15px;
font-weight: 500;
border-left: 3px solid transparent;
letter-spacing: 0.5px;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
color: #007b9a;
background: #f8f8f8;
padding-left: 20px;
border-left: 3px solid #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
left: -245px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
color: #696997;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -245px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #696997;
text-transform: capitalize;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: -245px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #696997;
text-transform: capitalize;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: 195px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #696997;
text-transform: capitalize;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: 195px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #696997;
text-transform: capitalize;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: 195px;
top: 0;
opacity: 0;
visibility: hidden;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
color: #696997;
text-transform: capitalize;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
color: #007b9a;
}
.tooth-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: -15px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.tooth-nav .navbar .other-option {
margin-left: 0;
margin-top: 5px;
}
.tooth-nav .navbar .other-option .default-btn {
font-size: 17px;
box-shadow: 0 2px 15px rgb(123, 104, 238, 0.15);
}
.tooth-nav .navbar .other-option .default-btn.nav-btn-1 {
margin-right: 15px;
}
.tooth-nav .black-logo {
display: none;
}
.navbar-area {
background-color: transparent;
}
.navbar-area.is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
background: #ffffff !important;
-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
animation: 500ms ease-in-out 0s normal fadeInDown;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.navbar-area.is-sticky .navbar-nav .nav-item a {
color: #565656;
}
.navbar-area.is-sticky .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .navbar-nav .nav-item a.active {
color: #007b9a;
}
.navbar-area.is-sticky .tooth-nav .navbar-brand .white-logo {
display: none;
width: 125px;
}
.navbar-area.is-sticky .tooth-nav .navbar-brand .black-logo {
display: block;
width: 125px;
}
.navbar-brand img {
width: 115px;
}
@media only screen and (max-width: 991px) {
.navbar-area {
padding-top: 20px;
padding-bottom: 20px;
}
.navbar-area.is-sticky {
border-bottom: none;
-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
padding-top: 20px;
padding-bottom: 20px;
}
.navbar-area.is-sticky .logo .white-logo {
display: none;
}
.navbar-area.is-sticky .logo .black-logo {
display: block;
width: 65px;
}
.tooth-responsive-nav {
display: block;
}
.tooth-responsive-nav .tooth-responsive-menu {
position: relative;
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .mean-nav ul {
font-size: 15px;
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .mean-nav ul li a {
font-size: 15px;
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .mean-nav ul li a.active {
color: #007b9a;
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .mean-nav ul li li a {
font-size: 15px;
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .navbar-nav {
overflow-y: scroll;
height: 270px;
-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.tooth-responsive-nav .tooth-responsive-menu.mean-container .others-options {
display: none;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal {
color: #505060;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal span {
background: #505060;
}
.tooth-responsive-nav .logo {
position: relative;
width: 50%;
z-index: 999;
}
.tooth-responsive-nav .logo .white-logo {
display: block;
width: 65px;
}
.tooth-responsive-nav .logo .black-logo {
display: none;
}
.tooth-nav {
display: none;
}
} .home-area {
position: relative;
z-index: 1;
height: 700px;
background: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/slider-1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.home-area:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
background: #112134;
}
.grey-cr {
height: 500px;
width: 500px;
border-radius: 500px;
position: absolute;
bottom: -20%;
left: -10%;
z-index: -1;
background: rgb(215, 215, 215, 0.17);
}
.main-banner-content {
padding-top: 0px;
text-align: center;
}
.main-banner-content h4 {
color: #ffffff;
font-size: 20px;
font-weight: 500;
}
.main-banner-content h1 {
font-size: 60px;
color: #fff;
margin: 0 0 20px 0;
font-weight: 700;
text-transform: uppercase;
}
.main-banner-content p {
color: #fff;
font-size: 16px;
margin: 0 0 0 0;
}
.main-banner-content .banner-btn {
margin-top: 25px;
}
.home-area .banner-image {
text-align: center;
padding-top: 70px;
}
.home-area .creative-shape {
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: auto;
z-index: -1;
} .slider.slider-prlx [data-overlay-dark]:before {
background: #112134;
}
.slider {
position: relative;
overflow: hidden;
}
.slider.fixed-slider {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.slider .swiper-slide-active {
z-index: 3;
}
.slider .parallax-slider {
position: relative;
height: 700px;
}
.slider .parallax-slider .swiper-slide {
position: relative;
overflow: hidden;
width: 100%;
min-height: 100vh;
padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-position: center;
}
.slider .parallax-slider .caption {
text-align: left;
padding-top: 0px;
}
.slider .parallax-slider .caption h4 {
color: #ffffff;
font-size: 20px;
font-weight: 500;
}
.slider .parallax-slider .swiper-slide-active .caption h4 {
opacity: 1;
animation: fadeInUp 1s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.slider .parallax-slider .caption h1 {
color: #fff;
font-size: 50px;
font-weight: 700;
line-height: 49px;
padding: 0px 70px;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
opacity: 1;
animation: fadeInUp 1s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.slider .parallax-slider .caption p {
color: #fff;
font-size: 16px;
font-weight: 400;
margin-top: 15px;
}
.slider .parallax-slider .caption .home-slider-btn {
display: inline-block;
margin-top: 10px;
}
.slider .parallax-slider .swiper-slide-active .caption p {
color: #fff;
animation: fadeInUp 1s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
animation: fadeInUp 1.2s;
}
.slider .control-text {
position: absolute;
top: 50%;
z-index: 8;
width: 100%;
height: auto;
align-items: center;
display: flex;
justify-content: space-between;
}
.slider .control-text .swiper-nav-ctrl {
color: #fff;
font-size: 15px;
font-weight: 600;
margin-left: 15px;
margin-right: 15px;
position: static;
width: auto;
height: auto;
display: inline-block;
background: transparent;
padding: 5px 10px;
border-radius: 3px;
}
.slider .control-text .swiper-nav-ctrl:after {
font-size: 18px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
display: block;
text-align: center;
background: rgb(0, 0, 0, 0.3);
}
.slider .swiper-pagination-bullets {
bottom: 20px;
}
.slider .swiper-pagination-bullet {
background: #fff;
opacity: 0.4;
}
.slider .swiper-pagination-bullet-active {
background: #fff;
opacity: 1;
} .features-section .section-title {
margin-bottom: 35px;
}
.single-features-item {
position: relative;
z-index: 1;
display: block;
padding: 35px 30px;
text-align: left;
border-radius: 5px;
background-color: #ffffff;
margin-top: 30px;
overflow: hidden;
-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
-moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
-webkit-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.single-features-item::before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
background: #007b9a;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.single-features-item:hover::before {
width: 100%;
left: 0;
right: auto;
}
.features-icon {
position: relative;
z-index: 1;
color: #007b9a;
width: 55px;
height: 55px;
margin-bottom: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.features-icon::after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 25%;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #f7f7f7;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.features-icon i {
font-size: 45px;
margin-left: 20px;
}
.single-features-item h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}
.single-features-item h3 a {
display: inline-block;
}
.single-features-item p {
font-size: 15px;
margin-top: 15px;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
} .about-area {
position: relative;
z-index: 1;
}
.about-content {
margin-left: 0px;
}
.about-content h6 {}
.about-content h2 {
font-size: 38px;
font-weight: 700;
margin-bottom: 20px;
}
.about-content p {
margin-bottom: 15px;
}
.about-content .default-btn {
margin-top: 10px;
}
.about-image {
position: relative;
text-align: center;
}
.about-image .years-design {
position: absolute;
left: -75px;
bottom: 25px;
text-align: left;
padding: 20px 40px 20px 40px;
background-color: #ffffff;
border-bottom: 2px solid #007b9a;
border-radius: 30px 10px;
-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}
.about-image .years-design h2 {
font-size: 70px;
font-weight: 800;
background: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg) no-repeat;
background-position: 75% 50%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1.1;
margin: 0px;
}
.about-image .years-design h5 {
color: #007b9a;
font-size: 16px;
font-weight: 700;
margin-top: 10px;
margin-top: 10px;
text-transform: capitalize;
letter-spacing: 0.3px;
}
.about-area .skills {
margin-top: 30px;
}
.about-area .skills .skill-item {
margin-bottom: 25px;
}
.about-area .skills .skill-item:last-child {
margin-bottom: 0px;
}
.about-area .skills .skill-item h6 {
position: relative;
z-index: 4;
font-size: 15px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.about-area .skills .skill-item h6 em {
float: right;
font-size: 15px;
font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
position: relative;
height: 5px;
border-radius: 5px;
background: #f1f1fa;
}
.about-area .skills .skill-item .skill-progress .progres {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 10%;
background-color: #007b9a;
-webkit-transition: all 1.5s;
transition: all 1.5s;
}
.about-image .waves-box {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.about-image .iq-video {
background: #3f51b5;
display: inline-block;
width: 70px;
height: 70px;
text-align: center;
font-size: 30px;
color: #fff;
border-radius: 100%;
line-height: 70px;
z-index: 9;
position: relative;
}
.about-image .iq-video:hover {
background: #fff;
color: #3f51b5;
}
.about-image .iq-video i {
margin-left: 5px;
}
.about-image .iq-waves {
position: absolute;
left: -30px;
top: -30px;
z-index: 2;
}
.about-image .iq-waves .waves {
position: absolute;
width: 130px;
height: 130px;
background: rgba(255, 255, 255, 0.65);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-radius: 50%;
background-clip: padding-box;
-webkit-animation: waves 3s ease-in-out infinite;
animation: waves 3s ease-in-out infinite;
}
.about-image .iq-waves .wave-1 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.about-image .iq-waves .wave-2 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.about-image .iq-waves .wave-3 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
@-webkit-keyframes waves {
0% {
-webkit-transform: scale(0.2, 0.2);
transform: scale(0.2, 0.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes waves {
0% {
-webkit-transform: scale(0.2, 0.2);
transform: scale(0.2, 0.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
} .services-section {
position: relative;
z-index: 1;
}
.single-services-box {
position: relative;
z-index: 1;
text-align: center;
border-radius: 5px;
background-color: #ffffff;
margin-bottom: 30px;
overflow: hidden;
-webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
-moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-box:before {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
min-width: 100%;
border-bottom: 3px solid #007b9a;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transform: scaleX(0);
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-box:hover:before {
transform: scaleX(1);
}
.single-services-box .services-img img {
display: block;
width: 100%;
}
.single-services-box .services-info {
padding: 30px 20px;
}
.single-services-box .services-info h3 {
font-size: 20px;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-box .services-info h3 a {
display: inline-block;
}
.single-services-box .services-info p {
font-size: 15px;
margin-top: 12px;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-box .services-info .services-btn-box {
margin-top: 15px;
}
.single-services-box .services-info .services-btn-box .services-btn-link {
display: inline-block;
font-size: 15px;
color: #333;
font-weight: 700;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-box .services-btn-box a i {
color: #ffffff;
font-size: 14px;
width: 35px;
height: 35px;
line-height: 35px;
background: #007b9a;
margin-right: 5px;
border-radius: 30px;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}
.single-services-box:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.single-services-box:hover h3 {
color: #333;
}
.single-services-box:hover h3 a {
color: #333;
}
.single-services-box:hover p {
color: #333;
}
.single-services-box:hover .services-btn-box .services-btn-link {
color: #007b9a;
}
.single-services-box:hover .services-btn-box i {
color: #fff;
background-color: #392d78;
}
.services-more-btn-box {
margin-top: 15px;
} .services-design-two .section-title {
margin-bottom: 35px;
}
.single-services-two {
position: relative;
z-index: 1;
display: block;
padding: 35px 30px;
text-align: left;
border-radius: 5px;
background-color: #ffffff;
margin-top: 30px;
overflow: hidden;
-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
-moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
-webkit-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.single-services-two::before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 3px;
background: #007b9a;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}
.single-services-two:hover::before {
width: 100%;
left: 0;
right: auto;
}
.single-services-two .services-icon {
position: relative;
z-index: 1;
color: #007b9a;
width: 55px;
height: 55px;
margin-bottom: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single-services-two .services-icon::after {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 25%;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #f7f7f7;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-services-two .services-icon i {
font-size: 45px;
margin-left: 20px;
}
.single-services-two h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
text-transform: uppercase;
}
.single-services-two h3 a {
display: inline-block;
}
.single-services-two p {
font-size: 15px;
margin-top: 15px;
margin-bottom: 0;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
}
.single-services-two .services-btn {
margin-top: 25px;
} .services-details-image {
text-align: center;
margin-bottom: 40px;
}
.services-details-image img {
border-radius: 5px;
}
.services-details-content h3 {
font-size: 25px;
margin-bottom: 15px;
}
.services-details-content .features-text {
margin-top: 20px;
}
.services-details-content .features-text h4 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.services-details-content .features-text .feature-list {
margin: 20px 0;
}
.services-widget .widget {
padding: 30px 25px;
margin-top: 35px;
border-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
-moz-box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
}
.services-widget .widget:first-child {
margin-top: 0;
}
.services-widget .widget .widget-title {
position: relative;
font-size: 22px;
padding-bottom: 10px;
margin-bottom: 30px;
text-transform: capitalize;
border-bottom: 1px solid #ffffff;
}
.services-widget .widget .widget-title::before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
background-color: #007b9a;
}
.services-widget .widget_categories ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.services-widget .widget_categories ul li {
position: relative;
color: #505060;
font-size: 16px;
font-weight: 600;
border-bottom: 1px dashed #007b9a;
}
.services-widget .widget_categories ul li:last-child {
border-bottom: 0;
}
.services-widget .widget_categories ul li a {
color: #505060;
font-size: 16px;
font-weight: 600;
padding: 12px 15px;
padding-left: 0;
display: block;
border-radius: 5px;
background-color: transparent;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.services-widget .widget_categories ul li a:hover {
color: #007b9a;
padding-left: 5px;
}
.widget_download_btn a {
padding: 12px 20px;
display: block;
border-radius: 5px;
}
.widget_download_btn a:first-child {
margin: 0 0 12px;
} .overview-content h2 {
font-size: 33px;
color: #505060;
font-weight: 700;
margin: 8px 0 15px 0;
text-transform: uppercase;
}
.overview-content p {
margin: 0 0 0 0;
}
.overview-content .features-list {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 10px;
margin-left: -10px;
margin-right: -10px;
}
.overview-content .features-list li {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
}
.overview-content .features-list li span {
position: relative;
z-index: 1;
display: flex;
align-items: center;
color: #505060;
font-size: 15px;
font-weight: 600;
padding: 15px 10px;
padding-left: 12px;
border-radius: 5px;
border-left: 2px solid #007b9a;
background-color: #f7f7f7;
overflow: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.overview-content .features-list li span i {
color: #007b9a;
font-size: 20px;
line-height: 0.8;
margin-right: 10px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.overview-content .features-list li span:hover {
color: #007b9a;
padding-left: 15px;
}
.overview-content .features-list li span:hover i {
color: #007b9a;
}
.overview-image {
text-align: center;
} .appointment-section {
position: relative;
z-index: 1;
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat; overflow: hidden; }
.appointment-section .gform_validation_errors {
display: none !important;
}
.appointment-content .section-title h2 {
font-size: 24px;
font-weight: 700;
}
.appointment-section::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.6;
background-color: #112134;
}
.appointment-section .container-fluid {
padding-left: 0;
padding-right: 0;
}
.appointment-img {
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/2024-02-29.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}
.appointment-content {
max-width: 540px;
padding-top: 70px;
padding-bottom: 0px;
padding-left: 20px;
margin-top: 0px !important;
}
.appointment-section .appointment-control {
color: #fff;
font-size: 14px;
font-weight: 500;
outline: none;
width: 100%;
height: 52px;
line-height: 50px;
border-radius: 7px;
padding-left: 18px;
padding-right: 30px;
border: 1px solid rgb(255 255 255 / 35%);
background: transparent;
}
.appointment-section textarea.appointment-control {
height: auto;
padding-top: 15px;
line-height: initial;
}
.appointment-section .appointment-form .form-group {
margin-bottom: 25px;
}
.appointment-section .appointment-control::-webkit-input-placeholder {
color: #fff;
}
.appointment-section .appointment-control:-ms-input-placeholder {
color: #fff;
}
.appointment-section .appointment-control::-ms-input-placeholder {
color: #fff;
}
.appointment-section .appointment-control::placeholder {
color: #fff;
}
.appointment-section .default-btn {} .team-area {}
.team-area .section-title {
margin-bottom: 35px;
}
.single-team-box {
margin-top: 30px;
overflow: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.team-image {
position: relative;
z-index: 1;
border-radius: 5px;
overflow: hidden;
margin: 0 auto;
}
.team-image::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
padding: 0;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
background-color: #000;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single-team-box:hover .team-image::before {
opacity: 0.8;
visibility: visible;
}
.single-team-box .team-image img {
width: 100%;
height: auto;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single-team-box:hover .team-image img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-social-icon {
position: absolute;
z-index: 5;
bottom: -50px;
width: 100%;
text-align: center;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.single-team-box:hover .team-social-icon {
bottom: 20px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.team-social-icon a {
margin: 5px;
color: #007b9a;
font-size: 16px;
display: inline-block;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
will-change: transform;
}
.team-social-icon a i {
width: 30px;
height: 30px;
line-height: 30px;
background: #ffffff;
border-radius: 3px;
}
.team-info {
padding: 20px 15px 15px;
text-align: center;
background: #fbfbfb;
border-radius: 5px;
margin-top: 5px;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.team-info h3 {
color: #333;
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
}
.team-info span {
color: #007b9a;
font-size: 15px;
font-weight: 500;
display: block;
} .gallery-area {}
.gallery-area .section-title {
text-align: center;
margin-bottom: 35px;
}
.gallery-single-item {
position: relative;
display: block;
overflow: hidden;
border-radius: 3px;
margin-top: 30px;
}
.gallery-single-item img {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.gallery-single-item:hover img {
-webkit-filter: none;
filter: none;
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-filter: brightness(50%);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.gallery-single-item .gallery-overlay-icon {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 30px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
.gallery-single-item .gallery-overlay-icon i {
color: #ffffff;
font-size: 20px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
border: 1px solid #ffffff;
text-align: center;
}
.gallery-single-item:hover .gallery-overlay-icon {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.gallery-more-btn {
margin-top: 20px;
} .apollo-testimonials {
padding: 96px 24px;
position: relative;
overflow: hidden;
}
.apollo-testimonials::before {
content: "";
position: absolute;
top: -180px;
right: -160px;
width: 460px;
height: 460px;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%, #DCEFEA 0%, transparent 70%);
z-index: 0;
} .section-header {
margin: 0 0 56px;
}
.section-badge {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Space Grotesk', sans-serif;
font-size: 12.5px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #0E6E63;
background: #DCEFEA;
border: 1px solid #CFE6E0;
padding: 7px 16px 7px 12px;
border-radius: 100px;
margin-bottom: 22px;
}
.section-badge i {
font-size: 11px;
}
.section-title {
font-family: 'Fraunces', serif;
font-weight: 600;
font-size: clamp(32px, 4.4vw, 48px);
line-height: 1.12;
letter-spacing: -0.01em;
margin: 0 0 18px;
color: #093F39;
}
.section-title em {
font-style: italic;
font-weight: 500;
color: #FF6B52;
}
.smile-divider {
display: block;
margin: 10px auto;
}
.section-description {
font-size: 16.5px;
line-height: 1.7;
color: #587075;
margin: 0;
margin: 20px auto;
} .testimonials-grid {
display: grid;
grid-template-columns: 320px 1fr;
gap: 32px;
align-items: start;
} .rating-panel {
background: #007b9a;
background-image: radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.08), transparent 55%);
border-radius: 28px;
padding: 36px 30px;
color: #fff;
position: sticky;
top: 24px;
box-shadow: 0 20px 45px -25px rgba(9, 63, 57, 0.35);
}
.rating-score-row {
display: flex;
align-items: baseline;
gap: 8px;
font-family: 'Space Grotesk', sans-serif;
}
.rating-score {
font-size: 56px;
font-weight: 700;
line-height: 1;
}
.rating-score-max {
font-size: 20px;
font-weight: 500;
color: rgba(255, 255, 255, 0.55);
}
.rating-stars {
margin: 14px 0 10px;
color: #FF6B52;
font-size: 16px;
letter-spacing: 3px;
}
.rating-caption {
font-size: 14px;
color: rgba(255, 255, 255, 0.72);
line-height: 1.5;
margin: 0 0 26px;
}
.rating-caption strong {
color: #fff;
}
.panel-stats {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
padding: 22px 0;
border-top: 1px solid rgba(255, 255, 255, 0.14);
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
margin-bottom: 26px;
}
.panel-stat-num {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px;
font-weight: 600;
}
.panel-stat-label {
font-size: 12px;
color: rgba(255, 255, 255, 0.6);
margin-top: 2px;
}
.book-appointment-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
background: #FF6B52;
color: #fff;
text-decoration: none;
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 14.5px;
padding: 15px 20px;
border-radius: 100px;
transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
box-shadow: 0 12px 24px -10px rgba(255, 107, 82, 0.55);
}
.book-appointment-btn:hover {
transform: translateY(-2px);
background: #FF7B63;
}
.book-appointment-btn i {
font-size: 13px;
} .carousel-column {
min-width: 0;
overflow: hidden;
padding: 1rem;
}
.swiper-container {
overflow: visible;
padding-bottom: 4px;
}
.testimonial-card {
background: #FFFFFF;
border: 1px solid #CFE6E0;
border-radius: 28px;
padding: 38px 38px 30px;
box-shadow: 0 20px 45px -25px rgba(9, 63, 57, 0.35);
height: 100%;
display: flex;
flex-direction: column;
}
.quote-mark {
font-size: 56px;
line-height: 1;
color: #CFE6E0;
margin-bottom: 6px;
}
.testimonial-quote {
font-weight: 400;
font-size: 19px;
line-height: 1.55;
color: #0F262A;
margin: 0 0 26px;
flex-grow: 1;
}
.testimonial-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding-top: 22px;
border-top: 1px dashed #CFE6E0;
}
.author-block {
display: flex;
align-items: center;
gap: 12px;
}
.author-avatar {
width: 46px;
height: 46px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 15px;
color: #fff;
flex-shrink: 0;
}
.author-info h5 {
margin: 0 0 2px;
font-size: 15px;
font-weight: 600;
color: #0F262A;
}
.author-info p {
margin: 0;
font-size: 12.5px;
color: #587075;
}
.treatment-tag {
font-family: 'Space Grotesk', sans-serif;
font-size: 11.5px;
font-weight: 600;
color: #0E6E63;
background: #DCEFEA;
padding: 6px 12px;
border-radius: 100px;
white-space: nowrap;
} .carousel-controls {
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 28px;
}
.smile-pagination {
display: flex;
align-items: center;
gap: 14px;
height: 24px;
display: none;
}
.tooth-bullet {
width: 9px;
height: 12px;
border-radius: 4px 4px 6px 6px;
background: #FFFFFF;
border: 1.5px solid #CFE6E0;
display: inline-block;
cursor: pointer;
transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.swiper-pagination-bullet-active.tooth-bullet {
background: #0E6E63;
border-color: #0E6E63;
}
.nav-buttons {
display: flex;
gap: 10px;
}
.nav-btn {
width: 46px;
height: 46px;
border-radius: 50%;
border: 1px solid #CFE6E0;
background: #FFFFFF;
color: #093F39;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}
.nav-btn:hover {
background: #0E6E63;
border-color: #0E6E63;
color: #fff;
}
.nav-btn:focus-visible {
outline: 2px solid #FF6B52;
outline-offset: 2px;
}
.nav-btn.swiper-button-disabled {
opacity: 0.35;
pointer-events: none;
} @media (max-width: 860px) {
.testimonials-grid {
grid-template-columns: 1fr;
}
.rating-panel {
position: static;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 24px;
}
.panel-stats {
grid-column: 1 / -1;
}
.book-appointment-btn {
grid-column: 1 / -1;
}
}
@media (max-width: 520px) {
.apollo-testimonials {
padding: 64px 18px;
}
.testimonial-card {
padding: 28px 24px 24px;
}
.testimonial-quote {
font-size: 17px;
}
.rating-panel {
grid-template-columns: 1fr;
}
}
@media (prefers-reduced-motion: reduce) {
* {
transition: none !important;
animation: none !important;
}
} .counter-area {
text-align: center;
position: relative;
z-index: 1;
color: #fff;
text-align: center;
background: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.counter-area::after {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
padding: 0;
height: 100%;
width: 100%;
opacity: 0.6;
background-color: #112134;
}
.counter-area .section-title h5 {
color: #ffffff;
}
.counter-area .section-title h2 {
color: #fff;
}
.counter-contents h2 {
color: #fff;
font-size: 45px;
font-weight: 700;
margin-bottom: 5px;
word-spacing: -10px;
}
.counter-contents h3 {
color: #fff;
font-size: 18px;
font-weight: 600;
} .hire-area {
position: relative;
z-index: 1;
background: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg);
background-position: center;
background-size: cover;
}
.hire-area::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.6;
background-color: #112134;
}
.hire-content {
position: relative;
z-index: 1;
text-align: center;
}
.hire-content h2 {
color: #fff;
font-size: 38px;
font-weight: 700;
margin-bottom: 15px;
}
.hire-content h5 {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.hire-content .default-btn {
margin-top: 20px;
}
.hire-content .btn-primary:hover {
color: #fff;
} .blog-single-item {
position: relative;
background-color: #ffffff;
margin-bottom: 30px;
border-radius: 3px;
overflow: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
-moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
}
.blog-single-item .blog-description {
border-top: none;
text-align: left;
padding: 25px 25px 25px 25px;
}
.blog-single-item .blog-description .blog-list {
padding-left: 0;
margin-bottom: 10px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.blog-single-item .blog-description .blog-list li {
list-style-type: none;
display: inline-block;
font-size: 15px;
font-weight: 500;
margin-right: 15px;
color: #007b9a;
}
.blog-single-item .blog-description .blog-list li:last-child {
margin-right: 0;
}
.blog-single-item .blog-description .blog-list li i {
margin-right: 3px;
position: relative;
top: -1px;
}
.blog-single-item .blog-description .blog-list li i::before {
font-size: 15px;
}
.blog-single-item .blog-description .blog-list a {
color: #007b9a;
text-decoration: none;
}
.blog-single-item .blog-description .blog-content {
-webkit-transition: 0.4s;
transition: 0.4s;
}
.blog-single-item .blog-description .blog-content h3 {
color: #505060;
font-size: 18px;
margin-bottom: 15px;
line-height: 25px;
-webkit-transition: 0.4s;
transition: 0.4s;
line-height: 32px;
font-weight: 600;
display: inline-block;
}
.blog-single-item .blog-description .blog-content h3:hover {
color: #007b9a;
-webkit-transition: 0.5s;
transition: 0.5s;
text-decoration: none;
}
.blog-single-item .blog-description .blog-content p {
margin: 0;
font-size: 15px;
color: #2c2c2c;
}
.blog-single-item .blog-description .blog-content a {
text-decoration: none;
}
.blog-single-item .blog-description .blog-content .blog-btn {
margin-top: 20px;
}
.blog-single-item:hover .blog-content h3 {
color: #007b9a;
} .blog-details-desc .article-content {
margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
position: relative;
display: inline-block;
color: #505060;
margin-right: 21px;
}
.blog-details-desc .article-content .entry-meta ul li span {
display: inline-block;
color: #505060;
font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
display: inline-block;
color: #2c2c2c;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
color: #007b9a;
}
.blog-details-desc .article-content .entry-meta ul li i {
color: #007b9a;
margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
content: "";
position: absolute;
top: 12px;
right: -15px;
width: 6px;
height: 1px;
background: #007b9a;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
display: none;
}
.blog-details-desc .article-content h3 {
margin-bottom: 15px;
margin-top: 25px;
font-size: 24px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
padding-left: 0;
list-style-type: none;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
margin-bottom: 30px;
margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
-ms-flex: 0 50%;
-webkit-box-flex: 0;
flex: 0 50%;
max-width: 50%;
padding-right: 10px;
padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
margin-bottom: 0;
}
.blog-details-desc .article-footer {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
color: #2c2c2c;
}
.blog-details-desc .article-footer .article-tags span {
display: inline-block;
color: #333;
font-size: 15px;
font-weight: 600;
margin-right: 5px;
}
.blog-details-desc .article-footer .article-tags a:last-child {
margin-right: 0px;
}
.blog-details-desc .article-footer .article-tags a {
display: inline-block;
color: #007b9a;
font-weight: 600;
font-size: 14px !important;
padding: 6px 13px;
border: 1px solid #007b9a;
background: transparent;
margin-top: 8px;
margin-right: 5px;
border-radius: 50px;
}
.blog-details-desc .article-footer .article-tags a:hover {
color: #ffffff;
background-color: #007b9a;
border-color: #007b9a;
}
.blog-details-desc .article-footer .article-share {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
padding-left: 0;
list-style-type: none;
text-align: right;
margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
display: inline-block;
margin-right: 5px;
}
.blog-details-desc .article-footer .article-share .social li:last-child {
margin-right: 0;
}
.blog-details-desc .article-footer .article-share .social li span {
display: inline-block;
margin-right: 5px;
color: #333;
font-size: 15px;
font-weight: 600;
}
.blog-details-desc .article-footer .article-share .social li a {
color: #007b9a;
display: inline-block;
background: transparent;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border: 1px solid #007b9a;
border-radius: 25px;
}
.blog-details-desc .article-footer .article-share .social li a i {
font-size: 14px;
line-height: 30px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
color: #ffffff;
background-color: #007b9a;
}
.blog-details-desc .post-navigation {
margin-top: 30px;
}
blockquote,
.blockquote {
overflow: hidden;
background-color: #fafafa;
padding: 50px !important;
position: relative;
text-align: center;
z-index: 1;
margin-bottom: 20px;
margin-top: 20px;
}
blockquote p,
.blockquote p {
color: #505060;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 500;
font-size: 24px !important;
}
blockquote cite,
.blockquote cite {
display: none;
}
blockquote::before,
.blockquote::before {
color: #efefef;
content: "\f10e";
position: absolute;
left: 50px;
top: -50px;
z-index: -1;
font-family: "Font Awesome 5 Free";
font-size: 140px;
font-weight: 900;
}
blockquote::after,
.blockquote::after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background-color: #007b9a;
margin-top: 20px;
margin-bottom: 20px;
}
.post-navigation {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding-top: 20px;
padding-bottom: 20px;
}
.post-navigation .navigation-links {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
margin-right: 2px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.post-navigation .navigation-links .nav-previous a:hover i {
margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
margin-left: 2px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.post-navigation .navigation-links .nav-next a:hover i {
margin-left: 0;
}
.post-navigation .navigation-links div a {
display: inline-block;
font-weight: 600;
}
.comments-area {
padding: 25px;
margin-top: 30px;
-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
background-color: #ffffff;
}
.comments-area .comments-title {
position: relative;
margin-bottom: 30px;
line-height: initial;
font-size: 24px;
font-weight: 600;
}
.comments-area ol,
.comments-area ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.comments-area .comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}
.comments-area .comment-body {
border-bottom: 1px solid #eeeeee;
padding-left: 65px;
color: #505060;
font-size: 14px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comments-area .comment-list .children {
padding-left: 90px;
}
.comments-area .comment-body .reply {
margin-top: 15px;
}
.comments-area .comment-body .reply a {
border: 1px solid #ded9d9;
color: #505060;
display: inline-block;
padding: 5px 20px;
border-radius: 30px;
text-transform: capitalize;
position: relative;
z-index: 1;
font-size: 16px;
font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
color: #ffffff;
background-color: #007b9a;
border-color: #007b9a;
}
.comments-area .comment-author {
font-size: 17px;
margin-bottom: 0.1em;
position: relative;
z-index: 2;
}
.comments-area .comment-author .avatar {
height: 50px;
left: -65px;
position: absolute;
width: 50px;
}
.comments-area .comment-author .fn {
font-weight: 600;
}
.comments-area .comment-author .says {
display: none;
}
.comments-area .comment-metadata {
margin-bottom: 0.8em;
color: #2c2c2c;
letter-spacing: 0.01em;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
}
.comments-area .comment-metadata a {
color: #2c2c2c;
}
.comments-area .comment-metadata a:hover {
color: #007b9a;
}
.comments-area .comment-respond {
margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
margin-bottom: 0;
position: relative;
font-size: 24px;
font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
display: inline-block;
}
.comments-area .comment-respond .comment-form {
overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
margin-bottom: 0;
margin-top: 10px;
}
.comments-area .comment-respond .comment-form-comment {
margin-top: 20px;
float: left;
width: 100%;
margin-bottom: 25px;
}
.comments-area .comment-respond label {
display: block;
font-weight: 600;
color: #505060;
margin-bottom: 5px;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
display: block;
width: 100%;
background-color: #ffffff;
border: 1px solid #eeeeee;
padding: 0.625em 0.7375em;
outline: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
border-color: #007b9a;
}
.comments-area .comment-respond .comment-form-author {
float: left;
width: 50%;
padding-right: 10px;
margin-top: 20px;
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form-email {
float: left;
width: 50%;
padding-left: 12px;
margin-top: 20px;
margin-bottom: 0;
}
.comments-area .comment-respond .form-submit {
float: left;
width: 100%;
}
.comments-area .comment-respond .form-submit input {
color: #ffffff;
font-size: 14px;
font-weight: 600;
padding: 10px 30px;
display: inline-block;
cursor: pointer;
outline: 0;
border: none;
border: none;
border-radius: 0;
background-color: #007b9a;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
color: #ffffff;
background-color: #505060;
} .widget-area .widget {
padding: 30px 25px;
border-radius: 5px;
margin-top: 35px;
background-color: #ffffff;
-webkit-box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
-moz-box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
box-shadow: 0px 2px 28px 0px rgb(110, 110, 110, 0.12);
}
.widget-area .widget:first-child {
margin-top: 0;
}
.widget-area .widget .widget-title {
position: relative;
font-size: 22px;
padding-bottom: 10px;
margin-bottom: 25px;
border-bottom: 1px solid #ffffff;
text-transform: capitalize;
}
.widget-area .widget .widget-title::before {
content: "";
position: absolute;
background: #007b9a;
bottom: -1px;
left: 0;
width: 50px;
height: 1px;
}
.widget-area .widget_search {}
.widget-area .widget_search form {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.widget-area .widget_search form label {
display: block;
margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
display: none;
}
.widget-area .widget_search form .search-field {
font-size: 15px;
font-weight: 500;
height: 50px;
padding: 6px 15px;
width: 100%;
display: block;
outline: 0;
border-radius: 5px;
border: 1px solid #d5d5d5;
background-color: #ffffff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.widget-area .widget_search form .search-field:focus {
border-color: #007b9a;
}
.widget-area .widget_search form button {
position: absolute;
right: 0;
outline: 0;
bottom: 0;
height: 50px;
width: 50px;
z-index: 1;
border: none;
color: #ffffff;
background-color: #007b9a;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.widget-area .widget_search form button:hover {
background-color: #505060;
color: #ffffff;
}
.widget-area .widget_tooth_posts_thumb {
position: relative;
overflow: hidden;
}
.widget-area .widget_tooth_posts_thumb .item {
overflow: hidden;
margin-bottom: 15px;
}
.widget-area .widget_tooth_posts_thumb .item:last-child {
margin-bottom: 0;
}
.widget-area .widget_tooth_posts_thumb .item .thumb {
float: left;
width: 90px;
overflow: hidden;
border-radius: 3px;
margin-right: 15px;
}
.widget-area .widget_tooth_posts_thumb .item .info {
overflow: hidden;
margin-top: 0px;
}
.widget-area .widget_tooth_posts_thumb .item .info span {
display: block;
color: #2c2c2c;
text-transform: capitalize;
margin-top: 3px;
font-size: 14px;
}
.widget-area .widget_tooth_posts_thumb .item .info .title {
margin-bottom: 0;
line-height: 1.4;
font-size: 15px;
}
.widget-area .widget_tooth_posts_thumb .item .info .title a {
display: inline-block;
}
.widget-area .widget_recent_entries ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
position: relative;
margin-bottom: 12px;
color: #505060;
padding-left: 14px;
line-height: 1.5;
font-weight: 400;
font-size: 15.5px;
}
.widget-area .widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
background: #007b9a;
height: 8px;
width: 8px;
content: "";
left: 0;
top: 7px;
position: absolute;
border-radius: 50px;
border-right-style: inset;
}
.widget-area .widget_recent_entries ul li a {
display: inline-block;
color: #505060;
}
.widget-area .widget_recent_entries ul li a:hover {
color: #007b9a;
}
.widget-area .widget_recent_entries ul li .post-date {
display: block;
font-size: 13px;
color: #2c2c2c;
margin-top: 4px;
}
.widget-area .widget_categories ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_categories ul li {
color: #2c2c2c;
font-size: 15px;
font-weight: 500;
margin-bottom: 0;
border-bottom: 1px dashed #007b9a;
}
.widget-area .widget_categories ul li:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.widget-area .widget_categories ul li a {
color: #505060;
font-size: 16px;
font-weight: 600;
padding: 12px 15px;
padding-left: 0;
display: flex;
justify-content: space-between;
background-color: transparent;
border-radius: 5px;
}
.widget-area .widget_categories ul li a:hover {
color: #007b9a;
padding-left: 5px;
}
.widget-area .widget_categories ul li .post-count {
float: right;
}
.widget-area .widget_meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_meta ul li {
position: relative;
margin-bottom: 12px;
color: #505060;
padding-left: 14px;
font-size: 15.5px;
font-weight: 400;
}
.widget-area .widget_meta ul li:last-child {
margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
background: #007b9a;
height: 8px;
width: 8px;
content: "";
left: 0;
top: 7px;
position: absolute;
border-radius: 50px;
border-right-style: inset;
}
.widget-area .widget_meta ul li a {
display: inline-block;
color: #505060;
}
.widget-area .widget_meta ul li a:hover {
color: #007b9a;
}
.widget-area .widget_tag_cloud .widget-title {
margin-bottom: 12px;
}
.widget-area .tagcloud a {
display: inline-block;
color: #505060;
font-size: 15px;
font-weight: 600;
padding: 8px 15px;
margin-top: 10px;
margin-right: 8px;
border-radius: 5px;
border: 1px solid #007b9a;
background-color: transparent;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
color: #ffffff;
background-color: #007b9a;
border-color: #007b9a;
}
.widget-area .widget_event_details ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.widget-area .widget_event_details ul li {
border-bottom: 1px solid #eeeeee;
color: #888f96;
padding-bottom: 10px;
padding-top: 10px;
}
.widget-area .widget_event_details ul li:first-child {
padding-top: 0;
}
.widget-area .widget_event_details ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget-area .widget_event_details ul li span {
display: inline-block;
color: #505060;
font-weight: 400;
}
.widget-area .widget_event_details ul li a {
display: inline-block;
color: #888f96;
}
.widget-area .widget_event_details ul li a:hover {
color: #007b9a;
} .pagination-area {
margin-top: 20px;
text-align: center;
}
.pagination-area .page-numbers {
color: #505060;
font-size: 18px;
font-weight: 600;
width: 45px;
height: 45px;
margin: 0 5px;
line-height: 45px;
border-radius: 3px;
display: inline-block;
background-color: #ffffff;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
background: #007b9a;
color: #ffffff;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6;
} .partner-section {
position: relative;
background-color: #fff;
overflow: hidden;
z-index: 1;
}
.partner-list {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.partner-list .partner-item {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.partner-list .partner-item a {
display: block;
text-align: center;
position: relative;
padding: 0px 0px;
border: 1px solid #ebebeb;
} .partner-area {
padding: 50px 0px;
}
.partner-slide-item {
padding: 0px 0px;
margin: 0px 15px;
}
.partner-area .partner-carousel img {
max-width: 100%;
width: inherit !important;
margin: 0 auto;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.partner-area .partner-carousel img:hover {
opacity: 0.7;
cursor: pointer;
} .page-title-area {
position: relative;
z-index: 1;
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 400px;
}
.page-title-area::before {
content: "";
position: absolute;
z-index: -1;
height: 100%;
width: 100%;
left: 0;
top: 0;
opacity: 0.7;
background-color: #112134;
}
.page-title-content {
text-align: center;
margin-top: 45px;
}
.page-title-content h2 {
margin-bottom: 0;
color: #ffffff;
font-size: 38px;
font-weight: 700;
text-transform: uppercase;
}
.page-title-content ul {
padding-left: 0;
list-style-type: none;
margin-top: 15px;
margin-bottom: 0;
}
.page-title-content ul li {
color: #ffffff;
display: inline-block;
position: relative;
font-weight: 600;
font-size: 17px;
margin-left: 10px;
margin-right: 10px;
}
.page-title-content ul li a {
display: inline-block;
color: #ffffff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.page-title-content ul li a:hover {
color: #007b9a;
}
.page-title-content ul li::before {
content: "";
position: absolute;
right: -15px;
top: 10px;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #007b9a;
}
.page-title-content ul li:last-child::before {
display: none;
}
.item-bg1 {
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/page-title-bg-2.jpg);
}
.item-bg2 {
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/page-title-bg-3.jpg);
} .price-area {}
.price-area .section-title {
text-align: center;
margin-bottom: 35px;
}
.single-price-item {
background: #ffffff;
box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
border-radius: 5px;
overflow: hidden;
margin-top: 30px;
transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.single-price-item:hover {
transform: translate3d(0, -5px, 0);
-webkit-transform: translate3d(0, -5px, 0);
-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.single-price-item.active .pricing-header {
position: relative;
overflow: hidden;
z-index: 1;
}
.single-price-item.active .pricing-header:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: -1;
background: #007b9a;
}
.home-1-price .single-price-item.active .pricing-header:before {
background: #007b9a; background: -webkit-linear-gradient(to right, #ff5e62, #007b9a); background: linear-gradient(to right, #ff5e62, #007b9a); }
.home-2-price .single-price-item.active .pricing-header:before {
background: #007b9a; background: -webkit-linear-gradient(to right, #007b9a, #007b9a); background: linear-gradient(to right, #007b9a, #007b9a); }
.single-price-item.active .pricing-header .pricing-title {
color: #fff;
}
.single-price-item .pricing-header {
text-align: center;
display: block;
position: relative;
padding: 50px 15px;
background: #f9fafa;
}
.single-price-item .pricing-header .pricing-title {
font-weight: 700;
font-size: 25px;
color: #3b566e;
}
.single-price-item .pricing-body {
margin-bottom: 30px;
}
.single-price-item .pricing-body .price-content {
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
}
.single-price-item .pricing-body .price-content .currency {
height: 47px;
font-weight: 600;
font-size: 18px;
color: #007b9a;
position: relative;
top: -15px;
}
.single-price-item .pricing-body .price-content .price {
font-weight: 700;
font-size: 34px;
color: #007b9a;
letter-spacing: 1px;
}
.single-price-item .pricing-body .price-content .period {
font-weight: 700;
font-size: 15px;
color: #333;
letter-spacing: 0.88px;
}
.single-price-item .pricing-body .list li {
color: #b9b9b9;
font-size: 15px;
font-weight: 500;
text-align: center;
margin-bottom: 12px;
letter-spacing: 0.3px;
text-decoration: line-through;
}
.single-price-item .pricing-body .list li.active {
color: #333;
text-decoration: none;
}
.single-price-item .pricing-footer {
text-align: center;
}
.single-price-item .pricing-footer a {
margin-bottom: 40px;
margin-top: 0;
} .faq-accordion .accordion {
list-style-type: none;
padding: 0;
margin: 0;
padding-left: 0;
margin-bottom: 0;
position: relative;
}
.faq-accordion .accordion .accordion-item {
display: block;
margin-bottom: 0px;
border-bottom: 1px solid rgb(231 231 231);
}
.faq-accordion .accordion .accordion-item:last-child {
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-title {
color: #333;
position: relative;
font-size: 18px;
font-weight: 600;
display: block;
padding: 25px 0;
background-color: transparent;
border-radius: 0;
cursor: pointer;
}
.faq-accordion .accordion .accordion-item .accordion-title:hover {
color: #007b9a;
}
.faq-accordion .accordion .accordion-item .active.accordion-title {
color: #007b9a;
}
.faq-accordion .accordion .accordion-item .accordion-title i {
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #333;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 15px;
}
.faq-accordion .accordion .accordion-item .active.accordion-title i {
color: #007b9a;
}
.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
content: "\f0d8";
}
.faq-accordion .accordion .accordion-item .accordion-content {
display: none;
font-size: 15px;
padding-bottom: 20px;
margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-content.show {
display: block;
} .contact-section .contact-form-1 form .form-control {
font-size: 15px;
width: 100%;
padding: 10px 20px;
height: 52px;
color: #333;
border: none;
background-color: #f3f3f3;
font-weight: 600;
border-radius: 5px;
text-transform: capitalize;
border-left: 2px solid #b4b7bd;
transition: all 0.4s;
}
.contact-section .contact-form-1 form input:focus,
.contact-section .contact-form-1 form textarea:focus {
outline: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-left: 2px solid #007b9a;
}
.contact-information-box-1 {
background: #fff;
padding: 25px 20px;
border-radius: 5px;
border-bottom: 2px solid #007b9a;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}
.contact-information-box-1 .single-contact-info-box {
position: relative;
z-index: 1;
padding: 10px 10px;
display: block;
border-radius: 3px;
text-align: left;
margin-bottom: 10px;
overflow: hidden;
}
.contact-information-box-1 .contact-info {
position: relative;
z-index: 1;
}
.contact-information-box-1 .contact-info h6 {
font-weight: 600;
font-size: 18px;
color: #333;
margin-bottom: 7px;
text-transform: capitalize;
}
.contact-information-box-1 .contact-info p {
color: #333;
font-size: 14px;
font-weight: 500;
margin: 0;
}
.contact-information-box-1 .single-contact-info-box .contact-info-bg-icon {
color: #007b9a;
opacity: 0.2;
position: absolute;
left: 0;
right: 0;
bottom: -25px;
margin: 0 auto;
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.contact-information-box-1 .single-contact-info-box .contact-info-bg-icon i {
font-size: 100px;
}
.contact-section .contact-form .form-group {
margin-bottom: 30px;
}
.contact-section .contact-form form textarea.form-control {
height: auto;
padding-top: 15px;
line-height: initial;
}
.contact-section .form-message {
margin: 0;
}
.contact-section .form-message.success {
background: #03b103;
color: #fff;
padding: 10px 15px;
border-radius: 3px;
margin-bottom: 30px;
}
.contact-section .form-message.error {
background: #ff4d15;
color: #fff;
padding: 10px 15px;
border-radius: 3px;
margin-bottom: 30px;
} .map-content #contact-map {
position: relative;
width: 100%;
height: 500px;
border: 0;
margin-bottom: -2px;
} .coming-soon-area {
position: relative;
z-index: 1;
height: 100vh;
background-image: url(//www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/banner-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-area::before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.5;
background-color: #112134;
}
.coming-soon-area .social-list {
padding: 0;
margin: 0;
list-style-type: none;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
bottom: 30px;
}
.coming-soon-area .social-list li {
display: inline-block;
}
.coming-soon-area .social-list li.list-heading {
display: block;
color: #ffffff;
margin-bottom: 10px;
font-size: 16px;
font-weight: 500;
}
.coming-soon-area .social-list li a {
color: #ffffff;
width: 35px;
height: 35px;
line-height: 35px;
background: #007b9a;
border: 1px solid #007b9a;
border-radius: 50%;
margin: 0 2px;
display: inline-block;
}
.coming-soon-area .social-list li a:hover {
background-color: transparent;
color: #007b9a;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transition: 0.5s;
}
.coming-soon-content {
text-align: center;
max-width: 820px;
margin: -80px auto 0;
}
.coming-soon-content h1 {
color: #ffffff;
margin-bottom: 15px;
font-size: 46px;
font-weight: 600;
}
.coming-soon-content p {
color: #ffffff;
margin: 0 auto;
max-width: 620px;
line-height: 30px;
}
.coming-soon-content form {
position: relative;
margin: 35px auto 55px;
max-width: 520px;
}
.coming-soon-content form .email-input {
display: block;
width: 100%;
height: 56px;
border: none;
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
border-radius: 40px;
padding: 15px 25px;
outline: 0 !important;
background: #f1f2f3;
}
.coming-soon-content form .submit-btn {
position: absolute;
right: 3px;
top: 3px;
height: 50px;
background: #007b9a;
color: #ffffff;
border: none;
border-radius: 40px;
width: 130px;
outline: 0 !important;
cursor: pointer;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
}
.coming-soon-content form .submit-btn:hover,
.coming-soon-content form .submit-btn:focus {
background-color: #007b9a;
}
.coming-soon-content #timer div {
background: #ffffff;
display: inline-block;
border-radius: 50%;
width: 120px;
height: 120px;
color: #007b9a;
-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
margin: 0 10px;
padding-top: 18px;
font-size: 40px;
font-weight: 600;
}
.coming-soon-content #timer div span {
display: block;
margin-top: -4px;
color: #777777;
font-size: 15px;
font-weight: 600;
} .error-area {
padding: 100px 0;
}
.error-content {
text-align: center;
margin: 0 auto;
max-width: 700px;
}
.error-content h3 {
font-size: 35px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 18px;
}
.error-content p {
max-width: 520px;
margin: 0 auto 20px;
line-height: 30px;
}
.error-content .default-btn-one {
display: inline-block;
padding: 12px 30px;
background: #7b68ee;
border: 2px solid #7b68ee;
color: #ffffff;
font-size: 16px;
font-weight: 400;
-webkit-transition: 0.6s;
transition: 0.6s;
margin-right: 0;
}
.error-content .default-btn-one:hover {
text-decoration: none;
background-color: #ffffff;
color: #7b68ee;
} .single-privacy h3 {
font-size: 22px;
margin: 0 0 12px 0;
}
.single-terms h3 {
font-size: 22px;
margin: 0 0 12px 0;
} .footer-area {
position: relative;
z-index: 1;
padding: 50px 0;
background-color: #212529; }
.footer-about {
padding-right: 0;
}
.footer-logo {
margin-bottom: 20px;
display: inline-block;
}
.footer-list h5 {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 30px;
}
.footer-list p {
color: #efefef;
font-size: 16px;
}
.footer-list ul li {
color: #efefef;
margin-bottom: 12px;
}
.footer-list ul li:last-child {
margin-bottom: 0px;
}
.footer-list .footer-contact-info ul li i {
color: #ffffff;
font-size: 16px;
margin-right: 5px;
}
.footer-list ul li a {
display: inline-block;
font-size: 16px;
color: #efefef;
}
.footer-list ul li a:hover {
color: #007b9a;
text-decoration: underline;
}
.footer-contact-info .footer-contact-list li span {
display: inline-block;
color: #efefef;
font-size: 16px;
font-weight: 700;
}
.footer-social-icon {
margin-top: 25px;
}
.footer-social-icon li {
margin-right: 10px;
display: inline-block;
}
.footer-social-icon li a {
color: #fff !important;
font-size: 15px !important;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 30px;
text-align: center;
border: 1px solid rgb(255, 255, 255, 0.25);
background: transparent;
display: block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.footer-social-icon li a:hover {
color: #fff !important;
border: 1px solid #007b9a;
background: #007b9a;
}
.footer-opening-time-list li {
color: #fff;
padding-bottom: 10px;
margin-bottom: 0px !important;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-opening-time-list li:last-child {
padding-bottom: 0;
}
.newsletter-form {
max-width: 580px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.newsletter-form .input-newsletter {
display: block;
color: #0b0b31;
width: 100%;
height: 54px;
font-weight: 500;
padding-left: 15px;
border-radius: 3px;
outline: 0;
border: none;
margin-bottom: 20px;
background-color: #ffffff;
}
.newsletter-form .input-newsletter::-webkit-input-placeholder {
color: #505060;
}
.newsletter-form .input-newsletter:-ms-input-placeholder {
color: #505060;
}
.newsletter-form .input-newsletter::-ms-input-placeholder {
color: #505060;
}
.newsletter-form .input-newsletter::placeholder {
color: #505060;
}
.newsletter-form button {
width: 100%;
color: #ffffff;
font-size: 16px;
border: none;
height: 46px;
line-height: 46px;
padding: 0 20px;
border-radius: 3px;
-webkit-transition: all 400ms ease-out;
transition: all 400ms ease-out;
will-change: transform;
} .copyright-area {
padding: 35px 0;
background-color: #1a1d20;
}
.copyright-area p {
color: #efefef;
font-size: 15px;
}
.copyright-area ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: right;
}
.copyright-area ul li {
position: relative;
color: #efefef;
font-size: 15px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.copyright-area ul li a {
display: inline-block;
color: #efefef;
}
.copyright-area ul li a:hover {
color: #007b9a;
}
.copyright-area ul li::before {
content: "";
position: absolute;
top: 5px;
right: -13px;
width: 1px;
height: 14px;
background-color: #ffffff;
}
.copyright-area ul li:last-child {
margin-right: 0;
}
.copyright-area ul li:last-child::before {
display: none;
}
.copyright-area ul li:first-child {
margin-left: 0;
}
.latest .section__title-wrapper {
max-width: 650px;
margin-left: auto;
margin-right: auto;
}
.latest .section__title {
font-weight: var(--rr-fw-medium);
color: var(--rr-theme-black);
}
.latest__item {
border-radius: 20px;
border: 1px solid #e4e5e5;
overflow: hidden;
border-top: none;
position: relative;
}
.latest__item-media {
overflow: hidden;
}
.latest__item-media img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.latest__item-content {
padding: 30px;
}
.latest__item-content p {
margin-bottom: 40px;
}
.latest__item-content h4 a {
color: var(--rr-theme-black);
}
.latest__item-content h4 a:hover {
color: var(--rr-theme-green);
}
.latest__item-content .rr-btn {
border: 2px solid var(--rr-theme-black);
padding: 21px 30px;
}
.latest__item-content .rr-btn:hover {
background: var(--rr-theme-green);
border-color: transparent;
}
.latest__item-content .rr-btn:hover .btn-wrap span {
color: white;
}
.latest__shape {
position: absolute;
bottom: 0;
right: 0;
}
.latest__scrollbar {
margin-left: auto;
margin-right: auto;
opacity: 1 !important;
background: #e5f9ed;
width: 300px;
height: 10px;
background: #e5f9ed;
border-radius: 5px;
max-width: 100%;
}
.latest__scrollbar .swiper-scrollbar-drag {
height: 100%;
background: #0e3311;
}
.mt-80 {
margin-top: 80px;
}
.take-appointment .container {
position: relative;
z-index: 1;
}
.take-appointment__container-shape {
top: -120px;
left: -235px;
position: absolute;
z-index: -1;
width: 1760px;
height: 572px;
background-color: #c9f3ff;
border-radius: 40px;
background-size: auto;
background-repeat: no-repeat;
background-position: left;
}
.take-appointment__content {
max-width: 590px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
.take-appointment__content {
max-width: 100%;
}
}
.take-appointment__content h2 {
max-width: 520px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
.take-appointment__content h2 {
max-width: 100%;
}
}
.take-appointment__call {
gap: 15px;
}
.take-appointment__call-icon {
width: 50px;
height: 50px;
min-width: 50px;
min-height: 50px;
border-radius: 500px;
background: #fff;
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: var(--rr-theme-primary);
}
.take-appointment__form-input-select .nice-select {
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
outline: none;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
z-index: inherit;
padding-top: 0 !important;
padding-bottom: 25px !important;
padding-left: 0;
padding-right: 45px;
border: none;
border-bottom: 2px solid #c9f3ff !important;
height: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: rgba(7, 28, 60, 0.6) !important;
}
.take-appointment__form-input-select .nice-select::-webkit-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input-select .nice-select::-moz-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input-select .nice-select:-ms-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input-select .nice-select::-ms-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input-select .nice-select::placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input-select .nice-select:hover {
border-color: #dbdbdb;
}
.take-appointment__form-input-select .nice-select:active,
.take-appointment__form-input-select .nice-select.open,
.take-appointment__form-input-select .nice-select:focus {
border-color: #999;
}
.take-appointment__form-input-select .nice-select::after {
position: absolute; top: calc(50% - 11px);
right: 20px; color: #000;
font-weight: 500;
pointer-events: none;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
margin-top: 0;
-webkit-transform-origin: center;
transform-origin: center;
}
.take-appointment__form-input-select .nice-select.open::after {
-webkit-transform: translateY(-50%) rotate(-180deg);
transform: translateY(-50%) rotate(-180deg);
}
.take-appointment__form-input-select .nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.take-appointment__form-input-select .nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.take-appointment__form-input-select .nice-select.disabled::after {
border-color: #cccccc;
}
.take-appointment__form-input-select .nice-select.wide {
width: 100%;
}
.take-appointment__form-input-select .nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.take-appointment__form-input-select .nice-select.right {
float: right;
}
.take-appointment__form-input-select .nice-select.right .list {
left: auto;
right: 0;
}
.take-appointment__form-input-select .nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.take-appointment__form-input-select .nice-select.small::after {
height: 4px;
width: 4px;
}
.take-appointment__form-input-select .nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.take-appointment__form-input-select .nice-select .list {
border: 2px solid #c9f3ff;
width: 100%;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}
.take-appointment__form-input-select .nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
color: var(--rr-heading-primary);
transition: all 0.2s;
}
.take-appointment__form-input-select .nice-select .option:hover {
background-color: #f6f7f9;
}
.take-appointment__form-input-select .nice-select .option.selected {
font-weight: bold;
}
.take-appointment__form-input-select .nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.take-appointment__form-input-select .no-csspointerevents .nice-select .list {
display: none;
}
.take-appointment__form-input-select .no-csspointerevents .nice-select.open .list {
display: block;
}
.take-appointment__form {
padding: 40px;
background: #fff;
-webkit-box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
border-radius: 20px;
}
.take-appointment__form-input {
margin-bottom: 30px;
}
.take-appointment__form-input-select .nice-select {
margin-bottom: 30px;
}
.take-appointment__form-input label {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 30px;
text-transform: capitalize;
color: var(--rr-color-900);
margin-bottom: 21px;
}
.take-appointment__form-input div.input-wrapper {
z-index: 1;
position: relative;
}
.take-appointment__form-input div.input-wrapper i {
z-index: 2;
position: absolute;
right: 20px; font-style: normal;
font-weight: 900;
font-size: 14px;
top: calc(50% - 19px);
line-height: 14px;
color: var(--rr-color-900);
}
.take-appointment__form-input div.input-wrapper input {
z-index: 2;
position: relative;
width: 100%;
padding-bottom: 25px !important;
padding-left: 0;
padding-top: 0 !important;
padding-right: 45px;
border: none;
border-bottom: 2px solid #c9f3ff;
height: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
border-radius: 0 !important;
color: rgba(7, 28, 60, 0.6) !important;
}
.take-appointment__form-input div.input-wrapper input::-webkit-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input div.input-wrapper input::-moz-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input div.input-wrapper input:-ms-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input div.input-wrapper input::-ms-input-placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form-input div.input-wrapper input::placeholder { color: rgba(7, 28, 60, 0.6) !important;
font-size: 16px;
line-height: 28px;
}
.take-appointment__form .rr-btn {
width: 100%;
}
.section-space {
padding-top: 120px;
padding-bottom: 120px;
}
.color-theme-primary {
font-size: 16px;
color: #e1702c !important;
line-height: 1;
margin-bottom: 1px;
}
.client-testimonial .container {
z-index: 1;
position: relative;
}
.client-testimonial__shape {
bottom: 88px;
z-index: -1;
right: -221px;
position: absolute;
}
.client-testimonial__content {
max-width: 630px;
}
.client-testimonial__media {
border-radius: 20px;
overflow: hidden;
margin-right: -133px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
.client-testimonial__media {
margin-right: inherit;
margin-bottom: 40px;
}
}
.client-testimonial__slider-wrapper {
border-radius: 20px;
overflow: hidden;
background: #c9f3ff;
}
.client-testimonial__slider-dot {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 3px;
padding: 0;
z-index: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
right: 60px !important;
top: inherit !important;
left: inherit !important;
bottom: 79px !important;
position: absolute !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
.client-testimonial__slider-dot {
bottom: 52px !important;
}
}
@media (max-width: 480px) {
.client-testimonial__slider-dot {
position: inherit !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
bottom: 40px !important;
right: inherit !important;
}
}
.client-testimonial__slider-dot .swiper-pagination-bullet {
width: 24px;
height: 24px;
padding: 0;
margin: 0 !important;
border-radius: 500px;
overflow: hidden;
background: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
border: 2px solid transparent;
opacity: 1;
}
.client-testimonial__slider-dot .swiper-pagination-bullet:after {
position: absolute;
width: 10px;
height: 10px;
content: "";
top: calc(50% - 5px);
background: #e1702c;
border-radius: 500px;
left: calc(50% - 5px);
}
.client-testimonial__slider-dot .swiper-pagination-bullet-active {
border-color: #e1702c;
}
.client-testimonial__slider-dot .swiper-pagination-bullet-active:after {
background: #e1702c;
}
.client-testimonial__item {
padding: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
.client-testimonial__item {
padding: 30px 25px;
}
}
@media (max-width: 480px) {
.client-testimonial__item {
padding-bottom: 70px;
}
.take-appointment__call {
padding-bottom: 17px;
}
.appointment-form {
padding-bottom: 20px;
}
}
.client-testimonial__item p {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}
.client-testimonial__item-author {
gap: 20px;
}
.client-testimonial__item-author-content h5 {
margin-bottom: 5px;
color: #e1702c;
}
.section__title {
font-size: 40px;
text-transform: uppercase;
color: #505060;
margin: 0 0 0 0;
font-weight: 700;
}
.tre-2 {
font-size: 22px;
line-height: 28px;
padding: 15px 0;
}
.red-c:before {
color: #c32527;
}
.slider .parallax-slider .caption p {
padding: 0px 70px;
}
a.card-title {
color: #007b9a;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: flex-end;
font-size: 17px;
}
section#faq {
padding: 60px !important;
}
.latest__item-content {
padding: 30px;
height: 400px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.navbar-nav .dropdown {
position: relative;
}
.navbar-nav .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
background: #fff;
min-width: 220px;
padding: 10px 0;
list-style: none;
border-radius: 8px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 99;
}
.navbar-nav .dropdown-menu li {
padding: 0;
}
.navbar-nav .dropdown-menu li a {
display: block;
padding: 10px 20px;
color: #333;
font-weight: 500;
text-decoration: none;
transition: all 0.2s ease;
}
.navbar-nav .dropdown-menu li a:hover {
background-color: #007bff;
color: #fff;
} .navbar-nav .dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .arrow-down {
border: solid #555;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
margin-left: 6px;
transform: rotate(45deg);
transition: 0.2s;
}
.dropdown:hover .arrow-down {
transform: rotate(225deg);
}
@media(max-width:991px) {
.appointment-section .captions {
height: auto !important;
}
.appointment-section {
padding: 30px 0;
}
.appointment-content {
margin-top: 30px;
}
.captions h1 {
font-size: 30px;
}
#about h4 {
font-size: 20px;
}
.overview-wrap .features-listing li {
max-width: 100% !important;
}
}
@media(max-width:767px) {
.captions h1 {
font-size: 24px;
}
.our-comp-head h2 {
font-size: 20px;
margin: 5px 0 10px 0;
}
.social-right {
padding: 20px;
display: flex;
}
.icon ul {
margin-left: unset !important;
}
}
#home .row {
align-items: center;
}
.appointment-content .gform-theme--foundation .gfield textarea {
inline-size: 100%;
height: auto;
padding-top: 15px;
line-height: initial;
border-radius: 7px;
padding-left: 18px;
padding-right: 30px;
border: 1px solid rgba(255, 255, 255, 0.35);
background: transparent;
color: #fff;
font-size: 14px;
font-weight: 500;
outline: none;
width: 100%;
height: 80px;
text-align: start;
}
.appointment-content .gform-theme--foundation .gfield .ginput_password.large, .appointment-content .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
font-size: 14px;
font-weight: 500;
outline: none;
width: 100%;
height: 38px;
line-height: 38px;
border-radius: 3px;
padding-left: 18px;
padding-right: 30px;
}
.appointment-content .gform_required_legend {
display: none;
}
.appointment-content .gform-theme--foundation .gform_fields {
row-gap: 20px;
column-gap: 10px;
}
.appointment-content #gform_submit_button_1,
.appointment-content #gform_submit_button_2 {
border: none;
position: relative;
display: inline-block;
text-align: center;
overflow: hidden;
z-index: 1;
color: #fff;
background-color: #007b9a;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50px;
font-weight: 600;
font-size: 15px;
padding-left: 35px;
padding-right: 35px;
padding-top: 20px;
padding-bottom: 20px;
}
.appointment-content #gform_submit_button_1:hover,
.appointment-content #gform_submit_button_2:hover {
background-color: #d47734;
-webkit-transition: 0.4s;
}
.appointment-content #input_2_11 {
background-color: #fff;
color: #000;
padding: 12px 8px;
border-radius: 6px;
cursor: pointer;
height: auto;
width: auto;
line-height: unset;
}
#gfield_description_2_11,
#gfield_upload_rules_2_11 {
color: #fff;
}
#career-wrap {
padding: 60px 0;
}
#career-wrap .section__title-wrapper.take-appointments__content {
text-align: center;
}
#career-wrap .appointment-content {
margin-top: 30px !important;
margin: 0 auto;
max-width: 650px;
}
#career-wrap .section__title {
font-size: 36px;
margin-bottom: 10px;
}
#career-wrap .tre-2 {
line-height: 34px;
padding: 5px 0 10px 0;
margin: 0;
font-size: 18px !important;
color: #fff !important;
} .inner-banner-wrap {
background: url(https://www.apollodentalcoimbatore.in/assets/img/service-banner.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 250px;
position: relative;
z-index: 1;
}
.inner-banner-wrap::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0.6;
background-color: #112134;
}
.inner-banner-wrap .container {
width: 100%;
height: 100%;
}
.inner-banner-content {
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
height: 100%;
}
.inner-banner-content h2 {
color: #fff;
}
.inner-banner-content p {
color: #fff;
font-size: 18px;
}
.inner-page-content h2 {
font-size: 24px;
font-weight: 700;
color: #007b9a;
margin-bottom: 10px;
}
.inner-page-content ul {
margin-bottom: 20px;
margin-left: 30px;
}
.inner-page-content ul li {
font-size: 16px;
margin-bottom: 10px;
list-style: disclosure-closed;
padding-left: 10px;
}
.inner-page-content {
padding: 60px 0;
}
.inner-page-content p {
font-size: 16px;
}
#content-wrap #faq .section-title h1 {
font-size: 30px !important;
}
.contact-card .swiper-button-next::after,
.contact-card .swiper-button-prev::after {
font-size: 18px;
background: #ff6f00;
padding: 5px 15px;
border-radius: 50px;
}
.contact-card .swiper-button-next,
.contact-card .swiper-button-prev {
width: 44px;
height: 44px;
color: #fff;
}
.gform_confirmation_message {
color: #fff;
text-align: center;
}
.abt-img-right {
position: relative;
z-index: 1;
padding: 20px 0 0 20px;
}
.abt-img-right:before {
content: "";
background-color: #007b9a;
position: absolute;
z-index: -1;
left: 0px;
top: 0px;
bottom: 50%;
width: 75%;
}
.inner-page-content .row {
align-items: center;
}
.abt-con-left {
padding-bottom: 30px;
}
#content-wrap #faq {
padding: 40px 0 60px 0 !important;
background: #f8f8f8;
}
#content-wrap .card-header {
background-color: rgba(255, 255, 255, 0.03);
}
#content-wrap a.card-title {
margin: 0;
}
#content-wrap #accordion .card-body {
border-bottom: 1px solid #ddd;
}
#content-wrap a.card-title {
padding: .75rem 1.25rem;
border-bottom: 1px solid #ddd;
background: #007b9a;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: flex-end;
font-size: 17px;
color: #fff;
}
#content-wrap .card-header {
padding: 0;
} a.service-card-btn {
background-color: #007b9a;
padding: 10px;
border-radius: 10px;
color: #fff;
} #appiontment-form input::placeholder {
color: #ffff !important;
}
#appiontment-form textarea::placeholder {
color: #fff !important;
}
div#appiontment-form div#gform_fields_1 select::placeholder,
div#appiontment-form div#gform_fields_1 input::placeholder{
color:#000 !important;
}
div#appiontment-form div#gform_fields_1 select{
background:#fff !important;
}
#appiontment-form option {
background: #fff !important;
}
.bk-card{width:100%;margin:50px auto;max-width:920px;display:flex;border-radius:24px;box-shadow:0 28px 80px rgba(7,79,97,.18);overflow:hidden;background:#FFFFFF}
.bk-side {
width: 268px;
flex-shrink: 0;
background: #074F61;
display: flex;
flex-direction: column;
padding: 30px 22px 28px;
position: relative;
overflow: hidden
}
.bk-side::before {
content: '';
position: absolute;
top: -50px;
right: -50px;
width: 190px;
height: 190px;
border-radius: 50%;
background: rgba(255, 255, 255, .04)
}
.bk-side::after {
content: '';
position: absolute;
bottom: -30px;
left: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: rgba(255, 255, 255, .03)
}
.bk-logo {
font-family: 'Sora', system-ui, sans-serif;
font-weight: 800;
font-size: 1.6rem;
line-height: 1;
text-decoration: none;
display: block;
margin-bottom: 34px;
position: relative;
z-index: 1
}
.bk-logo__a {
color: #fff
}
.bk-logo__d {
color: #F4791F
}
.step-nav {
list-style: none;
display: flex;
flex-direction: column;
position: relative;
z-index: 1
}
.step-nav__track {
width: 2px;
height: 18px;
background: rgba(255, 255, 255, .12);
margin-left: 23px;
border-radius: 2px;
transition: background .3s
}
.step-nav__track.done {
background: rgba(11, 124, 146, .7)
}
.step-nav__item {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 10px;
border-radius: 12px;
cursor: default;
transition: background .2s
}
.step-nav__item.clickable {
cursor: pointer
}
.step-nav__item.clickable:hover {
background: rgba(255, 255, 255, .06)
}
.step-dot {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2.5px solid rgba(255, 255, 255, .22);
display: grid;
place-items: center;
font-family: 'Sora', system-ui, sans-serif;
font-weight: 700;
font-size: .8rem;
color: rgba(255, 255, 255, .38);
flex-shrink: 0;
transition: all .25s
}
.step-meta-label {
font-size: .68rem;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase;
color: rgba(255, 255, 255, .35);
line-height: 1;
margin-bottom: 2px
}
.step-meta-name {
font-family: 'Sora', system-ui, sans-serif;
font-weight: 600;
font-size: .85rem;
color: rgba(255, 255, 255, .38);
transition: color .25s
}
.step-nav__item.active .step-dot {
border-color: #F4791F;
color: #F4791F;
background: rgba(244, 121, 31, .14)
}
.step-nav__item.active .step-meta-label,
.step-nav__item.active .step-meta-name {
color: #fff
}
.step-nav__item.done .step-dot {
background: #0B7C92;
border-color: #0B7C92;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5z'/%3E%3C/svg%3E");
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
color: transparent
}
.step-nav__item.done .step-meta-label,
.step-nav__item.done .step-meta-name {
color: rgba(255, 255, 255, .7)
}
.bk-summary {
margin-top: auto;
position: relative;
z-index: 1;
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(255, 255, 255, .1);
border-radius: 14px;
padding: 16px
}
.bk-sum-head {
font-size: .68rem;
font-weight: 600;
letter-spacing: .07em;
text-transform: uppercase;
color: rgba(255, 255, 255, .38);
margin-bottom: 12px
}
.sum-row {
display: flex;
gap: 9px;
margin-bottom: 9px
}
.sum-row:last-child {
margin-bottom: 0
}
.sum-ico {
width: 15px;
height: 15px;
margin-top: 2px;
flex-shrink: 0
}
.sum-ico svg {
width: 100%;
height: 100%;
fill: none;
stroke: #F4791F;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
opacity: .7
}
.sum-key {
font-size: .72rem;
color: rgba(255, 255, 255, .4);
line-height: 1.2;
margin-bottom: 1px
}
.sum-val {
font-size: .82rem;
font-weight: 600;
color: rgba(255, 255, 255, .85);
line-height: 1.3
}
.sum-val.empty {
color: rgba(255, 255, 255, .22);
font-style: italic;
font-weight: 400
}
.bk-content {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0
}
.bk-inner {
flex: 1;
padding: 30px 30px 14px;
overflow-y: auto
}
.step-panel {
display: none
}
.step-panel.active {
display: block;
animation: fsIn .28s ease
}
@keyframes fsIn {
from {
opacity: 0;
transform: translateX(10px)
}
to {
opacity: 1;
transform: none
}
}
.step-eyebrow {
font-size: .7rem;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: #0B7C92;
margin-bottom: 5px
}
.step-title {
font-family: 'Sora', system-ui, sans-serif;
font-size: 1.28rem;
font-weight: 700;
color: #16415C;
margin-bottom: 18px;
line-height: 1.3
}
.svc-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px
}
.svc-card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 9px;
padding: 17px 10px;
background: #fff;
border: 2px solid #E2EDF1;
border-radius: 14px;
cursor: pointer;
transition: all .2s
}
.svc-card:hover {
border-color: #F4791F;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(244, 121, 31, .11)
}
.svc-card.sel {
border-color: #F4791F;
background: #FEF2E9
}
.svc-ico {
width: 52px;
height: 52px;
border-radius: 50%;
background: #E3F4F7;
display: grid;
place-items: center;
flex-shrink: 0;
transition: .2s;
overflow: hidden
}
.svc-ico svg {
width: 24px;
height: 24px;
fill: none;
stroke: #0B7C92;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}
.svc-card.sel .svc-ico {
background: rgba(244, 121, 31, .15)
}
.svc-card.sel .svc-ico svg {
stroke: #D96316
}
.svc-name {
font-family: 'Sora', system-ui, sans-serif;
font-weight: 700;
font-size: .8rem;
color: #16415C;
line-height: 1.3
}
.svc-dur {
font-size: .73rem;
color: #6B8FA0
}
.cal-ctrl {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 10px
}
.cal-sel {
font-family: 'DM Sans', system-ui, sans-serif;
font-size: .88rem;
font-weight: 600;
color: #16415C;
padding: 7px 10px;
border: 1.5px solid #E2EDF1;
border-radius: 9px;
background: #fbfdfe;
cursor: pointer
}
.cal-sel:focus {
outline: none;
border-color: #0B7C92
}
.cal-arrows {
display: flex;
gap: 6px;
margin-left: auto
}
.cal-arr {
width: 36px;
height: 36px;
border: 1.5px solid #E2EDF1;
background: #fff;
border-radius: 9px;
cursor: pointer;
display: grid;
place-items: center;
transition: .2s
}
.cal-arr:hover {
border-color: #0B7C92
}
.cal-arr svg {
width: 15px;
height: 15px;
fill: none;
stroke: #16415C;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round
}
.cal-arr:hover svg {
stroke: #0B7C92
}
.cal-wk,
.cal-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 5px
}
.cal-wk {
margin-bottom: 5px
}
.cal-wk-lbl {
text-align: center;
font-size: .71rem;
font-weight: 700;
color: #6B8FA0;
padding: 4px 0
}
.cal-day {
aspect-ratio: 1/1;
display: grid;
place-items: center;
border-radius: 9px;
font-size: .82rem;
font-weight: 600;
cursor: pointer;
border: 2px solid transparent;
transition: all .15s;
background: #E3F4F7;
color: #16415C
}
.cal-day.muted {
background: #f4f7f9;
color: #c2ccd3;
cursor: default
}
.cal-day.past {
background: #f4f7f9;
color: #c2ccd3;
cursor: not-allowed
}
.cal-day.today:not(.past) {
border-color: #0B7C92;
color: #0B7C92
}
.cal-day:hover:not(.muted):not(.past) {
border-color: #F4791F
}
.cal-day.sel {
background: #F4791F;
color: #fff;
border-color: #D96316
}
.time-wrap {
margin-top: 18px;
display: none
}
.time-title {
font-family: 'Sora', system-ui, sans-serif;
font-size: .9rem;
font-weight: 700;
color: #16415C;
margin-bottom: 10px
}
.slot-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px
}
.slot-btn {
padding: 10px 6px;
text-align: center;
border-radius: 9px;
background: #fffaf2;
border: 1.5px solid #f3e2cd;
color: #16415C;
font-family: 'DM Sans', system-ui, sans-serif;
font-weight: 600;
font-size: .8rem;
cursor: pointer;
transition: .15s
}
.slot-btn:hover {
border-color: #F4791F
}
.slot-btn.sel {
background: #F4791F;
border-color: #D96316;
color: #fff
} .gf-prefill-bar {
display: flex;
align-items: flex-start;
gap: 9px;
background: #E3F4F7;
border: 1px solid rgba(11, 124, 146, .2);
border-radius: 10px;
padding: 11px 14px;
margin-bottom: 18px;
font-size: .82rem;
color: #075E70;
line-height: 1.45
}
.gf-prefill-bar svg {
width: 16px;
height: 16px;
flex-shrink: 0;
margin-top: 1px;
fill: none;
stroke: #0B7C92;
stroke-width: 2;
stroke-linecap: round
}
.bk-foot {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 30px 24px;
border-top: 1px solid #E2EDF1
}
.btn {
font-family: 'Sora', system-ui, sans-serif;
font-weight: 700;
font-size: .9rem;
border: 0;
border-radius: 11px;
padding: 11px 26px;
cursor: pointer;
transition: all .22s
}
.btn-primary {
background: #F4791F;
color: #fff;
box-shadow: 0 8px 20px rgba(244, 121, 31, .28)
}
.btn-primary:hover {
background: #D96316;
transform: translateY(-2px)
}
.btn-primary:disabled {
background: #f0c3a0;
box-shadow: none;
cursor: not-allowed;
transform: none
}
.btn-ghost {
background: transparent;
color: #0B7C92;
border: 1.5px solid #0B7C92
}
.btn-ghost:hover {
background: #E3F4F7
}
.btn-ghost.hidden {
visibility: hidden
} .btn-loading {
position: relative;
padding-right: 46px !important;
pointer-events: none;
opacity: .88;
}
.btn-loading::after {
content: '';
position: absolute;
right: 16px;
top: 50%;
width: 16px;
height: 16px;
margin-top: -8px;
border: 2.5px solid rgba(255, 255, 255, .35);
border-top-color: #fff;
border-radius: 50%;
animation: btnSpin .65s linear infinite;
}
@keyframes btnSpin {
to {
transform: rotate(360deg)
}
}
.done-wrap {
text-align: center;
padding: 20px 0
}
.done-ico {
width: 70px;
height: 70px;
border-radius: 50%;
background: #E3F4F7;
display: grid;
place-items: center;
margin: 0 auto 16px
}
.done-ico svg {
width: 36px;
height: 36px;
fill: #22C55E
}
.done-wrap h2 {
font-family: 'Sora', system-ui, sans-serif;
font-size: 1.35rem;
font-weight: 800;
color: #16415C;
margin-bottom: 7px
}
.done-wrap p {
color: #6B8FA0;
font-size: .88rem;
margin-bottom: 20px
}
.done-summary {
background: #EDF5F8;
border-radius: 12px;
padding: 14px 18px;
text-align: left;
max-width: 380px;
margin: 0 auto 22px
}
.ds-row {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 8px 0;
border-bottom: 1px solid #E2EDF1;
font-size: .84rem
}
.ds-row:last-child {
border-bottom: 0
}
.ds-row span {
color: #6B8FA0
}
.ds-row strong {
color: #16415C;
text-align: right
}
.done-actions {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap
}  #gform_wrapper_3 #field_3_11, #gform_wrapper_3 #field_3_5, #gform_wrapper_3 #field_3_10, #gform_wrapper_3 .gform_footer,
#gform_wrapper_3 .gform_page_footer,
#gform_confirmation_wrapper_3 { display: none !important;
} #gform_wrapper_3 {
margin: 0 !important;
}
#gform_wrapper_3 .gform_body {
margin: 0 !important;
} #gform_wrapper_3 .ginput_complex span {
display: flex !important;
flex-direction: column !important;
}
#gform_wrapper_3 .ginput_complex label {
font-size: .7rem !important;
color: #6B8FA0 !important;
margin-top: 4px !important;
} #gform_wrapper_3 .gfield_label {
font-family: 'Sora', system-ui, sans-serif !important;
font-weight: 600 !important;
font-size: .8rem !important;
color: #16415C !important;
margin-bottom: 5px !important;
display: block !important;
}
#gform_wrapper_3 .gfield_required_text,
#gform_wrapper_3 .gfield_required_asterisk {
color: #F4791F !important;
}
#gform_wrapper_3 input:focus,
#gform_wrapper_3 select:focus,
#gform_wrapper_3 textarea:focus {
outline: none !important;
border-color: #0B7C92 !important;
box-shadow: 0 0 0 3px rgba(11, 124, 146, .09) !important;
}
#gform_wrapper_3 textarea {
resize: vertical !important;
}
#gform_wrapper_3 li.gfield {
margin-bottom: 0 !important;
padding: 0 !important;
} #gform_wrapper_3 .validation_message,
#gform_wrapper_3 .gfield_description.validation_message {
font-size: .73rem !important;
color: #d33 !important;
background: none !important;
padding: 0 !important;
border: none !important;
margin-top: 4px !important;
}
#gform_wrapper_3 .gfield_error input,
#gform_wrapper_3 .gfield_error select,
#gform_wrapper_3 .gfield_error textarea {
border-color: #d33 !important;
}
#gform_wrapper_3 .gform_validation_errors {
display: none !important;
} @media(max-width:700px) {
body {
padding: 0
}
.bk-card {
flex-direction: column;
border-radius: 0;
box-shadow: none;
min-height: 100vh
}
.bk-side {
width: 100%;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 16px 18px;
gap: 10px
}
.bk-logo {
margin-bottom: 0;
font-size: 1.3rem
}
.step-nav {
flex-direction: row;
gap: 6px
}
.step-nav__track {
display: none
}
.step-meta-label,
.step-meta-name {
display: none
}
.bk-summary {
display: none
}
.bk-inner {
padding: 20px 18px 10px
}
.svc-grid {
grid-template-columns: 1fr 1fr
}
#gform_wrapper_3 .gform_fields {
grid-template-columns: 1fr !important
}
#gform_wrapper_3 #field_3_1,
#gform_wrapper_3 #field_3_7 {
grid-column: 1 !important
}
.slot-grid {
grid-template-columns: 1fr 1fr
}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-light .navbar-brand {
position: relative;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
top: 0;
left: 0;
}
.navbar-area.is-sticky .navbar-light .navbar-brand {
position: relative;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
top: 0;
left: 0;
}
.about-content h2 {
font-size: 33px;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
left: 0;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title span {
font-size: 15px;
}
.section-title h3 {
font-size: 26px;
margin: 5px 0 0 0;
}
.navbar-area.is-sticky .tooth-responsive-nav .mean-container a.meanmenu-reveal {
padding-top: 6px;
color: #000000;
}
.navbar-area.is-sticky .tooth-responsive-nav .mean-container a.meanmenu-reveal span {
background: #000000;
}
.mean-container .mean-nav {
margin-top: 43px;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal {
padding-top: 6px;
color: #505060;
}
.tooth-responsive-nav.index-navber-responsive .mean-container a.meanmenu-reveal span {
background: #333;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal span {
background: #505060;
}
.nav-contact-info {
text-align: center;
margin-bottom: 10px;
}
.header-navber-area .nav-top-bar .top-social {
float: unset;
margin: 0 0 0 0px;
text-align: center;
}
.other-option {
display: none;
}
.banner-btn .default-btn-one {
margin-right: 10px;
}
.home-area {
padding-top: 150px;
padding-bottom: 50px;
height: 100%;
}
.home-area .banner-image {
text-align: center;
padding-top: 40px;
}
.main-banner-content {
margin: auto;
text-align: center;
padding-top: 30px;
}
.main-banner-content h1 {
font-size: 35px;
margin: 0 0 15px 0;
}
.main-banner-content .banner-btn {
margin-top: 20px;
}
.slider .parallax-slider .caption {
text-align: center;
padding-top: 0px;
}
.about-content h2 {
font-size: 33px;
}
.about-image {
text-align: center;
margin-top: 35px;
}
.about-image .years-design {
left: 0;
bottom: 0;
padding: 20px 25px 20px 25px;
}
.overview-image {
text-align: center;
margin-top: 35px;
}
.appointment-img {
display: none;
}
.appointment-content {
max-width: unset;
padding-left: 35px;
padding-right: 35px;
}
.services-widget {
margin-top: 50px;
}
.partner-title {
margin-bottom: 30px;
}
.partner-list .partner-item {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
.partner-list .partner-item:nth-child(6) {
margin-left: 0;
}
.single-counter {
padding: 15px 0;
}
.blog-single-item .blog-description {
padding: 25px 15px 0px 15px;
}
.blog-image img {
width: 100%;
}
.partner-list .partner-item a {
padding: 0px 50px;
}
.contact-information-box-1 {
margin-bottom: 50px;
}
.page-title-area {
height: 300px;
}
.page-title-content h2 {
font-size: 35px;
}
.page-title-content ul {
margin-top: 6px;
}
.widget-area {
margin-top: 50px;
}
.widget-area .widget_tooth_posts_thumb .item .info .title {
font-size: 16px;
}
.tagcloud.section-top {
margin-bottom: 30px;
}
.tagcloud.section-bottom {
margin-bottom: 0;
}
.footer-box-item {
margin-bottom: 35px;
}
.footer-box-item:nth-last-child(-n + 2) {
margin-bottom: 0px;
}
.copyright-area {
text-align: left;
}
.copyright-area ul {
text-align: right;
}
}
@media only screen and (max-width: 767px) {
.section-title h2 {
font-size: 30px;
}
.section-title h3 {
font-size: 26px;
margin: 5px 0 0 0;
}
.default-btn-one {
margin-right: 10px;
}
.other-option {
display: none;
}
.header-navber-area .nav-top-bar {
display: none;
}
.navbar-area.is-sticky .tooth-responsive-nav .mean-container a.meanmenu-reveal {
padding-top: 6px;
color: #000000;
}
.navbar-area.is-sticky .tooth-responsive-nav .mean-container a.meanmenu-reveal span {
background: #000000;
}
.mean-container .mean-nav {
margin-top: 43px;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal {
padding-top: 8px;
color: #505060;
}
.tooth-responsive-nav.index-navber-responsive .mean-container a.meanmenu-reveal span {
background: #333;
}
.tooth-responsive-nav .mean-container a.meanmenu-reveal span {
background: #505060;
}
.main-banner-content {
text-align: center;
padding-top: 20px;
}
.main-banner-content h1 {
font-size: 40px;
margin: 0 0 18px 0;
}
.main-banner-content .banner-btn {
margin-top: 20px;
}
.home-area {
height: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
.home-area .banner-image {
text-align: center;
padding-top: 40px;
}
.slider .parallax-slider .caption {
text-align: center;
padding-top: 0px;
}
.slider .parallax-slider .caption h1 {
font-size: 35px;
}
.about-content h2 {
font-size: 30px;
}
.about-image {
text-align: center;
margin-top: 35px;
}
.about-image .years-design {
left: 0;
bottom: 0;
padding: 20px 25px 20px 25px;
}
.overview-content .features-list li {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
.overview-content h2 {
font-size: 30px;
}
.overview-image {
text-align: center;
margin-top: 35px;
}
.appointment-img {
display: none;
}
.appointment-content {
max-width: unset;
padding-left: 35px;
padding-right: 35px;
}
.services-widget {
margin-top: 50px;
}
#reservation-form .form-group {
margin-bottom: 0;
}
.reservation-section .nice-select, .reservation-section .reservation-date {
margin-bottom: 30px;
}
.hire-content h2 {
font-size: 32px;
}
.blog-image img {
width: 100%;
}
.partner-title {
margin-bottom: 30px;
}
.partner-title span {
font-size: 15px;
}
.partner-title h3 {
font-size: 26px;
margin: 5px 0 0 0;
}
.partner-list .partner-item {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
.partner-list .partner-item:nth-child(6) {
margin-left: 0;
}
.single-counter {
padding: 15px 0;
}
.single-testimonial {
padding: 30px 10px;
}
.partner-list .partner-item a {
padding: 0px 15px;
}
.contact-box {
margin-bottom: 35px;
}
.contact-information-box-1 {
margin-bottom: 50px;
}
.page-title-area {
height: 300px;
}
.page-title-content h2 {
font-size: 35px;
}
.page-title-content ul {
margin-top: 6px;
}
.pagination-area {
margin-top: 0;
}
.pagination-area .page-numbers {
width: 40px;
height: 40px;
margin: 0px 1px;
line-height: 40px;
font-size: 15px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li:last-child {
margin-bottom: 0px;
}
.blog-details-desc .article-content h3 {
font-size: 20px;
}
.widget-area {
margin-top: 50px;
}
.widget-area .widget_tooth_posts_thumb .item .info .title {
font-size: 16px;
}
.tagcloud.section-top {
margin-bottom: 30px;
}
.tagcloud.section-bottom {
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form-author {
float: left;
width: 100%;
padding-right: 0px;
}
.comments-area .comment-respond .comment-form-email {
float: left;
width: 100%;
padding-left: 0px;
}
.coming-soon-area {
height: 100%;
padding-top: 160px;
padding-bottom: 150px;
}
.coming-soon-content h1 {
margin-bottom: 10px;
font-size: 30px;
}
.coming-soon-content #timer div {
margin-bottom: 30px;
}
.footer-box-item {
margin-bottom: 35px;
}
.footer-box-item:last-child {
margin-bottom: 0px;
}
.copyright-area {
text-align: center;
}
.copyright-area ul {
text-align: center;
}
.copyright-area p {
margin-bottom: 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.home-area {
height: 100%;
padding-top: 120px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
.page-title-content h2 {
font-size: 28px;
}
.banner-btn .default-btn-one {
margin: 10px;
}
.slider .parallax-slider .caption h1 {
font-size: 33px;
}
.about-content h2 {
font-size: 25px;
}
.about-image .years-design {
display: none;
}
.blog-details-desc .article-footer .article-tags {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 25px;
}
.blog-details-desc .article-footer .article-share {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
.blog-details-desc .article-footer .article-share .social {
text-align: left;
}
.partner-list .partner-item {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
.faq-accordion .accordion .accordion-item .accordion-title {
font-size: 16px;
padding: 25px 0;
padding-right: 35px;
}
.comments-area .comment-list .children {
padding-left: 0;
}
.comments-area {
padding: 0;
box-shadow: none;
}
.contact-box {
margin-bottom: 35px;
}
.contact-information-box-1 {
margin-bottom: 50px;
}
.copyright-area p {
margin-bottom: 10px;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary-color: #007b9a;
--secondary-color: #00acc1;
--accent-color: #ff6f00;
--dark-blue: #0d47a1;
--light-bg: #f8f9fa;
--white: #ffffff;
--text-dark: #263238;
--text-light: #546e7a;
--gradient-1: linear-gradient(135deg, #1e88e5 0%, #007b9a 100%);
--gradient-2: linear-gradient(135deg, #007b9a 0%, #007b9a 100%);
--shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
--primary-color: #007b9a;
--accent-color: #ff6f00;
--primary-gradient: linear-gradient(135deg, #007b9a 0%, #00a8cc 100%);
--secondary-gradient: linear-gradient(135deg, #ff6f00 0%, #ff8f3d 100%);
--overlay-dark: rgba(0, 123, 154, 0.75);
}
body {
font-family: "Kumbh Sans", sans-serif !important;
line-height: 1.6;
color: var(--text-dark);
overflow-x: hidden;
} [data-overlay-dark]:before {
background: transparent;
}
.appointment-section {
background: url(https://www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/service-banner.jpg);
background-repeat: no-repeat;
background-position: 80%, 100%;
background-size: cover;
}
.appointment-content { margin-top: 70px;
padding-bottom: 0px;
padding: 20px;
border-radius: 12px;
background: #112134;
}
.service-banner {
background: var(--gradient-1);
color: var(--white);
padding: 100px 20px 80px;
text-align: center;
position: relative;
overflow: hidden;
}
.service-banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,128C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
background-size: cover;
opacity: 0.3;
}
.service-banner-content {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.service-banner h1 {
font-size: 3rem;
font-weight: 700;
margin-bottom: 20px;
animation: fadeInDown 1s ease;
}
.service-banner .subtitle {
font-size: 1.3rem;
margin-bottom: 30px;
opacity: 0.95;
animation: fadeInUp 1s ease 0.3s both;
}
.service-banner-tagline {
font-size: 1.1rem;
font-style: italic;
opacity: 0.9;
animation: fadeInUp 1s ease 0.6s both;
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
html {
scroll-behavior: smooth;
} .services-section {
padding: 80px 20px;
background: var(--light-bg);
}
.our-comp-head {
text-align: center;
margin-bottom: 25px;
position: relative;
padding-bottom: 10px;
font-size: 30px;
color: #de7029;
font-weight: 700;
}
.our-comp-head::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: var(--gradient-1);
border-radius: 2px;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px; }
.service-card {
background: var(--white);
border-radius: 20px;
padding: 25px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.service-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: #e1702c;
transform: scaleX(0);
transition: transform 0.3s ease;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.service-card:hover::before {
transform: scaleX(1);
}
.service-icon {
font-size: 0rem;
background: var(--gradient-1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text; }
.service-card h3 {
font-size: 1.25rem;
color: var(--primary-color);
margin-bottom: 15px;
}
.service-card p {
color: var(--text-light);
line-height: 1.8;
font-size: 1rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.service-list {
list-style: none;
margin-top: 15px;
}
.service-list li {
padding: 8px 0;
color: var(--text-light);
position: relative;
padding-left: 25px;
}
.service-list li::before {
content: "✓";
position: absolute;
left: 0;
color: var(--secondary-color);
font-weight: bold;
} .why-choose {
padding: 80px 20px;
background: var(--white);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
.feature-item {
text-align: center;
padding: 30px 20px;
border-radius: 15px;
transition: all 0.3s ease;
}
.feature-item:hover {
background: var(--light-bg);
transform: translateY(-5px);
}
.feature-icon {
font-size: 3rem;
color: var(--primary-color);
margin-bottom: 20px;
}
.contact-details p {
color: #fff;
}
.feature-item h4 {
font-size: 1.2rem;
color: #de7029;
margin-bottom: 10px;
}
.feature-item p {
color: var(--text-light);
font-size: 0.95rem;
} .cta-section {
background: var(--primary-color);
color: var(--white);
padding: 80px 20px;
text-align: center;
}
.cta-section h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.cta-section p {
font-size: 1.2rem;
margin-bottom: 30px;
opacity: 0.9;
color: #fff;
}
.cta-button {
display: inline-block;
padding: 15px 40px;
background: var(--white);
color: var(--primary-color);
text-decoration: none;
border-radius: 50px;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.captions p,
.captions h1 {
text-align: left;
}
.captions {
height: 650px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
} @keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 768px) {
.service-banner h1 {
font-size: 2rem;
}
.service-banner .subtitle {
font-size: 1.1rem;
}
.our-comp-head {
font-size: 2rem;
}
.services-grid {
grid-template-columns: 1fr;
}
.features-grid {
grid-template-columns: 1fr;
}
.cta-section h2 {
font-size: 1.8rem;
}
}
@media (max-width: 480px) {
.service-banner {
padding: 60px 20px 50px;
}
.service-banner h1 {
font-size: 1.6rem;
}
.service-card {
padding: 30px 20px;
}
.services-section,
.why-choose,
.cta-section {
padding: 50px 20px;
}
} .hero-video-section {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #007b9a 0%, #007b9a 50%);
overflow: hidden;
} .bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
}
.shape {
position: absolute;
opacity: 0.1;
animation: float 20s infinite ease-in-out;
}
.shape-1 {
top: 10%;
left: 10%;
width: 80px;
height: 80px;
background: white;
border-radius: 50%;
animation-delay: 0s;
}
.shape-2 {
top: 60%;
right: 15%;
width: 120px;
height: 120px;
background: white;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation-delay: 2s;
}
.shape-3 {
bottom: 20%;
left: 20%;
width: 60px;
height: 60px;
background: white;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
animation-delay: 4s;
}
.shape-4 {
top: 30%;
right: 25%;
width: 100px;
height: 100px;
background: white;
border-radius: 50%;
animation-delay: 3s;
}
@keyframes float {
0%,
100% {
transform: translateY(0) rotate(0deg);
}
33% {
transform: translateY(-30px) rotate(120deg);
}
66% {
transform: translateY(30px) rotate(240deg);
}
} .dental-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.dental-icon {
position: absolute;
font-size: 2rem;
color: rgba(255, 255, 255, 0.15);
animation: floatIcon 15s infinite ease-in-out;
}
.dental-icon:nth-child(1) {
top: 15%;
left: 12%;
animation-delay: 0s;
}
.dental-icon:nth-child(2) {
top: 70%;
right: 10%;
animation-delay: 2s;
}
.dental-icon:nth-child(3) {
bottom: 15%;
left: 25%;
animation-delay: 4s;
}
.dental-icon:nth-child(4) {
top: 40%;
right: 20%;
animation-delay: 1s;
}
@keyframes floatIcon {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
} .hero-content {
position: relative;
z-index: 2;
text-align: center;
padding: 40px 20px;
} .clinic-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
padding: 10px 25px;
border-radius: 50px;
color: white;
font-size: 0.9rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 30px;
border: 1px solid rgba(255, 255, 255, 0.3);
animation: fadeInDown 1s ease;
}
.clinic-badge i {
font-size: 1rem;
} .hero-heading {
font-size: 4rem;
font-weight: 800;
color: white;
line-height: 1.2;
margin-bottom: 25px;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease 0.3s both;
}
.hero-heading span {
color: #da7232;
} .hero-subheading {
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 40px;
font-weight: 300;
animation: fadeInUp 1s ease 0.6s both;
} .play-video-btn {
display: inline-flex;
align-items: center;
gap: 15px;
background: white;
color: #007b9a;
padding: 18px 40px;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
text-decoration: none;
transition: all 0.4s ease;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
animation: fadeInUp 1s ease 0.9s both;
border: none;
cursor: pointer;
}
.play-video-btn:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
color: #007b9a;
text-decoration: none;
}
.play-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #007b9a 0%, #00a8cc 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.2rem;
transition: all 0.3s ease;
animation: pulse 2s infinite;
}
.play-video-btn:hover .play-icon {
transform: scale(1.1);
}
@keyframes pulse {
0%,
100% {
box-shadow: 0 0 0 0 rgba(0, 123, 154, 0.7);
}
50% {
box-shadow: 0 0 0 20px rgba(0, 123, 154, 0);
}
} .video-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0 0 0 / 40%);
z-index: 9999;
align-items: center;
justify-content: center;
animation: fadeIn 0.3s ease;
}
.video-modal.active {
display: flex;
}
.video-container {
position: relative;
width: 90%;
max-width: 1000px;
background: black;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
animation: zoomIn 0.4s ease;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.close-modal {
position: absolute;
top: 0px;
right: 0;
background: #ff6f00;
color: white;
width: 35px;
z-index: 999;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid white;
font-weight: bold;
}
.close-modal:hover {
transform: rotate(90deg) scale(1.1);
background: #007b9a;
box-shadow: 0 5px 20px rgba(255, 111, 0, 0.5);
} @keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale(0.8);
}
to {
opacity: 1;
transform: scale(1);
}
} @media (max-width: 992px) {
.hero-heading {
font-size: 3rem;
}
.hero-subheading {
font-size: 1.3rem;
}
.dental-icon {
font-size: 1.5rem;
}
}
@media (max-width: 768px) {
.hero-heading {
font-size: 2.5rem;
}
.hero-subheading {
font-size: 1.1rem;
}
.play-video-btn {
padding: 15px 30px;
font-size: 1rem;
}
.play-icon {
width: 45px;
height: 45px;
}
.clinic-badge {
font-size: 0.8rem;
padding: 8px 20px;
}
.video-container {
width: 95%;
}
.close-modal {
width: 40px;
height: 40px;
top: -45px;
font-size: 1.3rem;
}
}
@media (max-width: 576px) {
.hero-video-section {
min-height: 80vh;
}
.hero-heading {
font-size: 2rem;
}
.hero-subheading {
font-size: 1rem;
margin-bottom: 30px;
}
.play-video-btn {
padding: 12px 25px;
font-size: 0.9rem;
gap: 10px;
}
.play-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
.shape-1,
.shape-2,
.shape-3,
.shape-4 {
display: none;
}
} .testimonials-section {
padding: 80px 0;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
position: relative;
overflow: hidden;
}
.testimonials-section::before {
content: "💬";
position: absolute;
font-size: 15rem;
opacity: 0.05;
top: -50px;
right: -50px;
transform: rotate(-15deg);
}
.section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.section-badge {
display: inline-block;
background: var(--accent-color);
color: white;
padding: 8px 25px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.section-title {
font-size: 3rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 20px;
}
.section-title span {
color: var(--primary-color);
}
.section-description {
font-size: 1.1rem;
color: var(--text-light);
max-width: 800px;
margin: 0 auto;
line-height: 1.8;
} .testimonial-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
}
.testimonial-card {
background: white;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
position: relative;
height:370px;
}
.testimonial-content {
display: flex;
flex-wrap: wrap;
}
.testimonial-image {
flex: 0 0 40%;
position: relative;
overflow: hidden;
}
.testimonial-image img {
width: 100%;
height: 85%;
object-fit: cover;
transition: transform 0.5s ease;
}
.testimonial-card:hover .testimonial-image img {
transform: scale(1.1);
}
.rating-badge {
position: absolute;
bottom: 10px;
left: 30px;
background: var(--primary-color);
color: white;
padding: 10px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 123, 154, 0.4);
}
.rating-score {
font-size: 2rem;
font-weight: 700;
line-height: 1;
margin-bottom: 10px;
}
.rating-text {
font-size: 0.85rem;
opacity: 0.9;
margin-bottom: 10px;
}
.rating-stars {
color: #ffc107;
font-size: 1.2rem;
}
.testimonial-text {
flex: 0 0 60%;
padding: 20px 20px;
position: relative;
}
.quote-icon {
font-size: 4rem;
color: var(--primary-color);
opacity: 0.2;
position: absolute;
top: 20px;
right: 30px;
}
.testimonial-quote {
font-size: 1rem; color: var(--text-dark);
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
}
.author-avatar {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient( 135deg, var(--primary-color), var(--accent-color));
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.5rem;
font-weight: 700;
}
.author-info h5 {
font-size: 1.2rem;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 5px;
}
.author-info p {
font-size: 0.95rem;
color: var(--text-light);
margin: 0;
} .testimonial-nav {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 20px;
}
.nav-btn {
width: 50px;
height: 50px;
border-radius: 50%;
background: white;
border: 2px solid var(--primary-color);
color: var(--primary-color);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
font-size: 1.2rem;
}
.nav-btn:hover {
background: var(--primary-color);
color: white;
transform: scale(1.1);
}
.book-appointment-btn {
display: inline-block;
background: var(--accent-color);
color: white;
padding: 15px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
margin-top: 40px;
box-shadow: 0 5px 20px rgba(255, 111, 0, 0.3);
}
.book-appointment-btn:hover {
background: #e66300;
color: white;
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(255, 111, 0, 0.4);
text-decoration: none;
} .contact-map-section {
padding: 80px 0;
background: white;
}
.contact-card {
background: linear-gradient(135deg, var(--primary-color) 0%, #00a8cc 100%);
border-radius: 25px;
padding: 50px;
color: white;
position: relative;
overflow: hidden;
box-shadow: 0 15px 50px rgba(0, 123, 154, 0.3);
}
.contact-card::before {
content: "";
position: absolute;
width: 300px;
height: 300px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
top: -150px;
right: -100px;
}
.contact-badge {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
padding: 10px 25px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 40px;
line-height: 1.3;
}
.contact-title span {
color: var(--accent-color);
}
.contact-info-item {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.contact-icon {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
flex-shrink: 0;
}
.contact-details h6 {
font-size: 1rem;
margin-bottom: 5px;
opacity: 0.9;
font-weight: 600;
}
.contact-details p {
font-size: 1.1rem;
margin: 0;
line-height: 1.6;
}
.contact-details a {
color: white;
text-decoration: none;
transition: all 0.3s ease;
}
.contact-details a:hover {
color: var(--accent-color);
}
.appointment-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: white;
color: var(--primary-color);
padding: 15px 35px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1.1rem;
transition: all 0.3s ease;
margin-top: 20px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.appointment-btn:hover {
background: var(--accent-color);
color: white;
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(255, 111, 0, 0.4);
text-decoration: none;
}
.map-container {
position: relative;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
height: 100%;
min-height: 500px;
}
.map-container iframe {
width: 100%;
height: 100%;
border: none;
min-height: 500px;
} @media (max-width: 992px) {
.testimonial-image {
flex: 0 0 100%;
height: 350px;
}
.testimonial-text {
flex: 0 0 100%;
padding: 40px 30px;
}
.rating-badge {
left: 50%;
transform: translateX(-50%);
bottom: 10px;
}
.contact-card {
padding: 40px 30px;
margin-bottom: 30px;
}
.section-title {
font-size: 2.5rem;
}
.contact-title {
font-size: 2rem;
}
}
@media (max-width: 768px) {
.testimonials-section {
padding: 60px 0;
}
.section-title {
font-size: 2rem;
}
.section-description {
font-size: 1rem;
}
.testimonial-quote {
font-size: 1rem;
}
.quote-icon {
font-size: 3rem;
}
.contact-map-section {
padding: 60px 0;
}
.contact-card {
padding: 30px 20px;
}
.contact-title {
font-size: 1.8rem;
}
.map-container {
min-height: 400px;
}
}
@media (max-width: 576px) {
.section-title {
font-size: 1.8rem;
}
.testimonial-image {
height: 300px;
}
.testimonial-text {
padding: 30px 20px;
}
.rating-badge {
padding: 15px 20px;
}
.rating-score {
font-size: 2rem;
}
.contact-title {
font-size: 1.5rem;
}
.contact-info-item {
gap: 15px;
}
.contact-icon {
width: 45px;
height: 45px;
font-size: 1.1rem;
}
.map-container {
min-height: 350px;
}
}   .cta-box .btn-default {
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 1.5em;
color: #fff;
background: #1e84b5;
text-transform: capitalize;
padding: 14px 50px 14px 20px;
border-radius: 99px;
border: none;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
z-index: 1;
}
.btn-default:hover {
background-color: #fff;
color: #0e384c;
}
.btn-default:hover:before {
transform: translate(-10px, -50%) rotate(45deg);
background-size: 10px auto;
}
.btn-default::before {
content: "";
position: absolute;
top: 50%;
right: 0;
bottom: 0;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #fff;
background-image: url(https://www.apollodentalcoimbatore.in/wp-content/themes/apollodental/assets/img/arrow-blue.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 10px auto;
transform: translate(-10px, -50%);
transition: all 0.4s ease-in-out;
}
.cta-box {
background-color: #0e384c;
padding: 50px 0;
}
.cta-box-item {
display: flex;
align-items: center;
border-right: 1px solid #1e84b5;
margin-right: 15px;
padding-right: 15px;
}
.cta-box .col-lg-4:nth-child(2) .cta-box-item {
border: none;
padding-right: 0;
margin-right: 0;
}
.cta-box-item .icon-box {
margin-right: 20px;
}
.cta-box-item .icon-box img {
max-width: 40px;
}
.cta-box-content {
width: calc(100% - 60px);
}
.cta-box-content h3 {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
color: #fff;
margin-bottom: 10px;
}
.cta-box-content p {
color: #fff;
margin: 0;
}
.cta-box-btn {
text-align: right;
}
a.tel-link:hover {
color: #1e84b5;
}
a.tel-link {
color: #fff;
text-decoration: underline;
}