:root{
    --primary-color: #97bb00;
    --secondary-color: #ef7c2e;
    --third-color: #022a3c;
    --font-color: #000;
    --fourth-color: #8daead;

    --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: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
h2,.h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
h3,.h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
h4,.h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
h5,.h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
h6,.h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: BubblegumSans;
}
.ml-15{
    margin-left: 15px;
}
.container{
    max-width: 1380px;
    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: BubblegumSans;
    font-weight: 400;
    src: url(../fonts/BubblegumSans-Regular.ttf);
}
.h2-inner,.single-services h2{
/*     font-size: var(--h2-inner); */
	font-size: 32px;
    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 {
	z-index: 9999;
	background: transparent;
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 15px;
}
/* #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;
} */
.site-header::before {
	content: '';
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
 	box-shadow: 0px 62px 70px 100px #fff; 
	z-index: -1;
}
body:not(.home) .site-header::before {
	box-shadow: none;
}
.site-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	width: 100%;
	background: var(--primary-color);
}
body:not(.home) .site-header {
	z-index: 9999;
    background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 12px;
}
.site-branding .logo img {
	max-width: 246px;
	padding-top: 10px;
}
.site-branding.sticky-logo .logo img{
	padding-top: 15px;
}

header a {
	font-family: "Poppins", sans-serif;
}
header .container {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


header .main-navigation {
	display: inherit;
	width: auto;
    margin-left: auto;
}
header .main-navigation .container {
    max-width: 100%;
    display: block;
    padding: 0;
}

header .main-navigation .container .menu-header-top-container > ul > li > a {
	line-height: normal;
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 600;
}
header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a {
	mask-image: url(../images/nav-link-bg.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--secondary-color);
	mask-position: center;
}

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;
}
.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;
}
.site-header .widget{
	margin: 0;
}

.nav-top {
	margin-bottom: 10px;
}
.nav-top .outer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: right;
}
.nav-top .outer a {
	background: var(--primary-color);
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-family: BubblegumSans;
	padding: 10px 20px;
}
.nav-top .outer a:hover {
	background: var(--secondary-color);
}
.nav-top .outer .call a {
	display: flex;
	align-items: center;
}
.nav-top .outer .call svg {
	fill: #fff;
	height: 24px;
	width: 24px;
	margin-right: 5px;
}
header .main-navigation .container .menu-header-top-container > ul > li > a{
	padding: 18px 28px;
}



/* Banner */
.banner{
    position: relative;
    margin-top: 0;
}
.banner li{
    list-style: none;
    margin: 0;
    position: relative;
}
.banner ul{
    margin: 0;
    margin-bottom: 0 !important;
}
.banner img{
    object-fit: cover;
    width: 100%;
}
.banner .slick-arrow {
	display: none !important;
}

.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;
}
/*Welcome to Dentist section*/
.column-inner-p0 > .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.comman-heading b{
    font-weight: 500;
}
.comman-heading{
    font-weight: 400;
}

/* our services slider */

.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;
}
.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;
	background-color: #444444;
}
.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;*/
	color: #ffffff;
}
.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;*/
	background-color: #444444;
	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;*/
	background-color: #444444;
	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;
}
.app-social ul li a:hover,.footer-social li a:hover{
	background: var(--secondary-color);
}
.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;
}
.ct-frm-col .default-form.homepage-form input:not([type="checkbox"], [type="submit"]), .ct-frm-col .default-form.homepage-form select, .ct-frm-col .default-form.homepage-form textarea{
	background: #444444;
}
.ct-frm-col .default-form.homepage-form input[type="submit"]{
    background: var(--secondary-color);
    color: #fff;
}
.ct-frm-col .default-form.homepage-form input[type="submit"]:hover{
    background: var(--primary-color);
}

