.page-id-2665 .header-banner{
    display: none;
}
.footer-map{
    display: none;
}


a{
    text-decoration: none;
}
@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
/* Header */
.site-header .nav-outer li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
    background: #fff;
}
.home .site-header {
    background: transparent !important;
}
.site-header.sticky {
    position: fixed;
    animation: slideDown 0.35s ease-out;
    background: #fff !important;
    left: 0;
    top: 0;
    box-shadow: 0 0 3px 1px #8b8b8b;
    padding: 5px 0;
}
.site-header .custom-logo-link {
    display: block;
}
.site-header .custom-logo-link img{
    max-width: 350px;
}
.home .site-header .custom-logo-link img{
    filter: brightness(0) invert(1);
}
.site-header.sticky .custom-logo-link img{
    filter: none;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95% !important;
}
.site-header a{
    display: inline-block;
}
img{
    display: block;
}
.site-header .site-logo {
    line-height: normal;
}
.site-header .nav-outer a{
    color: var(--black);
}
.main-navigation ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0,0,.3);
}
.site-header .nav-outer a {
    text-transform: uppercase;
}
.site-header .main-navigation {
    display: block;
    width: auto;
}
.site-header .site-branding {
    display: flex;
    align-items: center;
}
.site-header .main-navigation #primary-menu > li > a {
    line-height: 14rem;
    font-size: 1.7rem;
    color: #000;
    font-weight: 400;
}
.site-header #primary-menu > li > .sub-click svg {
    fill: #000;
}
.site-header .main-navigation #primary-menu > li{
    margin-right: 4.4rem; 
}
.site-header .main-navigation #primary-menu > li:last-child {
    margin-right: 0;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children{
    position: relative;
}
.site-header .main-navigation #primary-menu .sub-menu a:hover {
    background: var(--secound-color);
    color: var(--third-color);
}
.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;

}
.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click {
    right: 10px;
}
.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;
    justify-content: right;
}
.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;
    width: 220px;
    padding: 0;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}
