:root{
    --primary-color: #00a466;
    --secondary-color: #0176bf;
    --third-color: #eef7f1;
    --font-color: #000;
    --fourth-color: #8daead;
    --fifth-color:#0076c0;

    --h2-inner: 26px;
    --h3-inner: 23px;
    --inner-page-content: 16px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    font-size: 16px;
    transition: .3s linear;
}
a:visited{
    color: inherit;
}
a:focus {
    outline: none;
  }
p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
p:last-child{
    margin-bottom: 0;
}
body{
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
ul,ol{
    margin-left: 20px;
}
li{
    margin-bottom: 10px;
}

.entry-content{
    margin: 0;
}
.w-100{
    width: 100%;
}
.d-block{
    display: block;
}
h1,.h1{
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}
h2,.h2{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
h3,.h3{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
h4,.h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
h5,.h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
h6,.h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ml-15{
    margin-left: 15px;
}
.container{
    max-width: 1210px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}
.vc_column-inner {
	padding-top: 0 !important;
}
section{
    margin-top: 50px;
}
.primary-color{
    color: var(--primary-color);
}
.secondary-color{
    color: var(--secondary-color);
}
.font-color{
    color: var(--font-color);
}
.text-center{
    text-align: center;
}
/* Font Face */
@font-face {
    font-family: ACaslonPro;
    font-weight: 400;
    src: url(../fonts/ACaslonPro-Regular.otf);
}
@font-face {
    font-family: ACaslonPro;
    font-weight: 600;
    src: url(../fonts/ACaslonPro-Semibold.otf);
}
@font-face {
    font-family: ACaslonPro;
    font-weight: 700;
    src: url(../fonts/ACaslonPro-Bold.otf);
}
.h2-inner,.single-services h2{
    font-size: var(--h2-inner);
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 500;
    line-height: 1.2;
}
.inner-page-content p, .inner-page-content li{
    font-size: var(--inner-page-content);
    line-height: 1.6;
    font-weight: 400;
}
.h3-inner{
    font-size: var(--h3-inner);
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 500;
}



.site-header{
    padding-top: 8px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 5px 2px #e6eaea;
}
#masthead.fixed{
    position: fixed;
    top: 0;
    left: 0;
    animation: scrolltop .7s linear;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    z-index: 999;
 }
 @keyframes scrolltop {
    0% { top: -100px; opacity: .4; }
    100% { top: 0; opacity: 1; }
 }
 #masthead.fixed .main-navigation .container .menu-header-top-container > ul > li > a {
    line-height: 80px;
}


header a {
	font-family: "Poppins", sans-serif;
}
header .container{
    max-width: 1360px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-social a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
}
.header-social a svg {
	color: #fff;
	fill: #fff;
}


header .main-navigation {
	display: inherit;
	width: auto;
    margin-left: auto;
}
header .main-navigation .container {
    max-width: 100%;
    display: block;
    padding: 0;
}
.header-appointment-button a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background: var(--primary-color);
	border-radius: 50px;
	padding: 10px 25px;
}
.header-appointment-button a:hover{
	background: var(--secondary-color);
}
.header-appointment-button {
    padding-right: 10px;
}
.pay-now-button a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: var(--secondary-color);
    border-radius: 50px;
    padding: 10px 25px;
}
.pay-now-button a:hover{
    background: var(--primary-color);
}
.header-social a:hover{
    background: var(--primary-color);
}
.header-right-details {
	display: flex;
	align-items: center;
}
.header-social ul {
	display: flex;
	margin: 0;
	list-style: none;
}
.header-social ul li {
	padding-right: 10px;
}
.header-social ul li{
    margin: 0;
}
#site-navigation .menu-header-top-container ul > li {
	padding-right: 15px;
}

header .main-navigation .container .menu-header-top-container > ul > li > a {
	line-height: 107px;
	font-size: 15px;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a,
header .main-navigation .container .menu-header-top-container > ul > li > a:hover{
    color: var(--primary-color);
}
header .main-navigation .container .menu-header-top-container > ul > li.current_page_item > ul > li a {
	color: #fff;
}
header .main-navigation .container .menu-header-top-container{
    width: 100%;
}
header .main-navigation .container .menu-header-top-container > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.main-button:hover{
    background-color: var(--primary-color);
}

.main-navigation li{
    margin-bottom: 0;
}
.main-navigation .menu-item-has-children ul {
	display: block;
	width: 240px;
	background: var(--secondary-color);
	border: 1px solid rgba(255,255,255,.3);    
    border-top: 0;
}
header .main-navigation .container .menu-header-top-container > ul > li.menu-item-has-children > a::after {
	content: '';
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 10px;
	width: 10px;
	display: inline-block;
	transform: rotate(44deg);
	margin-bottom: 3px;
	margin-left: 5px;
}
header .main-navigation .container .menu-header-top-container > ul > li > a {
	position: relative;
}
.logo img {
    height: auto;
    width: 222px;
}
.main-navigation .menu-item-has-children ul li a {
	font-size: 15px;
	color: #fff;
	padding: 10px 10px;
	width: 100%;
	display: block;
}
#site-navigation .menu-item-has-children ul li {
	padding-right: 0;
}
.main-navigation .menu-item-has-children ul li a:hover {
	background: var(--primary-color);
	color: #fff;
}
.main-navigation ul li > ul li:hover ul, .main-navigation ul li > ul li.focus > ul {
	left: 100%;
	top: 0;
}
.mobile-button,.mobile-header, .testimonial-slider .slick-arrow{
    display: none;
}
.testimonial-slider .slick-arrow,.home-team_section .slick-arrow{
    display: none !important;
}

select::placeholder {
    font-size: 5px !important;
}
/* Banner */
/*.banner .cus-slider.slick-initialized .slick-slide .slider-img{
	display: none !important;
}*/
.banner{
    position: relative;
    height: 80vh;
    margin-top: 0;
}
.banner li{
    list-style: none;
    margin: 0;
    position: relative;
}
.banner ul{
    margin: 0;
    margin-bottom: 0 !important;
}
.banner img{
    height: 80vh;
    object-fit: cover;
    width: 100%;
}
.banner .slick-arrow {
	display: none !important;
}
.banner .absolute-content {
	position: absolute;
	bottom: auto;
	left: 0%;
	transform: translateY(-50%);
	width: 1000px;
	text-align: center;
	top: 50%;
}
.banner .absolute-content.container-left-padding {
	padding-left: calc((100% - 1500px) / 2);
}
.banner .absolute-content .title {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.banner .absolute-content .title b {
	color: #fff;
/*	display: block;*/
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: 400;
}
.banner .absolute-content .sub-title {
	font-size: 33px;
	margin-bottom: 0px;
	font-weight: 400;
	color: var(--primary-color);
    font-family: ACaslonPro;
}
.banner .content p {
	font-size: 22px;
	max-width: 490px;
	margin: auto;
	line-height: 1.4;
	margin-top: 10px;
}

.banner .primary-button {
	font-size: 16px;
	text-transform: uppercase;
	background: var(--primary-color);
	color: #fff;
	padding: 15px 28px;
	display: inline-block;
	margin-top: 15px;
	font-weight: 400;
	border-radius: 30px 0 30px 0px;
}
.banner .secondary-button {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--secondary-color);
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	display: inline-block;
}
.banner .buttons {
	text-align: center;
}
.banner .primary-button:hover {
	color: #fff;
	background: var(--secondary-color);
}
.banner .secondary-button:hover {
	color: #fff;
	background: var(--primary-color);
}
.banner .slick-dots {
	bottom: 10px;
}
.banner .slick-dots li button::before {
    font-size: 14px;
    opacity: 1;
    color: #2c2c2c;
}
.banner .slick-dots li.slick-active button::before {
    color: #26589d;
    opacity: 1;
}

/* Banner Bottom */
.font-h3 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}
/*---- new patients specials-----*/
 .np-specials-main {	padding-top: 35px;padding-bottom: 60px;}
.np-specials-main .comman-heading b {
    font-weight: 500;
    color: var(--fifth-color) !important;
}
.np-specials-main .comman-heading {
    font-weight: 800;
    color: var(--font-color) !important;
}
.box-shadow {
    box-shadow: 0 0 25px #ddd;
}
.np-sp-inner-main > div > div > div {
    padding: 50px 0px;
    text-align: center;
}
.np-sp-inner-main .np-special {
    font-size: 45px;
    color: var(--primary-color);
}
.np-sp-inner-main .np-special2 {
    color: #fff;
    font-size: 45px;
}
.np-sp-inner-main .new-pat-inner p {
    font-size: 25px !important;
    color: var(--font-color);
    font-weight: bold;
    line-height: 1.2;
}
.np-sp-inner-main .new-pat-inner2 p {
    font-size: 25px !important;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
.np-sp-inner:hover {
	background: var(--primary-color);
}
.np-sp-inner:hover h2.np-special, .np-sp-inner:hover .new-pat-inner p  {
    color: #fff !important;
}
.np-sp-inner2 {
	background: var(--secondary-color);
}
.np-sp-inner2:hover{
	background: var(--primary-color) !important;
}

/*----------End-------------------*/
/* homeVideoSlider slider */
/* Home case videos */
.homeVideoSlider .slick-slide {
	margin-top: 85px;
	margin-bottom: 85px;
	position: relative;
}
.homeVideoSlider .slick-slide img {
	transition: .3s ease-in-out;
/*	box-shadow: 0px 0px 7px 1px #aba79e;*/
	/*-webkit-filter: brightness(0.5);
	filter: brightness(0.5);*/
}
.homeVideoSlider .play-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 4px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .1s ease-in-out;
	animation: white_shadow 2s linear infinite;
}
.homeVideoSlider .play-icon::after {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	content: '';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: #fff;
	clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
	margin-left: 15px;
	transition: 1s ease-in-out;
}
.homeVideoSlider .slick-slide.slick-current {
	z-index: 99;
}
.homeVideoSlider .slick-slide.slick-current img {
	transform: scale(1.4);
	/* -webkit-filter: brightness(0.8);
	filter: brightness(0.8); */
}
/*.slick-prev::before, .slick-next::before {
	display: none;
}*/
.patients-says {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}
.patients-says .title{
	font-size: 5.2rem;
	color: var(--first-color);
}
.homeVideoSliderSection .btn-wrap {
	text-align: center;
	margin-top: 4rem;
}
.homeVideoSliderSection .btn-wrap button {
	background: var(--first-color);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 84px;
	width: 84px;
	margin: 0 13px;
	transition: .3s linear;
}
.homeVideoSliderSection .btn-wrap button:hover {
	background: #000;
}
.homeVideoSliderSection button.slick-next.slick-arrow:before {
    content: '';
    background-image: url('../images/icon-right.png') !important;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(20px, -50%);
}
.homeVideoSliderSection button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url('../images/icon-left.png') !important;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    left: -10px;
    top: 50%;
    transform: translate(0px, -50%);
}
.patients-says .comman-heading b {
    font-weight: 500;
    color: var(--fifth-color) !important;
}
.patients-says .comman-heading {
    font-weight: 800;
    color: var(--font-color) !important;
}
/* ---------- our patient sya it best End------------ */