.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;*/
	background: #444444;
    color: #cfcfcf;
}
.default-form.homepage-form input[type="submit"] {
	font-size: 18px;
	text-transform: uppercase;
/*	color: #000;*/
	background: var(--secondary-color);
	color: #fff;
/*	background: #444444;*/
	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: var(--primary-color);
	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(--secondary-color) !important;
	font-size: 24px !important;
	font-weight: 400;
	text-transform: capitalize;
	padding: 12px 49px !important;
	line-height: 1.4 !important;
	border-radius: 15px !important;
	font-family: BubblegumSans;
    box-shadow: 1px 5px 20px 1px #000 !important;
}
.secondary-button .vc_btn3 {
	color: #000 !important;
	border: 0 !important;
	background: var(--primary-color) !important;
	font-size: 24px !important;
	font-weight: 400;
	text-transform: capitalize;
	padding: 12px 49px !important;
	line-height: 1.4 !important;
	border-radius: 15px !important;
	font-family: BubblegumSans;
}
.primary-button .vc_btn3:hover,.secondary-button .vc_btn3:hover {
	background: var(--font-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;
}
.page-template-default .site-main .entry-content{
	padding-bottom: 40px;
}
.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;
}
.why-chooes-section h2.vc_custom_heading {
	font-size: 58px;
	color: var(--primary-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: 22px;
	font-weight: 600;
	color: var(--primary-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%;
}
.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: 29px;
	font-weight: 500;
	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: 40px;
}
.meet-our-dentist {
	overflow: visible;
	padding-bottom: 50px;
}
.meet-our-dentist p {
	line-height: 1.8;
}




/* 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: 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: 350px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(3) {
	height: 500px;
	object-fit: cover;
}
.masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {
	height: 400px;
	object-fit: cover;
	margin-top: -149px;
}
.masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {
	height: 251px;
	object-fit: cover;
}
.masonry-gallery li:first-child > a {
	display: none;
}
.home-gallery .absolute-content {
	position: absolute;
	top: 17%;
	left: 7%;
	width: 228px;
	background: var(--third-color);
	border-radius: 0;
	padding: 50px 20px;
	text-align: center;
	filter: drop-shadow(4px 3px 7px rgba(0,0,0,.4));
}
.home-gallery .absolute-content .inner-title {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}
.home-gallery .absolute-content .sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
    display: none;
}

/* 
.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: 0px;
	padding-top: 50px;
	background: transparent;
	margin-bottom: 0px;
	padding-bottom: 120px;
}
.home-gallery .vc_custom_heading {
	color: #fff;
	margin-bottom: 20px;
	font-size: 50px;
}




/* 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(--third-color);
	border-radius: 100px;
	padding: 40px 60px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map-top .font-h3 {
	line-height: 1.2;
	margin-bottom: 0;
	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: #000;
}
.footer-map iframe {
	width: 100%;
	height: 516px;
    display: block;
}
.map-top {
	margin-bottom: -60px;
	z-index: 9;
	position: relative;
	margin-top: -79px;
}
.map-top .buttons a {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 20px;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: auto;
	background: var(--secondary-color);
}
.map-top .secondary-button {
	border: 2px solid #fff;
	
}
.map-top .buttons {
	display: flex;
}
.map-top .primary-button {
	background: var(--primary-color);
}
.map-top .buttons a:hover {
	background: var(--font-color);
	border-color: var(--font-color);
	color: #fff;
}

/* Footer */

footer ul, footer ol{
	margin-left: 0;
    list-style: none;
}
footer {
	background: url(../images/footer-bg.jpg)no-repeat;
	background-size: cover;
    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;
	font-family: 'Poppins', sans-serif;
}
.contact-details li svg {
	width: 20px;
	color: #fff;
}
.footer-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 13px;
}
footer .footer-1 {
	width: 25%;
}
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: var(--secondary-color);
}
footer .footer-3 {
	width: 32%;
	padding-left: 30px;
}
.hours span.time {
    min-width: 150px;
}
.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: 0;
	font-size: 17px;
	color: #fff;
	background: transparent;
	text-align: center;
	font-weight: 400;
}
.copyright-bar .container {
	text-align: center;
	justify-content: center;
	padding-top: 40px;
}
.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 {
	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;
}
.site-footer .logo {
	margin-bottom: 20px;
}
footer ul{
    margin-bottom: 0;
}
.site-footer .cus-paragraph {
	margin-bottom: 15px;
}
.site-footer .logo img {
	max-width: 225px;
}
.footer-social ul {
	padding-left: 40px;
}





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

.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);*/
	background: #F4F4F4;
}
.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;*/
/*    color: var(--secondary-color);
} */
.con-page-form-sec .vc_col-sm-4 .get-in-touch-title{
    color: var(--secondary-color);
}

/* 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 */
.row.no_blog {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 150px;
}

.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 h3 {
	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;
/*	padding: 40px 24px 100px 24px;*/
}

