:root{
    --primary-color: #1a5092;
    --secondary-color: #77b04a;
    --third-color: #eaf3fa;
    --font-color: #494949;
    --fourth-color: #8daead;
    --black-color: #000000;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{ text-decoration: none; font-size: 16px; transition: .3s linear; }
a:focus { outline: none;  }
p{ font-size: 16px; margin-bottom: 20px; }
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; font-family: 'Libre Baskerville', serif; }
h2,.h2{ font-size: 42px; font-weight: 700; margin-bottom: 15px; font-family: 'Libre Baskerville', serif; }
h3,.h3{ font-size: 38px; font-weight: 700; margin-bottom: 15px; font-family: 'Libre Baskerville', serif;}
h4,.h4{ font-size: 29px; font-weight: 700; margin-bottom: 15px; font-family: 'Libre Baskerville', serif;}
h5,.h5{ font-size: 20px; font-weight: 700; margin-bottom: 15px; font-family: 'Libre Baskerville', serif;}
h6,.h6{ font-size: 16px; font-weight: 700; margin-bottom: 15px; font-family: 'Libre Baskerville', serif;}
.ml-15{ margin-left: 15px; }
.container{ max-width: 1210px; margin: auto; width: 100%; padding: 0 20px;}
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;}
.text-start{ text-align: start !important;}
header { padding-top: 15px; z-index: 9;	position: relative;}
#masthead.fixed{ position: fixed; top: 0; left: 0; animation: scrolltop .7s linear; width: 100%; background-color: #fff; padding: 8px 0px; z-index: 999; }
@keyframes scrolltop {  0% { top: -100px; opacity: .4; }  100% { top: 0; opacity: 1; } }
header a {	font-family: 'Montserrat', sans-serif;}
header .container{ max-width: 1338px; margin: auto; padding: 0 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-top { width: 100%; clear: both; background-color: #d3e6c5; padding: 8px 0;}
.header-top .container {
	max-width: 1340px;
	margin: auto;
	padding: 0 20px;
}
.header-top .address-content a {
	display: flex;
    align-items: center;
}
.header-top .header-address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-top .address-content {
	margin-left: auto;
	display: flex;
    margin-right: 250px;
}
.header-top .header-social ul {
	list-style: none;
	display: flex;
    align-items: center;
    margin: 0;
}
.header-top .header-social ul li:not(:last-child) {
	margin-right: 20px;
}
.header-top .header-social ul li {
	margin-bottom: 0;
}
.header-social a:hover path{
    fill: var(--primary-color) !important;
}
.header-top .address-content a{
    color: #000;
    font-family: 'Montserrat', sans-serif; 
}
.header-top .address-content svg{
    margin-right: 10px;
}
header .details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
header .r-detail span {
	display: block;
    font-size: 16px;
	font-weight: 500;
}
header .r-detail span.title {
	color: var(--primary-color);
    margin-bottom: 4px;
}
header .r-detail span.link {
	color: var(--font-color);
	font-size: 18px;
    transition: .3s linear;
}
header .details .icon {
	margin-right: 15px;
}
header .details .icon img{
    display: block;
}
.header-contact-det > div {
	display: flex;
	align-items: center;
}
.header-contact-det > div > a:not(:first-child) {
	margin-left: 88px;
}
header .header-appointment-button a{ font-size: 16px; font-weight: 500; color: #fff; background-color:var(--primary-color); text-transform: uppercase; letter-spacing: 1px; border-radius: 5px; padding: 15px 20px; font-family: 'Montserrat', sans-serif; }
header .main-navigation .container {
	background: var(--primary-color);
	border-radius: 5px;
	padding: 0 115px;
    max-width: 1298px;
    margin-top: 10px;
}
header .main-navigation .container .menu-header-top-container > ul > li > a{
    line-height: 67px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
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: #abeedc;}
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(--secondary-color);
}
.header-contact-det a:hover .r-detail span.link{
    color: var(--secondary-color);
}
.main-navigation li{
    margin-bottom: 0;
}
.main-navigation .menu-item-has-children ul {
	display: block;
	width: 200px;
	background: var(--secondary-color);
	border: 1px solid rgba(255,255,255,.3);    
    border-top: 0;
}
.main-navigation .menu-item-has-children ul li a {
	font-size: 14px;
	color: #fff;
	padding: 8px 10px;
	width: 100%;
    font-weight: 500;
}
.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-menu-overlay,.mobile-header, .testimonial-slider .slick-arrow{
    display: none;
}
.testimonial-slider .slick-arrow,.home-team_section .slick-arrow{
    display: none !important;
}
/* Banner */
.banner{
    position: relative;
    margin-top: -34px;
    height: 85vh;
}
.banner li{
    list-style: none;
    margin: 0;
}
.banner ul{
    margin: 0;
}
.banner img{
    height: 85vh;
    object-fit: cover;
    object-position: top;
}
.banner .slick-slide{
    position:  relative!important;
}
.banner .absolute-content { position: absolute; bottom: 50%; right: 50%; transform: translate(130%, 50%); text-align: center; background: #1a5092ad; border-radius: 9px; width: 500px; padding: 35px 15px 35px; z-index: 99;}
.banner .absolute-content .title{
    font-size: 27px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0px !important;
}
.banner .absolute-content .title .banner-sub {
    font-size: 17px;
    display: block;
    color: #fff;
    line-height: normal;
    padding: 7px 0 0;
    text-shadow: none;
}
.banner .primary-button {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--primary-color);
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	display: inline-block;
}
.banner .secondary-button { font-size: 18px; font-weight: 500; color: #fff; background: var(--secondary-color); text-transform: uppercase; letter-spacing: 1px; border-radius: 5px; padding: 15px 20px; font-family: 'Montserrat', sans-serif; margin-left: 0px !important;}
.banner .buttons {
	text-align: center;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
.banner .primary-button:hover {
	color: #fff;
	background: var(--secondary-color);
}
.banner .secondary-button:hover {
	color: #fff;
	background: var(--primary-color);
}
.banner .slick-prev, .custom-team-list .slick-prev {
    left: 10px;
}
.banner .slick-arrow, .custom-team-list .slick-arrow {
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 9;
    border-radius: 5px;
    transition: .3s linear;
    border-radius: 100%;
    opacity: 0.6;
}

.banner .slick-arrow:hover, .custom-team-list .slick-arrow:hover {
    opacity: 1;
}

.banner .slick-next.slick-arrow:before {
    background: url(https://www.blossomfamilydental.ca/wp-content/uploads/2024/04/slick-arrow-right.png) no-repeat center center;
    background-size: 30px;
}
.banner .slick-arrow::before, .custom-team-list .slick-arrow::before {
    color: var(--secondary-color);
    opacity: 1;
    transition: .3s linear;
    content: "";
    background: url(https://www.blossomfamilydental.ca/wp-content/uploads/2024/04/slick-arrow-left.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 26px;
}
.banner .slick-next, .custom-team-list .slick-next {
    right: 10px;
}
/* Banner Bottom */
.banner-bottom{
    background-color: #eff6fb;
    margin-top: 0;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.font-h3 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}
.banner-bottom .main-content {
	text-align: center;
	max-width: 660px;
	margin: auto;
	color: #000;
	line-height: 1.6;
}
.banner-bottom ul {
    display: grid;
    list-style: none;
    grid-gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-left: 0;
}
.banner-bottom ul li:nth-child(2n) {
	flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.banner-bottom ul li .image{
    margin-bottom: 15px;
}
.banner-bottom ul li:nth-child(2n) .image{
    margin-top: 15px;
}

.banner-bottom .inner-title {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.banner-bottom ul img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
}

.banner-bottom ul p {
    margin: 0;
    font-size: 15px;
    color: var(--font-color);
}
/* Review Section Home*/
.hm_review_section{
    background: #f8f8f8 !important;
    margin-top: 0px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hm_review_section .font-h3{
    margin-bottom: 15px !important;
}
.hm_review_section .ti-widget.ti-goog .ti-widget-container{
    margin-bottom: 0px !important;
}
.hm_review_section .small-heading{
    font-size: 22px !important;
    color: #565656 !important;
    text-transform: capitalize !important;
    margin-bottom: 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}
.hm_review_section .small-heading span{
    color: var(--secondary-color);
    font-weight: 600 !important;
}
.hm_review_section ul.hm_ul_star_heading {
    text-align: center;
    list-style: none;
}
.hm_review_section ul.hm_ul_star_heading li{
    display: inline;
    /* margin: 0px 1px; */
}
/* Home Appointment */
.home-appointment-form {
	margin-top: 0;
	padding: 50px 0px;
    background-color: #f8f8f8;
}
.default-form.homepage-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
.default-form.homepage-form .full{
    grid-column: span 3;
}
.default-form.homepage-form input:not([type="checkbox"],[type="submit"]){
    width: 100%;
    height: 42px;
    padding-left: 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #010101;
    background-color: #ededed;
    border: 0;
    border-radius: 50px;
}
.default-form.homepage-form input::placeholder,.default-form.homepage-form textarea::placeholder{
    color: #010101;
    opacity: 1;
}
.default-form.homepage-form input:focus,.default-form.homepage-form textarea:focus{
    outline: none;
}
.default-form.homepage-form textarea{
    height: 80px;
    padding-top: 18px;
    padding-left: 25px;
    color: #010101;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ededed;
    border: 0;
    opacity: 1;
    font-size: 14px;
    resize: none;
}
.default-form.homepage-form select{ width: 100%; height: 42px; background-color: #ededed; border-radius: 50px; padding-left: 25px; font-size: 14px; border: 0; color: #010101; font-family: 'Open Sans', sans-serif; -webkit-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC); background-position: 100%; background-repeat: no-repeat; }
.default-form.homepage-form .date input{
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
.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: 42px;
	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: #fff;
}
.default-form.homepage-form input[type="submit"] { font-size: 18px; text-transform: uppercase; color: #fff; background: var(--primary-color); border-radius: 50px; padding: 20px 45px; font-weight: 500; font-family: 'Open Sans', sans-serif; cursor: pointer; border: 0; }
.default-form.homepage-form input[type="submit"]:hover {
	background: var(--secondary-color);
	color: #fff;
}
.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;
}

.mt-50{
    margin-top: 50px;
}
.clinic-section p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 35px !important;
    color: #2d2d2d;
}
.small-heading {
	font-size: 17px;
	color: var(--secondary-color);
	text-transform: uppercase;
	margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.primary-button .vc_btn3 { color: #fff !important; border: 0 !important; background: var(--primary-color) !important; font-size: 16px !important; font-weight: 600; text-transform: uppercase; padding: 13px 20px !important; border-radius: 5px !important; line-height: 1.4 !important; }
.secondary-button .vc_btn3 { color: #fff !important; border: 0 !important; background: var(--secondary-color) !important; font-size: 16px !important; font-weight: 600; text-transform: uppercase; padding: 13px 20px !important; border-radius: 5px !important; line-height: 1.4 !important; }
.secondary-button .vc_btn3:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}
.primary-button .vc_btn3:hover{
	background: var(--secondary-color) !important;
	color: #fff !important;
}
.primary-button.vc_btn3-container,.secondary-button.vc_btn3-container{
    margin-bottom: 0;
}
.clinic-section .vc_btn3{
    /* height: 38px; */
    /* width: 148px; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px 20px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    font-weight: 500;
}
.wpb_content_element{
    margin-bottom: 0 !important;
}
.clinic-section .left-col{
    position: relative;
}
.clinic-section .left-col .wpb_single_image img{
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
    border-radius: 30px;
}
.clinic-section .absolute-img {
	position: absolute;
	bottom: 0;
	right: 0;
    height: 250px;
    width: 250px;
}
.clinic-testimonial {
	position: absolute;
	bottom: -100px;
	background: #fff;
	max-width: 396px;
	margin-left: 40px !important;
	border-radius: 30px;
	padding: 22px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
}
.clinic-testimonial p{
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    color: #686868;
    margin-bottom: 7px !important;
}
.clinic-section .left-col .clinic-testimonial .wpb_single_image img{
    box-shadow: none;
    border-radius: 50%;
}
.clinic-testimonial .wpb_single_image {
	display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.clinic-testimonial .vc_custom_heading {
	display: inline-block;
	vertical-align: middle;
    font-size: 13px;
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
}
.clinic-section .right-col > .vc_column-inner{
    padding-left: 45px;
}
.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{
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.testimonial-slider .item {
	border-radius: 30px;
	background: var(--secondary-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;
    font-weight: 500;
}
.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;
}

/* 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(--primary-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;
}
.home-gallery {
	margin-top: 50px;
	background: #eff6fb;
	margin-bottom: 50px;
	padding: 40px 0px 20px 0px;
}
.home-gallery .vc_custom_heading {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 42px;
}
.home-gallery .font-h3 b{
    color: var(--primary-color);
    font-weight: 700;
}
.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: 95px;
}
.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: var(--secondary-color);
}
.home_tab-section .vc_custom_heading.font-h3{
    color:var(--primary-color);
    text-transform: capitalize;
    font-size: 40px !important;
}
.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 10px;
    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: 17px;
}
.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: 600;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.hover-content .team-degination {
	margin-bottom: 10px;
	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;
    margin-bottom: 10px;
}
.custom-team-item .read-more {
	display: inline-block;
	padding: 10px 22px;
    margin-top: 10px !important;
	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: 120px;
	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;
}
.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: 50px;
}
.map-top .buttons a{
    color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 10px;
	height: 52px;
	width: 172px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.map-top .secondary-button {
	border: 2px solid #fff;
	
}
.map-top .buttons {
	display: flex;
}
.map-top .primary-button {
	background: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
}
.map-top .primary-button:hover {
	background: var(--secondary-color);
    border: 2px solid white !important;
    color: #fff;
}
.map-top .secondary-button:hover{
    background: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    color: #fff;
}
/* Footer */

footer ul, footer ol{
	margin-left: 0;
    list-style: none;
}
footer {
	background: var(--primary-color);
    padding-top: 35px;
    padding-bottom: 20px;
}
footer .container {
	display: flex;
	justify-content: space-between;
    max-width: 1240px;
}
footer .title {
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #fff;
}
.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: 32%;
	padding-left: 70px;
}
footer .footer-3 {
	width: 30%;
	padding-left: 50px;
}
.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; }
footer a, footer p {
	color: #fff;
}
footer .contact-details a:hover{
    color: var(--secondary-color);
}
.footer-social li a:hover{
    background: var(--secondary-color);
}
.hours {
    margin-left: 0px !important;
}
.hours li {
	color: #fff;
	margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer span.time {    text-align: end;}

.copyright-bar {
	padding: 20px 0;
	font-size: 17px;
	color: #fff;
	background: var(--black-color);
	text-align: center;
	font-weight: 500;
}
.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: #b4c8ca;
	fill: #b4c8ca;
}
.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;
}
/*  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: 40px;
	margin: 0;
}
.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: 700;}
.contact-page-details .content, .contact-page-details .content a {
	font-size: 16px;
	color: #fff;
}
.contact-page-details .content a:hover{
    color: var(--secondary-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; 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 .s-heading{
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.con-page-form-sec > .vc_col-sm-4 {
	background: var(--secondary-color);
	padding: 40px 15px;
	color: #fff;
}
.con-page-social::before{
    display: none !important;
}
.con-page-social { max-width: 43%; margin: auto !important; display: flex; justify-content: center; 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: 10px;
}
.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;
    text-align: end;
}
.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: #000;
}

/* 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%;
    height: fit-content;
}
.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;}
.team-content .entry-title{    font-size: 2rem !important;}
.single .col-8 p { font-size: 16px; line-height: 1.7; color: #000;}
.single .col-8 a {	color: var(--primary-color);	font-weight: 600;}
.single-service .inner-page-banner{    margin-bottom: 0px !important;}
.single-service .service-py50{    padding-bottom: 30px !important;}
.single-service .map-top::after { content: ""; position: absolute; top: 0px; height: 60%; width: 100%; background: #1a5092; z-index: -111110;}
.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);}
.single .map-top{    margin-top: 0;    padding-top: 50px;}
/* Service Pages */
.service-bg-color{    background-color: #eff6fb;}
.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: 25%; padding: 5px; margin-bottom: 0;}
.custom-sv-list li a { background: unset; padding: 16px 5px; text-align: center; color: #FFF; font-weight: 400; font-size: 1rem; transition: 0.3s; border-radius: 9px; text-decoration: none; border: 1px solid #FFF; font-family: "Poppins", sans-serif; display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: center;}
.custom-sv-list li a:hover {	background: var(--secondary-color);	border-color: var(--secondary-color);}
.custom-sv-list li h3{    margin-bottom: 0;}
.all-services {	background: var(--primary-color);}
.all-services .section-title {	text-align: center;	color: #fff;}
/* Single Team */
.team-member-outer {	display: flex;	flex-wrap: wrap;}
.team-member-outer .left-image {	width: 40%;}
.team-member-outer .team-content {	width: 60%;	padding-left: 40px; display: flex; align-items: center;}
.team-member-outer .left-image img {	width: 100%;	display: block;}
.team-member-outer .team-content p {	font-size: 16px;	line-height: 1.7;}
.font-h3.our-team-page-name { font-size: 1.8rem; padding: 15px 15px; background: var(--primary-color); color: #fff; border-radius: 20px 0px 20px 0px;}
.mt-30{    margin-top: 30px !important;}
/* FAQS */
.faq-section .vc_tta-panel .vc_tta-panel-title > a { color: #fff !important; background: var(--primary-color) !important; padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; line-height: 1.4;}
.faq-section .vc_tta-panel.vc_active .vc_tta-panel-title > a {	color: #fff !important;	background: var(--secondary-color) !important;}
.faq-section .vc_tta-controls-icon::before, .faq-section .vc_tta-controls-icon::after {	border-color: #ffffff !important; }
.faq-section .vc_tta-panel.vc_active .vc_tta-controls-icon::before, .faq-section .vc_tta-panel.vc_active .vc_tta-controls-icon::after{	border-color: #fff !important;}
.faq-section .vc_tta-panel-body {	background-color: #f5f3f1 !important;	border: 0 !important;}
.faq-section .vc_tta-panel {	margin-bottom: 1rem;}
.faq-working-hour{	margin-top: 50px;}
.faq-working-hour ul{ margin: 0; padding: 0;}
.faq-working-hour ul li{ position: relative; padding-left: 40px; list-style: none;}
.faq-working-hour ul li::before{ content: ''; background: url(../image/time.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 20px; width: 20px; display: block; position: absolute; top: 0; left: 0;}
.faq-form .section-title{ color: #fff; text-align: center !important; margin-bottom: 30px !important;}
.faq-form .homepage-form{    grid-template-columns: repeat(4, 1fr);}
.faq-form .col-sm-6{    grid-column: span 2;}
.faq-form .col-sm-12{    grid-column: span 4;}
.faq-form .homepage-form input[type="submit"]{    background:var(--secondary-color);}
.faq-form .homepage-form input[type="submit"]:hover{    background: var(--black-color);}
.faq-item.vc_toggle_active .vc_toggle_title{  background: var(--secondary-color) !important;}
.faq-item .vc_toggle_title{ color: #fff !important; background: var(--primary-color) !important; padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; line-height: 1.4; padding: 20px 40px !important;}
.faq-item .vc_toggle_icon{    margin-left: 20px !important;}
.faq-item .vc_toggle_title>h4 {  font-size: 1rem !important;}
.faq-item .vc_toggle_content { background: #f5f3f1 !important; margin: unset; padding: 10px;}
.faq-form .wpcf7-response-output {  color: #fff;}
/* for Faq page only */
#post-1126 .vc_toggle_title{ min-height: 85px !important; display: flex; justify-content: start; align-items: center;}
#post-1126 .faq-item .vc_toggle_title>h4{   margin-bottom: 0px !important;}
/* Xray Form CSS */
.book-fm .default-form.homepage-form{ display: flex; flex-wrap: wrap; grid-column-gap: 10px; grid-row-gap: 20px; justify-content: space-between;}
.book-fm .col-sm-6 {    width: 49%;}
.book-fm .col-sm-12 {  width: 100%;}
.book-fm .wpcf7-form-control-signature-wrap{  width: 100% !important;  height: 100px !important; }
footer .wpcf7-response-output{   color: #fff !important;}
.clinic-section .font-h3 {	margin-bottom: 30px !important;}
/* Responsive */
@media (max-width: 1600px){
    h2, .h2 {font-size: 40px;}
    h3, .h3 {font-size: 38px;}
    .header-top .address-content{margin-right: 210px;}
    .header-contact-det > div > a:not(:first-child) {margin-left: 68px;}
    header .main-navigation .container{padding: 0 95px;}
    header .header-appointment-button a {font-size: 16px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 57px;font-size: 17px;}
    .logo img {max-width: 290px;}
    .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;padding: 16px 40px;}
}
@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){
    h2, .h2 {font-size: 37px;}
    header .main-navigation{padding: 0 20px;}
    header .main-navigation .container {padding: 0 85px;}
    .banner .absolute-content {transform: translate(120%, 50%);}
    .banner .primary-button,.banner  .secondary-button,header .r-detail span, .header-top .address-content a, .home_tab-section p {font-size: 15px;}
    .header-contact-det > div > a:not(:first-child) {margin-left: 58px;}
    header .r-detail span.link{font-size: 17px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 55px;font-size: 16px;}
    header .details .icon {margin-right: 10px;}
    header .details .icon img {max-width: 34px;}
    header .header-appointment-button a {font-size: 16px;}
    .home_tab-section .container-left-padding {padding-left: 30px;}
    .home_tab-section .vc_col-sm-6:first-child{padding-right: 110px;}
    .map-top .map-inner{padding: 40px 45px;}
    .container-right-padding{padding-right: 20px;}
    .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;}
    /* Gallery Start*/
    .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;}
    /* Gallery End */
}
@media (max-width: 1190px){
    body,p{font-size: 14px;}
    h2, .h2 {font-size: 35px;}
    .logo img {max-width: 250px;}
    .header-contact-det > div > a:not(:first-child) {margin-left: 38px;}
    .header-top .address-content {margin-right: 140px;}
    header .header-appointment-button a,header .main-navigation .container .menu-header-top-container > ul > li > a{font-size: 12px;}
    .banner img,.banner {height: auto;}
    .banner .absolute-content {transform: translate(100%, 50%);}
    .banner-bottom .inner-title {font-size: 18px;}
    .banner-bottom ul{grid-gap: 15px;}
    .banner-bottom ul p,.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;}
    .banner-bottom .main-content p{font-size: 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 {margin-bottom: 40px;}
    .single .map-top {padding-bottom: 40px;margin-bottom: 0;}
    .map-top .font-h3{font-size: 26px;}
    .map-top .map-inner .col-9 a, .map-top .map-inner .col-9 p {font-size: 14px;}
    footer .footer-2{padding-left: 30px;}
    footer .title {font-size: 25px;}
    .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;}
    .custom-sv-list li h3{height: 100%;}
    .custom-sv-list li a{font-size: 14px;padding: 16px 3px;height: 100%;}
    .custom-sv-list li{width: 33.333%;}
    /* Gallery Start*/
    .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;}
    /* Gallery End */
    .single-service .map-top::after{  height: 100%;   }
}

@media (max-width: 1024px) {
   .home_tab-section .vc_custom_heading.font-h3 {font-size: 30px !important;}
}

@media (max-width: 991px){
    h2, .h2 {font-size: 34px;}
    h1, .h1 {font-size: 50px;}
    .logo img {max-width: 210px;}
    header .main-navigation .container {padding: 0 30px;}
    header .main-navigation .container .menu-header-top-container > ul > li > a {line-height: 50px;}
    .header-top .address-content {margin-right: 40px;} 
    header .header-contact-det{ width: 54%; justify-content: end; display: flex;    }
    header .details .icon img{        max-width: 26px !important;    }
    header .r-detail {        margin-right: 8px;    }
    .header-contact-det > div > a:not(:first-child){        margin-left: 0px !important;    }
    header .r-detail span.link {        font-size: 12px !important;    }
    .site-header .main-navigation li.menu-item-has-children .sub-click{        right: -16px !important;    }
    .banner .absolute-content .title{        font-size: 24px;    }
    .banner .absolute-content { position: relative; transform: unset; bottom: unset; right: unset; width: 100%; border-radius: unset; background: var(--primary-color); min-height: 280px; display: flex; justify-content: center; flex-wrap: wrap; /* align-items: center */ align-content: center; }
    .banner .buttons{        display: block;        width: 100%;    }
    .banner .slick-next, .banner .slick-prev{        top:24% !important    }
    .font-h3 {font-size: 30px;margin-bottom: 10px;}
    .banner-bottom .main-content p, .home_tab-section p {font-size: 14px;}
    .banner-bottom ul{grid-template-columns: repeat(2, 1fr);grid-gap: 25px;grid-row-gap: 50px;}
    .banner-bottom .inner-title {font-size: 20px;}
    .default-form.homepage-form{grid-column-gap: 10px;grid-row-gap: 15px;font-size: 15px;}
    .home-appointment-form .font-h3 {margin-bottom: 20px;}
    .clinic-section .vc_col-sm-6{width: 100%;}
    .clinic-section .left-col{max-width: 500px;}
    .clinic-section .right-col{margin-top: 100px;}
    .clinic-section .absolute-img {right: -70px;}
    .clinic-section .font-h3 br{display: none;}
    .small-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%;margin: auto;}
    .vc_row.con-page-form-sec .vc_col-sm-8{margin-top: 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;}
    .team-member-outer .team-content p{font-size: 14px;}
    .inner-content-sec .vc_col-sm-6{ width: 100%;    }
    .inner-content-sec .vc_col-sm-pull-6{ right: 0 !important;    }
    .inner-content-sec .vc_col-sm-push-6{ left: 0 !important;    }
    .inner-content-sec .wpb_single_image img{ margin-bottom: 30px !important;    }
    /* Gallery Start */
    .home-gallery .vc_custom_heading {margin-bottom: 20px;}
    .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;}
    /* Gallery End */    
}
@media (max-width: 851px){
    footer .container{flex-wrap: wrap;justify-content: flex-start;}
    footer .footer-1 {width: 100%;}
    footer .footer-2 {padding-left: 0px;width: 50%;padding-right: 30px;}
    footer .footer-3 {width: 50%;}
    .footer-form{grid-template-columns: 1fr 1fr 1fr 1fr;}
    .footer-form .items:nth-child(5), .footer-form .items:last-child {grid-column: span 4;}
    .hours li:last-child span {width: auto;}
    .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;}
    header .header-appointment-button a, header .main-navigation .container .menu-header-top-container > ul > li > a{       font-size: 11px;    }
    .site-header .main-navigation li.menu-item-has-children .sub-click{  height: 12px !important;   width: 12px !important;  }
    .footer-1.footer_widgets h4 {  text-align: center;   }
    footer .form-outer .homepage-form .col-sm-12{  text-align: center !important;   }
}
@media (max-width: 767px){
    h2, .h2 {font-size: 30px;}
    /* Mobile Menu Start*/
    header .header-contact-det,.header-appointment-button,.header-top {display: none;}
    header .header-contact-det{    display: none !important;    }
    .row_reverse{  display: flex ;  flex-direction: column-reverse;  }
    .font-h3.our-team-page-name{   font-size: 1.4rem;  margin-top: 30px !important;   }
    .book-fm .col-sm-6 {  width: 100%;   }
    header .r-detail span.link{display: none;}
    header .r-detail {  display: none; }
    header{position: inherit;}
    .mobile-menu-overlay,.mobile-header{display: block;}
    .mobile-menu-overlay {display: block;position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,.6);z-index: 9;opacity: 0;visibility: hidden;transition: .3s linear;}
    .mobile-menu-overlay.menu-open{visibility: visible;opacity: 1;}
    .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;}
    .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;}
    
    header .main-navigation .container{background: transparent;padding: 0;margin: 0;}
    header .main-navigation .container .menu-header-top-container > ul {display: block;}
    /* header .main-navigation a{padding: 10px 30px;border: 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: 100%;top: 0;left: 0 !important;}
    .site-header .main-navigation #primary-menu li.menu-item-has-children > .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;}
    .site-header .main-navigation li.menu-item-has-children .sub-click svg {fill: #fff;transition: .3s linear; width: 20px !important;transform: rotate(270deg) !important;}
	.site-header .main-navigation li.menu-item-has-children .sub-click { z-index: 999; background: #000; height: 51px !important; width: 50px !important; position: relative; top: 0 !important; transform: unset !important; right: 0 !important; display: flex !important; justify-content: center; align-items: center; transition: .3s all; cursor: pointer; border-bottom: 1px solid #ffffffa3; }
	.site-header .main-navigation li.menu-item-has-children .sub-click:hover {background: #017080;}
    .main-navigation li.menu-item-has-children > a::after,.sub__close::after{content: '';border-bottom: 2px solid #fff;border-left: 2px solid #fff;height: 15px;width: 15px;
        display: block;position: absolute;right: 20px;top: 12px;transform: rotate(-137deg);}
    .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);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;}
    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);}
    /* Mobile Menu End*/
    /* Mob Header Start*/
    .mobile-header a {font-size: 14px;text-align: center;padding: 10px 5px;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: 10px;}
     /* Mob Header End*/
    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, .banner {height: auto;}
    .banner .absolute-content .title{font-size: 22px;}
    .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;}
    .clinic-section .left-col {max-width: 100%;}
    .clinic-section .absolute-img {right: 15px;}
    .clinic-section p,body,.small-heading,.single .col-8 p{font-size: 14px;}
    .clinic-section p,.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,.team-member-outer .team-content,.team-member-outer .left-image{width: 100%;}
    footer .footer-2{padding-left: 0;width: 100%;margin-bottom: 40px;padding-right: 0;}
    .hours li:last-child span {width: auto;}
    .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;}
    .recent-post-title {text-align: center;}
    .single .col-4{padding-left: 0;margin-top: 40px;}
    .single .col-8{padding: 20px;}
    .custom-sv-list li{width: 50%;}
    .mob-mt-30,.team-member-outer .team-content{margin-top: 30px;}
    .team-member-outer .team-content{padding-left: 0;}
    .footer-form {grid-template-columns: 1fr 1fr;}
    .footer-form .items:nth-child(5), .footer-form .items:last-child {grid-column: span 2;}
    .faq-form .col-sm-6 { grid-column: span 4; }
    .hm_review_section {padding-bottom: 0;}
    header {padding-top: 10px;}
    .home_tab-section .vc_custom_heading.font-h3 {   font-size: 25px !important;    }
    .clinic-section .vc_btn3 {padding: 10px 20px !important;font-size: 15px !important;}
    .home-gallery {margin-top: 50px;}
    .home-gallery .vc_custom_heading {font-size: 30px;}
    .team-banner .small_text{font-size: 32px !important;}
    .logo img {    max-width: 90px;       margin-bottom: 5px;    }
    #masthead.fixed .logo img {        margin-bottom: 0px;    }
    .yt-vid-mob iframe {        width: 100%;        height: calc((100vw*9) /16);    }
}
/* Gallery Start*/
@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% !important;max-width: 90%;margin: auto;position: relative;left: 0;top: auto;display: block;bottom: 0;margin-bottom: 0px !important;margin-top: 10px;}
    .masonry-gallery{float: none;}
    .home-gallery{margin-bottom: 40px;}
}
/* Gallery End*/
@media (max-width: 520px){
    .banner-bottom ul {grid-template-columns: repeat(1, 1fr);grid-gap: unset;grid-row-gap: 30px;}
    .banner-bottom ul li:nth-child(2n) {display: block;}
    .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;}
    .clinic-testimonial{bottom: -90px;max-width: 376px;margin-left: 30px !important;padding: 15px;}
    .clinic-section .right-col > .vc_column-inner {padding-left: 20px;}
    .clinic-section .left-col .wpb_single_image:first-child img {max-width: 88%;}
    .clinic-section .absolute-img {right: 15px;max-width: 160px;bottom: 0;float: right;margin-top: -120px;z-index: 9;position: relative;}
    .clinic-testimonial {bottom: 0;max-width: 100%;margin-left: 0px !important;padding: 15px;position: static;margin-top: 90px;}
    .clinic-section .right-col {margin-top: 50px;}
    .clinic-section .vc_btn3,.primary-button,.secondary-button{width: 100%;}
    .clinic-section .secondary-button.vc_btn3-container.ml-15{margin-left: 0;}
    .secondary-button .vc_btn3{margin-top: 10px;}
    .banner .primary-button, .banner .secondary-button{width: auto;display:inline-block !important}
    .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{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;}
}
/* 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%;}
.blog #posts-container header{    z-index: unset !important;}
.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);}
.font-h3 span.small_text {   font-size: 42px;    display: block;}
.default50 { padding-top: 50px;   padding-bottom: 50px; }
.inner-content-sec h2 { font-weight: 800; margin: 0; padding: 0 0 15px; color: var(--primary-color); font-size: 26px;}
.inner-content-sec h3 {    font-size: 18px;    color: var(--black-color);}
.inner-content-sec ul li {    padding: 2px 0;}
.inner-content-sec a{    color: var(--primary-color);    font-weight: 600;}
.inner-content-sec a:hover{    color: var(--secondary-color);    font-weight: 600;}
@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;}
}
@media (max-width: 767px) {
    .blog .type-post .post__header img {height: 270px;}
    .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;}
}
/* New Css For Sub Menu */
@media (max-width:767px){
    .main-navigation .menu-item-has-children ul li a {font-size: 14px;color: #fff;padding: 10px;border-bottom: 1px solid #ffffff8a;}
    .sub-close svg {        fill: #fff;   }
    .main-navigation li.menu-item-has-children > a::after, .sub__close::after{ content: unset !important;    }
    .main-navigation.menu-open{left: 0;overflow-x: hidden;}
    .main-navigation li{ width: 100%; }
    .site-header .main-navigation li.menu-item-has-children >.sub-menu{ top: 0% !important; height: 100vh; }
    .site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click { right: 0px !important; height: 40px !important; }
    .site-header .main-navigation #primary-menu li.menu-item-has-children{ position: static !important; display: flex; align-items: center; justify-content: space-between; }
    header .main-navigation .container .menu-header-top-container > ul > li > a {position: relative;width:100% !important;border-bottom:1px solid #ffffff8e;padding: 0px 15px;font-size: 14px;}
    .site-header .main-navigation li.menu-item-has-children .sub-click{ position: relative !important;  }
}
.site-header .main-navigation #primary-menu li.menu-item-has-children{ position: relative;}
.site-header .main-navigation li.menu-item-has-children .sub-click { height: 17px; width: 17px; position: absolute; right: -20px; top: 50%; display: block; transform: translateY(-50%);}
.site-header .main-navigation li.menu-item-has-children .sub-click svg { height: inherit; width: inherit; line-height: normal; font-size: initial; position: static; transform: unset; display: block; fill: #fff;}
.main-navigation ul ul a { width: 100%;}
.main-navigation ul.sub-menu a { padding: 5px 10px; }
.site-header #primary-menu { margin: 0; padding: 0; list-style: none; display: flex;}
.site-header .main-navigation li.menu-item-has-children >.sub-menu { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: none; position: absolute; top: calc(100% + 20px); left: 0; z-index: 99999; transition: .3s linear; padding: 0;	margin: 0;	list-style: none;    visibility: hidden;    opacity: 0;} 
.site-header .main-navigation li.menu-item-has-children:hover > .sub-menu {	top: 100%;	visibility: visible;	opacity: 1;}
.site-header .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{ left: 100%; }
.site-header .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children:hover >.sub-menu { top: 0; }
#post-3727 .cust_table table {    border-spacing: 0px;}
#post-3727 .cust_table td {  border-bottom: 1px solid #c9c9c9;   border-collapse: collapse;   padding: 20px 0px !important; }
p{    line-height: initial ;}
.banner .absolute-content .title .banner-sub:last-child{ margin-bottom:10px;}    
.invisalign-form .wpcf7-not-valid-tip{ font-size: 0.9em !important;  text-align: start !important; }
@media(min-width:768px){
    a.sub-close {  display: none !important;   }
    .site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click{  right: 10px !important; }
    .yt-vid-mob iframe {  height: 432px !important;   }
}
.for-mobile{display: none !important;}
.for-desktop{display: block !important;}
@media (max-width: 767px) {
    .single-post .map-top{padding-top: 0;}
    .for-mobile{display: block !important;}
    .for-desktop{display: none !important;}
}
:root {
--recallmaxBookOnlineBackgroundColor:#1a5092;
--recallmaxBookOnlineForegroundColor:#fff;
--recallmaxBookOnlineHoverColor:#1a5092ad;
--recallMaxBookOnlineTextAlign: left;
--recallMaxBookOnlinePageLocationHeight: 250px;
}
.RecallMaxBookButton { position: fixed; background-color: var(--recallmaxBookOnlineBackgroundColor); opacity: 0; top: var(--recallMaxBookOnlinePageLocationHeight); min-height: 65px; display: block; align-items: center; text-align: var(--recallMaxBookOnlineTextAlign); justify-content: center; padding: 15px; color: white; box-sizing: border-box; z-index: 9999; box-shadow: 1px 2px 3px 0 rgba(128, 128, 128, 0.15); transition: all 0.2s ease-in; --text-transform: uppercase; font-family: 'Helvetica, Arial, sans-serif' !important; font-size: 19px; letter-spacing: 0; line-height: 19px; text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.10); border-bottom-left-radius: 999px; border-top-left-radius: 999px; cursor: pointer; vertical-align: middle; }
.RecallMaxBookButton .icon { display: inline-block; align-items: center; justify-content: center; color: var(--recallmaxBookOnlineForegroundColor); height: 40px; width: auto; vertical-align: middle; }
.RecallMaxBookButton .SVG { fill: var(--recallmaxBookOnlineForegroundColor); height: 100%; width: auto; transition: all 0.2s ease-in; stroke: var(--recallmaxBookOnlineForegroundColor); }
.RecallMaxBookButton .content { vertical-align: middle; display: inline-block; color: var(--recallmaxBookOnlineForegroundColor); transition: all 0.2s ease-in; font-family: 'Helvetica, Arial, sans-serif' !important; }
.RecallMaxBookButton .content strong { display: inline-block; font-weight: 600; font-size: 23px; line-height: 23px; }
.RecallMaxButtonIcon { display: block; }
.RecallMaxBookButton.RecallMaxFadeIn { animation: RecallMaxBookFadeIn 1s ease-out forwards; }
@keyframes RecallMaxBookFadeIn { 0% { opacity: 0; right: -160px; } 50% { opacity: 0.3; right: -5px; } 75% { opacity: 0.6; right: -10px; } 100%{ opacity: 1; right: 0px; } }
.RecallMaxBookButton:hover { box-shadow: 1px 4px 5px 0 rgba(128, 128, 128, 0.25); transition: all 0.4s ease-in; background: var(--recallmaxBookOnlineHoverColor); }
/*homepage location page section*/
ul.footerlink { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.footerblock {  text-align: center; }
.footerblock p { color: #222; font-size: 18px; /*font-weight: 700;*/ line-height: 1.2; margin-bottom: 15px !important;}
.footerlink li:first-child {  padding-left: 0;   border: none;}
.footerlink li { line-height: 15px; color: #222; font-size: 18px; font-weight: 400 !important; display: inline-block; /*vertical-align: middle;*/ padding: 0 10px; border-left: 1px solid #222; margin-bottom: 0px !important; margin-top: 10px;}
.footerbtm .ProsemirrorEditor-link {   color: #222;}
.footerbtm .ProsemirrorEditor-link:hover { color: #212121;}
.footerlink li:first-child {    padding-left: 0;    border: none;}
.footer-location a {   color: #222 !important;} 
.footer-location a:hover {  color: #5FBE00 !important;}
.footerblock h2{ text-align: center; color: #222; font-size: 30px; font-weight: 500; line-height: 30px; margin-bottom: 15px !important; }
.hm-src-ara-pd{ padding-top: 50px;   padding-bottom: 50px; }
.hm-src-ara-pd .vc_column-inner {   padding-top: 0 !important;}
/*over*/