/*
Theme Name: capitaldentalcare
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */
body {
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
}
p {
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 25px;
}
a {
   color: #596fc5;
   text-decoration: none;
}
a:hover,
a:focus {
    color: #2a3f90;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}
.white-con,
.white-con p,
.white-con a {
	color: #fff;
}
.uppercase{
	text-transform: uppercase;
}
.centre{
	text-align: center;
}
/*home*/
.home-service-title strong {
	font-weight: 400;
}
.service-title {
	background: url(images/service-txt2-bg.png) no-repeat scroll 0 0;
	max-width: 264px;
	min-height: 87px;
	position: relative;
	top: -120px;
	padding-top: 35px;
	padding-left: 8px;
	padding-right: 8px;
	background-size: 100% 100%;
}
.service-title2 {
	background: url(images/service-txt-bg.png) no-repeat scroll 0 0;
	max-width: 264px;
	min-height: 87px;
	position: relative;
	top: -122px;
	padding-top: 35px;
	padding-left: 8px;
	padding-right: 8px;
	background-size: 100% 100%;
}
.service-title3 {
	background: url(images/service-txt-bg.png) no-repeat scroll 0 0;
	max-width: 264px;
	min-height: 87px;
	position: relative;
	top: -102px;
	padding-top: 35px;
	padding-left: 8px;
	padding-right: 8px;
	background-size: 100% 100%;
}
.service-btn {
	text-align: center;
}
.service-btn a {
	position: relative;
	font-size: 16px;
	display: inline-block;
	width: 253px;
	height: 42px;
	line-height: 44px;
	background: #2cb2bd;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 20px;
	top: -61px;
}
.home-icon-section {
	min-height: 570px;
}
.home-icon-section > .wpb_column.vc_column_container.vc_col-sm-7 > .vc_column-inner {
	background: url(images/icon-bg.png) no-repeat scroll;
	min-height: 393px;
	margin-left: 36px;
}
.home-icon-list ul {
	list-style: none;
	padding: 0;
}

.home-icon-list ul li:first-child{
	background: url(images/home-icon1.png) no-repeat scroll 0 0;
}
.home-icon-list ul li + li{
	background: url(images/home-icon2.png) no-repeat scroll 0 0;
}
.home-icon-list ul li:last-child {
	background: url(images/home-icon3.png) no-repeat scroll 0 0;
	line-height: 37px;
	padding-top: 0;
}
.home-icon-list ul li {
	font-size: 24px;
	padding-left: 81px;
	margin-bottom: 22px;
	min-height: 68px;
	padding-top: 20px;
}
.ctas-title {
	position: absolute;
	top: 93px;
	padding-left: 35px;
}
.ctas-txt {
	position: absolute;
	top: 194px;
	font-size: 16px;
	display: inline-block;
	width: 225px;
	height: 89px;
	background: #008994;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border-radius: 18px;
	border: 1px solid #fff;
	padding-top: 17px;
	left: 38px;
}
.partner-img {
	padding-top: 8px;
}
.home-icon-list {
	max-width: 600px;
	margin: 0;
	padding-left: 88px;
}
.cta-cloumn.wpb_column.vc_column_container.vc_col-sm-3 {
	margin-top: -107px;
}
.blog-title {
	color: #3b3b3b;
	margin: 0 0 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
/*blog*/
.blog-content {
	color: #008994;
	font-size: 14px;
	padding-top: 10px;
}
.readmore-btn {
	text-transform: uppercase;
	padding-top: 5px;
}
.blog-pagination {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 81px;
}
.wp-pagenavi {
    padding-bottom: 19px;
    margin-top: 28px;
}
.wp-pagenavi span.current {
    border-color: #008994;
    background: #008994;
    border-width: 1px;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #008994;
    background: #ffffff;
    padding: 0;
    margin: 2px 5px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #008994;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0;
}
.main-content.blog.general {
  padding-top: 64px;
}
.col-xs-12.col-sm-4.col-md-4.post-listing {
  padding-bottom: 42px;
}
.meta-post.date {
	padding-top: 16px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 1px;
	color: #008994;
}
.post-main-content-text {
  padding-bottom: 24px;
  margin: 0 auto;
  max-width: 1000px;
}
.post-list a {
	color: #008994;
}
.blog-title.post-title {
	text-transform: uppercase;
	color: #008994;
}


/*team*/
.team-img {
	margin-bottom: 41px;
}
.team-title {
	margin-bottom: 26px;
}
.team-inner-section {
	padding-bottom: 53px;
}

/*contact page styling*/
.featured-image {
	min-height: 444px;
	background-size: cover !important;
}
.page-title-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-title-con ul li {
    display: inline-block;
}
.page-title-con ul li a {
	height: 44px;
	width: 174px;
	display: block;
	border: 1px solid #fff;
	border-radius: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
	margin-right: 14px;
}
.page-title-con ul li:first-child a {
    background: #2cb2bd;
}
.page-title {
	margin: 0;
	z-index: 1;
	position: relative;
}
.contact-title {
  padding-right: 13px;  
}
.page-sec-left > .vc_column-inner > .wpb_wrapper {
	position: relative;
	min-height: 201px;
	padding-top: 20px;
	display: table;
	width: 100%;
	padding-bottom: 20px;
}
.vc_custom_heading.page-title {
	display: table-cell;
	vertical-align: middle;
}
.page-sec-left > .vc_column-inner > .wpb_wrapper::before {
	content: "";
	position: absolute;
	background: #2cb2bd;
	height: 100%;
	width: 2623px;
	right: 0;
	top: 0;
	z-index: 0;
	border-radius: 0 100px 100px 0;
}
.page-sec-left > .vc_column-inner {
    padding-top: 0!important;
}
.page-sec-right.wpb_column.vc_column_container.vc_col-sm-6 {
	padding-top: 0;
	padding-left: 4px;
}
.contact-top-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 1005px;
    margin: 0 auto;
}
.contact-top-sec {
	padding-top: 54px;
}
.contact-link-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-link-con ul li {
	display: inline-block;
	color: #008994;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-right: 51px;
}
.contact-link-con ul li a {
   color: #008994; 
}
.contact-link-con ul li a:hover {
    color: #3b3b3b;
}
.contact-link-con strong {
    text-transform: uppercase;
}
.contact-link-con {
	padding-top: 17px;
	padding-bottom: 4px;
}
.opening-hour-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.opening-hour-con ul li {
	color: #008994;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 5px;
}
.opening-hour-con strong {
	display: inline-block;
	font-weight: 400;
	min-width: 97px;
}
.opening-hour-con {
	padding-top: 29px;
}
::placeholder {
	color: #3b3b3b;
	opacity: 1;
}
.contact-top-sec label {
	margin-bottom: 13px;
	width: 100%;
}
.contact-top-sec .wpcf7-form-control.wpcf7-text {
	width: 100%;
	height: 34px;
	color: #3b3b3b;
	font-weight: 300;
	font-size: 15px;
	padding: 0 13px;
	border-radius: 5px;
	border: 1px solid #2cb2bd;
	outline: none;
	max-width: 492px;
	font-family: 'Roboto', sans-serif;
	background: none;
}
.contact-top-sec .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border-radius: 5px;
	height: 157px;
	padding: 8px 13px 0;
	color: #3b3b3b;
	font-weight: 300;
	font-size: 15px;
	outline: none;
	border: 1px solid #2cb2bd;
	font-family: 'Roboto', sans-serif;
	max-width: 492px;
	background: none;
}
.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	width: 154px;
	height: 38px;
	line-height: 35px;
	background: #2cb2bd;
	color: #fff;
	border: none;
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 7px;
	border-radius: 35px;
    text-transform: uppercase;
}
.ajax-loader {
	position: absolute !important;
}
.contact-top-sec .wpcf7 {
    text-align: center;
}
.opening-hour-column > .vc_column-inner > .wpb_wrapper {
    max-width: 360px;
    margin: 0 auto;
}
.contact-find-us-sec {
	padding-top: 86px;
}
.contact-blue-con p {
    color: #008994;
}
.contact-blue-con {
	padding-top: 18px;
	padding-bottom: 1px;
}
/*About page styling*/
.about-title {
	text-transform: uppercase;
	padding-right: 43px;
}
.About-top-sec {
	padding-top: 80px;
}
.ab-dr-rightcolumn > .vc_column-inner > .wpb_wrapper {
	max-width: 509px;
	margin: 0 auto;
	padding-top: 43px;
}
.ab-dc-heading {
	padding-bottom: 17px;
}
.ab-con-row {
	padding-top: 41px;
	padding-bottom: 47px;
}
.ab-last-sec.vc_custom_1627989758302.vc_row-has-fill {
	min-height: 518px;
	margin-bottom: 112px;
}
.blue-con-ab p {
	color: #008994;
	font-size: 18px;
	line-height: 31px;
}
.ab-last-right-column > .vc_column-inner > .wpb_wrapper {
	max-width: 439px;
	padding-top: 73px;
}
.last-sec-heading {
	padding-bottom: 29px;
}
.mri-content p {
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #3b3b3b;
	line-height: 25px;
}
.mri_slider::before {
	position: absolute;
	content: "";
	top: -53px;
	left: -72px;
	background: url(images/testi_up.png) no-repeat scroll 0 0;
	height: 44px;
	width: 60px;
}
.mri_slider::after {
	position: absolute;
	content: "";
	bottom: 2px;
	right: -92px;
	background: url(images/testi_down.png) no-repeat scroll 0 0;
	height: 44px;
	width: 60px;
}
.testimonial-sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
	max-width: 866px;
	margin: 0 auto;
	padding-top: 11px;
}
.testi-heading {
	padding-bottom: 36px;
}
.mri_slider .slick-dots li button {
	background: none;
	border-radius: 50px;
	box-shadow: inherit;
	cursor: pointer;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 18px;
	border: none;
	padding: 0;
	outline: none;
    background: #9c9895;
}
.mri_slider .slick-dots {
	position: absolute;
	bottom: -42px;
	width: 100%;
	max-width: 842px;
	left: 0;
	padding: 0 15px;
	text-align: center;
}
.mri_slider .slick-dots li {
	display: inline-block;
	padding: 2px 6px 2px;
}
.mri_slider .slick-dots li.slick-active button {
	background: #fff;
	cursor: default;
}
.testimonial-sec {
	padding-bottom: 40px;
}
.home-testi .mri-content p {
    color: #fff;
}
/*home frist sec design*/
.home-title-txt p{
	font-size: 18px;
}
.home-title-txt2 p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
}
.home-title-txt2 strong {
	font-size: 18px;
	font-weight: 500;
}
.wpb_content_element.home-title-txt {
	margin-bottom: 24px;
}
.home-title-txt2 a {
	font-size: 16px;
	display: inline-block;
	width: 176px;
	height: 44px;
	line-height: 43px;
	background: #59dbe6;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 35px;
	border: 1px solid #fff;
}
/*.home-title-left-txt {
	max-width: 431px;
	padding-top: 25px;
	padding-left: 15px;
}*/
.home-title-left-txt {
padding-left: 17px;
    padding-right: 47px;
    padding-bottom: 30px;
}
.home-service-title {
	margin-bottom: 51px;
	padding-top: 81px;
}
.home-service-title h2{
	font-weight: 300;
}
.home-service-title strong{
	font-weight: 400;
}
.home-page-sec-left > .vc_column-inner > .wpb_wrapper {
	position: relative;
	min-height: 264px;
	padding-top: 53px;
	z-index: 999;
	padding-left: 48px;
}
.home-page-sec-left > .vc_column-inner {
	padding-top: 0 !important;
}
.home-page-sec-left > .vc_column-inner > .wpb_wrapper::before {
	content: "";
	position: absolute;
	background: #2cb2bd;
	height: 100%;
	width: 2623px;
	right: 0;
	top: 0;
	z-index: -999;
	border-radius: 0 129px 129px 0;
}
.home-title-txt strong {
	font-size: 30px;
	font-weight: 400;
	display: inline-block;
	padding-right: 6px;
}
/*service page styling*/
.treatment-title {
	text-transform: uppercase;
	padding-right: 93px;
}
.treatment-frist-sec {
	padding-top: 59px;
}
.treatment-img {
	margin-bottom: 71px;
}
.service-con-title {
	margin-bottom: 27px;
	padding-top: 36px;
}
.service-teeth-sec {
	padding-top: 37px;
	padding-bottom: 42px;
}
.service-teeth-img {
	margin-bottom: 69px;
}
.service-teeth-con {
	padding-top: 17px;
}
.patner-sec {
	padding-top: 30px;
}
.service-icon-sec {
    min-height: 525px;
}
.service-icon-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-icon-con ul li {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 29px;
	padding-left: 80px;
	line-height: 35px;
}
.service-icon-con ul li:first-child {
	background: url(images/home-icon1.png) no-repeat scroll 0 0;
}
.service-icon-con ul li + li {
	background: url(images/home-icon2.png) no-repeat scroll 0 0;
}
.service-icon-con ul li:last-child {
	background: url(images/home-icon3.png) no-repeat scroll 0 0;
}
.service-icon-con {
	padding-left: 106px;
	padding-top: 53px;
}
.icon-button a {
	font-size: 16px;
	display: inline-block;
	width: 225px;
	height: 89px;
	line-height: 26px;
	background: none;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 20px;
	border: 1px solid #ffffff;
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
}
.icon-button a:hover {
    color: #3b3b3b;
}
.icon-right-column > .vc_column-inner > .wpb_wrapper {
	max-width: 266px;
	background: #008994;
	min-height: 331px;
	border-radius: 20px;
	padding-left: 24px;
	padding-top: 49px;
	padding-right: 15px;
}
.icon-right-title {
	padding-left: 10px;
}
.icon-right-column.wpb_column.vc_column_container.vc_col-sm-4 {
	padding-left: 16px;
	padding-top: 39px;
}
.service-teeth-title {
	padding-top: 34px;
}
/*slider*/
#topslider {
    position: relative;
    z-index: 9;
}
#topslider .slick-list {
    overflow: inherit;
}
#topslider .slick-dotted.slick-slider {
	margin-bottom: 0;
}
#topslider .slide-item {
	min-height: 704px;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-top: 284px;
	cursor: inherit;
}
.slide-content {
	background: url(images/slide-content-bg.png) repeat scroll 0 0;
	margin-left: 72px;
	max-width: 609px;
	min-height: 303px;
	padding: 54px 30px 30px;
	text-align: center;
}
.slide-content p {
	font-size: 16px;
	color: #fff;
}
.slide-content strong {
	font-size: 35px;
	line-height: 59px;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 15px;
}
.slide-content ul {
	list-style: none;
	padding-left: 0;
}
.slide-content ul li {
	display: inline-block;
}
.slide-content ul li a {
	font-size: 16px;
	display: inline-block;
	width: 174px;
	height: 44px;
	line-height: 43px;
	background: #2cb2bd;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 20px;
}
.slide-content ul li:last-child a {
	background: none;
	margin-left: 9px;
}
#topslider .slick-dots {
	position: absolute;
	bottom: 39px;
	width: 100%;
	max-width: 1170px;
	left: 0;
	padding: 0 15px 0;
	text-align: center;
	right: 0;
	margin: 0 auto;
}
#topslider .slick-dots li {
	display: inline-block;
	padding: 2px 5px 2px;
	margin: 0;
}
#topslider .slick-dots li button {
	background: #ffffff;
	border-radius: 50px;
	box-shadow: inherit;
	cursor: pointer;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 18px;
	border: none;
	padding: 0;
	outline: none;
}
#topslider .slick-dots li.slick-active button {
	background: #59dbe6;
	cursor: default;
}
#topslider .slick-dots li button::before {
	content: none;
}
.ab-last-sec {
	margin-bottom: 112px;
	min-height: 518px;
	padding-bottom: 50px;
}
.patner-sec {
	padding-bottom: 8px;
}
.map {
	padding-bottom: 57px;
}
.map .wpb_wrapper {
    padding: 0!important;
    border: none!important;
}
.news-section {
	padding-top: 109px;
	padding-bottom: 69px;
}
.home-news-title {
	margin-top: 4px;
	margin-bottom: 31px;
}
.ln-con {
	border-left: 1px solid #008994;
	padding-left: 15px;
	min-height: 116px;
}
.blog-content.col-xs-12.col-sm-8.col-md-8 > .ln-con > .meta-post.date {
	padding-top: 0;
}
.blog-content.col-xs-12.col-sm-8.col-md-8 {
	padding-top: 0;
	padding-bottom: 32px;
}
.readmore {
	color: #008994;
	font-weight: 400;
}
.blog-content p {
	margin-bottom: 0;
    color: #008994;
    font-size: 14px;
}
.blog-content.col-xs-12.col-sm-8.col-md-8 {
	padding-top: 0;
	padding-bottom: 32px;
}
.readmore-btn {
	text-transform: uppercase;
	padding-top: 0px;
}
/* header */
.header-topbar {
	background: #2cb2bd;
	text-align: center;
	padding: 26px 0 19px;
}
.header-top-area {
	max-width: 845px;
	margin: 0 auto;
	color: #fff;
}
.header-top-area p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 0px;
}
.header-top-area strong {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}
.header {
	position: absolute;
	z-index: 999;
	background: rgba(40, 40, 40, 0.7);
	width: 100%;
}
.header-middlebar {
	padding: 15px 0;
}
.header-middle > div {
	display: inline-block;
	vertical-align: middle;
}
.header-middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-middle ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}
.header-middle ul li:first-child a {
	display: block;
	width: 195px;
	height: 37px;
	line-height: 37px;
	font-size: 17px;
	color: #fff;
	background: url(images/phone_bg.png) no-repeat scroll 0 0;
	padding-left: 52px;
}
.header-search-area {
	position: relative;
}
.header-search-area span {
  background: url(images/search-icon.png) no-repeat scroll 0 0;
  display: block;
  width: 37px;
  height: 37px;
  cursor: pointer;
  text-indent: -99999px;
  text-align: center;
}
.screen-reader-text {
  display: none;
}
.header-search {
  background: #2cb2bd;
  padding: 5px;
  display: none;
  position: absolute;
  right: 0;
  width: 230px;
  z-index: 99;
}
#s {
  border: none;
  color: #ffffff;
  background: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  box-shadow: inherit;
  width: 180px;
  height: 37px;
  outline: inherit;
}
#searchsubmit {
  background: url(images/search-icon.png) no-repeat scroll 0 0;
  display: block;
  width: 37px;
  height: 37px;
  cursor: pointer;
  text-indent: -99999px;
  float: right;
  border: none;
  box-shadow: inherit;
  padding: 0;
  margin-top: 0;
}
.logo-area {
	text-align: center;
}
.logo-area img {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 153px;
	margin: 0 auto;
	top: -45px;
	z-index: 9999;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  min-height: 1px;
  margin: 0;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > li {
	margin-right: 25px;
}
.navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 28px 12px 26px;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a,
.navbar-default .navbar-nav > li.current-menu-parent > a {
  color: #ffffff;
  background: url(images/menu-active.png) no-repeat scroll center bottom;
}
.navbar-default .navbar-nav > li.menu-booknow a {
	width: 221px;
	height: 51px;
	background: #2cb2bd !important;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 0 20px;
	line-height: 47px;
	font-weight: 500;
	margin-top: 12px;
}
.navbar-default ul.sub-menu {
	background: url(images/header-middile-bg.png) repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 6px 0 9px;
    position: absolute;
    min-width: 180px;
    z-index: 999;
    margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
  border: medium none;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 12px 6px;
  text-decoration: none;
  text-align: left;
  display: block;
  border-bottom: solid 1px #fff;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #2cb2bd;
  background-color: #fff;
}
/* footer */
footer {
	background: #2cb2bd;
	padding: 48px 0 30px;
	color: #ffffff;
}
footer p, footer a {
	color: #ffffff;
}
footer a:hover {
	color: #3b3b3b;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fffefe;
	margin-bottom: 29px;
}
.footer-widgets-area {
	padding-top: 25px;
}
.footer-widgets-area.one {
	padding-top: 0;
}
.footer-one:first-child {
	margin-bottom: 42px;
}
.footer-one ul {
	padding-top: 29px;
}
.footer-one ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.copyright {
	text-align: center;
	padding-top: 9px;
}
.vc_row.wpb_row.vc_row-fluid.team-section {
	padding-top: 67px;
	padding-bottom: 59px;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-default .navbar-nav > li {
	margin-right: 15px;
}
.home-page-sec-left > .vc_column-inner > .wpb_wrapper {
	padding-left: 0;
	padding-right: 40px;
}
.home-title-txt strong {
	font-size: 20px;
}
.home-title-txt2 p {
	font-size: 15px;
	margin-bottom: 25px;
}
.mri_slider {
	max-width: 685px;
	margin: 0 auto;
}
.service-icon-con {
	padding-left: 40px;
}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.logo-area img {
	max-width: 95px;
	top: -25px;
}
.navbar-default .navbar-nav > li {
	margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
	padding: 17px 10px 15px;
}
.header-middlebar {
	padding: 10px 0;
}
.header-topbar {
	padding: 15px 0 14px;
}
.navbar-default .navbar-nav > li.menu-booknow a {
	width: 175px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	margin-top: 6px;
}
.slide-content strong {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 5px;
}
.slide-content {
	margin-left: 0;
	max-width: 460px;
	min-height: 203px;
	padding: 40px 30px 30px;
}
#topslider .slide-item {
	min-height: 550px;
	padding-top: 190px;
}
.wpb_content_element.home-title-txt {
	margin-bottom: 10px;
}
.home-title-txt2 p {
	margin-bottom: 18px;
}
.home-service-title {
	margin-bottom: 35px;
	padding-top: 0;
}
.home-service-title, .vc_custom_heading.partner-title {
	font-size: 25px !important;
	line-height: 25px !important;
}
.service-btn {
	margin-bottom: 0 !important;
}
.home-icon-list ul li {
	font-size: 18px;
	padding-left: 75px;
	margin-bottom: 14px;
	min-height: 68px;
	padding-top: 20px;
}
.home-icon-list ul li:last-child {
	line-height: 24px;
	padding-top: 9px;
}
.home-icon-list {
	padding-left: 60px;
}
.home-icon-section {
	min-height: 480px;
}
.ctas-title {
	padding-left: 20px;
	padding-right: 10px;
	font-size: 20px !important;
	line-height: 20px !important;
}
.ctas-txt {
	top: 194px;
	font-size: 16px;
	width: 180px;
	height: 80px;
	padding-top: 14px;
	left: 36px;
}
.ln-list {
	padding-bottom: 15px;
}
.news-section {
	padding-top: 30px;
	padding-bottom: 20px;
}
.mri_slider {
	max-width: 535px;
}
.footer-widgets-area.three,
.footer-widgets-area.five {
	clear: left;
}
.featured-image {
	min-height: 260px;
}
.page-title-con ul li a {
	width: 150px;
}
.ab-dc-heading, .last-sec-heading, .team-title,
.service-con-title, .service-teeth-title,
.icon-right-title {
	font-size: 20px !important;
	line-height: 20px !important;
}
.ab-dr-rightcolumn > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
	padding-top: 0;
}
.About-top-sec {
	padding-top: 15px;
}
.ab-con-row {
	padding-top: 0;
	padding-bottom: 15px;
}
.ab-last-right-column > .vc_column-inner > .wpb_wrapper {
	max-width: 100%;
	padding-top: 10px;
}
.last-sec-heading {
	padding-bottom: 0;
}
.ab-last-sec {
	margin-bottom: 50px;
	min-height: 360px;
	padding-bottom: 50px;
}
.about-title, .treatment-title, .vc_custom_heading.patner-title,
.page-title {
	font-size: 30px !important;
	line-height: 30px !important;
}
.treatment-frist-sec {
	padding-top: 15px;
}
.service-con-title {
	margin-bottom: 12px;
	padding-top: 0;
}
.service-teeth-title {
	padding-top: 0;
}
.service-teeth-sec {
	padding-top: 0;
	padding-bottom: 11px;
}
.service-icon-con {
	padding-left: 0;
	padding-top: 0;
}
.icon-right-column.wpb_column.vc_column_container.vc_col-sm-4 {
	padding-left: 0;
	padding-top: 10px;
}
.icon-right-column > .vc_column-inner > .wpb_wrapper {
	max-width: 266px;
	min-height: 280px;
	padding-left: 15px;
	padding-top: 28px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.service-icon-con ul li {
	font-size: 16px;
	line-height: 25px;
	padding-top: 9px;
}
.icon-button a {
	width: 189px;
	height: 85px;
	margin-top: 32px;
}
.service-icon-sec {
	min-height: 370px;
	padding-top: 20px;
	padding-bottom: 20px;
}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.header-top-area p {
	font-size: 13px;
	line-height: 16px;
}
.header-top-area strong {
	font-size: 14px;
}
.header {
	position: relative;
}
.header-middle {
	text-align: center;
}
.logo-area img {
	max-width: 95px;
	top: -9px;
	margin-left: 15px;
}
.navbar-default .navbar-toggle {
	border-color: #2cb2bd;
	background: none !important;
	margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #2cb2bd;
}
.navbar-default ul {
	width: 100%;
	padding-top: 40px;
}
.navbar-default .navbar-nav > li > a {
	padding: 5px 0;
	color: #2cb2bd;
	margin: 2px 0;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a {
	color: #9be9f0;
	background: none;
}
.navbar-default .navbar-nav > li.menu-booknow a {
	width: 175px;
	height: 40px;
	padding: 0 15px;
	line-height: 37px;
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
.navbar-default ul.sub-menu {
	background: none;
	display: block;
	padding: 3px 0 7px;
	position: relative;
}
.sub-menu li > a {
	color: #9be9f0;
}
.header-middle ul li:first-child a {
	text-align: left;
}
.slide-content strong {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 0px;
}
.slide-content ul li a {
	width: 105px;
	height: 35px;
	line-height: 33px;
	font-size: 12px;
}
.slide-content {
	margin-left: 0;
	max-width: 260px;
	min-height: 1px;
	padding: 30px 15px 23px;
}
#topslider .slick-dots {
	bottom: 15px;
}
#topslider .slide-item {
	min-height: 300px;
	padding-top: 65px;
	padding-bottom: 50px;
}
.widget-title {
	margin-bottom: 9px;
}
.home-title-left-txt {
	padding-top: 0;
	padding-left: 0;
}
.home-service-inner-section > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper,
.cta-cloumn.wpb_column.vc_column_container.vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
	max-width: 259px;
	margin: 0 auto;
}
.service-title, .service-title2 {
	top: 0;
	margin-top: -122px;
	margin-bottom: 30px;
}
.cta-cloumn.wpb_column.vc_column_container.vc_col-sm-3 {
	margin-top: 0;
}
.home-icon-section > .wpb_column.vc_column_container.vc_col-sm-7 > .vc_column-inner {
	margin-left: 0;
}
.home-icon-section {
	padding-bottom: 32px;
}
.home-icon-list {
	padding-left: 30px;
}
.ln-con {
	border-left: none;
	padding-left: 0;
}
.news-section {
	padding-top: 25px;
	padding-bottom: 0;
}
.home-news-title, .testi-heading,
.opening-tile, .vc_custom_heading.find-title {
	font-size: 20px !important;
	line-height: 20px !important;
}
.mri_slider::before {
	top: -30px;
	left: 0;
	height: 25px;
	width: 30px;
	background-size: 100% auto !important;
}
.mri_slider::after {
	bottom: 0;
	right: 0;
	height: 25px;
	width: 30px;
	background-size: 100% auto !important;
}
.featured-image {
	min-height: 130px;
}
.page-sec-left > .vc_column-inner > .wpb_wrapper {
	min-height: 140px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-title-con ul li a {
	width: 145px;
	margin-right: 10px;
	font-size: 15px;
}
.last-sec-heading {
	margin-top: 0;
}
.page-sec-right.wpb_column.vc_column_container.vc_col-sm-6 {
	padding-top: 0;
	padding-left: 0;
}
.vc_row.wpb_row.vc_row-fluid.team-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog-title {
	font-size: 25px;
	line-height: 25px;
}
.blog-pagination {
	padding-bottom: 50px;
}
.service-icon-sec {
	padding-top: 0;
	padding-bottom: 50px;
}
.icon-right-column.wpb_column.vc_column_container.vc_col-sm-4 {
	padding-left: 0;
	padding-top: 0;
}
.service-icon-con {
	margin-bottom: 0 !important;
}
.patner-sec {
	padding-top: 0;
}
.map {
	padding-bottom: 20px;
}
.contact-find-us-sec {
	padding-top: 15px;
}
.contact-top-sec {
	padding-top: 0;
}
.contact-find-us-sec {
	padding-top: 0;
}

}

div .area{
	cursor:pointer;
}