/* Service Pages */
.service-bg-color{
    background-color: #f6fcfc;
}
.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%; */
	width: 16.6666%;
	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);
	padding-bottom: 110px;
}
.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: #000 !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: #000 !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);*/
	background: var(--secondary-color);
	color: #fff;
/*	border-radius: 20px 0;*/
	border-radius: 10px;
	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;
}


/*------Age Section CSS(Faizan)-----*/
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    animation: scrolltop .7s linear;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    z-index: 999;
}
.sticky .site-branding .logo img {
    max-width: 130px;
}
.site-header.sticky::before{
	    box-shadow: 0px 0px 0px 0px #fff;
}
@keyframes scrolltop {
   0% { top: -100px; opacity: .4; }
   100% { top: 0; opacity: 1; }
}


.age-tabs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}   
.age-tabs .left, .age-tabs .right {
    padding: 0;
    width: 50%;
}
.age-tabs .left ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}
.age-tabs ul li {
    background: #000;
    margin: 0;
}
.age-tabs ul li img {
    opacity: 1;
}
.age-tabs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.age-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.age-li {
  position: relative;
  width: 100%;
}
.age-read-more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}
.age-li:hover .age-read-more {
  opacity: 0.7;
}

.age-read-more a {
  color: white;
/*   font-size: 20px; */
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	    border: 1px solid #fff;
    padding: 7px 17px;
    border-radius: 5px;
}
.sticky-logo{
	display: none;
}
.sticky .site-branding{
	display: none;
}
.sticky .site-branding.sticky-logo{
	display: block;
}
.gallery-section .slider-nav-thumbnails .thumb-inner {
    cursor: pointer;
    margin: 0 15px;
    text-align: center;
}
.gallery-section .slider-nav-thumbnails {
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
}
.gallery-section .thumb-inner.slick-current img {
    border: 6px solid #ef7c2e;
}
.gallery-section .slider-nav-thumbnails button.slick-arrow.slick-next {
    background: url(https://www.kidsflossophie.com/wp-content/uploads/2023/12/arrow-right.png) no-repeat center center;
    height: 34px;
    width: 21px;
    right: -20px;
}
.gallery-section .slider-nav-thumbnails button.slick-arrow.slick-prev {
    background: url(https://www.kidsflossophie.com/wp-content/uploads/2023/12/arrow-left.png) no-repeat center center;
    height: 34px;
    width: 21px;
    left: -20px;
}
.gallery-section .slick-next:before, .gallery-section .slick-prev:before {
    display: none;
}
.single-post .site-main .container .row {
    margin-bottom: 100px;
}
.sticky .nav-top .outer a {
    padding: 20px 20px 10px 20px;
}
.service-icon{
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}
.service-icon img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1);
    transition: .3s linear;
}
/*------END------*/