/*Welcome to Dentist section*/
.welcome-dentist-section {
    margin-top: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.column-inner-p0 > .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.welcome-dentist-section.mt-50{
    margin-top: 0;
}
.welcome-dentist-section p{
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}
.welcome-dentist-section h2.vc_custom_heading,.comman-heading{
	font-size: 42px;
	line-height: normal;
	color: #000000;
	font-weight: 300;
}
.comman-heading b{
    font-weight: 500;
}
.comman-heading{
    font-weight: 400;
}
.welcome-dentist-section h2.vc_custom_heading b {
	font-weight: 500;
	color: var(--primary-color);
}
.welcome-dentist-section .primary-button {
	margin-top: 30px;
}
.welcome-dentist-section h3 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}
.welcome-dentist-section h2.vc_custom_heading::after {
	content: '';
	height: 4px;
	width: 47px;
	display: block;
	background: var(--primary-color);
	margin: 22px auto;
}

/* our services slider */
.home-services{
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 80px;
}
.home-services .comman-heading {
	line-height: normal;
    margin-bottom: 20px;
}
.home-services .comman-heading b{
    color: var(--fifth-color) !important;
}
.home-services ul{
    margin: 0;
}
.service-slide-inner .title {
	font-size: 21px;
	line-height: 1.1;
	color: var(--secondary-color);
	font-weight: 700;
	font-family: "Poppins";
	padding-top: 30px;
	padding-bottom: 10px;
}

.service-slide-inner a.service-more {
    border-radius: 30px 0;
    background-color: #404041;
    font-size: 16px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding: 10px 34px;
}
.service-inner.service-.service-icon {
    min-height: 85px;
}