.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: auto;
    right: 100%;
}
.site-header .main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children:hover >.sub-menu {
    top: 0;
}
.mobile-button{
    display: none;
    background: #0c598d;
    padding: 10px 14px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
    margin-left: auto;
    outline: none;
}
.mobile-button span {
    height: 3px;
    width: 25px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
    transition: .3s linear;
}
.mobile-button.button-active span:first-child {
    transform: rotate(50deg);
}
.mobile-button.button-active span:nth-child(2) {
    display: none;
}
.mobile-button.button-active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -10px;
}
.mobile-button span:last-child{
    margin-bottom: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mobile-header-details {
    display: none;
}
.site-header .for-desktop {
    margin-left: -69rem;
}
.h-outer svg {
    height: 20px;
    width: 20px;
}
.h-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h-outer .left > div > a {
    display: flex;
    align-items: center;
}
.h-outer .left > div span {
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.h-outer .left > div svg {
    margin-right: 1rem;
    height: 40px;
    width: 34px;
}
.h-outer .left a {
    font-weight: 700;
    color: var(--third-color);
}
.h-outer .left {
    display: flex;
    gap: 2rem;
}
.app-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin: 0;
    margin-top: 5px;
}
.app-social a {
    width: 28px;
    height: 28px;
    background: var(--first-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
    position: relative;
    z-index: 1;
    transition: .3s ease-out;
    overflow: hidden;
}

.app-social a:hover {
    background: var(--third-color);
}

.app-social a svg {
    height: 14px;
    width: 20px;
}
.h-outer a {
    font-size: 1.6rem;
}
.h-outer .book-button a {
    border-radius: 0;
    color: #fff;
    background: var(--first-color);
    padding: .9rem 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.h-outer .book-button a:hover {
    background-color: var(--third-color);
}
.h-outer .right {
    margin-left: 2rem;
}


.site-header .social-media ul{
	display: flex;
	align-items: center;
	gap: 15px;
}
.site-header .social-media li svg{
	width: 20px;
	height: 20px;
	fill: #000;
}



/* Mobile Menu Start */
.site-header .mobile-button {
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    border-radius: 50%;
	outline: none;
	margin: 0;
}
.site-header .nav-outer {
    position: absolute;
    top: 0;
    left: calc(-100% + 100px);
    height: 100vh;
    width: 400px;
    z-index: 99;
    background-color: #0c598d;
    transition: 0.3s linear;
    padding: 0 0;
    overflow-x: hidden;
    backdrop-filter: blur(15px);
}
.nav-outer.menu-open {
    left: 0 !important;
    z-index: 9999;
}
.site-header #primary-menu {
    display: block;
}
.site-header .main-navigation #primary-menu > li {
    margin-right: 0;
}
.site-header .main-navigation #primary-menu > li > a {
    line-height: normal;
    font-size: 16px;
    padding: 14px 20px;
    width: 100%;
    color: #fff;
	text-decoration: none;
}
.site-header #primary-menu > li > .sub-click svg {
    fill: #fff;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children {
    position: static;
    display: flex;
}
.site-header .main-navigation li.menu-item-has-children .sub-click svg {
	width: 20px;
    fill: #fff;
    transition: 0.3s linear;
}
.site-header .main-navigation li.menu-item-has-children .sub-click {
    z-index: 999;
    background: #000;
    height: auto;
    width: 37px;
    position: relative;
    top: 0;
    transform: unset;
    right: 0;
    transition: 0.3s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .main-navigation li.menu-item-has-children .sub-click:hover {
/*     background: var(--third-color); */
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a {
    color: #fff;
/*     border-bottom: 1px solid #fff; */
	text-decoration: none;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a:hover {
    color: #fff;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu a:hover svg {
    fill: #fff;
}
.site-header .main-navigation li.menu-item-has-children {
    position: inherit;
}
.sub-close svg {
    fill: #fff;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > .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%);
    top: 0;
    left: 0;
    display: block;
    background: #000;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > .sub-menu.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
	text-decoration: none;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    left: 0;
}
.site-header #primary-menu li,
.site-header #primary-menu li a {
    width: 100%;
    position: static;
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click:hover {
/*     background: var(--first-color); */
}
.site-header .main-navigation #primary-menu li.menu-item-has-children > ul .sub-click {
    right: 0;
    background: #0c598d;
    line-height: normal;
    padding: 7px 10px;
    border-bottom: 0;
    margin-top: -1px;
}
.site-header .main-navigation .sub-click svg {
    transform: rotate(-90deg) !important;
}
.site-header .main-navigation .sub-click:hover svg {
    transform: rotate(-180deg) !important;
}
.main-navigation ul.sub-menu a {
    padding: 10px 10px;
}
.site-header.sticky .main-navigation #primary-menu > li > a {
    line-height: normal;
}
.site-header.sticky .mobile-button {
/*     display: none; */
}
.site-header.sticky  .for-desktop{
    display: inline-block;
}
/* pc scrolled menu */
/* .for-desktop{
    display: none;
} */
.for-desktop a.sub-close {
    display: none;
}
.for-desktop li{
    border: unset !important;
}
.for-desktop nav ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}
.for-desktop .nav-outer a {
    text-transform: uppercase;
}
.for-desktop nav {
    display: block;
    width: auto;
}
.for-desktop .site-branding {
    display: flex;
    align-items: center;
}
.for-desktop nav #primary-menu > li > a {
    line-height: 10rem;
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    width: max-content;
    text-decoration: none;
}
.for-desktop nav #primary-menu > li > a:hover{
    color: var(--first-color);
}
.for-desktop #primary-menu > li > .sub-click svg {
    fill: #000;
}

.for-desktop nav #primary-menu > li{
    margin-right: 4rem; 
}
.for-desktop nav #primary-menu > li:last-child {
    margin-right: 0;
}
.for-desktop nav #primary-menu li.menu-item-has-children{
    position: relative;
}
.for-desktop nav #primary-menu .sub-menu a:hover {
    background: #0c598d;
    color:  #fff;
}
.for-desktop nav li.menu-item-has-children .sub-click {
    height: 17px;
    width: 17px;
    position: absolute;
    right: -20px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}