/* Responsive */
@media (max-width: 1600px){
    h2, .h2 {font-size: 40px;}
    h3, .h3 {font-size: 38px;}
    
    .logo img {max-width: 290px;}
    .font-h3 {font-size: 42px;margin-bottom: 20px;}
    .default-form.homepage-form input[type="submit"]{font-size: 17px;}
}
@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: 1366px){
	.inner-page-banner{
		    margin-top: 180px;
	}
	.site-branding .logo img {
	    max-width: 196px;
	}
	.sticky .site-branding .logo img {
	    max-width: 196px;
	}
	header .main-navigation .container .menu-header-top-container > ul > li > a {
		padding: 10px 23px;
	}
    h2, .h2, .comman-heading{font-size: 37px;}
    header .main-navigation{padding: 0 20px;}
    .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
    .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;}
    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;
    }
    	/*page age 0 to 18*/
    	h2.age-sec-h2 {
		    font-size: 37px;
		}
		h3.age-sec-h3 {
		    font-size: 33px;
		}
    	/*over */
}
@media (max-width: 1199px){
	.gallery-section .vc_col-lg-10{
		width: 100%;
	}
	.gallery-section .slider-nav-thumbnails {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}
@media (max-width: 1190px){
    body,p, .inner-page-content p, .inner-page-content li{font-size: 14px;}
    h2, .h2 {font-size: 35px;}
    .logo img {max-width: 180px;}
    .hover-content .team-short-dis p,footer a, footer p,footer span,.copyright-bar,.team-banner p,.custom-team-page-item .content p,.blog #load-more-button{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: 31px;}
    .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: 30px;}
    .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%;}
    .comman-heading{font-size: 34px;}
    .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;}

    .home-appointment-form{padding-left: 15px !important;padding-right: 15px !important;}

    .custom-staff-list{max-width: 90%;margin: auto !important;}
    .home-blog .font-h3{margin-bottom: 30px;}
}
@media (max-width: 1096px){
.site-branding .logo img {
    max-width: 196px;
}
}
@media (max-width: 1024px){
    /* Mobile Menu Start*/
    .site-header{padding: 8px 0;box-shadow: none;}
	header .main-navigation .container .menu-header-top-container > ul > li.current_page_item a {mask-image: unset;}
    #masthead.fixed{padding: 10px 0;}
    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;margin-left: auto;}
    .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);}
    .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*/

	.nav-top .outer a{font-size: 16px;}
	.nav-top .outer .call svg {height: 20px;width: 20px;}
     .why-chooes-section h2.vc_custom_heading {font-size: 40px;}

     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;}
     .recent-posts .recent-post .featured-image{width: 35%;}
}
@media (max-width: 991px){
	.inner-page-banner{
		    margin-top: 140px;
	}
	.site-branding .logo img {
	    max-width: 150px;
	}
	.sticky .site-branding .logo img {
	    max-width: 150px;
	}
    h2, .h2 {font-size: 34px;}
    h1, .h1 {font-size: 50px;}
    .logo img {max-width: 210px;}

/* 	.site-header::before {box-shadow: 0px 12px 70px 100px #fff;} */
    
    .font-h3 {font-size: 30px;margin-bottom: 10px;}
    .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{font-size: 14px;border-radius: 10px;}
    .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;}
    .comman-heading,.home-gallery .vc_custom_heading,.home-blog .font-h3,.home-video-sec .font-h3{font-size: 30px;line-height: 1.3;}

    .home-appointment-form .col-4.right {width: 100%;display: flex;justify-content: left;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 !important;}
    .masonry-gallery li:nth-child(3) {height: 300px !important;}
    .masonry-gallery li:nth-child(7), .masonry-gallery li:nth-child(8) {height: 140px !important;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: -100px !important;height: 240px !important;}
    .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;}


    .age-tabs .left, .age-tabs .right{
    width: 100%;
}
.age-tabs {
    display: flex;
    flex-direction: column-reverse;
}
		/*page age 0 to 18*/
    	h2.age-sec-h2 {
		    font-size: 34px;
		}
		h3.age-sec-h3 {
		    font-size: 31px;
		}
    	/*over */
    
}
@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 {/*margin-top: 200px;*/ margin-top: 140px;}
    .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){
	.site-header::before{
		box-shadow: 0px 60px 60px 70px #fff;
	}
	.site-branding .logo img {
	    max-width: 130px;
	}
	.sticky .site-branding .logo img {
	    max-width: 130px;
	}
	.mobile-header{display: block;margin-top: 10px;}
	.mobile-header .outer{
		display: flex;
    	justify-content: space-around;
		width: 100%;
	}
	.mobile-header .outer > div{
		width: 48%;
	}
	.mobile-header .outer a{
		display: inline-block;
		width: 100%;
		background: var(--primary-color);
		color: #fff;
		display: inline-block;
		font-size: 16px;
		padding: 10px 10px;
		text-align: center;
	}
	.inner-page-banner {
	/*     padding-top: 140px; */
		    margin-top: 20px;
	}
	.blog .container .content-area.col-4 {
	    margin-bottom: 100px;
	}
    h2, .h2 {font-size: 30px;}
    header .container,.container{padding: 0 15px;}

	.nav-top {display: none;}
	header .container {align-items: center;}

    /* Banner */
    h1, .h1 {font-size: 40px;}
    
    .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,.blog .col-8,.blog .col-4,.blog .load-more-button-outer,.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: 32px;}