.services-slider1 .slick-next:before{
    font-family: slick;
    font-size: 44px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.services-slider1 .slick-prev:before {
    font-family: slick;
    font-size: 44px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.services-slider1 button.slick-prev.slick-arrow {
    position: relative;
}
.services-slider1 button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url('../images/icon-left.png') !important;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    left: -10px;
    top: 178px;
}
.services-slider1 button.slick-next.slick-arrow:before {
    content: '';
    background-image: url('../images/icon-right.png') !important;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
}
ul.services-slider1 li.slick-slide {
	padding: 20px 10px !important;
	margin: 15px 10px;
	padding-bottom: 40px !important;
}
ul.services-slider1 li.slick-slide:hover {
    width: auto;
    height: auto;
    border-radius: 50px 0;
    filter: drop-shadow(0 0 7.5px rgba(0,0,0,0.23));
    background-color: #ffffff;
    padding: 20px 20px;
    margin: 15px 10px;
}
.service-slide-inner .content p {
	font-size: 14px;
	color: #676767;
	line-height: 1.6;
}
.our-services-section h2.vc_custom_heading {
    font-size: 46px;
    line-height: 50px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
}
.our-services-section h2.vc_custom_heading span {
    color: #22a359;
    font-weight: 400;
}
.our-services-section {
    padding-bottom: 70px;
}


/* Home Appointment */
.home-appointment-form {
	margin-top: 0;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--primary-color);
}
.home-appointment-form .title {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
}
.home-appointment-form .title b {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 500;
}
.default-form.homepage-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 17px;
}
.default-form.homepage-form .full{
    grid-column: span 3;
}
.default-form.homepage-form .col-4.full.textarea {
	grid-column: span 2;
}
.default-form.homepage-form .col-4.full.text-center.submit {
	grid-column: span 1;
	text-align: right;
}
.default-form.homepage-form .col-4.full.textarea textarea {
	width: calc(100% + 113px);
}
.default-form.homepage-form input:not([type="checkbox"], [type="submit"]) {
	width: 100%;
	height: 52px;
	padding-left: 25px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #cfcfcf;
	background-color: transparent;
	border-radius: 50px;
	border: 1px solid #fff;
}
.default-form.homepage-form input::placeholder,.default-form.homepage-form textarea::placeholder{
    color: #cfcfcf;
    opacity: 1;
}
.default-form.homepage-form input:focus,.default-form.homepage-form textarea:focus{
    outline: none;
}
.default-form.homepage-form select option {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
}
.default-form.homepage-form textarea {
	height: 54px;
	padding-top: 12px;
	padding-left: 25px;
	color: #cfcfcf;
	border-radius: 50px;
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
	border: 0;
	opacity: 1;
	font-size: 16px;
	resize: none;
	border: 1px solid #fff;
}
.default-form.homepage-form select {
	width: 100%;
	height: 52px;
	background-color: transparent;
	border-radius: 50px;
	padding-left: 25px;
	font-size: 14px;
	border: 0;
	font-family: 'Poppins', sans-serif;
	-webkit-appearance: none;
	appearance: none;
	color: #cfcfcf;
	border: 1px solid #fff;
	font-size: 16px;
}
.default-form.homepage-form .date input{
    appearance: none;
    font-family: 'Poppins', sans-serif;

}
.default-form.homepage-form .wpcf7-response-output {
	color: #fff;
}
.app-social svg {
	width: 20px;
	height: 20px;
	color: var(--primary-color);
	fill: var(--primary-color);
}
.app-social ul {
	list-style: none;
	margin: 0;
	display: flex;
}
.app-social ul li {
	margin: 0;
}
.app-social ul li a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-right: 7px;
}
.cus-paragraph .white-logo img {
    filter: brightness(0) invert(1);
}
.cus-paragraph ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.app-social ul li a:hover{
	background: var(--secondary-color);
}
.footer-social li a:hover{
	background: var(--secondary-color);
}
.app-social ul li a:hover svg {
    fill: #fff;
}
.footer-social ul li a:hover svg {
    fill: #fff;
}
.app-social .content {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}
.home-appointment-form .outer{
    display: flex;
    flex-wrap: wrap;
}
.home-appointment-form .col-8 {
	width: 70%;
}
.home-appointment-form .col-4.right {
	width: 30%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.app-social ul li:last-child a {
	margin-right: 0;
}


.radio-main input {
	position: absolute;
	left: 0;
	top: 0;
    visibility: hidden;
}
.radio-main .wpcf7-list-item{
    margin: 0;
    position: relative;
}
.radio-main .wpcf7-list-item-label {
	height: 52px;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 14px;
}
.radio-main span {
	width: 100%;
	display: block;
}
.radio-main .wpcf7-form-control.wpcf7-radio {
	display: flex;
}
.radio-main .wpcf7-list-item.first .wpcf7-list-item-label {
	border-radius: 50px 0px 0px 50px;
}
.radio-main .wpcf7-list-item.last .wpcf7-list-item-label {
	border-radius: 0px 50px 50px 0px;
}
.radio-main input:checked + .wpcf7-list-item-label {
	background: var(--secondary-color);
	color: #000;
}
.default-form.homepage-form input[type="submit"] {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: var(--secondary-color);
	border-radius: 50px;
	padding: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border: 0;
	height: 52px;
	width: 152px;
}
.home-appointment-form .wpcf7-not-valid-tip{
    color: #fff;
}
.default-form.homepage-form input[type="submit"]:hover {
	background: #fff;
	color: #000;
}
.default-form.homepage-form .wpcf7-spinner{
    position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}
.home-appointment-form .wpcf7 form.invalid .wpcf7-response-output{
    color: #fff;
}

.mt-50{
    margin-top: 50px;
}
.primary-button .vc_btn3 {
	color: #fff !important;
    border: 0 !important;
    background: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 30px !important;
    line-height: 1.4 !important;
    border-radius: 20px 0 20px 0px !important;
}
.secondary-button .vc_btn3 {
	color: #000 !important;
	border: 0 !important;
	background: var(--secondary-color) !important;
	font-size: 16px !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 30px !important;
	line-height: 1.4 !important;
	border-radius: 20px 0 20px 0px !important;
}
.primary-button .vc_btn3:hover {
	background: var(--secondary-color) !important;
	color: #fff !important;
}
.secondary-button .vc_btn3:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.primary-button.vc_btn3-container,.secondary-button.vc_btn3-container{
    margin-bottom: 0;
}
.wpb_content_element{
    margin-bottom: 0 !important;
}


/* home-testimonial */
.home-testimonial-section .vc_col-sm-3{
    width: 34%;
}
.home-testimonial-section .vc_col-sm-9{
    width: 66%;
    padding-left: 45px;
    padding-top: 35px;
}
.home-testimonial-section .vc_col-sm-9 .vc_column-inner{
    padding-left: 0;
}

.testimonial-slider .item {
	border-radius: 30px;
	background: var(--fourth-color);
	padding: 30px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    margin: 13px;
}
.testimonial-slider .item .content p {
	color: #fff;
	font-style: italic;
    line-height: 1.8;
    font-size: 15px;
}
.testimonial-slider .testimonial-meta {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.home-testimonial-section .testimonial-meta img {
	border-radius: 50%;
	display: block;
    margin-right: 15px;
}
.home-testimonial-section .testimonial-meta .title{
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.home-testimonial-section .small-heading {
	margin-bottom: 30px;
}
.home-testimonial-section .font-h3 {
    font-size: 40px;
}
.home-testimonial-section .wpb_single_image img{
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    border-radius: 30px;
}
.home-testimonial-section .slick-dots{
    bottom: 25px;
}
.home-testimonial-section .slick-dots li button{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.home-testimonial-section .slick-dots li{
    height: unset;
    width: unset;
    margin: 0 10px;
}
.home-testimonial-section .slick-dots li.slick-active button{
    background-color: #aae6dc;
}
.home-testimonial-section .slick-dots li button::before {
    display: none;
}

/* Why Choose */
.why-chooes-section {
	background: #eef7f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.d-n-c-h {
	display: none;
}
.why-chooes-section h2.vc_custom_heading {
	font-size: 58px;
	color: var(--secondary-color);
	line-height: 1.2;
}
.why-chooes-section .wny-choose-top .vc_col-sm-3 {
	width: 43%;
}
.wny-choose-top .vc_col-sm-9 {
	width: 57%;
}
.why-chooes-section p{
    font-size: 16px;
    font-weight: 400;
}
.why-chooes-section h3.vc_custom_heading {
	font-size: 25px;
	font-weight: 600;
	color: var(--secondary-color);
    margin-top: 20px;
}
.whychooes-box-section .wpb_single_image {
	height: 133px;
	width: 133px;
	background: #ffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px 0;
}
.wny-choose-top {
	margin-bottom: 70px;
}
.wny-choose-top .wpb_single_image img{
    filter: drop-shadow(3px 10px 13px #d9e2dc);
}
/* meet-our-dentist */
.meet-our-dentist .wpb_wrapper.vc_figure,.meet-our-dentist .vc_single_image-wrapper.vc_box_border_grey,.meet-our-dentist .wpb_single_image img{
	width: 100%;
}

.meet-our-dentist .left-col .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    animation: white_shadow 2s linear infinite;
}


.meet-our-dentist .font-h3 b {
    color: var(--secondary-color);
}
.small-heading{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.meet-our-dentist .font-h3 {
	font-size: 42px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.meet-our-dentist .vc_col-sm-6:first-child{
    padding-right: 23px;
}
.meet-our-dentist .absolute-content {
	font-size: 32px;
	font-weight: 500;
	background-color: var(--secondary-color);
	width: 260px;
	position: absolute;
	bottom: -40px;
	right: 0;
	margin-bottom: 0;
	padding: 40px 20px;
	border-radius: 50px 0 50px;
	color: #212121;
}
.meet-our-dentist .secondary-button {
	margin-top: 30px;
}
.meet-our-dentist .right-col {
	padding-left: 15px;
}
.meet-our-dentist {
	overflow: visible;
	padding-bottom: 50px;
}
.meet-our-dentist p {
	line-height: 1.8;
}

.meet-our-dentist .left-col.play-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .1s ease-in-out;
    animation: white_shadow 2s linear infinite;
}
.dr-img-lf-sec img {
    border-radius: 50px 0px;
}

/* Gallery */
.masonry-gallery {
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.masonry-gallery li {
	margin: 0;
	width: 20%;
	float: left;
    position: relative;
    padding: 10px;
}
.masonry-gallery li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0px 50px 0px;
}
.masonry-gallery li:nth-child(3) {
	width: 40%;
}
.masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4) {
	height: 500px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(3) {
	height: 690px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {
	height: 540px;
	object-fit: cover;
	margin-top: -189px;
}
.masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {
	height: 350px;
	object-fit: cover;
}
.masonry-gallery li:first-child > a {
	display: none;
}
.home-gallery .absolute-content {
	position: absolute;
	top: 17%;
	left: 10%;
	width: 268px;
	background: var(--secondary-color);
	border-radius: 50px 0px 50px 0px;
	padding: 50px 20px;
	text-align: center;
	padding-bottom: 60px;
	filter: drop-shadow(4px 3px 7px rgba(0,0,0,.4));
}
.home-gallery .absolute-content .inner-title {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
    font-family: ACaslonPro;
    margin-bottom: 0;
}
.home-gallery .absolute-content .sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

/* 
.masonry-gallery img {
	height: 100%;
	object-fit: cover;
}

.masonry-gallery .tall {
	grid-row: span 2;
	max-height: unset;
}
.masonry-gallery .wide {
	grid-column: span 2;
}
.masonry-gallery img {
	width: 100%;
}
.masonry-gallery li{
    list-style: none;
    max-height: 315px;
    margin-bottom: 0;
} */
.home-gallery {
	margin-top: 50px;
	padding-top: 0;
	background: transparent;
	margin-bottom: 50px;
}
.home-gallery .vc_custom_heading {
    color: #000;
    margin-bottom: 30px;
    font-size: 42px;
}
.home-gallery .font-h3 b{
    color: var(--primary-color);
    font-weight: 700;
}




/* Tab */
.home_tab-section .wpb_single_image .vc_figure,.home_tab-section .wpb_single_image .vc_single_image-wrapper,.home_tab-section .wpb_single_image img{
    width: 100%;
}
.home_tab-section .vc_tta-container{
    margin-bottom: 0 !important;
    position: relative;
}
.home_tab-section .vc_tta-tabs-container {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home_tab-section .vc_tta-tab{
    display: block !important;
    margin: 0 !important;
}
.home_tab-section .vc_tta-panel-body{
    padding: 0px !important;
}
.home_tab-section .container-left-padding{
    padding-left: calc((100% - 1210px) / 2);
}
.container-left-padding{
    padding-left: calc((100% - 1210px) / 2);
}
.container-right-padding{
    padding-right: calc((100% - 1210px) / 2);
}
.home_tab-section .vc_col-sm-6:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 85px;
}
.home_tab-section .tab-inner{
    background-color: #eff6fb;
}
.home_tab-section{
    border-top: 10px solid var(--primary-color);
    border-bottom: 10px solid var(--primary-color);
}
.home_tab-section .vc_tta-tab > a,.home_tab-section .vc_tta-panel-title > a {
	padding: 14px 15px !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: var(--secondary-color) !important;
    text-transform: uppercase !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}
.home_tab-section .vc_tta-tab.vc_active > a,.home_tab-section .vc_tta-panel.vc_active .vc_tta-panel-title > a{
    background: var(--primary-color) !important;
}
.home_tab-section .vc_tta-tabs-list {
	border-radius: 15px;
    width: 180px;
}
.home_tab-section .small-heading{
    margin-bottom: 18px;
    color: #083d60;
}
.home_tab-section .vc_custom_heading.font-h3{
    color: #2d2d2d;
    text-transform: capitalize;
}
.home_tab-section p{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.9;
}
.home_tab-section .secondary-button{
    margin-top: 35px;
}
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner, .home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div,
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image,.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper,
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper .vc_single_image-wrapper{
	height: 100%;
}
.home_tab-section .vc_col-sm-6:last-child > .vc_column-inner > div .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
	height: 100%;
	object-fit: cover;
}

/* Home Team Member */
.home-team_section .vc_custom_heading {
	color: var(--primary-color);
	margin-bottom: 23px;
	line-height: 1;
}
.home-team_section .small-heading {
	color: var(--secondary-color);
	margin-bottom: 42px;
}


.custom-team-item {
	background: var(--primary-color);
	border-radius: 20px;
	padding: 55px 20px;
    position: relative;
}
.custom-team-outer {
	padding: 0 10px;
}
.custom-team-item .post-thumbnail img {
	border-radius: 50%;
    margin: auto;
}
.custom-team-item .title {
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 23px;
	margin-bottom: 27px;
    line-height: 1.1;
}
.custom-team-item{
    text-align: center;
}
.custom-team-item .title a {
	color: #fff;
	font-size: 20px;
}
.hover-content {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	background: var(--secondary-color);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
	height: 100%;
	width: 100%;
	border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.custom-team-item:hover .hover-content {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.hover-content .title{
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.hover-content .team-degination {
	margin-bottom: 23px;
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.hover-content .team-short-dis p{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.custom-team-item .read-more {
	display: inline-block;
	padding: 15px 22px;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--primary-color);
	background: #fff;
	border-radius: 10px;
}
.map-top .map-inner {
	background: var(--secondary-color);
	border-radius: 100px 100px 100px 0px;
	padding: 50px 65px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map-top .font-h3 {
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 40px;
    color: #fff;
}
.map-top .font-h3 b{
    font-weight: 700;
    text-transform: uppercase;
}
.map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {
	font-size: 20px;
	color: #fff;
}
.footer-map iframe {
	width: 100%;
	height: 516px;
    display: block;
}
.map-top {
	margin-bottom: -90px;
	z-index: 9;
	position: relative;
    margin-top: -110px;
}
.map-top .buttons a{
    color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 20px 0;
	height: 52px;
	width: 172px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.map-top .secondary-button {
	border: 2px solid var(--primary-color);
	
}
.map-top .buttons {
	display: flex;
}
.map-top .primary-button {
	background: #26589d;
}
.map-top .secondary-button {
    background: var(--primary-color);
}
.map-top .primary-button:hover{
    background: var(--primary-color);
}
.map-top .secondary-button:hover {
    background: #26589d;
}
/*.map-top .buttons a:hover {
	background: var(--font-color);
	border-color: var(--font-color);
	color: #fff;
}*/
/* ------ Custom Dr Section------ */
.inr-img-sec:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /* box-shadow: 600px 0px 0px #ffffff5e; */
    /* border-right: 600px solid #ffffff59; */
    z-index: 2;
    top: 0;
    background: linear-gradient(267deg, rgb(255 255 255 / 80%), rgba(255, 0, 0, 0) 70.71%), linear-gradient(267deg, rgb(255 255 255 / 80%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(269deg, rgb(255 255 255 / 80%), rgba(0, 0, 255, 0) 70.71%);
}
/* .inr-img-sec:before {
    content: ' ';
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    box-shadow: 950px 0px 0px #ffffff5e;
     z-index: 2;
     top: 0;  } */
.cus-dr-sec .inr-img-sec .wpb_single_image .vc_single_image-wrapper, .cus-dr-sec .inr-img-sec .wpb_single_image .vc_figure, .cus-dr-sec .inr-img-sec .wpb_single_image img {
    width: 100%;
}
.pos-absu {
    position: absolute;
    top: 50%;
    left: calc(100% - 1500px);
    right: calc(100% - 1500px);
    transform: translate(0px, -49%);
	z-index: 3;
}
.doctor-sec-content p a {
    font-size: 16px;
    font-weight: 600;
/*    margin: 0;*/
    background-color: #FFF;
    width: 230px;
/*    margin: 0 auto;*/
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
	color: var(--fifth-color);
}
.cus-dr-sec .font-h3.primary-color {
    color: var(--secondary-color);
    font-weight: bold;
}
.cus-dr-sec .primary-button.vc_btn3-container {
    margin-right: 15px !important;
}
.cus-dr-sec .secondary-button .vc_btn3 {
    color: #fff !important;
}
.welcome-msg-sec {
    top: 50%;
    transform: translate(15px, 100%);
}

/*----END-----*/
/*-------- Custom home Tab------------ */
.custom-home-tab .wpb_column.vc_column_container.vc_col-sm-12 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*-------Custom home Tab End -----------*/

/*---------- Meet alfie----------- */
.meet-alfie .font-h3.primary-color {
    font-weight: bold;
    font-size: 46px;
}
.meet-alfie .small-heading{
	font-size: 18px;
	color: var(--secondary-color);
}
.meet-alfie p {
	font-size: 18px;
}
.meet-alfie .secondary-button .vc_btn3 {color: #fff !important;}
.meet-alfie .primary-button.vc_btn3-container{ margin-right:15px !important }
.meet-alfie {margin-bottom: 50px;}
/*---------Meet alfie End------------*/
/* Footer */

footer ul, footer ol{
	margin-left: 0;
    list-style: none;
}
footer {
	background: var(--primary-color);
    padding-top: 127px;
    padding-bottom: 40px;
}
footer .container {
	display: flex;
	justify-content: space-between;
    max-width: 1240px;
}
footer .title {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.contact-details li svg {
	width: 20px;
	color: #fff;
}
.footer-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 13px;
}
footer .footer-1 {
	width: 35%;
}
footer .footer-2 {
	width: 25%;
	padding-left: 0;
}
.cus-footer {
	width: 15%;
}
.cus-footer a {
	color: #fff;
}
.cus-footer a:hover,.contact-details a:hover{
    color: #000;
}
/*.cus-footer a:hover,.contact-details a:hover{
	color: var(--secondary-color);
}*/
footer .footer-3 {
	width: 25%;
	padding-left: 30px;
}
.footer-form input:not([type="submit"]){
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 15px;
    border: 0;
}
.footer-form input::placeholder, .footer-form textarea::placeholder{
    font-weight: 500;
    color: #000;
    opacity: 1;
}
.footer-form textarea {
	height: 82px;
	padding-left: 15px;
	font-size: 15px;
	color: #000;
	border: 0;
	border-radius: 10px;
	padding-top: 15px;
}
.footer-form .items:nth-child(5), .footer-form .items:last-child {
	grid-column: span 2;
}
.footer-form input[type="submit"]{
    width: 127px;
    height: 46px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--primary-color);
    padding: 0;
    border: 0;
    cursor: pointer;
}
.c-logo {
	font-size: 50px;
	margin: 0;
	line-height: 1.1;
	font-weight: 900;
    margin-bottom: 26px;
}
footer a, footer p {
	color: #fff;
}
.hours li {
	color: #fff;
	margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.copyright-bar {
	padding: 20px 0;
	font-size: 17px;
	color: #fff;
	background: var(--secondary-color);
	text-align: center;
	font-weight: 400;
}
.footer-social h4 {
	margin-bottom: 18px;
	margin-top: 30px;
}
.footer-social li {
    margin-right: 6px;
	display: inline-block;
}
.footer-social li a {
	height: 37px;
	width: 37px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
    padding: 8px;
}
.footer-social li a svg {
	color: var(--primary-color);
	fill: var(--primary-color);
}
.contact-details a svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contact-details a {
	position: relative;
	padding-left: 30px;
    display: block;
    color: #fff;
}
.contact-details li:not(:last-child) {
	margin-bottom: 20px;
}
.contact-details li:last-child{
    margin-bottom: 0;
    max-width: 245px;
}
.site-footer .logo {
	margin-bottom: 20px;
}
footer ul{
    margin-bottom: 0;
}
.site-footer .cus-paragraph {
	margin-bottom: 15px;
}





/*  Contact Us  */
.post, .page {
	margin: 0;
}
.inner-page-banner .container {
	max-width: 100%;
	background: var(--secondary-color);
	color: #fff;
	text-align: center;
}
.inner-page-banner .entry-title {
	line-height: normal;
	font-size: 36px;
	margin: 0;
	font-weight: 500;
}
.inner-page-banner {
	background-color: var(--secondary-color);
	color: #fff;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.4);
	margin-bottom: 50px;
}

.contact-page-details {
	background: var(--primary-color);
	text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.contact-page-details .vc_custom_heading {
	color: #fff;
	font-size: 22px;
	padding: 20px 0 10px;
	margin: 0;
	font-weight: 500;
}
.contact-page-details .content, .contact-page-details .content a {
	font-size: 16px;
	color: #fff;
}
.contact-page-details .content a:hover{
    color: var(--font-color);
}
.contact-page-details .vc_col-sm-4:not(:first-child) .vc_column-inner {
	border-left: 1px solid #fff;
}
.contact-page-details .vc_col-sm-4 .vc_column-inner {
	padding: 40px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}
.contact-page-details .vc_col-sm-4 .vc_column-inner:hover img{
    transform: rotate(45deg);
    transition: 0.4s;
}
.con-page-form-sec > .vc_col-sm-4 {
	background: #b4c8ca;
}
.con-page-form-sec .vc_col-sm-8 {
	background: var(--primary-color);
}
.con-page-form-sec .s-heading{
	font-size: 26px;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.con-page-form-sec > .vc_col-sm-4 {
	background: #f6fcfc;
	padding: 40px 15px;
	color: #000;
}
.con-page-form-sec .wpcf7-not-valid-tip,.con-page-form-sec .wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}
.con-page-social::before{
    display: none !important;
}
.con-page-social {
	max-width: 43%;
	margin: auto !important;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.con-page-social .vc_col-sm-4 {
	width: 100%;
}
.con-page-social .vc_col-sm-4 >div{
    padding: 0;
}
.con-page-social .vc_icon_element{
    margin-bottom: 0 !important;
}
.mt-30{
    margin-top: 30px;
}
.con-page-form-sec .timing-outer {
	margin-bottom: 30px;
}
.con-page-form-sec .vc_col-sm-6:first-child {
	width: 30%;
}
.con-page-form-sec .vc_col-sm-6:last-child {
	width: 70%;
	padding-left: 95px;
}
.con-page-form-sec .vc_col-sm-6 span, .con-page-form-sec .vc_col-sm-6 p {
	font-size: 14px;
}
.con-page-form-sec .vc_col-sm-6 .alt-txt {
	display: block;
	position: absolute;
	font-size: 12px;
}
.con-page-form-sec .vc_col-sm-8 .s-heading{
    color: #fff;
}

/* Team Page */
.custom-team-page-list .custom-team-page-item {
	display: flex;
	flex-wrap: wrap;
}
.custom-team-item-outer:nth-child(odd) {
	background: #eff6fb;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0px;
}
.custom-team-item-outer:nth-child(2n+1) .custom-team-page-item {
	flex-direction: row-reverse;
}
.custom-team-page-item .content {
	width: 70%;
	padding-right: 50px;
}
.custom-team-page-item .custom-feature_image {
	width: 30%;
}
.custom-team-page-item .post-thumbnail, .custom-team-page-item .post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.custom-team-page-list .title {
	font-size: initial;
}
.custom-team-item-outer:nth-child(2n) .content {
	padding-right: 0;
	padding-left: 60px;
}
.custom-team-item-outer:first-child {
	margin-top: 0;
}
.custom-team-page-list .title a {
	font-size: 30px;
	color: #fff;
	background: var(--primary-color);
	width: 100%;
	display: block;
	padding: 20px;
	border-radius: 20px;
}
.custom-team-page-item .content p {
	font-size: 15px;
	line-height: 1.8;
}
.team-banner .vc_col-sm-6:first-child {
	width: 40%;
}
.team-banner .vc_col-sm-6:last-child{
    width: 60%;
}
.team-banner .font-h3 {
	color: var(--primary-color);
	line-height: 1.1;
	font-size: 34px;
	margin-bottom: 15px;
}
.team-banner .small-heading{
    margin-bottom: 10px;
}
.team-banner p{
    line-height: 1.6;
    font-size: 16px;
}


/* Blog and single blog Page */
/*
.blog .col-8,.single .col-8{
	width: 70%;
    padding-right: 40px;
}
.blog .col-4, .single .col-4{
	width: 30%;
    padding-left: 30px;
}
.blog .row ,.single .row{
	display: flex;
	flex-wrap: wrap;
}
.col-4 #secondary p {
	display: none;
}
.recent-post-title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background: var(--secondary-color);
	padding: 10px;
}
.recent-posts .recent-post {
	display: flex;
	flex: 20% 0 0;
	align-items: center;
	column-gap: 15px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px;
	background: #fff;
}
.recent-posts .recent-post .featured-image {
	width: 20%;
}
.recent-posts .recent-post .featured-image img{
    display: block;
}
.recent-posts .recent-post h2 {
	font-size: inherit;
	margin: 0;
}
.recent-posts .recent-post a{
	color: #000;
	font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.blog .col-8 .post__title, .blog .col-8 .post__title a {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
    line-height: normal;
    margin-top: 10px;
}
.blog .blog-cont {
	font-size: 14px;
}
.blog .blog-readmore a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	background: var(--primary-color);
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
    border-radius: 5px;
}
.blog .blog-readmore a:hover {
	background: var(--secondary-color);
}
.blog .col-8 {
	width: 70%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 40px 24px;
}
.blog .col-8 article {
	border: 1px solid #e7e7e7;
	padding: 20px;
}
.blog .col-8 article header{
    padding-top: 0;
}
.single-feature-image img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.single .col-8 p {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}
.single .col-8 a {
	color: var(--primary-color);
	font-weight: 600;
}

.blog #load-more-button {
	font-size: 16px;
	background: var(--secondary-color);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	border-radius: 50px;
	padding: 17px 40px;
	letter-spacing: 2px;
	transition: .3s linear;
	cursor: pointer;
}
.blog #load-more-button:hover {
	background: var(--primary-color);
}
.blog .load-more-button-outer {
	width: 70%;
	text-align: center;
	margin-top: 50px;
}
.blog .main{
	background: #f4f4f4;
}
.single .col-8{
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 40px 24px;
}
*/
/* Service Pages */
.service-bg-color{
    background-color: #0076c024;
}
.service-py50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.custom-sv-list {
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.custom-sv-list li {
	list-style-type: none;
	float: left;
	width: 33.3333%;
	padding: 5px;
    margin-bottom: 0;
}
.custom-sv-list li a {
	background: unset;
	display: block;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	transition: 0.3s;
	border-radius: 6px;
	text-decoration: none;
	border: 1px solid #FFF;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
.custom-sv-list li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.custom-sv-list li h3{
    margin-bottom: 0;
}
.all-services {
	background: var(--secondary-color);
}
.all-services .section-title {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

/* Single Team */

.team-member-outer {
	display: flex;
	flex-wrap: wrap;
}
.team-member-outer .left-image {
	width: 30%;
}
.team-member-outer .team-content {
	width: 70%;
	padding-left: 40px;
}
.team-member-outer .left-image img {
	width: 100%;
	display: block;
    box-shadow: 0 0 5px 1px #ccc;
}
.team-member-outer .team-content p {
	font-size: 18px;
	line-height: 1.7;
}

/* Home New Tab */
.home_tab-section1 .vc_tta-panels {
    background-color: transparent !important;
}
.home_tab-section1 {
    padding: 50px 0px;
    padding-left: 30px;
    height: 574px;
}

.home_tab-section1 .tab-inner1 h2.vc_custom_heading {
	font-size: 34px;
	line-height: normal;
	color: #333333;
	font-weight: 500;
}
.home_tab-section1 .tab-inner1 .wpb_content_element p {
    font-size: 16px;
    line-height: normal;
    color: #333333 !important;
    font-weight: 400;
    font-family: "Poppins"
    
}
.home_tab-section1 .secondary-button.learn-more-btn a {
	margin-top: 40px;
}
.home_tab-section1 .secondary-button{
    margin-top: 0 !important;
}
.home_tab-section1 .tab-inner1 .tab-right-col ul li:last-child {
	border-bottom: 0;
}
.home_tab-section1 .tab-inner1 .tab-right-col ul li {
	font-size: 15px;
	line-height: 40px;
	color: #333333;
	border-bottom: 1px solid;
	width: 50%;
    list-style: none;
}
.home_tab-section1 ul.vc_tta-tabs-list li {
    background-color: var(--secondary-color) !important;
    border-left: 2px solid #fdfdfd5e;
}
.home_tab-section1 ul.vc_tta-tabs-list li a,.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
    font-weight: 400;
    padding: 17px 34px !important;
    transition: .3s linear;
}
.home_tab-section1 ul.vc_tta-tabs-list li a:hover, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.secondary-button.learn-more-btn a {
    border-radius: 20px 0 !important;
    background: var(--secondary-color) !important;
    font-weight: 400;
    text-transform: uppercase;
}
.home_tab-section1 li.vc_tta-tab.vc_active {
    position: relative;
}
.home_tab-section1 li.vc_tta-tab.vc_active:after {
    content: '▴';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -13px;
    font-size: 26px;
    opacity: 1;
    color: #fff;
}
.home_tab-section1 ul.vc_tta-tabs-list li.vc_tta-tab:nth-child(1) {
    border-radius: 4px 0px 0px 4px !important;
}
.home_tab-section1 ul.vc_tta-tabs-list li.vc_tta-tab:nth-child(1) a {
    border-bottom-left-radius: 4px !important;
}
.home_tab-section1 ul.vc_tta-tabs-list li.vc_tta-tab:last-child {
    border-radius: 0px 4px 0px 0px !important;
}
.home_tab-section1 ul.vc_tta-tabs-list li.vc_tta-tab:last-child a {
    border-bottom-right-radius: 4px !important;
}
.home_tab-section1 ul.vc_tta-tabs-list li.vc_tta-tab:last-child {
    border-radius: 0px 4px 5px 0px !important;
}
.home_tab-section1 .vc_tta-panel-body {
	max-width: 991px !important;
	padding: 0 !important;
	padding-top: 20px !important;
}
.home_tab-section1 .wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
    padding: 20px 30px;
    font-size: 18px;
}
.home-blog .font-h3,.home-video-sec .font-h3{
	font-weight: 500;
    font-size: 42px;
}
.home-blog .font-h3 b,.home-video-sec .font-h3 b{
	font-weight: 400;
    color: var(--primary-color);
}
.home-blog {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eef7f1;
}
.home-blog .vc_gitem-post-data-source-post_excerpt {
	display: none;
}
.home-blog .vc_btn3.vc_btn3-size-md {
	font-size: 16px;
	padding: 0;
	line-height: normal;
	text-transform: uppercase;
	height: 40px;
	width: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color ) !important;
	border-radius: 20px 0 20px;
    margin: auto;
}
.home-blog .vc_btn3.vc_btn3-size-md:hover {
	background-color: var(--font-color) !important;
}
.home-blog .vc_gitem-post-data h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	text-align: center !important;
}
.home-blog .vc_btn3-container{
    margin: 0;
}
.vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a{
	border-radius: 50px 0 0px;
    height: 250px;
}
.vc_grid-item .vc_gitem-zone.vc_gitem-zone-c {
    border-bottom-right-radius: 50px;
    padding: 20px 10px;
    box-shadow: 0px 3px 10px 1px #d9e1db;
}
#video_container {
	margin: 0 auto;
	text-align: center;
}
.home-video-sec {
	padding: 50px 0px;
}
.home-video-sec .font-h3{
    color: var(--primary-color);
    line-height: 1;
}
.home-video-sec .font-h3 b{
    font-weight: 700;
}
.home-video-sec .small-heading{
    margin-bottom: 10px;
}
.page-id-47 .map-top{
    display: none;
}
.page-id-47 footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-team-member .team-member-outer {
	margin-bottom: 50px;
}

/* team page */
.custom-team-member .font-h3 {
	font-size: 26px;
	background: var(--primary-color);
	border-radius: 5px;
	padding: 8px 20px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}
.custom-team-member .primary-button {
	margin-top: 20px;
}
.custom-team-member .primary-button .vc_btn3{
    background: var(--secondary-color) !important;
    color: #fff !important;
}
.custom-team-member .primary-button .vc_btn3:hover{
    background: var(--font-color) !important;
    color: #fff !important;
}
.custom-team-member p{
    font-size: 18px;
}
.custom-team-member img {
	filter: drop-shadow(0px 5px 5px #ccc);
}
.custom-staff-list .custom-staff-item {
	padding: 10px;
    text-align: center;
}
.custom-staff-list .team-degination {
	width: 100%;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--primary-color);
}
.custom-staff-list .title {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
.custom-staff-list .title a{
	color: #000;
}
.custom-staff-list .team-short-btn {
	font-size: 14px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 20px 0;
	font-weight: 400;
	padding: 8px 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}
.custom-staff-list .team-short-btn:hover{
    background: var(--font-color);
    color: #fff;
}
.custom-staff-list .slick-prev{
    left: -30px;
    height: 30px;
	width: 30px;
}
.custom-staff-list .slick-prev::before {
	content: '';
	background: url(../images/icon-left.png)no-repeat center center;
	display: block;
	height: 30px;
	width: 30px;
    background-size: contain;
}
.custom-staff-list .slick-next{
    right: -30px;
    height: 30px;
	width: 30px;
}
.custom-staff-list button.slick-next.slick-arrow::before{
    content: '';
    height: 30px;
    width: 30px;
    background: url(../images/icon-right.png)no-repeat center center;
    background-size: contain;
}

.pl-inner-none > .vc_column-inner {
	padding-left: 0 !important;
}
.pr-inner-none > .vc_column-inner {
	padding-right: 0 !important;
}

/*---- Smile Gallery ------*/

.smile-gall-heading.font-h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--primary-color);
    min-height: 130px;
}
.cus-py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*-------End --------------*/
/*------- Testimonial / Technology------------*/
.testimonial-btn a.primary-button {
    background: var(--secondary-color);
    padding: 15px;
    border-radius: 20px 0px;
    color: #fff;
}
.testimonial h2 {
    font-size: var(--h2-inner);
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 500;
    line-height: 1.2;
}

	.doctor-sec-content p a img {
    padding-right: 6px;
	}
/* Responsive */
@media (min-width: 767px){
.banner .absolute-content .title {
    background: #f7f7f72e;
    padding: 20px;
    margin-left: 30px;
    margin-bottom: 90px;
    /* box-shadow: 0px 0px 18px 0px #838383; */
    font-weight: 700;
    line-height: 55px;
    filter: drop-shadow(0 0 10px #000000);
    border: 1px solid;
}
}
@media (min-width: 1920px){
    .banner .absolute-content{width: 52%;}
    .pos-absu {
        position: absolute;
        top: 50%;
        left: calc(100% - 1850px);
        right: calc(100% - 1850px);
        transform: translate(0px, -49%);
    }
    .banner .absolute-content .title{
        margin-left: 0;
    }
    .cus-slider{
        padding-left: calc((100% - 1400px) / 2);
    }

}
@media (max-width: 1600px){
    h2, .h2 {font-size: 40px;}
    h3, .h3 {font-size: 38px;}
    
/*    .logo img {max-width: 230px;}*/
    .banner .primary-button,.banner  .secondary-button{font-size: 16px;}
    .font-h3 {font-size: 42px;margin-bottom: 20px;}
    .default-form.homepage-form input[type="submit"]{font-size: 17px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 87px;}
    .banner, .banner img {height: 100vh;}
    .banner .primary-button, .banner .secondary-button {font-size: 15px;}

    .banner .absolute-content .title {font-size: 38px;}
    .banner .absolute-content{width: 700px;}
    .banner .absolute-content .title b{letter-spacing: 1px;}
    .banner .absolute-content .sub-title {font-size: 30px;}
    .pos-absu {
    left: calc(100% - 1400px);
    right: calc(100% - 1400px);
}
}
@media (max-width: 1440px){
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4) {height: 393px;object-fit: cover;}
    .masonry-gallery li:nth-child(3) {height: 541px;object-fit: cover;}
    .masonry-gallery li:nth-child(5) ,.masonry-gallery li:nth-child(6) ,.masonry-gallery li:nth-child(9) {height: 391px;object-fit: cover;margin-top: -146px;}
    .masonry-gallery li:nth-child(7) ,.masonry-gallery li:nth-child(8) {height: 244px;object-fit: cover;}
}
@media (max-width: 1400px){
  /*  .np-sp-inner-main .np-special {font-size: 60px;}
    .np-sp-inner-main .new-pat-inner p {font-size: 40px !important;}
    .np-sp-inner-main .np-special2 {font-size: 60px;}
    .np-sp-inner-main .new-pat-inner2 p {font-size: 40px !important;}*/
    .pos-absu {
    left: calc(100% - 1300px);
    right: calc(100% - 1300px);
}
}
@media (max-width: 1366px){
    h2, .h2,.welcome-dentist-section h2.vc_custom_heading,.comman-heading{font-size: 37px;}
    header .main-navigation{padding: 0 8px;}
    .banner .primary-button,.banner  .secondary-button, .home_tab-section p {font-size: 15px;}
    .home_tab-section .container-left-padding {padding-left: 30px;}
    .home_tab-section .vc_col-sm-6:first-child{padding-right: 95px;}
    .map-top .map-inner{padding: 40px 78px;}
    .container-right-padding{padding-right: 20px;}
    .container-left-padding,.banner .absolute-content.container-left-padding{padding-left: 20px;}
    .custom-team-page-list .title a {font-size: 25px;padding: 15px;}
    .custom-team-item-outer:nth-child(2n) .content {padding-left: 40px;}
    .custom-team-page-item .content {padding-right: 40px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 77px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a,.header-appointment-button a, .pay-now-button a{font-size: 14px;}
    .welcome-dentist-section h3 {font-size: 15px;}
    .service-slide-inner .title{padding-top: 20px;font-size: 20px;padding-bottom: 0px;}
    .services-slider1 button.slick-prev.slick-arrow::before{left: 0;}
    button.slick-next.slick-arrow::before {right: 0;}
    .comman-heading{line-height: 1.3;}

    /* Gallery */
    .home-gallery .absolute-content{padding-bottom: 50px;padding: 40px 20px;left: 3%;}
    .home-gallery .absolute-content .inner-title {font-size: 18px;}
    .why-chooes-section h2.vc_custom_heading {font-size: 50px;}

    .pl-inner-none > .vc_column-inner {
        padding-left: 15px !important;
    }
    .pr-inner-none > .vc_column-inner {
        padding-right: 15px !important;
    }
    .banner .absolute-content .title{

    }
}


@media (max-width: 1300px){
    .logo img{
        max-width: 170px;
    }
    header .main-navigation .container .menu-header-top-container > ul > li > a, .header-appointment-button a, .pay-now-button a {
    font-size: 13px;
}
    #site-navigation .menu-header-top-container ul > li {
        padding-right: 14px;
    }
    header .main-navigation{
        padding-left: 0;
        padding-right: 0px;
    }
}

@media (max-width: 1190px){
    header .main-navigation .container .menu-header-top-container > ul > li > a, .header-appointment-button a, .pay-now-button a {
    font-size: 12px;
}
    body,p,.banner .primary-button, .banner .secondary-button,.inner-page-content p, .inner-page-content li{font-size: 14px;}
    h2, .h2 {font-size: 35px;}
    .logo img {max-width: 150px;}
    .banner img,.banner {height: 80vh;}
    .banner .absolute-content {width: 400px;}
    .banner .absolute-content .title {font-size: 30px;}
    .banner .absolute-content .sub-title {font-size: 28px;}
    .banner .content p {font-size: 15px;}
    .hover-content .team-short-dis p,footer a, footer p,footer span,.copyright-bar,.team-banner p,.custom-team-page-item .content p,
    .welcome-dentist-section p{font-size: 14px;}
    .font-h3 {font-size: 40px;margin-bottom: 15px;}
    .home-testimonial-section .vc_col-sm-9{  padding-left: 25px;padding-top: 15px;}
    .home-testimonial-section .small-heading {margin-bottom: 20px;}
    .home-testimonial-section .font-h3 {font-size: 35px;}
    .custom-team-item{padding: 35px 10px;}
    .custom-team-item .title {font-size: 20px;margin-top: 15px;margin-bottom: 20px;}
    .hover-content .title{margin-bottom: 10px;}
    .custom-team-item .read-more{padding: 10px 17px;font-size: 14px;}
    .custom-team-item .title a{font-size: 18px;}
    .map-top .font-h3{font-size: 35px;}
    .map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {font-size: 17px;}
    footer .footer-2{padding-left: 30px;}
    footer .title {font-size: 20px;margin-bottom: 20px;}
    .site-footer .logo {margin-bottom: 10px;}
    .footer-form input:not([type="submit"]){height: 40px;}
    .footer-form textarea {height: 76px;}
    .inner-page-banner .entry-title{font-size: 38px;}
    .vc_row.contact-page-details, .vc_row.con-page-form-sec{margin: 0;}
    .vc_row.con-page-form-sec{margin-top: 50px;}
    .con-page-form-sec .vc_col-sm-6:last-child {width: 70%;padding-left: 45px;}
    .con-page-social{grid-column-gap: 5px;}
    .con-page-form-sec .default-form.homepage-form {grid-gap: 10px;grid-template-columns: repeat(2, 1fr);}
    .con-page-form-sec .default-form.homepage-form .full {grid-column: span 2;}
    .contact-page-details .vc_col-sm-4 .vc_column-inner {padding: 30px;}
    .team-banner .font-h3{font-size: 28px;}
    /*.blog .col-8{padding: 30px 20px;}
    .blog .col-8 article{padding: 10px;}
    .blog .col-8 .post__title, .blog .col-8 .post__title a {font-size: 19px;}*/
    .custom-sv-list li{width: 33.333%;}
    .welcome-dentist-section h2.vc_custom_heading,.comman-heading{font-size: 34px;}
    .welcome-dentist-section {padding-top: 50px;padding-bottom: 50px;}
    .home-appointment-form .title{font-size: 30px;margin-bottom: 20px;}
    .default-form.homepage-form input:not([type="checkbox"], [type="submit"]),.default-form.homepage-form select,
    .default-form.homepage-form textarea,.radio-main .wpcf7-list-item-label{height: 40px;}
    .default-form.homepage-form .col-4.full.textarea textarea {width: calc(100% + 50px);padding-top: 7px;}
    .default-form.homepage-form textarea{padding-top: 6px;}
    .default-form.homepage-form input[type="submit"]{height: 40px; padding: 0;}

    .why-chooes-section h2.vc_custom_heading {font-size: 45px;}
    .whychooes-box-section .wpb_single_image {height: 100px;width: 100px;}
    .why-chooes-section h3.vc_custom_heading {font-size: 18px;}
    .why-chooes-section p {font-size: 14px;}

    /* Gallery */
    .home-gallery .absolute-content {padding-bottom: 30px;padding: 30px 20px;left: 1%;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4),
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9){height: 290px;}
    .masonry-gallery li:nth-child(3) {height: 390px;}
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {height: 190px;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: -100px;}
    #site-navigation .menu-header-top-container ul > li {padding-right: 11px;}
    header .main-navigation .container .menu-header-top-container > ul > li.menu-item-has-children > a::after {
    content: '';
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 8px;
    width: 8px;
    display: inline-block;
    transform: rotate(44deg);
    margin-bottom: 3px;
    margin-left: 5px;
}
    .welcome-dentist-section, .home-services, .home-appointment-form{padding-left: 15px !important;padding-right: 15px !important;}
    .home-services{padding-top: 50px;padding-bottom: 50px;}
    .home-services .comman-heading{margin-bottom: 10px;}

    .welcome-dentist-section h2.vc_custom_heading::after {margin: 12px auto;}
    .services-slider1,.custom-staff-list{max-width: 90%;margin: auto !important;}
    .home-blog .font-h3{margin-bottom: 30px;}
/*    .np-sp-inner-main .np-special {font-size: 50px;}
    .np-sp-inner-main .new-pat-inner p {font-size: 30px !important;}
    .np-sp-inner-main .np-special2 {font-size: 50px;}
    .np-sp-inner-main .new-pat-inner2 p {font-size: 30px !important;}*/
/*    .np-specials-main {padding: 30px !important;}*/
}
@media (min-width: 768px) and (max-width: 1100px){
.cus-dr-sec .primary-button.vc_btn3-container, .cus-dr-sec .secondary-button.vc_btn3-container {
    display: flex !important;
    justify-content: center;
}}
@media (min-width: 768px) and (max-width: 990px){
.np-sp-inner-main {
    display: flex;
    flex-direction: column;
}
.np-sp-inner-main > div {
    width: 100%;
}
}
@media (max-width: 1130px){
    .header-social a{
        height: 35px;
        width: 35px;
    }
    .header-appointment-button a{
        padding: 8px 10px;
    }
    .pay-now-button a{
        padding: 8px 10px;
    }
    .header-social ul li{
        padding-right: 5px;
    }
    header .main-navigation .container .menu-header-top-container > ul > li > a, .header-appointment-button a, .pay-now-button a{
        font-size: 12px;
    }
}

@media (max-width: 1024px){
    /* Mobile Menu Start*/
    .header-right-details{display: none;}
    .site-header{position: inherit;padding: 8px 0;box-shadow: none;}
    #masthead.fixed{padding: 10px 0;}
    .mobile-header{display: block;}
    .header-right-details {margin-left: auto;margin-right: 20px;}
    header .main-navigation .container{margin: 0;}
    header .main-navigation .container .menu-header-top-container > ul > li > a{color: #fff;}
    .mobile-button {display: block;background: var(--primary-color);padding: 10px 14px;border: 0;border-radius: 5px;cursor: pointer;z-index: 99;}
    .mobile-button span{height: 2px;width: 20px;background: var(--third-color);display: block;margin-bottom: 4px;}
    .mobile-button span:last-child {margin-bottom: 0;}
    header .main-navigation {position: absolute;top: 0;left: -1000px;height: 100vh;width: 80%;z-index: 99;background-color: var(--primary-color);transition: .3s linear;}
    header .main-navigation{padding: 0 0;overflow-x: hidden;}
    .main-navigation.menu-open{left: 0;}
    header .main-navigation .container .menu-header-top-container > ul {display: block;}
    header .main-navigation a{padding: 10px 30px;border-bottom: 1px solid rgba(255,255,255,.3);}
    #site-navigation .menu-header-top-container ul > li {padding-right: 0;}
    .banner{margin-top: 0;}
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {left: inherit;}
    #primary-menu {position: relative;}
    .main-navigation ul > li > ul.sub-menu{position: absolute;top: 0;right: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: all 0.35s ease-in-out;transform: translateX(100%);height: 100vh;top: 0;left: 0 !important;}
    .main-navigation ul > li > ul.sub-menu.is-active {opacity: 1;visibility: visible;transform: translateX(0%);}
    .main-navigation li{position: initial;width: 100%;}
    .main-navigation ul > ul > ul {left: auto;top: auto;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: normal;position: relative;}
    .main-navigation li.menu-item-has-children > a::after, .sub__close::after {
        content: '';
        border-bottom: 2px solid #fff !important;
        border-left: 2px solid #fff !important;
        height: 15px !important;
        width: 15px !important;
        display: block !important;
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(-137deg) !important;
        margin: 0 !important;
        border-right: 0 !important;
    }
    .main-navigation li .menu-item-has-children > a{position: relative;}
    .main-navigation li .menu-item-has-children ul li:first-child{position: relative;}
    .sub__close::after {transform: rotate(42deg) !important;right: auto;left: 10px;}
    .main-navigation .menu-item-has-children ul li a.sub__close {padding-left: 30px;}
    .main-navigation .menu-item-has-children ul{border: 0;}
    .main-navigation .menu-item-has-children ul li a {font-size: initial;color: #fff;padding: 10px 30px;}
    header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a, 
    header .main-navigation .container .menu-header-top-container > ul > li > a:hover {color: #fff;background: var(--secondary-color);}
    #masthead.fixed .main-navigation .container .menu-header-top-container > ul > li > a {line-height: inherit;}
    /* Mobile Menu End*/

    /* Mob Header Start*/
    .mobile-header a {font-size: 14px;text-align: center;padding: 10px 10px;color: #fff;display: flex;justify-content: center;align-items: center;}
    .address a {background: var(--primary-color);color: #fff;width: 100%;}
    .mob-num {background: var(--secondary-color);width: 50%;}
    .mob-appointment {background: var(--font-color);width: 50%;}
    .mob-bottom-buttons {display: flex;}
    .mobile-header .address {margin-bottom: 6px;}
    .mobile-header {margin-bottom: 20px;}
     /* Mob Header End*/


     .why-chooes-section h2.vc_custom_heading {font-size: 40px;}

     .banner .absolute-content .title{
        margin-bottom: 80px;
     }
     .homeVideoSliderSection .homeVideoSlider{
        padding-left: 40px;
        padding-right: 40px;
     }
     .homeVideoSlider .slick-prev{
        left: 20px;
     }
     .homeVideoSlider .slick-next{
        right: 20px;
     }
     .cus-dr-sec .welcome-msg-sec{
        width: 55%;
     }
     .cus-dr-sec .dr-inr-desc{
        width: 45%;
     }
     .cus-dr-sec .dr-inr-desc .vc_btn3-container{
        display: inline-block !important;
     }

     footer .container{flex-wrap: wrap;}
     footer .container > div {width: 50% !important;padding-left: 0;}
     .hours li:last-child span{width: 100%;}
     .hours li:last-child span.time {text-align: right;}
     .footer-1, .cus-footer{margin-bottom: 30px;}
     .pos-absu {
        left: calc(100% - 1000px);
        right: calc(100% - 1000px);
    }

}
@media (max-width: 991px){
    h2, .h2 {font-size: 34px;}
    h1, .h1 {font-size: 50px;}
    .logo img {max-width: 210px;}
    
    .font-h3 {font-size: 30px;margin-bottom: 10px;}
    .banner img, .banner {height: 40vh;}
    .home_tab-section p {font-size: 14px;}
    .default-form.homepage-form{grid-column-gap: 10px;grid-row-gap: 15px;font-size: 15px;}
    .home-appointment-form .font-h3 {margin-bottom: 20px;}
    .home-gallery .vc_custom_heading {margin-bottom: 20px;}
    .testimonial-slider .item .content p{font-size: 14px;}
    .home-testimonial-section .font-h3 {font-size: 26px;}
    .home-testimonial-section .small-heading {margin-bottom: 14px;}
    .testimonial-slider .item{padding: 20px;}
    .home-testimonial-section .vc_col-sm-9 {padding-left: 15px;padding-top: 0;}
    .home_tab-section .container-left-padding {padding-left: 20px;}
    .home_tab-section .small-heading {margin-bottom: 10px;font-size: 16px;}
    .map-top .map-inner {padding: 30px 25px;border-radius: 60px;}
    .map-top .buttons a{height: 45px;width: 150px; padding: 0; font-size: 14px;}
    .map-top .col-9 {padding-right: 20px;}
    footer .footer-3{padding-left: 0;}
    .vc_row.con-page-form-sec .vc_col-sm-4, .vc_row.con-page-form-sec .vc_col-sm-8 {width: 100%;max-width: 500px;margin: auto;}
    .vc_row.con-page-form-sec .vc_col-sm-8{margin-top: 30px;padding-top: 30px;padding-bottom: 30px;}
    .con-page-form-sec .vc_col-sm-6:last-child {padding-left: 10px;text-align: right;}
    .con-page-form-sec .vc_col-sm-6 .alt-txt {right: 15px;}
    .recent-post-title {font-size: 16px;}
/*    .blog .load-more-button-outer{margin-top: 30px;}*/
    .team-member-outer .team-content p{font-size: 14px;}
    .welcome-dentist-section h2.vc_custom_heading,.comman-heading,.home-gallery .vc_custom_heading,.home-blog .font-h3,.home-video-sec .font-h3{font-size: 30px;line-height: 1.3;}
    .welcome-dentist-section p br {display: none;}

    .home-appointment-form .col-4.right {width: 100%;display: flex;justify-content: center;margin-top: 30px;}
    .home-appointment-form .col-8 {width: 100%;}

    /* Gallery */
    .home-gallery .absolute-content{width: 178px;}
    .home-gallery .absolute-content .inner-title {font-size: 16px;}
    .home-gallery .absolute-content .sub-title,.home_tab-section1 .tab-inner1 .wpb_content_element p,.home_tab-section1 .tab-inner1 .tab-right-col ul li,
    .custom-team-member p{font-size: 14px;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4), .masonry-gallery li:nth-child(5), 
    .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {height: 200px;}
    .masonry-gallery li:nth-child(3) {height: 300px;}
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {height: 140px;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: -100px;height: 240px;}
    .masonry-gallery li img{border-radius: 30px 0px 30px 0px;}
    .meet-our-dentist .absolute-content {font-size: 28px;}
    .home_tab-section1 {padding-left: 15px;height: auto;}
    .home_tab-section1 ul.vc_tta-tabs-list li a, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a {padding: 10px 20px !important;font-size: 14px;}
    .home_tab-section1 .tab-inner1 h2.vc_custom_heading {font-size: 28px;}
    .home_tab-section1 .tab-inner1 .tab-right-col ul li{width: auto;}
    .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a {border-radius: 30px 0 0px;height: auto;}
    .home-blog .vc_gitem-post-data h4 {font-size: 16px;}
    .vc_grid-item .vc_gitem-zone.vc_gitem-zone-c{padding: 20px 0px;}
    .custom-sv-list li {width: 50%;}
    .why-chooes-section p br{display: none;}
    .pos-absu.inner-de-sec-resp {
    position: unset;
    transform: translate(0px, 0px);
    }
	.welcome-msg-sec {
    top: 0%;
    transform: translate(0px, 0%);
	}
	.vc_row.wpb_row.vc_inner.vc_row-fluid.pos-absu.inner-de-sec-resp > div {
    width: 100% !important;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 20px;
	}
	.inner-de-sec-resp {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
	}
    .doctor-sec-content h3 {
    display: flex;
    justify-content: center;
	}

    .inr-img-sec:before{
        display: none !important;
    }

}
@media (max-width: 851px){
    footer .container{flex-wrap: wrap;justify-content: flex-start;}
    footer .footer-1 {width: 40%;}
    footer .footer-2 {padding-left: 60px;width: 50%;}
    footer .footer-3 {width: 40%;}
    .team-banner .vc_col-sm-6:last-child,.custom-team-page-item .content{width: 100%;margin-top: 20px;}
    .team-banner .vc_col-sm-6:first-child,.custom-team-page-item .custom-feature_image{width: 100%;}
    .custom-team-item-outer:nth-child(2n) .content {padding-left: 0;}
    .custom-team-page-item .content {padding-right: 0px;}
    .inner-page-banner .entry-title {font-size: 35px;}
    .team-banner img, .custom-team-page-item .post-thumbnail img {height: 400px;object-fit: cover;}
    .custom-team-page-list .title a{font-size: 20px;}

    .meet-our-dentist .vc_col-sm-6:first-child,.meet-our-dentist .right-col{padding: 0;width: 100%;}
    .meet-our-dentist .right-col {margin-top: 70px;}
    .meet-our-dentist{padding-bottom: 0;}
    .meet-our-dentist .absolute-content{font-size: 28px;right: 15px;}
}
@media (max-width: 767px){
    #masthead.fixed .phone-icon-mobile {display: block !important;}
    .phone-icon-mobile img {filter: brightness(0) saturate(100%) invert(41%) sepia(96%) saturate(554%) hue-rotate(114deg) brightness(93%) contrast(101%);}
    h2, .h2 {font-size: 30px;}
    header .container,.container{padding: 0 15px;}

    /* Banner */
    h1, .h1 {font-size: 40px;}
    .banner .primary-button,.banner .secondary-button{font-size: 14px;padding: 10px 20px;}
    .banner img{height: auto;}
    .banner{height: auto;}
    .banner .absolute-content {position: relative;bottom: auto;left: 0%;transform: translateY(0%);width: auto;text-align: center;top: 0;
        padding: 30px 15px !important;background: #f6fcfc;height: 270px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;}
    .banner .absolute-content .title {font-size: 28px;width: 100%;}
    .banner .absolute-content .sub-title {font-size: 18px;margin-top: 0px;width: 100%;}
    .banner .content p,.welcome-dentist-section h3{font-size: 14px;width: 100%;}
    .banner .content {width: 100%;}
    .banner .absolute-content .title b {
    color: var(--secondary-color);}



    .font-h3 {font-size: 26px;}
    .default-form.homepage-form{grid-template-columns: repeat(2, 1fr);}
    .default-form.homepage-form .full {grid-column: span 2;}
    .default-form.homepage-form input[type="submit"] {font-size: 14px;padding: 12px 30px;}
    .default-form.homepage-form .col-4.full.textarea textarea {width: 100%;padding-top: 7px;}
    .default-form.homepage-form .col-4.full.text-center.submit {grid-column: span 2;text-align: center;}

     body,.small-heading,.single .col-8 p{font-size: 14px;}
    .home-team_section .small-heading{margin-bottom: 20px !important;}
    .home-testimonial-section .vc_col-sm-3,.home-testimonial-section .vc_col-sm-9{width: 100%;padding-left: 0;}
    .home-testimonial-section .vc_col-sm-9{margin-top: 20px;}
    .home-testimonial-section .vc_col-sm-9 .vc_column-inner {padding-left: 15px;}
    .home_tab-section{margin-top: 30px;border: 0;}
    .home_tab-section .vc_col-sm-6:first-child {padding-right: 20px;}
    .map-top .map-inner{display: block;border-radius: 20px;}
    .map-top .col-9 {padding-right: 0;margin-bottom: 20px;text-align: center;}
    .map-top .buttons {justify-content: center;}
    .footer-map iframe {height: 356px;}
    footer .container{display: block;}
    footer .footer-1,footer .footer-3,.single .col-8,.single .col-4,
    .team-member-outer .team-content,.team-member-outer .left-image{width: 100%;}
    footer .footer-2{padding-left: 0;width: 100%;margin-bottom: 40px;}
    .inner-page-banner .entry-title {font-size: 30px;}
    .single .inner-page-banner .entry-title {font-size: 20px;padding: 0 10px;}
    .contact-page-details .vc_col-sm-4 .vc_column-inner {padding: 20px;}
    .contact-page-details .vc_col-sm-4:not(:first-child) .vc_column-inner {border-top: 1px solid #fff;}
    .con-page-form-sec .timing-outer{display: flex;}
    /*.blog .col-8{order: 1;}
    .blog .load-more-button-outer{order: 2;margin-bottom: 50px;}
    .blog .col-4{order: 3;padding-left: 0;}*/
    .recent-post-title {text-align: center;}
    .single .col-4{padding-left: 0;margin-top: 40px;}
    .single .col-8{padding: 20px;}
    .whychooes-box-section .vc_col-sm-3{width: 50%;}
    .custom-sv-list li{width: 100%;}
    .mob-mt-30,.team-member-outer .team-content{margin-top: 30px;}
    .team-member-outer .team-content{padding-left: 0;}
    .welcome-dentist-section h2.vc_custom_heading,.comman-heading,.meet-our-dentist .font-h3,.home-appointment-form .title,.home-gallery .vc_custom_heading{font-size: 28px;}
    .home-services{padding-bottom: 50px;}
    .why-chooes-section .wny-choose-top .vc_col-sm-3{width: 100%;}
    .wny-choose-top .vc_col-sm-9 {width: 100%;margin-top: 30px;}
    .why-chooes-section h2.vc_custom_heading br {display: none;}
    .why-chooes-section {padding-top: 50px;padding-bottom: 50px;}

    .home_tab-section1{padding-left: 0;}
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {background-color: transparent !important;}
    .tab-inner1 .vc_col-sm-6:first-child {margin-bottom: 30px;}
    .tab-right-col {margin-bottom: 30px !important;}
    .home_tab-section1 .tab-inner1 .tab-right-col ul li{width: 90%;}
    footer .container > div{margin-bottom: 30px;}
    .primary-button .vc_btn3{font-size: 14px !important;padding: 10px 25px !important;}
    .meet-alfie .primary-button .vc_btn3{font-size: 16px !important;padding: 14px 30px !important;width: 100%;}
	.meet-alfie .secondary-button .vc_btn3{width: 100%;}
    button.slick-next.slick-arrow::before {right: 0;top: 40px;}
    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a {padding: 20px 20px !important;font-size: 16px;}
    .home_tab-section1 .secondary-button.learn-more-btn a {margin-top: 20px;}
    .home_tab-section1 .tab-inner1 .tab-right-col ul {margin-left: 0;}
    .home_tab-section1 .tab-inner1 h2.vc_custom_heading {font-size: 24px;}
    footer .container > div{width: 100% !important;}
    .custom-staff-list .post-thumbnail img {margin: auto;}
    .mob-column-direc {display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
    .custom-team-member .font-h3{font-size: 20px;}
    .np-specials-main {
    padding-left: 30px !important;
    padding-right: 30px !important;
    }
	.doctor-sec-content h3 {
    display: flex;
    justify-content: center;
	}
	.meet-alfie .font-h3.primary-color {
    padding-top: 15px;
	}
    .inner-page-banner {padding: 30px 10px;}
    .inner-page-banner h1 {font-size: 30px;}
    .doctor-sec-content p a{margin: 0 auto;}
    .app-social ul{justify-content: center;}
    .service-slide-inner .title{text-align: center;}
    
}
@media (max-width: 600px){
    .masonry-gallery li{width: 100%;}
    .masonry-gallery li:first-child {display: none;}
    .masonry-gallery li:first-child, .masonry-gallery li:nth-child(2), .masonry-gallery li:nth-child(4), .masonry-gallery li:nth-child(5), 
    .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9),
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8){height: 300px;}
    .masonry-gallery li:nth-child(3) {height: 400px;width: 100%;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: 0;height: 300px;}
    .home-gallery .absolute-content {width: 100%;max-width: 90%;margin: auto;position: relative;left: 0;top: auto;display: block;bottom: 0;margin-bottom: 20px !important;margin-top: 10px;}
    .masonry-gallery{float: none;}
    .home-gallery{margin-bottom: 40px;}
}
@media (max-width: 520px){
    .banner .absolute-content .title {font-size: 20px;line-height: 1.1;}
    .banner .absolute-content{height: 150px;}
    .default-form.homepage-form,.con-page-form-sec .default-form.homepage-form{grid-template-columns: repeat(1, 1fr);}
    .default-form.homepage-form .full, .con-page-form-sec .default-form.homepage-form .full{grid-column: span 1;}
    .primary-button,.secondary-button{width: 100%;}
    .secondary-button .vc_btn3{margin-top: 10px;}
    .banner .primary-button, .banner .secondary-button{width: auto;}
    .home_tab-section .secondary-button {margin-top: 15px;}
    .map-top .font-h3 {font-size: 26px;}
    .map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {font-size: 14px;}
    .map-top .buttons {display: block;}
    .map-top .buttons a,.custom-sv-list li,.whychooes-box-section .vc_col-sm-3{width: 100%;}
    .map-top .buttons a.ml-15 {margin-left: 0;margin-top: 10px;}
    .con-page-form-sec .s-heading {font-size: 20px;}
    .container-left-padding {padding-left: 15px;}
    .container-right-padding {padding-right: 15px;}
    .team-banner img, .custom-team-page-item .post-thumbnail img {height: auto;object-fit: cover;}
/*    .blog .blog-readmore a{display: block;text-align: center;}*/

    .default-form.homepage-form .col-4.full.textarea,.default-form.homepage-form .col-4.full.text-center.submit{grid-column: span 1;}
    .home-appointment-form .col-4.right{justify-content: center;text-align: center;}
    .why-chooes-section h2.vc_custom_heading {font-size: 30px;}
    .wny-choose-top {margin-bottom: 40px;}
    .why-chooes-section h3.vc_custom_heading br {display: none;}
    .whychooes-box-section .vc_col-sm-3:first-child {margin-bottom: 30px;}
    .meet-our-dentist .absolute-content {font-size: 20px;right: 15px;width: 190px;}
    .small-heading{letter-spacing: 1px;}
    button.slick-next.slick-arrow::before {right: 0;
/* 		top: 20px; */
	}
    .custom-staff-list button.slick-next.slick-arrow::before {top: 0;}
}

/* For banner Video only */

.video-banner video {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.cus-slider.activevideo {
	position: absolute;
	top: 0;
	left: 0;
/*	z-index: 99;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: self-end;
}
.banner.video-banner-main {
	height: auto;
}
.banner.video-banner-main .absolute-content {
	position: static;
	bottom: auto;
	left: auto;
	transform: translateY(0%);
	width: 100%;
	text-align: left;
	top: auto;
    padding-left: calc((100% - 1290px) / 2);
}
.banner.video-banner-main .absolute-content .content p {
    margin-left: 0;
}
.banner.video-banner-main .buttons {
	text-align: left;
}

@media (max-width: 1366px) {
    .banner.video-banner-main .absolute-content {
        padding-left: 30px;
    }
    .video-banner video {
        height: 520px;
    }
}

@media (max-width: 1300px) {
    .pos-absu{
        left: 0;
        right: 0;
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .cus-slider.activevideo {position: static;display: block;}
    .video-banner video {width: 100%;height: auto;}
    .banner.video-banner-main .absolute-content {text-align: center;}
    .banner.video-banner-main .absolute-content .content p {margin-left: auto;}
    .banner .absolute-content .title{
        margin-bottom: 0;
    }

    .homeVideoSlider .slick-slide{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .homeVideoSlider .slick-slide.slick-current img{
        transform: none;
    }
    .pos-absu{
        padding: 15px 15px !important;
    }
}

@media (max-width: 500px) {
    .overlay-button{
        font-size: 24px !important;
        top: 85% !important;
        padding: 10px 10px !important;
    }
    .mobile-header a{
        font-size: 12px;
    }
    .cus-dr-sec .dr-inr-desc .vc_btn3-container a{
        padding: 12px 25px !important;
    }
    .member-sign{
        margin: 15px 0;
    }
    .custom-home-tab .tab-inner .vc_btn3-container{
        margin-bottom: 15px;
    }
    .custom-home-tab .wpb_column.vc_column_container.vc_col-sm-12{
        padding-bottom: 20px;
    }
    .meet-alfie{
        margin-top: 0;
    }
    .meet-our-dentist .right-col{
        margin-top: 30px;
    }
    .meet-alfie .font-h3.primary-color{
        font-size: 35px;
    }
    .meet-our-dentist{
        margin-top: 10px !important;
    }
}

@media (max-width: 380px) {
    .overlay-button{
        font-size: 22px !important;
    }
}

/* For blog page and single blog page css only */
.blog .row, .single .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.blog .col-8 article {
    border: 1px solid #e7e7e7;
    padding: 20px;
    box-shadow: 0px 0px 10px #9e9e9e;
    margin-bottom: 30px;
}
.blog .col-8 article header {
    padding-top: 0;
}
.blog .blog-cont {
    font-size: 14px;
}
.blog .type-post .post__header img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.blog .col-8 .post__title, .blog .col-8 .post__title a {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 10px;
}
.blog .blog-readmore a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    /* border-radius: 5px; */
}
.blog .blog-readmore a:hover {
    background: var(--secondary-color);
}
.blog #posts-container, .single-post #posts-container{
    width: 70%;
    padding-right: 40px;
}
.blog .content-area, .single-post .content-area {
    width: 30%;
}
.load-more-button-outer {
    width: 70%;
    text-align: center;
    padding-right: 40px;
}
.recent-post-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: var(--secondary-color);
    padding: 10px;
    font-weight: 500;
}
.recent-posts .recent-post {
    display: flex;
    flex: 20% 0 0;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fff;
}
.recent-posts .recent-post .featured-image {
    width: 20%;
    flex-basis: 20%;
}
.recent-posts .recent-post .featured-image img {
    display: block;
}
.recent-posts .recent-post .featured-image img {
    display: block;
}
.recent-posts .recent-post a, .recent-posts .recent-post .title {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
}
.single-post #posts-container {
    padding-right: 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px 20px;
}
.single-post .content-area {
    padding-left: 40px;
}
.single-post .inner-page-banner .entry-title {
    line-height: normal;
    font-size: 30px;
    margin: 0;
}
.single-post .inner-page-banner {
    padding: 30px 15px;
}
.single-post .single-feature-image img {
    height: 460px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin-bottom: 20px;
}
.single-post #posts-container h2 {
    font-size: 28px;
}
.single-post #posts-container h3 {
    font-size: 26px;
}
.single-post #posts-container h4 {
    font-size: 25px;
}
.single-post #posts-container ol li, .single-post #posts-container ol li h3, 
.single-post #posts-container ul li, .single-post #posts-container ul li h3{
    font-size: initial;
}
.single .col-8 a:hover {
    color: var(--secondary-color);
}
.blog .no_blogs {
    width: 100vw;
    text-align: center;
}
.blog #load-more-button {
    font-size: 16px;
    background: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
    padding: 17px 40px;
    letter-spacing: 2px;
    transition: .3s linear;
    cursor: pointer;
}
.blog .load-more-button-outer {
    width: 70%;
    text-align: center;
    margin-top: 20px;
}
.blog #load-more-button:hover {
    background: var(--primary-color);
}
/*.single a {
    color: var(--primary-color);
}
.single a:hover {
    color: var(--secondary-color);
}*/
@media (max-width: 992px) {
    .blog #posts-container, .single-post #posts-container {width: 100%;padding-right: 0;order: 1;display: flex;flex-wrap: wrap;flex-direction: column;}
    .blog .content-area, .single-post .content-area {width: 100%;padding: 0;order: 3;max-width: 700px;margin: auto;}
    .load-more-button-outer {width: 100%;text-align: center;padding-right: 0;order: 2;margin-bottom: 30px;}
    .blog .type-post .post__header img {height: 400px;}
    .single-post #posts-container {padding-right: 20px;}
    .single-post .content-area {margin-top: 30px;}
    .blog .load-more-button-outer {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .blog .type-post .post__header img {height: auto;}
    .blog .col-8 .post__title, .blog .col-8 .post__title a {font-size: 18px;}
    .single-post .single-feature-image img {height: auto;}
    .single-post #posts-container h2 {font-size: 25px;}
    .single-post #posts-container h3 {font-size: 23px;}
    .single-post #posts-container h4 {font-size: 20px;}
    .single-post .inner-page-banner .entry-title {font-size: 26px;}

}