.for-desktop nav li.menu-item-has-children .sub-click svg {
    height: inherit;
    width: inherit;
    line-height: normal;
    font-size: initial;
    position: static;
    transform: unset;
    display: block;

}
.for-desktop nav #primary-menu li.menu-item-has-children > ul .sub-click {
    right: 10px;
}
.for-desktop nav ul ul a {
    width: 100%;
}
.for-desktop nav ul.sub-menu a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.for-desktop #primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: right;
    align-items: center;
}
.for-desktop nav 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;
/*    width: max-content;*/
    width: 200px;
    padding: 0;
    margin: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    background: #333;
}
.for-desktop nav li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.for-desktop nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu{
    left: 100%;
    right: auto;
}
.for-desktop nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover >.sub-menu {
    top: 0;
}


@media (min-width: 1280px) {
	.site-header .desktop-navigation .mobile-button{
		position: absolute;
		right:20px;
		top:20px;
	}
	.site-header .desktop-navigation .mobile-button img{
		 filter: brightness(0) invert(1);
	}
    .site-header .nav-outer{
        left: calc(-100% + 0px);
        width: 100%;
        background-color: #fff;
        padding: 40px;
		padding-top: 200px;
    }
    .site-header .nav-outer .desktop-menu{
        display: flex;
        justify-content: space-between;
    }
    .site-header .nav-outer .desktop-menu .sub-close{
        display: none;
    }
    .site-header .nav-outer .desktop-menu li a{
        text-transform: capitalize;
    }
    .site-header .nav-outer .desktop-menu ul li a{
        font-weight: 400;
    }
    .site-header .nav-outer .desktop-menu .sub-menu{
        padding-top: 10px;
    }
	.site-header .nav-outer .desktop-menu > li > a{
		pointer-events: none;
	}
	
	
	.site-header .nav-outer .desktop-menu li{
		position: relative;
	}
	.site-header .desktop-navigation .desktop-menu > li:before{
		content: '';
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/about-menu.png);
        background-repeat: no-repeat;
		background-position: center;
        position: absolute;
		top: -118px;
        width: 100px;
        height: 100px;
		border-radius: 50%;
		background-size: cover;
		border: 2px solid #000;
	}
	.site-header .desktop-navigation .about-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/about-menu.png) !important;
	}
	.site-header .desktop-navigation .generaldentistry-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/generaldentistry-menu.jpg) !important;
	}
	.site-header .desktop-navigation .restorativedentistry-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/restorativedentistry-menu.png) !important;
	}
	.site-header .desktop-navigation .cosmeticdentistry-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/cosmeticdentistry-menu.jpg) !important;
	}
	.site-header .desktop-navigation .dentalimplant-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/dentalimplant-menu.jpg) !important;
	}
	.site-header .desktop-navigation .contact-menu:before{
        background-image: url(https://www.kinseysmiles.com/wp-content/uploads/2025/01/contact-menu.jpg) !important;
	}
	
}
@media (max-width: 1279px) {
	.site-header .desktop-navigation{
		display: none !important;
	}
	.site-header .mobile-navigation{
		display: block !important;
	}
}




@media (max-width: 767px) {
	.site-header .container{
		 max-width: 100% !important;
	}
    .site-header .nav-outer{
        left: calc(-100% + 0px);
        width: 85%;
    }
    .site-header,
    .home .site-header{
        background: #fff !important;
        padding: 10px 0 !important
    }
    .site-header .custom-logo-link img{
        filter: unset !important;
    }
    .site-header .social-media{
        display: none !important;
    }
}
@media (max-width: 550px) {
    .site-header .custom-logo-link img{
        max-width: 260px;
    }
}