/*    .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;margin-bottom: 100px;}
    .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;}
    .comman-heading,.meet-our-dentist .font-h3,.home-appointment-form .title,.home-gallery .vc_custom_heading{font-size: 28px;}
    .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;}
    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;}

	.copyright-bar .container {padding-top: 20px;}
	footer {padding-top: 77px;padding-bottom: 20px;}
	.site-footer .logo{text-align: center;}
	.footer-social ul{padding-left: 0; text-align: center;}
    .h2-inner, .single-services h2{font-size: 30px;}
    .custom-team-member{padding-bottom: 70px;}

    /*page age 0 to 18*/
    	h2.age-sec-h2 {
		    font-size: 30px;
		}
		h3.age-sec-h3 {
		    font-size: 27px;
		}
    	/*over */
}
@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: 100% !important;}
    .masonry-gallery li:nth-child(3) {height: 100% !important;width: 100%;}
    .masonry-gallery li:nth-child(5), .masonry-gallery li:nth-child(6), .masonry-gallery li:nth-child(9) {margin-top: 0 !important;height: 100% !important;}
    .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){
    .default-form.homepage-form,.con-page-form-sec .default-form.homepage-form,.blog .col-8{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;}
    .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;}
}




/* Customize CSS */

.single-services h3 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 500;
    line-height: 1.2;
}
/* .single-services .type-services .entry-content .py-5 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.single-services .type-services .entry-content {
    padding-bottom: 1rem;
} */

.req-app-page-form {
/*	background: var(--primary-color);*/
	background: #F4F4F4;
	/*padding-bottom: 50px;*/
	padding-bottom: 100px;
	padding-top: 50px;
}
.req-app-page-form .submit-btn-home {
	grid-column: span 3;
}
.req-app-page-form .wpcf7 form.invalid .wpcf7-response-output,.req-app-page-form .wpcf7 form.unaccepted .wpcf7-response-output,.req-app-page-form .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
	color: #ffb900;
}
/*.req-app-page-form .wpcf7-not-valid-tip{
	color: #fff;
}*/
.page-id-43 .entry-content{
	margin-bottom: 130px;
}
/*.page-id-1448 .entry-content {
     margin-bottom: 130px;
    margin-top: 160px;
}*/
/* .page-id-1448 .inner-page-banner{
	margin-bottom: 0;
} */


@media (max-width: 767px){
	.age-read-more a {
	    font-size: 12px;
	    padding: 5px 5px;
	}
	.req-app-page-form .submit-btn-home,.req-app-page-form .textarea-home{
	grid-column: span 2;
    }


    .mtmob-30{
    	margin-top: 30px;
    }

}
@media (max-width: 520px){
	.req-app-page-form .submit-btn-home, .req-app-page-form .textarea-home {
	grid-column: span 1;
}
	.whychooes-box-section .vc_col-sm-3{text-align: center;}
	.why-chooes-section h3.vc_custom_heading {
	text-align: center !important;
}
	.why-chooes-section .wpb_single_image.vc_align_left{
		margin-left: auto;
		margin-right: auto;
	}
	 button.slick-next.slick-arrow::before {
		 right: -10px;}
	.why-chooes-section h2.vc_custom_heading {
	font-size: 26px;
}
}
@media (max-width: 310px){
.age-read-more a {
    font-size: 10px;
    padding: 5px 5px;
}
}
/* Wrap container */
.radia-btn .wpcf7-radio {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

/* Style each radio option like a button */
.radia-btn .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
 /* border: 2px solid #ccc; */
  background-color: #fff;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
}

/* Hide the default radio circle */
.radia-btn input[type="radio"] {
  display: none;
}

/* Checked state */
.radia-btn input[type="radio"]:checked + .wpcf7-list-item-label {
  /*background-color: #8bc34a; /* Match your brand green */
  color: #000;
  border-color: #8bc34a;
  font-weight: bold;
}

/* Hover effect */
.radia-btn .wpcf7-list-item label:hover {
  border-color: #8bc34a;
  background-color: #f0f8ec;
}

/* Commented by vikash for home tab section */
/* .custom-home-tab {
	padding-left: 40px;
    margin-top: 50px;
}
.custom-home-tab .vc_column-inner{
    padding: 0 !important;
}
.custom-home-tab .vc_row {
	margin: 0;
}
.custom-home-tab .font-h2{
    font-size: 26px;
    color: #333333;
    line-height: 1.3;
    margin-top: 0;
}
.custom-home-tab p{
    font-size: 16px;
    line-height: normal;
    color: #333333 !important;
    font-weight: 400;
    font-family: "Poppins";
}
.custom-home-tab .secondary-button.learn-more-btn a {
	padding: 15px 30px !important;
}
.custom-home-tab .learn-more-btn a:hover {
	background-color: #000 !important;
}
.custom-home-tab .vc_tta-panel-body {
	padding: 0 !important;
}
.custom-home-tab .vc_tta-panels{
    background-color: transparent !important;
}
.custom-home-tab .tab-inner .vc_col-sm-8 {
	width: 53%;
    padding-right: 8%;
    padding-top: 60px;
}
.custom-home-tab .tab-inner .vc_col-sm-4 {
	width: 47%;
}
.custom-home-tab .wpb_single_image .vc_figure,.custom-home-tab .wpb_single_image .vc_single_image-wrapper,.custom-home-tab .wpb_single_image img,
.custom-home-tab .tab-inner .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-home-tab .tab-inner .vc_col-sm-4 > .vc_column-inner, .custom-home-tab .vc_col-sm-4 .wpb_single_image.vc_align_left{
	height: 100%;
	display: flex;
}
.custom-home-tab .absolute-content {
	position: absolute;
	top: 40%;
	right: 5%;
	transform: translateY(-50%);
	width: 260px;
    z-index: 1;
}
.custom-home-tab .absolute-content li {
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: 400;
	padding: 18px 0;
	margin: 0;
  list-style: none;
}
.custom-home-tab .absolute-content ul{
	margin: 0;
}
.custom-home-tab .absolute-content li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.custom-home-tab .tab-inner {
	display: flex;
	flex-wrap: wrap;
}
.custom-home-tab .tab-inner .right::before {
	box-shadow: 20px 0px 60px 110px #fff;
	content: '';
	position: absolute;
	height: 100%;
	left: -40px;
}
.custom-home-tab ul.vc_tta-tabs-list li a {
	background-color: #a9cf47 !important;
	color: #fff !important;
    padding: 14px 35px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}
.custom-home-tab li.vc_tta-tab.vc_active{
    position: relative;
}
.custom-home-tab li.vc_tta-tab.vc_active::after {
	content: '▴';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: -13px;
	font-size: 26px;
	opacity: 0.7;
}
@media (min-width: 1921px){
    .custom-home-tab,.custom-home-tab .wpb_single_image img{height: 600px;}

}
@media (max-width: 1600px){
    .custom-home-tab .tab-inner .vc_col-sm-8 {padding-right: 10%;padding-top: 40px;}
    .custom-home-tab .absolute-content li {font-size: 15px;padding: 15px 0;}
    .custom-home-tab .absolute-content {right: 0%;width: 180px;}
    .custom-home-tab p {font-size: 15px;}
	.custom-home-tab .tab-inner .right::before {
		left: -30px;
		box-shadow: 20px 0px 60px 90px #fff;
	}
}

@media (max-width: 1366px){
    .custom-home-tab .tab-inner .vc_col-sm-8 {padding-right: 10%;padding-top: 30px;}
    .custom-home-tab ul.vc_tta-tabs-list li a{padding: 10px 22px !important;font-size: 15px !important;}
}
@media (max-width: 1190px){
    .custom-home-tab {padding-left: 20px;}
    .custom-home-tab .tab-inner .right::before {box-shadow: 20px 0px 50px 110px #fff;left: -30px;}
}
@media (max-width: 1024px){
    .custom-home-tab .tab-inner .vc_col-sm-4 {width: 100%;margin-top: 30px;}
    .custom-home-tab .tab-inner .vc_col-sm-8 {padding-right: 20px;width: 100%;}
    .custom-home-tab .absolute-content {right: 30px;width: 230px;}
    .custom-home-tab .tab-inner .right::before {display: none;}
}
@media (max-width: 767px){
    .custom-home-tab {padding-left: 15px;padding-right: 15px;}
    .custom-home-tab .tab-inner .vc_col-sm-8 {padding-right: 0;padding-top: 20px;}
    .custom-home-tab .vc_tta-panel-body {background-color: transparent !important;}
    .custom-home-tab .absolute-content {right: auto;width: 500px;position: relative;top: 0;transform: unset;margin-top: 20px;}
    .custom-home-tab .font-h2 {font-size: 20px;}
    .custom-home-tab .tab-inner .vc_col-sm-4{margin-bottom: 20px;}
    .custom-home-tab .vc_tta-panel .vc_tta-panel-heading a{font-weight: 500 !important;border-radius: 0 !important;}
} */