/* side section nav dot */
.section-nav{
	position: fixed;
	right: 25px;
	top: 30%;
	z-index: 2;
}
.section-nav ol{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.section-nav ol li{
	
}
.section-nav ol li span{
	width: 12px;
	height: 12px;
	background: #e5e5e5;
	border-radius: 50%;
	display: inline-block;
}
.section-nav li.active span{
	background: #8a8e92;
	width: 13px;
	height: 13px;
}

/* Footer */
.footer-section{
/*    background: url('https://medianvwp.com/kinsey/wp-content/uploads/2024/12/texture_dotted.webp'), #8a8e92;*/
    padding-bottom: 20px;
}
.footer-section .footer-form{
     padding-top: 50px;
     padding-bottom: 120px;
/*    border: 2px solid #fff;*/
    background-color: #333;
}
.footer-section .footer-form .sec-title{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.footer-section .footer-form .default-form > div{
    width: 50%;
    flex: none;
    max-width: 50%;
    margin: 5px 0;
}
.footer-section .footer-form .default-form .message{
    width: 100%;
    max-width: 100%;
}
.footer-section .footer-form ::placeholder {
  color: #fff;
  opacity: 1;
}
.footer-section .footer-form ::-ms-input-placeholder {
  color: #fff;
}
.footer-section .footer-form .default-form input:not([type="submit"]), 
.footer-section .footer-form .default-form select, 
.footer-section .footer-form .default-form textarea{
/*    background-color: rgba(17, 17, 17, .42);*/
    border: none !important;
    color: #fff !important;
    height: 52px !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    -webkit-appearance: none;
    font-size: 16px;
    border: 1px solid #fff !important;
}
.footer-section .footer-form .default-form textarea{
    height: 100px !important;
    padding: 10px !important;
}
.footer-section .footer-form .default-form .sub-btn{
    width: 100%;
    max-width: 100%;
}
.footer-section .footer-form .default-form .sub-btn input[type="submit"]{
    width: auto;
}
.footer-section .footer-form .wpcf7-spinner{
    position: absolute;
}
.footer-section .copyright-section{
    background: none;
}

.footer-section .footer-top{
    margin-top: -120px;
    padding-top: 0;
}
.footer-section .footer-top{
    width: 100%;
    flex-wrap: wrap;
    column-gap: 3%;
    padding-top: 40px;
}   
.footer-section .footer-top .footer-top-inner{
     margin: 0 auto;
     max-width: 1000px;
}
.footer-section .footer-top .topitem {
    filter: drop-shadow(0px 5px 4px rgba(151,151,151,0.3));
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.footer-section .footer-top .leftside{
    width: 100%;
}
.footer-section .footer-top .rightside{
    width: 100%;
    margin-top: 25px;
}
.footer-section .footer-top .leftside .officename{
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 10px;
}
.footer-section .footer-top .leftside .newjerseyofficename{
    margin-top: 25px;
}
.footer-section .footer-top .leftside .officename h4{
    display: flex;
    font-size: 24px;
    line-height: 16px;
    color: #000;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.footer-section .footer-top .leftside .officename h4 img{
    max-width: 20px;
    filter: brightness(0) invert(0);
}
.footer-section .footer-top .leftside .office-add-hours{
    display: flex;
    gap: 15px;
}
.footer-section .footer-top .leftside .office-add-hours h3{
    font-size: 24px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-top: -45px;
}
.footer-section .footer-top .leftside .office-add-hours h3:after {
    content: '';
    height: 2px;
    background-color: #a18f58;
    width: 33px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.footer-section .footer-top .leftside .office-add-hours .office-address{
    width: 50%;
}
.footer-section .footer-top .leftside .office-add-hours .office-hours{
    width: 50%;
}
.footer-section .footer-top .leftside .office-add-hours .office-address li{
    margin-bottom: 10px;
    background-image: url('https://www.kinseysmiles.com/wp-content/uploads/2025/02/address-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    color: var(--first-color);
}
.footer-section .footer-top .leftside .office-add-hours .office-address li a{
    color: #0c598d;
}
.footer-section .footer-top .leftside .office-add-hours .office-address li a:hover {
    color: var(--third-color);
}
.footer-section .footer-top .leftside .office-add-hours .office-hours li{
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-section .footer-top .leftside .office-add-hours .office-hours li span:first-child{
    width: 140px;
}
.footer-section .footer-top .leftside .officeaddress-map{
    padding-top: 35px;
    display: flex;
    gap : 20px;
}
.footer-section .footer-top .leftside .officeaddress-map > div {
    width: 100%;
}
.footer-section .footer-top .rightside ul{
    display: flex;
    justify-content: space-between;
}
.footer-section .footer-top .rightside h3{
    font-size: 24px;
    line-height: 16px;
    color: #a18f58;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.footer-section .footer-top .rightside h3 img{
    max-width: 40px;
}
.footer-section .footer-top .rightside li{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    background-image: url('https://www.kinseysmiles.com/wp-content/uploads/2025/02/hours-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    font-size: 14px;
}
.footer-section .social-media{
    width: 100%;
    padding-top: 40px;
}
.footer-section .social-media ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer-section .social-media ul li a svg{
    width: 15px;
}
.footer-section .social-media ul li a:hover svg path {
    fill:var(--secound-color);
}
.footer-section .social-media ul li:nth-child(2) a svg{
    width: 22px;
}
.footer-section .social-media ul li:nth-child(3) a svg{
    width: 20px;
}
.footer-section .footer-bottom{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
}
.footer-section .footer-bottom .bot-widget h3{
    font-size: 18px;
    line-height: 30px;
    color: #b0946f;
    letter-spacing: 2px;
}
.footer-section .footer-bottom .bot-widget ul li{
    padding-bottom: 5px;
}
.footer-section .footer-bottom .bot-widget ul li a{
    color: #000000;
    font-size: 16px;
}
.footer-section .footer-copyright{
    width: 100%;
    padding: 30px 0;
}
.footer-section .footer-copyright p{
    font-size: 15px;
    letter-spacing: 1px;
    color: #5c5c5c;
    text-align: center;
    margin-bottom: 0;
}

.footer-section .copyright-section .menu li a{
    color: #000;
}
.footer-section .copyright-section .menu li:not(:last-child) a:after{
    background: #000;
}
.footer-section .copyright-section .custom-html-widget{
    color: #000;
}

@media (max-width: 550px) {
    .footer-section .footer-form .default-form > div{
        width: 100%;
        max-width: 100%;
    }
    .footer-section .footer-top .leftside .office-add-hours{
        flex-direction: column;
    }
    .footer-section .footer-top .leftside .office-add-hours .office-address{
        width: 100%;
    }
    .footer-section .footer-top .leftside .office-add-hours .office-hours{
        width: 100%;
    }
    .footer-section .footer-top .leftside .office-add-hours h3{
        margin-top: 0;
    }
    .footer-section .footer-top .leftside .office-add-hours .office-hours li{
        justify-content: space-between;
    }
    .footer-section .footer-top .leftside .officeaddress-map{
        flex-direction: column;
    }
    .footer-section .footer-top .leftside .officeaddress-map > div{
        width: 100%;
    }
}



/* Home staging */
.homepage-banner{
    position: relative;
}
.homepage-banner video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.homepage-banner .video-layer{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
}
.homepage-banner .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 100px;
}
.homepage-banner .play-icon svg{
    width: 100%;
}
.homepage-banner .banner-content{
    position: absolute;
    left: 100px;
    top: 40%;
    max-width: 550px;
}
.homepage-banner .banner-content .title{
    font-size: 40px;
    color: #fff;
	margin-bottom: 30px;
}
.homepage-banner .banner-content p{
    color: #fff;
}

.homepage-banner .banner-content a{
	display: inline-block;
    background-color: #4773ad;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
	text-align: center;
}

.homepage-banner .banner-content a{
/* 	display: inline-block; */
    background-color: #4773ad;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
}
.homepage-banner .appointment-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 35px;
    background-color: rgba(51, 51, 51, .79);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homepage-banner .appointment-btn .apptitle{
    font-size: 26px;
    color: #fff;
    margin: 0;
} 
.homepage-banner .appointment-btn a{
    display: inline-block;
    background-color: #4773ad;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
}


/* Welcome Section */
.sec-title{
    font-size: 40px;
}
.sec-subtitle{
    font-size: 20px;
}
.home-welcome-section{
    padding-top: 100px;
    padding-bottom: 50px;
}
.home-welcome-section .sec-subtitle{
    margin: 20px 0;
}
.home-welcome-section .left{
    padding-right: 30px;
}
.home-welcome-section .left > .vc_column-inner:after {
    content: '';
    position: absolute;
    left: -25px;
    top: -35px;
    width: 90%;
    height: 93%;
    border: 2px solid #8a8e92;
}
.home-welcome-section .left img{
    position: relative;
    z-index: 1;
}


/* home-doctor-slider-section */
.home-doctor-slider-section{

}
.homepage-dr-slider .item{
    height: 700px;
    background-color: #7e807f;
    position: relative;
}
.homepage-dr-slider .item .content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-width: 50%;
    background-color: #333;
    padding: 50px;
} 
.homepage-dr-slider .item .content .title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
}
.homepage-dr-slider .item .content p{
    color: #fff;
    font-size: 18px;
}
.homepage-dr-slider .item .content .btn{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background: #3f87c2;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    margin-top: 25px;
}
.homepage-dr-slider .item .content .btn:after {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border: solid 1px #3f87c2;
    position: absolute;
}
.homepage-dr-slider .item .dr-img{
    position: absolute;
    right: 0;
    top: 15px;
    height: 100%;
}
.homepage-dr-slider .slick-arrow{
    position: absolute;
}


/* home-services-slider */
.home-services-slider{
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-services-slider .sec-title{
    margin-bottom: 25px;
}
.home-services-slider .hm-services-slider .service-item{
    padding: 10px;
}
.home-services-slider .service-item a{
    text-decoration: none;
}
.home-services-slider .service-item .service-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.home-services-slider .service-item .service-content{
    background: #333;
    padding: 20px;
    min-height: 230px;
}
.home-services-slider .service-item .service-content h3{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.home-services-slider .service-item .service-content p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.home-services-slider .hm-services-slider .slick-arrow{
    width: auto;
}
.home-services-slider .hm-services-slider .slick-arrow:before{
    color: #3f87c2;
}
.home-services-slider .hm-services-slider .slick-prev{
    left: -50px;
}

.home-services-slider .hm-services-slider .slick-next{
    right: -50px;
}



/* Home Review Slider */
.hm-testimonal-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333;
}
.hm-testimonal-main .slick-track {
    padding: 75px 0px;
}
.testimonial-outer.slick-slide.slick-current.slick-active {
    transform: scale(1.3);
    opacity: 1 !important;
    z-index: 11111;
    position: relative;
}
.testimonial-outer.slick-slide{
    opacity: 0.5;
    box-shadow: 0px 10px 20px 0px rgba(158, 158, 158, 0.69);
}
.testimonial-outer .testimonial-content {
    background-color: #7e7f7f;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 60px;
    color:#fff;
    text-align: center;
}
.testimonial-outer.slick-slide.slick-current.slick-active .testimonial-content{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.testimonial-outer .testimonial-content p{
    font-size: 1.3rem;
}
.testimonial-outer .testimonial-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6e6;
    position: relative;
}
.testimonial-user-letter {
    color: #fff;
    background: #727f59;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
}
.testimonial-user-letter p {
    font-size: 4.2rem;
    margin-bottom: 0px;
}
.testimonial-google-logo img {
    max-width: 70px;
}
.testimonial-user-name p {
    margin-bottom: 0px;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: 700;
}
.hm-testimonal-sec .btn-wrap {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.hm-testimonal-sec .btn-wrap svg {
    height: 30px;
    fill: #fff;
    cursor: pointer;
}
.pagingInfo{
    color:#fff;
    font-size: 2.2rem;
}
.pagingInfo .inactive-count {
    color: #ffffff87;
}
h2.testimonial-heading {
    display: flex;
/*     color: #fff; */
    text-align: center !important;
    justify-content: center;
    gap: 10px;
    font-size: 4.8rem;
    align-items:center;
    margin-bottom:0px
}
h2.testimonial-heading img{
    margin: 0;
}




/* home-join-program */
.home-join-program{
    padding-top: 90px;
    padding-bottom: 50px;
}
.home-join-program .sec-title{
    margin-bottom: 20px;
}
.home-join-program .right{
    padding-left: 30px;
}
.home-join-program .right > .vc_column-inner:after {
    content: '';
    position: absolute;
    right: -25px;
    top: -35px;
    width: 90%;
    height: 93%;
    border: 2px solid #8a8e92;
}
.home-join-program .right img{
    position: relative;
    z-index: 1;
}
.home-join-program ul{
    padding-left: 15px;
}



@media (max-width: 1366px) {
    .homepage-banner .appointment-btn{
        padding: 30px;
        width: 55%;
    }
    .homepage-banner .appointment-btn .apptitle{
        font-size: 22px;
    }
    .homepage-banner .banner-content{
        left: 40px;
    }
    .homepage-banner .banner-content .title{
        font-size: 35px;
    }
    .home-welcome-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-services-slider{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .hm-testimonal-sec{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media (max-width: 1025px) {
    .homepage-banner video{
        height: 70vh;
    }
    .homepage-banner .banner-content .title {
        font-size: 26px;
        max-width: 275px;
    }
    .homepage-banner .appointment-btn{
        width: 70%;
    }
    .sec-title{
        font-size: 30px;
    }
    .home-welcome-section .left > .vc_column-inner:after {
        left: -15px;
        top: 70px;
        width: 85%;
        height: 56%;
    }
    .homepage-dr-slider .item .content .title{
        font-size: 30px;
    }
    .home-services-slider .service-item .service-img img{
        height: 175px;
    }
    .home-services-slider .service-item .service-content h3{
        font-size: 20px;
    }
    h2.testimonial-heading{
        font-size: 3.5rem;
    }
}
@media (max-width: 991px) {
    .section-nav{
        display: none;
    }
    .homepage-banner .appointment-btn {
        padding: 15px 20px;
        width: 100%;
    }
    .home-welcome-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-welcome-section .left{
        width: 100%;
        padding-right: 0;
    }
    .home-welcome-section .right{
        width: 100%;
    }
    .home-welcome-section{
        padding-left: 0;
        padding-right: 0;
    }
    .home-welcome-section .left > .vc_column-inner:after{
        display: none;
    }
    .homepage-dr-slider .item{
        height: auto;
    }
    .homepage-dr-slider .item .dr-img{
        position: unset;
        margin: 0 auto;
        max-height: 450px;
    }
    .homepage-dr-slider .item .content{
        position: unset;
        max-width: 100%;
        width: 100%;
        transform: none;
    }
}

@media (max-width: 767px) {
    .home-banner-section{
        padding-top: 70px;
    }
    .homepage-banner video{
        height: 65vh;
    }
    .homepage-dr-slider .item .content{
        padding: 30px;
    }
    .home-services-slider{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    h2.testimonial-heading{
        font-size: 2rem;
        flex-wrap: wrap;
    }
    .testimonial-outer.slick-slide.slick-current.slick-active{
        transform: none;
    }
    .hm-testimonal-main .slick-track {
        padding: 30px 0px;
    }
    .home-join-program{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-join-program .home-join-program-inner{
        flex-direction: column-reverse;
    }
    .home-join-program .right{
        padding-left: 0;
    }
    .home-join-program .right > .vc_column-inner:after{
        display: none;
    }
}

@media (max-width: 550px) {
    .homepage-banner video{
        height: auto;
    }
    .homepage-banner .video-layer{
        display: none;
    }
    .homepage-banner .banner-content{
        position: unset;
        margin-top: -8px;
		text-align: center;
		background-color: rgba(51, 51, 51, .79);
        padding-top: 30px;
		padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .homepage-banner .banner-content .title{
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        text-align: center;
    }
	.homepage-banner .banner-content a{
		
	}
    .homepage-banner .appointment-btn{
        position: unset;
        justify-content: center;
        padding-bottom: 30px;
    }
    .homepage-banner .appointment-btn .apptitle{
        display: none;
    }
}