.testimonials-carousel {
	text-transform: none !important;
}

.testimonials-carousel .ti-rating, 
.testimonials-carousel .ti-rating-large,
.testimonials-carousel .ti-rating-text span.nowrap {
    color: #000000 !important;
}

.ftrSocialsSecInnr .ftrSocialsWrap a svg {
    width: 60px!important;
    height: auto!important;
}


body.home div.hmTeamGrids{
  display: none !important;
}

body.home div.center-section{
  margin: 0 auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
	padding-right: unset !important;
}

div.pum-theme-3799, .pum-theme-default-theme {
	background-color: rgba( 255, 255, 255, 0.5 );
}


div.pum-container.popmake h2{
  font-size: 28px !important;
}

@media screen and (max-width: 781px){
  div.pum-container.popmake h2 {
	font-size: 23px !important;
  }
  div.pum-container.popmake p {
	font-size: 14px !important;
}
}

/*slider dots*/
.slick-slider ul.slick-dots{
	position: static;
	line-height: 0;
	padding: 0 20px!important;
	filter: invert();
	padding-top: 10px!important;
}
.slick-slider .slick-dots li{
	width: auto!important;
	height: auto!important;
	position: static;
	margin: 0 3px 5px;
	padding: 0!important;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover{
	background: #fff!important;
}
.slick-slider .slick-dots li:before,
.slick-slider .slick-dots li button:before{
	content: none!important;
}
.slick-slider .slick-dots li button{
	padding: 0;
	width: 14px;
	height: 14px;
	border-radius: 100% 100%!important;
	background: rgba(255, 255, 255, .4)!important;
}
.slick-slider .slick-dots li button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-prev:before, 
.slick-next:before {
    font-family: slick;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    position: absolute;
    right: 0;
    color: #0c224b;
    font-size: 40px;
    top: 0px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slick-next:before{
    content: "\f054";
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before,
.slick-prev.slick-disabled, .slick-next.slick-disabled{
    display: none;
}
/*.slick-prev, .slick-next{*/
/*    width: 40px;*/
/*    height: 40px;*/
/*}*/



.showM{
    display: none!important;
}
.showT{
    display: none!important;
}
.hdrTopBar p a{
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    text-decoration: none!important;
}
.hdrTopBar p a:hover{
    color: #95A0A9!important;
}

.hdrMenu>nav ul li a {
    font-size: inherit!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container {
    background-color: #fff!important;
    border: none!important;
    left: -16px!important;
    right: auto!important;
    padding: 0!important;
    width: 303px!important;
    margin-top: 0!important;
    z-index: 99!important;
    box-shadow: 0px 51px 125px rgba(109, 106, 93, 0.09), 
                0px 18.5323px 39.5627px rgba(109, 106, 93, 0.0393285), 
                0px 8.27833px 15.9688px rgba(109, 106, 93, 0.0425114), 
                0px 4.0063px 6.7726px rgba(109, 106, 93, 0.0304631)!important;
    border-radius: 15px!important;
    overflow: hidden!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container li a {
    padding: 12px!important;
    border-top: none;
    font-size: 16px!important;
    text-transform: initial;
    color: #212324!important;
    line-height: 170%!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container li a:hover {
    background: #efeded!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container li:first-child a {
    padding-top: 16px!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container li:last-child a {
    padding-bottom: 16px!important;
}
.hdrMenu nav ul>li ul.wp-block-navigation__submenu-container li.has-child.wp-block-navigation-submenu>a {
    padding-right: 22px!important;
}
.hdrMenu > nav > ul{
    margin-top: 3px!important;
}
.hdrMenu > nav > ul > li > a{
    padding-bottom: 3px!important;
    line-height: 152.5%!important;
}
.hdrMenu > nav > ul > li > a:after {
    content: '';
    position: absolute;
    width: 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 24.9%;
    background-color: #00BBFF;
    transform-origin: left right;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.hdrMenu > nav > ul > li:hover > a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left right;
}
.hdrMenu nav ul>li.wp-block-navigation-submenu .wp-block-navigation__submenu-icon{
    height: auto;
    margin-left: 7px;
    width: auto;
}
.hdrMenu nav ul>li.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: #212324;
    width: 15px;
    height: auto;
    margin-top: 0;
    transition: all 0.2s ease-in 0s;
}
.hdrMenu nav ul>li.wp-block-navigation-submenu:hover .wp-block-navigation__submenu-icon svg {
    transform: rotate(180deg);
}


/*xs-menu*/

.hamburgerInr {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    align-items: flex-end;
}
.hamburgerInr span {
    border-radius: 15px;
    height: 3px;
    width: 24px;
    background: #212324;
    transition: all .2s cubic-bezier(.1,.7,.6,.9)0s;
    position: relative;
    margin: 0;
    display: block;
}
.hamburgerInr span:nth-child(1) {
    top: 0;
}
.hamburgerInr span:nth-child(2) {
    width: 12px;
}
.hamburgerInr span:nth-child(3) {
    bottom: 0px;
}
.xs-mobile-menu{
    top: 0;
    width: 100vw;
    z-index: 3;
    height: 100vh;
    background: #1C264D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 100px 20px;
    position: fixed;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.1, 0.7, 0.6, 0.9);
    transition: transform 0.2s cubic-bezier(0.1, 0.7, 0.6, 0.9);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
body.allWork .xs-mobile-menu {
    top: 0;
    width: 100vw;
    z-index: 3;
    height: 100vh;
    background: #1c264d;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    transition: transform .2s cubic-bezier(.1,.7,.6,.9)0s;
    transform: translateX(0%);
    overflow: hidden;
    overflow-y: auto;
}
body.allWork{
    overflow: hidden;
}
.xs-mobile-menu-inr{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.xsMenuWrap {
    height: 100%;
    overflow: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.allWork .hdrTopBar{
    display: none!important;
}
body.allWork .headerMain{
    position: relative;
    z-index: 5;
}
body.allWork .hamburgerInr span {
    background: #fff;
}
body.allWork .hdrLogo a img {
    filter: brightness(0)invert(1);
}
body.allWork .hamburgerInr span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
}
body.allWork .hamburgerInr span:nth-child(3) {
    top: -8px;
    transform: rotate(45deg);
}
body.allWork .hamburgerInr span:nth-child(2) {
    width: 0px;
}
.xsMenuWrap nav.wp-block-navigation * {
    box-sizing: border-box!important;
}
.xsMenuWrap .wp-block-navigation .wp-block-navigation__submenu-icon {
    height: auto;
    margin-left: 10px;
    width: auto;
    filter: brightness(200%);
    margin-top: 2px;
    position: absolute;
    top: 6px;
    right: 0;
}
.xsMenuWrap nav.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    width: 15px;
    height: 15px;
    margin-top: 0;
}
.xsMenuWrap nav.wp-block-navigation ul li>ul.wp-block-navigation__submenu-container {
    position: static!important;
    width: 100%!important;
    height: auto;
    min-width: 100%!important;
    overflow: initial!important;
    visibility: visible!important;
    opacity: 1!important;
    display: none;
    border: none!important;
    padding: 0;
    margin-top: 15px;
    background-color: transparent!important;
}
.xsMenuWrap nav.wp-block-navigation ,
.xsMenuWrap nav.wp-block-navigation > ul,
.xsMenuWrap nav.wp-block-navigation ul li{
    display: block!important;
    width: 100%!important;
}
.xsMenuWrap nav.wp-block-navigation > ul > li:not(:last-child){
    padding-bottom: 20px!important;
}
.xsMenuWrap nav.wp-block-navigation ul li.wp-block-navigation-submenu{
    padding-right: 26px!important;
}

/*fixed-hdr*/
.headerMain.fixed-nav {
    opacity: 0;
    transition: top .5s,opacity .5s,visibility .5s;
    transition-timing-function: ease-out;
    background: #fff!important;
}
.headerMain.fixed-nav.onView {
    visibility: visible!important;
    opacity: 1;
    top: 0!important;
    box-shadow: 0 1px 7px #00000029;
}
body.allWork .headerMain.fixed-nav{
    box-shadow: none;
    background: transparent!important;
}
body.error404 .headerMain,
body.search .headerMain{
    box-shadow: 0 1px 7px #00000029;
}
body.error404 .page404Titile {
    font-size: 120px!important;
}
@media(max-width: 1199px){
    .hdrMenu > nav > ul{
        gap: 28px!important;
    }
    .hdrMainRow .hdrRgt{
        flex-basis: 24%!important;
    }
    .hdrMainRow .hdrMenuWrap{
        flex-basis: 46%!important;
    }
}
@media(max-width: 1024px){
    .showT{
        display: block!important;
    }
    .hideT{
        display: none!important;
    }
    .hdrMainRow .hdrRgt{
        margin-left: auto!important;
    }
}
@media(max-width: 991px){
    .hdrMainRow .hdrLogo,
    .hdrMainRow .hdrRgt{
        flex-basis: 50%!important;
    }
}
@media(max-width: 782px){
    .showM{
        display: block!important;
    }
    .hideM{
        display: none!important;
    }
    .hdrMainRow .hdrLogo{
        flex-basis: 80%!important;
    }
    .hdrMainRow .hdrRgt{
        flex-basis: 20%!important;
    }
    .hdrTopBar p{
        font-size: 16px!important;
    }
    .sectionTBP{
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
}





/*home*/
.hmBnrTitleRow{
    position: relative;
}
.hmBnrTitleRow .hasSVGicon{
    position: relative;
}
.hmBnrTitleRow .hasSVGicon svg{
    opacity: 1;
}
.hmBnrTitleRow svg {
    position: absolute;
    right: initial;
    top: 100%;
    width: 115px;
    display: inline-block!important;
    margin-left: -100px;
    opacity: 0;
}
.hmBnrAddress svg{
    width: 14px;
    fill: #FCFCFC;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hmBnrAddress>a {
    display: flex;
    gap: 13px;
    align-items: center;
    text-decoration: underline;
    color: #fff;
}
.hmBnrAddress>a:hover{
    color: #00BBFF!important;
}
.hmBnrAddress > a:hover svg{
    fill: #00BBFF;
}
.hmBnrAddress > a:hover p {
    color: #00BBFF!important;
    -webkit-transform: translateX(0.5%);
    -moz-transform: translateX(0.5%);
    -ms-transform: translateX(0.5%);
    transform: translateX(0.5%);
}
.hmBnrAddress p{
    margin: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.hmBnrCon .hmBnrDes{
    width: 580px;
}
.hmBanner .hmBannerBg{
    height: 100vh;
}
.hmBanner .hmBannerBg .wp-block-cover__background {
    background: linear-gradient(90deg, rgba(22, 26, 30, 0.37) -20.78%, rgba(0, 0, 0, 0.00) 81.5%)!important;
    opacity: 1!important;
}



.hmTextImgBgSec{
    position: relative;
}
.hmTextImgBgSec .hmTextImgBg,
.hmTextImgBg .hmTextImg-cover__image-background{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    z-index: -1;
}
.hmTextImgBgSec .hmTextImgBg > img{
    right: 33%!important;
}
.hmTextImgBgSec .hmTextImgBg > img,
.hmTextImgBg .hmTextImg-cover__image-background .wp-block-cover__image-background {
    position: relative;
    right: 25%; 
    display: block;
    top: initial;
    left: initial;
    height: auto !important;
    width: 100% !important;
}
.hmTextCol .hmSecIntroTitle > strong{
    margin-top: 8px;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--lato)!important;
    color: #95A0A9;
    display: block;
}
.hmTextCol .hmSecIntroTitle {
    border-bottom: 1px solid #0bf;
    padding-bottom: 15px;
    margin-bottom: 30px!important;
}
.hmImgCol > .wp-block-group{
    position: relative;
    left: 32px;
}
.hmImgCol > .wp-block-group .btmShape,
.hmImgCol > .wp-block-group .topShape{
    height: 180px!important;
    width: 180px!important;
    background: #00377A;
    position: absolute;
    border-radius: 30px 10px;
    z-index: -1;
}
.hmImgCol > .wp-block-group .topShape {
    top: -48px;
    right: -48px;
}
.hmImgCol > .wp-block-group .btmShape{
    bottom: -48px;
    left: -48px;
}
.hmImgCol > .wp-block-group img {
    border-radius: 100px 20px;
}

.imageLeft .hmImgCol > .wp-block-group{
    left: initial;
    right: 32px;
}

@media(max-width: 1299px){
    .hmImgCol>.wp-block-group .topShape {
        top: -32px;
        right: -32px;
    }
    .hmImgCol>.wp-block-group .btmShape {
        bottom: -32px;
        left: -32px;
    }
    .hmImgCol>.wp-block-group .btmShape, 
    .hmImgCol>.wp-block-group .topShape {
        height: 140px!important;
        width: 140px!important;
    }
}
@media(max-width: 1199px){
    .hmBnrCon .hmBnrTitleRow{
        max-width: 700px;
    }
    .hmBanner .hmBannerBg{
        min-height: 650px!important;
    }
    .hmImgCol>.wp-block-group .topShape {
        top: -20px;
        right: -10px;
    }
    .hmImgCol>.wp-block-group .btmShape {
        bottom: -20px;
        left: -10px;
    }
    .hmImgCol>.wp-block-group .btmShape, 
    .hmImgCol>.wp-block-group .topShape {
        height: 81px!important;
        width: 81px!important;
    }
    .hmImgCol>.wp-block-group {
        left: 0;
    }
    .imageLeft .hmImgCol>.wp-block-group {
        right: 0;
    }
    .hmTextImgSec,
    .hmTextImgBgSec{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    .hmTextImgBgSec .hmTextImgRow{
        gap: 60px!important;
    }
}

@media(max-width: 991px){
    .hmBanner .hmBannerBg{
        min-height: 600px!important;
    }
    .hmTextImgSec,
    .hmTextImgBgSec{
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .hmTextImgBgSec .hmTextImgRow{
        gap: 40px!important;
    }
    .hmTextCol .hmSecIntroTitle {
        padding-bottom: 8px;
        margin-bottom: 20px!important;
    }
    .hmBnrCon .hmBnrTitleRow {
        max-width: 600px;
    }
    .hmBnrTitleRow svg {
        width: 80px;
        margin-left: -70px;
    }
}
@media(max-width: 782px){
    .hmBnrDes p,
    .hmBnrAddress p{
        font-size: 16px!important;
    }
    .hmBnrAddress p{
        line-height: 1.5!important;
    }
    .hmBnrCon .hmBnrDes {
        width: 100%;
        margin-bottom: 16px!important;
    }
    .hmBanner .hmBannerBg{
        min-height: 550px!important;
    }
    .hmBanner .hmBannerBg .wp-block-cover__background {
        background: linear-gradient(180deg, rgba(22, 26, 30, 0.37) 83.12%, rgba(0, 0, 0, 0.00) 99.8%)!important;
    }
    .hmBanner .hmBannerBg .wp-block-cover__image-background{
        object-position: 50% 0%;
    }
    .hmBanner .hmBannerBg {
        height: initial;
    }
    .hmTextImgBgSec .hmTextImgBg,
    .hmTextImgBg .hmTextImg-cover__image-background{
        width: 100%;
    }
    .hmTextImgBgSec .hmTextImgBg>img{
        right: 0;
    }
    .hmTextImgBg .hmTextImg-cover__image-background .wp-block-cover__image-background {
        position: absolute;
        right: 0;
        left: 0;
    }
    .hmTextImgSec,
    .hmTextImgBgSec{
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
    .xsImgOrder .hmTextCol{
        order: 1;
    }
    .xsImgOrder .hmImgCol{
        order: 2;
    }
    .hmImgCol .wp-block-image{
        margin: 0!important;
    }
}
@media(max-width: 479px){
    .hdrTopBar p {
        font-size: 14px!important;
    }
}




.hmBanner .hmBnrCvr .hmBnrTitle span{
    font-family: var(--wp--preset--font-family--yellowtail-400) !important;
    text-transform: none!important;
}
.hmBnrDescWrap .hmBnrBtn .wp-block-button a{
    min-width: 252px!important;
}

.dNone{
    display: none!important;
}

header{
    position: relative!important;
    z-index: 100!important;
}

.headerInr .logoWrap{
    margin-right: auto!important;
    padding: 26px 0;
}
.home .headerInr{
    background-color: transparent !important;
}
.wp-block-buttons.hdrBtn ,
.headerInr{
    margin-top: 0!important;
}
.headerInr .whiteLogo{
    display: none !important;
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
}
.header .topbarRow p a{
    color: #fff!important;
    text-decoration: none!important;
}
.headerInr{
    position: relative;
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header .topbarRow p a:hover{
    color: #bfb9a3!important;
}


.headerInr .hdrAppointment{
    position: relative!important;
}
.headerInr .appointmentInr{
    background: #2c2c2c!important;
    width: 58px!important;
    height: 58px!important;
    border-radius: 50%!important;
    cursor: pointer!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
}
.headerInr .appointmentInr:after{
    content: " ";
    position: absolute!important;
    background-image: url(assets/images/calender-icon.png);
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    height: 28px;
    width: 28px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.headerInr .appointmentInr:hover{
    background: #c4b681!important;
}
.headerInr .appointmentInr i{
    font-size: 29px!important;
    color: #fff!important;
}
.headerInr .appointmentDesc{
    position: absolute!important;
    top: 100%;
    right: 7px;
    margin: 0;
    background: #c4b681!important;
    width: 200px;
    padding: 5px 10px;
    text-align: center;
    margin-top: 9px;
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale3d(1,0,1);
	-ms-transform: scale3d(1,0,1);
	-webkit-transform: scale3d(1,0,1);
	-o-transform: scale3d(1,0,1);
	transform-origin: top;
	opacity: 0;
	opacity: -99;

}
.headerInr .appointmentInr:hover .appointmentDesc{
    transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	opacity: 1;
	visibility: visible;
	opacity: 30;
}
.headerInr .appointmentDesc:after {
    right: 10px;
    top: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute!important;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #c4b681!important;
    border-width: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.appointmentDesc p a,
.headerInr .appointmentDesc p{
    color: #fff!important;
    font-size: 14px!important;
}

.headerInr .logo{
    margin-left: initial !important;
}
.headerInr .mainNav > li button{
    display: none!important;
}
/*.home .headerInr .mainNav > li > a{*/
/*    color: #fff !important;*/
/*}*/
/*.fixed-nav.headerInr .mainNav > li > a,*/
/*.home.headerBg .headerInr .mainNav > li > a{*/
/*    color: #2c2c2c !important;*/
/*}*/
.headerInr .mainNav,
.headerInr .mainNav > li{
    position: static !important;
    height: 100%;
}
.headerInr .mainNav > li > a{
    padding: 10px 23px!important;
    
}
.mainNav > li > a[aria-current="page"]{
    color: #bfb9a3!important;
    text-decoration: underline!important;
}
.mainNav > li:hover > a[aria-current="page"],
.mainNav > li > a[aria-current="page"]:hover{
    color: #000!important;
}
.mainNav > li:hover > a:hover,
.mainNav > li > a:hover{
    
}
.headerInr .logoWrap .logo img{
    width: 200px!important;
}
.fixed-nav.headerInr .logoWrap .logo img{
    width: 140px!important;
}
body .headerInr .mainNav > li.has-child:hover > a,
body .headerInr .mainNav > li > a:hover{
    background: #bfb9a3!important;
}
.headerInr .mainNav ul > li > ul.wp-block-navigation-submenu > li a{
    font-size: 14px!important;
}
/*.fixed-nav.headerInr .mainNav > li > a:hover,*/
/*.home.headerBg .headerInr .mainNav > li > a:hover,*/
/*.home .headerInr .mainNav > li > a:hover,*/
/*.headerInr .mainNav > li > a:hover{*/
/*    color: #a67c00!important;*/
/*}*/
.headerInr .mainNav > li > ul{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 200 !important;
    width: 100% !important;
    flex-wrap: wrap!important;
    padding: 20px 0!important;
    margin: 0 !important;
    flex-direction: row !important;
    gap: 10px!important;
    border: 0!important;
    border-top: 3px solid #c4b681!important;
    justify-content:  space-around!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.headerInr .mainNav > li > ul > li{
    display: block!important;
    text-align: center!important;
}
.headerInr .mainNav > li > ul li a{
    color: #2c2c2c!important;
    text-align: center!important;
    /* justify-content: center!important; */
}
.headerInr .mainNav > li > ul li.has-child:hover > a,
.headerInr .mainNav > li > ul li a:hover{
    color: #fff!important;
    background: #7e7e7e!important;
}
.headerInr .mainNav > li > ul > li > a{
    display: block!important;
}
.headerInr .mainNav > li > ul > li  ul{
    left: 0!important;
    right: 0!important;
    top: 100%!important;
    border: 0 !important;
    border-radius: 0 0 15px 15px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 10px 10px!important;
    gap: 10px!important;
}

.headerInr.fixed-nav {
    opacity: 0;
    padding: 0 20px!important;
    transition: top .5s,opacity .5s,visibility .5s;
    transition-timing-function: ease-out;
    background: #fff!important
}

.headerInr.fixed-nav.onView {
    visibility: visible!important;
    opacity: 1;
    top: 0!important;
    box-shadow: 0 1px 7px #00000029
}
.fixed-nav.headerInr .logoWrap{
    padding: 20px 0!important;
}

.headerInr .hamburger-icon {
	width: 30px;
	height: 24px;
	position: relative!important;
	cursor: pointer;
}
.hamburger-icon span {
	position: absolute;
	content: "";
	border-radius: 2px;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home .hamburger-icon span{
    background: #fff;
}
.home .fixed-nav .hamburger-icon span,
.home.headerBg .hamburger-icon span{
    background: #000;
}
.hamburger-icon span:nth-child(2) {
	top: 10px;
}
.hamburger-icon span:nth-child(3) {
	top: 20px;
}
body.allWork {
	overflow: hidden!important;
}
.allWork .bdoverlay {
	z-index: 9999;
	opacity: 1;
}
body.allWork .hamburger-icon span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
body.allWork .hamburger-icon span:nth-child(2) {
	content: none;
	display: none;
}
body.allWork .hamburger-icon span:nth-child(3) {
	top: 10px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/*mobile*/
.allWork .bdoverlay {
    z-index: 9999;
    opacity: 1;
}
.bdoverlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.allWork .xs-mbl-menu {
    left: 0;
    opacity: 1;
    z-index: 99999;
    width: 100%;
}
.xs-mbl-menu {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    width: 0;
    z-index: 99999;
    opacity: 0;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    max-width: 320px;
    width: 100%;
    background: #fff !important;
    box-shadow: inset 0 0 5px #eee !important;
}
.xs-pop-up-menu-inr {
    height: 100%;
    width: 100%;
}
.xs-pop-menu-con {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 0!important;
    z-index: 10;
}
.xs-mbl-menu .logoWrap .logo{
    text-align: left!important;
}
body .showLg{
   display: none!important;
}
.headerInr .hdrAppointment {
    padding-left: 25px!important;
    display: flex!important;
    align-items: center;
}
.headerMenuWrap nav.mainNav ul > li{
    position: relative !important;
    
}
.headerMenuWrap nav.mainNav ul li.has-child ul li{
    min-width: initial !important;
}
.hdrRgt {
    display: flex!important;
    align-items: center;
    height: 100%;
}
.headerMenuWrap > nav ul li a{
    font-size: inherit!important;
    line-height: 1.5;
}
.headerMenuWrap  nav.mainNav  ul>li ul.wp-block-navigation__submenu-container {
    position: absolute !important;
    background: #bfb9a3 !important;
    border: none !important;
    left: auto !important;
    right: 0!important;
    padding: 0 !important;
    width: max-content !important;
    min-width: initial !important;
    margin-top: 0 !important;
    z-index: 9 !important;
    display: block !important;
    border-radius: 0 !important;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100% !important;
    top: 0 !important;
}
.headerMenuWrap  nav.mainNav  ul>li ul.wp-block-navigation__submenu-container li a{
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
}
.headerMenuWrap  nav.mainNav  ul>li ul.wp-block-navigation__submenu-container li:hover > a,
.headerMenuWrap  nav.mainNav  ul>li ul.wp-block-navigation__submenu-container li a:hover{
    background-color: #bfb9a3 !important;
}
/*body .headerInr .mainNav>li>a:hover,*/
/*.fixed-nav.headerInr .mainNav>li.has-child:hover > a,*/
/*.headerInr .mainNav>li.has-child:hover > a,*/
/*.headerInr .mainNav>li>a:hover,*/
/*.headerInr .mainNav>li.current-menu-item > a,*/
/*.fixed-nav.headerInr .mainNav>li.current-menu-item > a,*/
/*.fixed-nav.headerInr .mainNav>li>a:hover{*/
/*    color: #a67c00 !important;*/
/*    opacity: 1 !important;*/
/*}*/
.headerMenuWrap nav.mainNav ul>li ul.wp-block-navigation__submenu-container li a {
    padding: 12px 18px!important;
    line-height: 1!important;
    /*text-transform: capitalize;*/
    text-align: left!important;
    justify-content: flex-start!important;
}


/*after-Code*/
.hdrRow .headerMenuWrap .mainNav > ul{
    gap: 0!important;
}
.wp-block-post-title a,
.wp-block-heading > a{
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    color: inherit!important;
}
p > a{
    font-size: inherit!important;
}
body:not(.home) .entry-content p a:not(.wp-block-button__link){
    text-decoration: underline!important;
}
.wp-block-post-title a:hover,
body:not(.home) .entry-content a:not(.wp-block-button__link):hover{
    text-decoration: none!important;
    color: #bfb9a3!important;
}
body:not(.home) .entry-content ul.wp-block-list li a{
    text-decoration: none!important;
}
.showM {
    display: none!important;
}
.hdrInfo  p a{
    text-decoration: none!important;
}
.hdrInfo p a:hover{
    color: #bfb9a3!important;
}
/*mobile-menu*/
.mobileHeader{
    display: none!important;
    margin: 0!important;
}
.xsHdrMenuWrap *{
    box-sizing: border-box;
}
.is-menu-open.wp-block-navigation__responsive-container{
    background-color: #bfb9a3!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-open {
    margin-right: -10px;
}
.xsHdrMenuWrap nav.xsHdrMenu {
    padding: 0!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-close svg, 
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-open svg {
    height: 60px!important;
    width: 60px!important;
    fill: #fff !important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-close svg{
    fill: #000 !important;
}
.mobHdrMain .xsHdrMenuWrap, 
.mobHdrMain .hdrTel {
    display: none;
}
.mobHdrMain .hdrLogo{
    flex-basis: 100%!important;
}
.mobHdrMain.fixed-nav .hdrLogo{
    flex-basis: 70%!important;
}
.mobHdrMain .hdrMain {
    justify-content: center;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-dialog {
    padding: 20px 0!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .is-menu-open .wp-block-navigation__container {
    width: 100%!important;
    justify-content: center!important;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0!important;
    gap: 0 !important;
}
.has-modal-open.is-menu-open .wp-block-navigation {
    gap: 20px!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-content ul li a:hover .wp-block-navigation-item__label{
    text-decoration: underline;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-content ul li .wp-block-navigation__submenu-container{
    gap: 0;
}
.xsHdrMenuWrap .wp-block-navigation__responsive-container.is-menu-open .open-menu > .wp-block-navigation__submenu-container{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.xsHdrMenuWrap .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container{
    width: 100%!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-content>ul>li, 
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-content>ul>li {
    width: 100%;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item a{
    padding: 10px!important;
    width: 100%!important;
    text-align: center;
    justify-content: center;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item>a {
    font-size: 20px!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item a{
    border-bottom: 1px solid #000!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item li.wp-block-navigation-item>a {
    text-align: center;
    justify-content: center;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item li.wp-block-navigation-item li.wp-block-navigation-item>a {
    
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item.has-child>a {
    padding-left: 32px!important;
    padding-right: 32px!important;
    box-sizing: border-box;
    width: 100%!important;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}
.xsHdrMenuWrap nav.xsHdrMenu,
.xsHdrMenuWrap > nav{
    justify-content: flex-end!important;
}
.navigation-sub-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    transition: rotate .3s ease-in-out;
    width: 20px;
    height: 20px;
}
.navigation-sub-icon:before,
.navigation-sub-icon:after{
    content: '';
    position: absolute;
    display: inline-block;
}
.navigation-sub-icon:after {
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navigation-sub-icon:before {
    width: 2px;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.open>a .navigation-sub-icon:before{
    opacity: 0;
}
.has-modal-open.is-menu-open .open>a .navigation-sub-icon {
    /*transform: rotate(90deg)translateX(-100%)!important;*/
}
.mobHdrTopBar .hdrTel .wp-block-image{
    margin: 0!important;
}
.mobHdrMain.fixed-nav {
    opacity: 0;
    padding: 15px 20px!important;
    transition: top .5s,opacity .5s,visibility .5s;
    transition-timing-function: ease-out;
    background: #fff!important;
}
.mobHdrMain.fixed-nav.onView {
    visibility: visible!important;
    opacity: 1;
    top: 0!important;
    box-shadow: 0 1px 7px #00000029;
}
.mobHdrTopBar.fixed-nav{
    opacity: 0;
    transition: top .5s,opacity .5s,visibility .5s;
    transition-timing-function: ease-out;
}
.mobHdrTopBar.fixed-nav.onView {
    visibility: visible!important;
    opacity: 1;
    top: 0!important;
    box-shadow: 0 1px 7px #00000029;
}
.headerWrap.fixed-nav {
    opacity: 0;
    padding: 0!important;
    transition: top .5s,opacity .5s,visibility .5s;
    transition-timing-function: ease-out;
    background: #fff!important;
}
.headerWrap.fixed-nav.onView {
    visibility: visible!important;
    opacity: 1;
    top: 0!important;
    box-shadow: 0 1px 7px #00000029;
}
.mobHdrMain.fixed-nav .xsHdrMenuWrap, 
.mobHdrMain.fixed-nav .hdrTel {
    display: block;
}
/*.mobHdrMain.fixed-nav .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-open svg{*/
/*    fill: #000!important;*/
/*}*/
.mobHdrTopBar {
    display: none!important;
}
.headerWrap.fixed-nav .wp-block-site-logo img{
    width: initial!important;
    height: 100px;
}
.headerWrap.fixed-nav .headerMain .headerMainRow {
    align-items: center!important;
}
.mobHdrMain.fixed-nav .wp-block-site-logo img {
    width: initial!important;
    height: 90px;
    filter: initial;
}
.headerWrap.fixed-nav .hdrMenuWrap{
    margin-top: 16px!important;
}
.headerWrap.fixed-nav .hdrTopInfo .wp-block-image img {
    height: 24px;
    width: auto;
}
.headerWrap.fixed-nav .hdrRight{
    padding-top: 0!important;
}

.willFixed.mobHdrMain {
    display: none;
}
.headerWrap.fixed-nav .headerMain{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
/*.wp-block-navigation .has-child:hover>.wp-block-navigation__submenu-container, */
/*.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {*/
/*    min-width: 100%!important;*/
/*}*/


.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 0!important;
}
/*.xsHdrMenu > .wp-block-navigation__responsive-container{*/
/*    align-items: center !important;*/
/*    flex-direction: initial!important;*/
/*}*/
.xsHdrMenu > .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.xsHdrMenu .wp-block-navigation__responsive-container-close {
    position: fixed!important;
    right: 10px!important;
    top: 20px!important;
}
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item a:hover,
.xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item a[aria-current="page"]{
    text-decoration: underline!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu{
    position: static!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container{
    left: 0!important;
    right: 0!important;
    padding: 30px!important;
    width: 100%!important;
    top: 100%!important;
    display: flex!important;
    flex-wrap: wrap;
    gap: 36px 20px!important;
    margin: 0 !important;
    justify-content: flex-start!important;
    box-sizing: border-box;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container{
    position: static!important;
    width: 100%!important;
    visibility: visible!important;
    opacity: 1!important;
    height: auto!important;
    box-shadow: none;
    padding-top: 20px!important;
}
body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a{
    font-size: 20px!important;
    font-weight: 600!important;
}
body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>ul a,
.headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a{
    font-size: 16px!important;
}
@media(min-width: 1200px){
    .headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container{
        transform: scale3d(0, 0, 0);
    }
    .headerMenuWrap .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
        transform: scale3d(1, 1, 1);
    }    
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container > li{
    width: calc(20% - 20px + (20px / 5))!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container > li > a{
    font-size: 24px!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container > li > ul a{
    font-size: 18px!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container li a{
    padding: 0!important;
}
.headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container ul li:not(:last-child){
    padding-bottom: 16px!important;
}
.headerInr .hdrRow {
    align-items: initial;
}
@media(max-width: 1799px){
    body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a {
        font-size: 18px!important;
    }
    body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>ul a, 
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a {
        font-size: 15px!important;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container ul li:not(:last-child) {
        padding-bottom: 12px!important;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container {
        gap: 30px 20px!important;
    }
}
@media(max-width: 1699px){
    body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a {
        font-size: 17px!important;
    }
    body .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>ul a, 
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container>li>a {
        font-size: 14px!important;
    }
    .headerInr .logoWrap {
        padding: 20px 0;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container ul li:not(:last-child) {
        padding-bottom: 8px!important;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container {
        gap: 20px 20px!important;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu>ul.wp-block-navigation__submenu-container ul.wp-block-navigation__submenu-container {
        padding-top: 16px!important;
    }
}
@media(max-width: 1599px){
    .headerInr .logoWrap .logo img{
        width: 200px!important;
    }
    .headerInr .hdrAppointment{
        padding-left: 20px!important;
    }
    .headerInr .appointmentInr{
        width: 50px !important;
        height: 50px !important;
    }
    .headerInr .appointmentInr i{
        font-size: 22px!important;
    }
    .hmBanner .hmBnrCvr {
        min-height: 580px!important;
    }
}
@media(max-width: 1399px){
    .headerInr .logoWrap .logo img{
        width: 150px;
    }
    .headerInr .mainNav ul > li > a{
        font-size: 16px!important;
    }
    .headerInr .logoWrap .logo img {
        width: 170px!important;
    }
    body .hmBanner .hmBnrImg img {
        width: 400px!important;
    }
    .headerInr .mainNav>li>a {
        padding: 10px 18px!important;
    }
    .headerMenuWrap nav.mainNav ul>li.megaMenu > ul.wp-block-navigation__submenu-container > li{
        
    }
}
@media (max-width: 1199px){
   body .hideLg{
       display: none!important;
   } 
   body .showLg{
       display: block!important;
   }
   body .headerInr.fixed-nav,
   body .headerInr{
       padding: 10px 20px!important;
       display: none!important;
   }
   .xsHdrBtn .buttonStyle2{
       display: block;
        min-width: initial !important;
        width: 100% !important;
   }
   .xs-mbl-menu .xsHdrBtn{
        padding: 0 20px;
   }
   .xsHdrBtn .buttonStyle2 a{
        font-size: 15px !important;
        padding: 10px 15px!important;
        letter-spacing: 0px !important;
        font-weight: 300 !important;
        min-width: 100% !important;
        width: 100% !important;
        display: block !important;
        border-radius: 0 !important;
        background-image: initial !important;
        background-color: #c4b681 !important;
        box-shadow: initial !important;
        color: #fff !important;
        font-family: var(--wp--preset--font-family--lucida-grande-400) !important;
        text-transform: none !important;
        text-align: left !important;
   }
   body .xs-mbl-menu .mainNav ul li ul{
       display: none;
   }
   body .xs-mbl-menu .mainNav ul{
        gap: 0!important;
        width: 100%!important;
        
   }
   body .xs-mbl-menu .mainNav > ul{
       display: block!important;
   }
   body .xs-mbl-menu .mainNav ul li{
        display: block!important;
        border-bottom: 1px solid #eee !important;
   }
   body .xs-mbl-menu .mainNav ul li:last-of-type{
       border-bottom:0!important;
   }
   body .xs-mbl-menu .mainNav ul li a{
        width: auto!important;
        display: block!important;
        font-family: var(--wp--preset--font-family--lucida-grande-400) !important;
        font-weight: 400 !important;
        color: #2c2c2c!important;
   }
   body .xs-mbl-menu .mainNav ul li.has-child > a{
       padding-right: 30px!important;
       position: relative!important;
   }
   body .xs-mbl-menu .mainNav ul li.has-child > a:after{
       position: absolute;
        top: 14px;
        right: 14px;
        content: "";
        background-image: url(assets/images/angle-right.svg);
        width: 10px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        transition: all 0.5s;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
   }
   body .xs-mbl-menu .mainNav ul li.has-child > a.sub-menu-arrow:after{
       ransform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
   }
   body .xs-mbl-menu .mainNav ul li ul li.has-child > a:after{
       top: 10px;
   }
   body .xs-mbl-menu .mainNav > ul > li > a{
        padding: 11px 20px!important;
        font-size: 15px!important;
   }
   body .xs-mbl-menu .mainNav > ul > li ul{
       
        height: initial!important;
        left: initial!important;
        opacity: 1!important;
        overflow: initial!important;
        position: static!important;
        top: initial!important;
        transition: opacity .1s linear!important;
        visibility: visible!important;
        width: auto!important;
        z-index: 2!important;
        border: 0!important;
        background: transparent !important;
        border-top: 1px solid #eee !important;
   }
   body .xs-mbl-menu .mainNav > ul > li ul li a{
       padding: 8px 0 8px 40px!important;
        font-size: 13px!important;
   }
   .hmBanner .hmBnrBtn {
       gap: 40px!important;
   }
    .mobileHeader {
        display: block!important;
    }
    .xsShowMenu {
        display: block!important;
    }
    .desktopHeader{
        display: none!important;
    }
    .mobHdrTopBar {
        display: flex!important;
    }
    /*body.home .mobileHeader{*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    z-index: 9;*/
    /*}*/
    .wp-block-navigation__submenu-container li:hover a{
        background-color: transparent!important;
    }
    nav .wp-block-navigation__responsive-container.has-modal-open ul>li>button.wp-block-navigation__submenu-icon {
        left: initial!important;
        right: 0!important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        min-width: 100%;
    }
    nav .wp-block-navigation__responsive-container.has-modal-open ul>li>button.wp-block-navigation__submenu-icon{
        left: initial!important;
        right: 0!important;
    }
    .willFixed.mobHdrMain {
        display: block;
    }
    .willFixed.headerWrap {
        display: none;
    }
    .hdrLogo a img {
        width: 180px!important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
        height: 0!important;
        overflow: hidden!important;
        transition: all .3s ease-in-out;
        padding: 0!important;
    }
    .wp-block-navigation-submenu.has-child.open > .wp-block-navigation__submenu-container{
        padding-top: 0!important;
    }
    .wp-block-navigation-submenu.has-child.open .wp-block-navigation-submenu.has-child.open>.wp-block-navigation__submenu-container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .hmBnrImg img{
        max-width: 350px!important;
    }
    .hmBanner .hmBnrCvr {
        min-height: 460px!important;
        padding: 70px 20px!important;
    }
    .home .mobHdrMain {
        display: none!important;
    }
}
@media (max-width: 991px){
    .hmBanner .hmBnrBtn {
       gap: 30px!important;
    }
    .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-close svg, 
    .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container-open svg {
        height: 50px!important;
        width: 50px!important;
    }
    .xsHdrMenuWrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
        padding: 0!important;
    }
    .xsHdrMenu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
        margin: auto!important;
    }
    .hmBnrImg img{
        max-width: 320px!important;
    }
}
@media (max-width: 781px){
    .headerInr .logoWrap a img{
        width: 120px!important;
    }
    .hmBanner .hmBnrBtn {
        gap: 20px!important;
        margin-top: 30px !important;
    }
    .hmBanner .hmBnrCvr {
        min-height: 400px!important;
        padding: 50px 20px!important;
    }
}
@media (max-width: 575px){
    .headerInr .logoWrap a img{
        width: 100px!important;
    }
    .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item>a {
        font-size: 18px!important;
    }
    .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item li.wp-block-navigation-item>a {
        font-size: 15px!important;
    }
    .hdrInfo p{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .xsHdrMenuWrap nav.xsHdrMenu .wp-block-navigation__responsive-container li.wp-block-navigation-item li.wp-block-navigation-item li.wp-block-navigation-item>a {
        font-size: 14px!important;
    }
    .hmBnrImg img{
        max-width: 280px!important;
    }
    .hmBanner .hmBnrBtn {
        gap: 16px!important;
    }
}
@media(max-width:479px){
    .mobHdrTopBar{
        gap: initial!important;
    }
    .hdrInfo > p{
        font-size: 16px!important;
        padding: 0 10px!important;
    }
    .hdrInfo > p.hdrTel{
        font-size: 18px!important;
    }
    .mobHdrMain .hdrMain{
        gap: initial!important;
    }
    .hmBnrImg img{
        max-width: 250px!important;
    }
    .hmBanner .hmBnrCvr .wp-block-cover__image-background{
        object-position: 0% 0%!important;
    }
}
@media (max-width: 374px){

    .hmBnrDescWrap .hmBnrBtn .wp-block-button{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .hmBnrDescWrap .hmBnrBtn .wp-block-button a {
        min-width: 100%!important;
    }
    .hdrInfo > p.hdrTel{
        font-size: 17px!important;
    }
    .hdrInfo>p {
        font-size: 15px!important;
    }
    .hmBnrImg img{
        max-width: 220px!important;
    }
}



.ftrAppointmntLftWrap .ftrAppointmntLftCon {
    min-height: 545px;
}
.ftrAptmntRgtConInnr .ftrAptmntRgtConItem p a{
    text-decoration: none!important;
    color: #c4b681!important;
}
.ftrAptmntRgtConInnr .ftrAptmntRgtConItem p a:hover{
    color: #fff!important;
}
.ftrAptmntRgtOfcHr ul li::before{
    color: #fff;
}

.ftrSocialsSecInnr .ftrSocialsWrap  a i{
    font-size: 38px;
    color: #c4b681;
}

.ftrSocialsWrap a.tw:hover{
    background: #55acee;
}
.ftrSocialsWrap a.fb:hover{
    background: #3b5998;
}
.ftrSocialsWrap a.yt:hover{
    background: #bb0000;
}
.ftrSocialsWrap a.ig:hover{
    background: #e95950;
}
.ftrSocialsSecInnr .ftrSocialsWrap  a:hover i{
    color: #fff;
}




.BlogPostWrap ul {
    gap: 30px!important;
}
body .BlogPostWrap ul.wp-block-latest-posts__list li, 
.catgrSecWrap ul.catgrSecGrds li {
    width: calc((33.333% - 30px) + (30px/3))!important;
    margin-bottom: 0!important;
}
.BlogPostWrap ul li .blog-preview,
ul li .blog-preview{
    background-color: white;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding: 30px 25px;
    border-radius: 0!important;
    box-sizing: border-box;
    margin: 0!important;
    height: 100%!important;
}
.BlogPostWrap ul li .blog-preview .wp-block-latest-posts__post-excerpt,
ul li .blog-preview .wp-block-latest-posts__post-excerpt{
    margin: 0!important;
}
.BlogPostWrap ul li .blog-preview .post-title,
ul li .blog-preview .post-title{
    margin: 0!important;
    margin-bottom: 16px!important;
}
.BlogPostWrap ul li .blog-preview .post-title a{
    font-size: 20px!important;
    color: #2c2c2c!important;
    line-height: 1.2;
    display: inline-block;
}
.BlogPostWrap ul li .blog-preview .post-title a:hover{
    color: #c4b681!important;
}
body .BlogPostWrap .blog-load-btn{
    display: none!important;
}
body.blog .BlogPostWrap .blog-load-btn{
    display: block!important;
    text-align: center!important;
}
.BlogPostWrap ul li .blog-preview .postLink a div{
    display: inline-block;
    margin-left: 8px;
}
.BlogPostWrap ul li .blog-preview .postLink a div svg{
    width: 14px!important;
    height: 12px!important;
}
.BlogPostWrap ul li .blog-preview .postLink {
    align-items: center;
    padding-top: 20px!important;
    margin-top: auto!important;
    display: flex;
    justify-content: center;
}

.partnrsSecInnr .partnrsSecSlider .slick-track figure{
    margin-bottom: 0!important;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    text-align: center;
    position: relative;
    padding: 20px 0;
    vertical-align: middle;
    display: inline-block !important;
    float: none;
    height: 100%;
    min-height: 1px;
}
.partnrsSecInnr .partnrsSecSlider .slick-track figure img{
    margin: auto;
    display: block;
    vertical-align: middle;
    max-width: 200px;
    width: 100%;
    margin-top: auto;
}
.partnrsSecInnr .partnrsSecSlider .slick-track figure:hover{
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
}
.ftrListMenu ul{
    gap: 0;
}
.ftrListMenu ul li{
    line-height: 1.5;
}
body .ftrListMenu ul li a,
.ftrBtmMenuWrap p a{
    color: #d3b660!important;
}
body .ftrListMenu ul li a:hover,
.ftrBtmMenuWrap p a:hover{
    color: #fff!important;
}
.ftrMainGrdItem .ftrMainGrdItemHdr .ftrMainGrdItemSocials li a{
    display: inline-block;
    padding: 8px;
    font-size: 24px;
    margin-right: 5px;
}
.ftrMainGrdItem .ftrMainGrdItemHdr .ftrMainGrdItemSocials li a svg{
    width: 30px!important;
    height: 30px!important;
    color: #d3b660!important;
}


body .xsFtrBtmBtnSec{
    display: none!important;
}
.xsFtrBtmBtn .xsFtrBtmBtnWrap i{
    font-size: 32px!important;
    color: #C2A05B;
}

.blogSec .BlogPostWrap ul li .blog-preview,
.archSecWrap .BlogPostWrap ul li .blog-preview{
    box-shadow: rgba(0,0,0,.23)0 0 8px 1px!important;
}
body .archSecWrap .BlogPostWrap .blog-load-btn{
    display: block!important;
    text-align: center;
}
body #toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 75px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px 0 0 5px;
    z-index: -99;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(59px);
    -ms-transform: translateY(59px);
    -webkit-transform: translateY(59px);
    -o-transform: translateY(59px);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
body #toTop:hover {
    background: rgba(0,0,0,0.8);
}
body #toTop figure{
    margin: 0!important;
}
body #toTop img {
    filter: invert(1);
    width: 30px;
    height: 30px;
}
.toTopActive #toTop {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    bottom: 132px;
}

body.page-id-250 footer .ftrAppointmntSec{
    display: none!important;
}
.contactUsSec .ftrAptmntRgtConInnr .ftrAptmntRgtConItem i{
    color: #a67c00;
    margin-top: 6px;
}
.contactUsSec .ftrAptmntRgtConInnr .ftrAptmntRgtConItem p a{
    color: #a67c00!important;
}
.contactUsSec .ftrAptmntRgtConInnr .ftrAptmntRgtConItem p a:hover{
    color: #2c2c2c!important;
}
.ftrAptmntRgtConInnr .ftrAptmntRgtConItem i:before{
    font-family: 'fontawesome';
}
.contactUsSec .ftrAptmntRgtOfcHr ul li::before{
    color: #c4b681!important;
}
.cntctMapSecWrap iframe{
    vertical-align: bottom;
}

body.popUpOverlay{
    overflow: hidden;
    position: relative;
}

body #popup {
    display: none;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    padding: 0;
    z-index: 99999!important;
    height: 100%!important;
    /*background: #0b0b0b;*/
}
body .popUpSec {
    position: relative;
}
body .hasOverlay{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    width: 100%!important;
    height: 100%!important;
}
body.openBox .hasOverlay{
    z-index: 999;
    opacity: 1;
}
body{
    position: relative;
}
body.openBox{
    overflow: hidden;
}
/*body.popUpOverlay #popup.popup-overlay{*/
/*    display: block!important;*/
/*}*/
body.popUpOverlay .popup-overlay{
    display: block;
}
.popUpSecWrap .popUpHdr{
    position: relative;
}
body.openBox #popup{
    display: block;
    z-index: 999999;
    overflow: auto;
}
body #popup .popUpSecWrap {
    z-index: 9999;
    position: relative;
}
.popUpSecWrap .popUpHdr:before{
    position: absolute;
    content: "";
    width: 30px;
    background: #fff;
    bottom: -15px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popUpSecWrap .popUpHdr .popUpCloseBtn{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: 0!important;
    cursor: pointer;
    font-size: 14px !important;
    padding: 0 10px !important;
    height: 44px;
    line-height: 44px;
}
.popUpSecWrap .popUpHdr .popUpCloseBtn:hover{
    color: #c4b681!important;
}
.openPopUp.popup-overlay {
      display: block;
    }
.smileGalInnr .smileGalSlider  figure{
    margin-bottom: 0!important;
}
.smileGalInnr .smileGalSlider  figure img{
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    filter: grayscale(1);
}
.smileGalInnr .smileGalSlider  figure.slick-center img{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    filter: grayscale(0);
}
.smileGalSecWrap .smileGalSlider .slick-prev {
    left: 170px!important;
    margin: 0!important;
    z-index: 9;
    top: 36%;
    /*border-radius: 0 !important;*/
}
.smileGalSecWrap .smileGalSlider .slick-next {
    right: 170px!important;
    margin: 0!important;
    z-index: 9;
    top: 36%;
    /*border-radius: 0 !important;*/
}
.smileGalSecWrap .smileGalSlider .slick-dots li button {
    width: 25px !important;
    height: 2px !important;
    border-radius: 0!important;
    background: #d3b660 !important;
    padding: 2px !important;
    opacity: .6;
}
.smileGalSecWrap .smileGalSlider .slick-dots li.slick-active button {
    /*border: 0px solid #29a3d6 !important;*/
    background: #d3b660 !important;
    border-radius: 0 !important;
    opacity: 1;
}
.smileGalSecWrap .smileGalSlider .slick-dots li button:focus{
    box-shadow: initial!important;
}
.smileGalSecWrap .smileGalSlider ul.slick-dots{
    padding-top: 55px!important;
    filter: initial!important;
}
.smileGalInnr .smileGalSlider .slick-list{
    padding: 0 120px!important;
}
.textColInr .lineLft,
body .lineLft{
    width: 140px!important;
    margin: 30px 0!important;
    margin-left: 0!important;
    height: 3px!important;
}

.PrvtntSrvcSec .PrvtntSrvcSecInnr .hmServiceSecColInr {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.PrvtntSrvcSec .PrvtntSrvcSecInnr .hmServiceSecColInr .serviceGrdIcon img,
.PrvtntSrvcSec .PrvtntSrvcSecInnr .hmServiceSecColInr img {
    filter: invert(1);
}
.videoTextSec .whiteGradient > span{
    opacity: 0!important;
}
.ftrAptmntRgtConItem figure img{
    width: 24px!important;
    height: 100%!important;
}

.carcleList .simple-sitemap-wrap ul li:before{
    position: absolute;
    left: 0;
    top: 8px;
    content: ''!important;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.carcleList .simple-sitemap-wrap ul li{
    padding-left: 16px!important;
}
.carcleList .simple-sitemap-wrap .post-type{
    font-family: var(--wp--preset--font-family--yellowtail-400) !important;
    font-weight: 400;
    font-size: 24px!important;
}
.colorItem .colorBox{
    max-width: 150px;
    margin: 0 auto;
    background: #2c2c2c;
}
.colorItem.item2 .colorBox{
    background: #f8f8f9;
}
.colorItem.item3 .colorBox{
    background: #7e7e7e;
}
.colorItem.item4 .colorBox{
    background: #c4b681;
}
.colorItem.item5 .colorBox{
    background: #85aabf;
}
.partnrsSecInnr .partnrsSecSlider .slick-arrow{
    width: 20px!important;
    height: 20px!important;
    background-color: initial!important;
}
.partnrsSecInnr .partnrsSecSlider .slick-arrow:before{
    color: #222!important;
}


.secCatGrds .secCatGrdItem{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.secCatGrds .secCatGrdItem li.wp-block-post{
    width: calc((33.333% - 30px) + (30px / 3))!important;
}
.secCatGrds .secCatGrdItem li.wp-block-post .secCatGrdItemInnr{
    background: #e2eef6 !important;
    height: 100%;
    text-align: center;
    padding: 30px 25px;
}
.secCatGrds .secCatGrdItem li.wp-block-post .secCatGrdItemInnr .catTitle a{
    text-decoration: none!important;
    font-size: 18px!important;
}
body .wp-site-blocks .newPtnTxtVdSec .nePtnImgTexSec a{
    color: #c4b681!important;
}
body .wp-site-blocks .newPtnTxtVdSec .nePtnImgTexSec a:hover,
body .wp-site-blocks .newPtnTxtVdSec ul.lightColor li a:hover {
    color: #fff!important;
}
.mainImgTxtSec .imageTextRow {
    align-items: center!important;
}

/* Custom Codes */
body .ftrAppointmntRgt .ftrAptmntRgtConItem i {
    font-size: 25px!important;
}
body .ftrAppointmntRgt .ftrAptmntRgtConItem p a:not(.wp-block-button__link) {
    text-decoration: none!important;
    color: #000000!important;
    line-height: 1.22;
}
.ftrAppointmntRgt .ftrAptmntRgtConItem p a:hover {
    color: #bfb9a3!important;
}
body .ftrCopyrightMenu ul {
    gap: 0!important;
    margin: 0 -8px!important;
}
body .ftrCopyrightMenu ul li {
    padding: 0 8px!important;
    position: relative!important;
}
body .ftrCopyrightMenu ul li:after {
    content: '';
    height: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translate(50%,-50%);
    background-color: #fff;
    width: 2px;
}
body .ftrCopyrightMenu ul li:last-child:after {
    content: none!important;
}
body .ftrCopyrightMenu ul li a:hover {
    color: #bfb9a3!important;
}
body .ftrMainGrdItem .mstTitle {
    margin: 0 0 10px!important;
    font-size: 20px!important;
}
body .ftrMainGrdItem p a {
    font-size: inherit!important;
}
body .ftrAppointmntSec .ftrAptmntRgtConItem p a:not(.wp-block-button__link):hover {
    color: #bfb9a3!important;
}
body .ftrSocialsSec {
    margin: 0!important;
}
@media(max-width: 1699px){
    .ftrAppointmntLft .ftrAppointmntLftWrap{
        padding-right: 100px!important;
    }
    body .ftrAppointmntRgt .ftrAptmntRgtConItem i {
        font-size: 22px!important;
    }
    body .ftrMainGrdItem .mstTitle,
    body .ftrMainGrdItem ul li,
    body .ftrMainGrdItem p,
    body .ftrCopyrightMenu ul li {
        font-size: 19px!important;
    }
    .ftrMainGrdItem .ftrMainGrdItemHdr .wp-block-heading {
        margin-bottom: 24px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon{
        padding: 60px 50px!important;
    }
}
@media(max-width: 1599px){
    body .ftrMainGrdItem .mstTitle,
    body .ftrMainGrdItem ul li,
    body .ftrMainGrdItem p,
    body .ftrCopyrightMenu ul li {
        font-size: 18px!important;
    }
    body .ftrMainGrdItem:last-child {
        flex-basis: 26%!important;
        padding-left: 0!important;
    }
}
@media(max-width: 1399px){
    .ftrAppointmntLft .ftrAppointmntLftWrap{
        padding-right: 70px!important;
    }
    body .ftrAppointmntRgt .ftrAptmntRgtConItem i {
        font-size: 20px!important;
    }
    body .ftrMainSec{
        padding-top: 90px!important;
        padding-bottom: 60px!important;
    }
    body .ftrMainGrdItem:last-child .wp-block-button,
    body .ftrMainGrdItem:last-child .wp-block-button a{
        min-width: 100%!important;
    }
    body .ftrMainGrdItem:last-child .wp-block-button a{
        padding: 12px 16px!important;
        font-size: 17px!important;
    }
    .ftrMainGrdItem .ftrMainGrdItemHdr .wp-block-heading {
        margin-bottom: 20px!important;
    }
    .ftrMainGrdItem .wp-block-buttons {
        margin-top: 14px!important;
    }
    .ftrAppointmntRgtWrap .ftrAptmntRgtConInnr {
        padding: 25px 0 30px!important;
    }
    .ftrAptmntRgtConInnr .ftrAptmntRgtConItem:not(:first-child) {
        margin-top: 12px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon{
        padding: 60px 40px!important;
    }
}
@media(max-width: 1299px){
    body .ftrMainGrdItem:first-child p a br {
        display: none!important;
    }
}
@media(max-width: 1199px){
    .ftrAppointmntSec .ftrAppointmntSecBg{
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    /*.partnrsSec .partnrsSecInnr{*/
    /*    max-width: 815px!important;*/
    /*}*/
    .partnrsSec .partnrsSecInnr .partnrsSecSlider .slick-list{
        margin: 0 35px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-track figure img{
        max-width: 180px;
    }
    .ftrAppointmntLft .ftrAppointmntLftWrap{
        padding-right: 40px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-prev:before, 
    .partnrsSecInnr .partnrsSecSlider .slick-next:before{
        font-size: 28px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-next{
        margin-top: 0!important;
    }
    body .ftrMainSec{
        padding-top: 80px!important;
        padding-bottom: 40px!important;
    }
    .ftrMainGrdItem .ftrMainGrdItemHdr .itemBtnCntlr .buttonStyle2 a{
        padding: 15px 18px !important;
    }
    body .newSmileSec {
        padding-top: 100px!important;
    }
    .techMemSecInnr .techImgTextSec {
        padding-top: 40px!important;    
    }
    .techImgTextSec .techImgTextLftWrap{
        padding-right: 40px!important;
    }
    .techMemSecInnr .techMmbrSrvRow{
        gap: 30px 45px;
    }
    .techMmbrSrvRow  .serviceCol .serviceColInr{
        padding: 25px!important;
    }
    .techMmbrSrvRow  .serviceCol .serviceColInr .serviceColTitle{
        font-size: 32px!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev{
        left: 100px !important;
    }
    .smileGalSecWrap .smileGalSlider .slick-next{
        right: 100px!important;
    }
    .newPtnTxtVdSec .nePtnImgTexSec{
        padding-top: 120px!important;
    }
    body .ftrMainGrdItem:not(:last-child) {
        padding-right: 10px!important;
    }
    body .ftrMainGrdItem:first-child {
        flex-basis: 28%!important;
    }
    body .ftrMainGrdItem .mstTitle,
    body .ftrMainGrdItem ul li,
    body .ftrMainGrdItem p,
    body .ftrCopyrightMenu ul li {
        font-size: 17px!important;
    }
    .ftrMainGrdItem .ftrMainGrdItemHdr .wp-block-heading {
        margin-bottom: 16px!important;
    }
    body .ftrMainGrdItem:last-child .wp-block-button a{
        padding: 10px 16px!important;
        font-size: 16px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon{
        padding: 50px 30px!important;
    }
}
@media(max-width: 991px){
    .ftrAppointmntSecBg .appintmntWraps{
        flex-wrap: wrap!important;
        gap: 40px 0!important;
    }
    .ftrAppointmntSecBg .appintmntWraps .ftrAppointmntLft,
    .ftrAppointmntSecBg .appintmntWraps .ftrAppointmntRgt{
        flex-basis: 100%!important;
    }
    .ftrAppointmntLft .ftrAppointmntLftWrap,
    .ftrAppointmntSecBg .appintmntWraps .ftrAppointmntRgt{
        padding-right: 0!important;
        max-width: 780px!important;
        margin: 0 auto!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon figure{
        text-align: center;
    }
    body .BlogPostWrap ul.wp-block-latest-posts__list{
        max-width: 550px!important;
        margin: 0 auto!important;
    }
    body .BlogPostWrap ul.wp-block-latest-posts__list li, 
    .catgrSecWrap ul.catgrSecGrds li {
        width: 100%!important;
    }
    .ftrMainSec .ftrMainGrds{
        flex-wrap: wrap!important;
        gap: 20px!important;
        max-width: 690px!important;
        margin: 0 auto!important;
    }
    body .ftrMainGrds .ftrMainGrdItem {
        flex-basis: calc((50% - 20px) + (20px / 2))!important;
        padding: 0!important;
    }
    /*.partnrsSec .partnrsSecInnr {*/
    /*    max-width: 655px!important;*/
    /*}*/
    .contactUsSec .ftrAppointmntLft{
        margin-bottom: 30px!important;
    }
    .contactUsSec .appintmntWraps {
        max-width: 710px!important;
        margin: 0 auto;
    }
    .XsTextColLft .textColInr{
        text-align: left!important;
    }
    .XsTextColLft .textColInr .textColBtn{
        justify-content: left!important;
    }
    body .cntctTextImageSec {
        padding-top: 80px!important;
    }
    .cntctMapSecWrap iframe{
        height: 400px!important;
    }
    .smileGalInnr .smileGalSlider .slick-list {
        padding: 0 90px!important;
    }
    .newSmileSec .textColInr .lineLft,
    body .lineLft{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .newSmileSec .ImageCol {
        order: 1;
    }
    .newSmileSec .textCol {
        order: 2;
    }
    body .newSmileSec {
        padding-top: 80px!important;
    }
    .techMemSecInnr .techMmbrSrvRow{
        flex-wrap: wrap!important;
        max-width: 640px!important;
        margin-top: 75px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .techMmbrSrvRow .serviceCol {
        flex-basis: 100%!important;
    }
    .techMemSecInnr .techImgTextSec{
        flex-wrap: wrap!important;
        max-width: 680px!important;
        margin: 0 auto!important;
    }
    .techImgTextSec .techImgTextLft,
    .techImgTextSec .techImgTextRgt{
        flex-basis: 100%!important;
    }
    .techImgTextSec .techImgTextLft img{
        width: 100%!important;
    }
    .techImgTextSec .techImgTextLftWrap {
        padding-right: 0!important;
    }
    .newSmileSec .ImageCol img{
        width: 100%!important;
    }
    .techMemSec .techMemSecBg,
    body .PrvtntSrvcSec{
        padding-top: 70px!important;
        padding-bottom: 70p!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev{
        left: 90px !important;
    }
    .smileGalSecWrap .smileGalSlider .slick-next{
        right: 90px!important;
    }
    body .tankhyouSec{
        padding-top: 90px!important;
        padding-bottom: 90px!important;
    }
    .xsFtrBtmBtn .xsFtrBtmBtnWrap i {
        font-size: 25px!important;
    }
    .xsFtrBtmBtn .xsFtrBtmBtnWrap p{
        margin-top: 5px!important;
    }
    body .paddingTBP{
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    .colorSec .colorSecInnr{
        flex-wrap: wrap!important;
        gap: 30px 0!important;
    }
    .colorSec .colorSecInnr .colorItem {
        flex-basis: 50%!important;
    }
    .newPtnSec .techMmbrSrvRow {
        margin-top: 70px!important;
    }
    .newPtnTxtVdSec .textVideoColsSecCol{
        text-align: left!important;
    }
    .newPtnTxtVdSec .lineLft{
        margin-left: 0!important;
    }
    .newPtnTxtVdSec .nePtnImgTexSec{
        padding-top: 100px!important;
    }
    .techMmbrSrvRow .wp-block-buttons {
        justify-content: center!important;
    }
    .newPtnTxtVdSec .textImageSec .textImageRow,
    .newPtnTxtVdSec .nePtnImgTexSec .imageTextRow {
        flex-direction: column-reverse!important;
        text-align: left!important;
    }
    .readySec .textImageRow .textVideoColsSecColLeft {
        text-align: left!important;
    }
    .newPtnTxtVdSec .textVideoColsSecBg {
        padding-top: 100px!important;
        padding-bottom: 40px!important;
    }
    .newPtnTxtVdSec .nePtnImgTexSec {
        padding-top: 40px!important;
    }
    body .ftrMainSec{
        padding-top: 50px!important;
        padding-bottom: 30px!important;
    }
    body .ftrMainGrdItem:last-child .wp-block-button a {
        min-width: 280px!important;
    }
    body .ftrBlogBg {
        padding: 60px 20px 60px!important;
    }
    body .ftrBlogBg .BlogPostWrap {
        padding-top: 20px!important;
    }
}
@media(max-width: 782px){
    .ftrMainGrds .ftrMainGrdItem{
         flex-basis: 100%!important;
    }
    .partnrsSec .partnrsSecInnr {
        /* max-width: 456px!important; */
        /*margin: 0 32px!important;*/
    }
    .ftrAppointmntSec .ftrAppointmntSecBg {
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    body .ftrBtmMenu {
        padding-bottom: 120px!important;
    }
    body .xsFtrBtmBtnSec {
        z-index: 99;
        display: block!important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        text-align: center;
        display: table;
        display: none!important;
    }
    .xsFtrBtmBtnSec .xsFtrBtmBtnSecInnr{
        flex-wrap: noWrap!important;
    }
    .cntctMapSecWrap iframe{
        height: 350px!important;
    }
    .smileGalInnr .smileGalSlider .slick-list {
        padding: 0 40px!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev,
    .smileGalSecWrap .smileGalSlider .slick-next{
        top: 36%;
        width: 30px !important;
        height: 30px !important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev:before,
    .smileGalSecWrap .smileGalSlider .slick-nex:before{
        font-size: 15px!important;
    }
    body .smileGalSecBg{
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    .smileGalSecWrap .smileGalInnr {
        margin-top: 0!important;
        padding-top: 40px!important;
    }
    .smileGalSecWrap .smileGalSlider ul.slick-dots {
        padding-top: 35px!important;
    }
    .techMemSecInnr .techImgTextSec {
        padding-top: 20px!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev{
        left: 75px !important;
    }
    .smileGalSecWrap .smileGalSlider .slick-next{
        right: 75px!important;
    }
    body .tankhyouSec{
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    body .pl0 .techImgTextLftWrap{
        padding-left: 0!important;
    }
    .imgOrder .lftCol {
        order: 1;
    }
    .imgOrder .rgtCol {
        order: 2;
    }
    .imgOrder .techImgTextSec {
        padding-top: 50px!important;
    }
    .newPtnSec .techMmbrSrvRow {
        margin-top: 55px!important;
    }
    .techMmbrSrvRow .serviceCol .serviceColInr .serviceColTitle {
        font-size: 28px!important;
    }
    .newPtnTxtVdSec .nePtnImgTexSec{
        padding-top: 80px!important;
    }
    .newPtnFaq .secIntro {
        margin-bottom: 40px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon {
        padding: 40px 24px!important;
    }
}
@media(max-width: 575px){
    .ftrSocialsSecInnr .ftrSocialsWrap {
        flex-wrap: wrap!important;
    }
    .partnrsSec .partnrsSecInnr {
        margin: 0 20px!important;
    }
    .smileGalSecWrap .smileGalInnr {
        margin-top: 0!important;
        padding-top: 25px!important;
    }
    /*.smileGalSecWrap .smileGalSlider .slick-prev, */
    /*.smileGalSecWrap .smileGalSlider .slick-next{*/
    /*    top: 30px!important;*/
    /*}*/
    body .tankhyouSec{
        padding-top: 40px!important;
        padding-bottom: 90px!important;
    }
    .techMmbrSrvRow .serviceCol .serviceColInr .serviceColTitle {
        font-size: 22px!important;
    }
    .newPtnTxtVdSec .nePtnImgTexSec{
        padding-top: 60px!important;
    }
    .newPtnTxtVdSec .textVideoColsSecBg {
        padding-top: 80px!important;
        padding-bottom: 20px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon {
        padding: 40px 20px!important;
    }
}
@media(max-width: 480px){
    .smileGalSecWrap .smileGalInnr {
        padding-top: 0!important;
    }
    .colorSec .colorSecInnr .colorItem {
        flex-basis: 100%!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-prev {
        left: 55px!important;
    }
    .smileGalSecWrap .smileGalSlider .slick-next {
        right: 55px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-prev{
        left: 8px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-next{
        right: 8px!important;
    }
    .partnrsSecInnr .partnrsSecSlider .slick-arrow:before{
        font-size: 25px!important;
    }
    .ftrAppointmntLftWrap .ftrAppointmntLftCon {
        padding: 40px 16px!important;
    }
}




div.pageBannerBg{
    overflow: visible;
}


/*div.pageBannrFormCntlr {*/
/*	min-height: 540px;*/
/*	padding-top: 40px;*/
/*	padding-right: 40px;*/
/*	padding-bottom: 40px;*/
/*	padding-left: 40px;*/
/*	height: 400px !important;*/
/*	overflow: scroll;*/
/*	box-shadow: 2px 6px 5px rgb(225,225,225,.5);*/
/*}*/


div.pageBannrFormCntlr{
    box-shadow: 2px 6px 5px rgb(225,225,225,.5);
}




div.pageBannrRow {
  position: relative;
}


div.pageBannrFormCntlr {
	position: absolute;
	top: -100%;
	right: 0;
	width: 53%;
}


div.imageTextSec {
  /* position: absolute; */
  /* position: inherit; */
  /* position: relative; */
  position: initial;
}


div.mobilePageBannrFormCntlr{
    display: none !important;
}

@media screen and (max-width: 981px){
    div.mobilePageBannrFormCntlr{
        display: flex !important;
    }
    div.mobilePageBannrFormCntlr > div {
        flex-basis: 100% !important;
    }
    div.pageBannrFormCntlr,
    div.pageBannrColRgt{
        display: none !important;
    }
    
    div.pageBannrColRgt > div.wp-block-group *{
        text-align: center !important;
    }
    div.wp-block-cover.pageBannerBg{
        height: 65vh !important;
    }
}











.secIntro .secIntroTitle {
    letter-spacing: 0!important;
    line-height: 1!important;
}
.secIntro p {
    letter-spacing: 1px!important;
}
.reasonSec ul li:last-of-type {
    padding-bottom: 0!important;
}  
.servicesSec .serviceColInr {
    min-height: 100%!important;
}
.servicesRow .serviceCol  .serviceColInr{
    height: 100%;
}
.srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr {
    position: relative;
    margin-right: 50px!important;
    margin-left: -35px!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)!important;
    z-index: 99!important;
}
.srvcVideoWrap .srvcVideoTextCol .srvcVideoColImg {
    position: absolute!important;
    width: 80px!important;
    height: 80px!important;
    top: -38px!important;
    right: 50px!important;
    z-index: 999!important;
}
.srvcVideoTextCol .srvcVideoColInr p:last-of-type {
    color: #000!important;
}
.wp-site-blocks .videoOverlyText {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 60px!important;
    padding: 0 30px!important;
    z-index: 2!important;
}
.videoOverlyText p {
    color: #fff!important;
}
.radiantSec .radiantColInr,
.radiantSec .radiantImage {
    position: relative!important;
    overflow: hidden!important;
}
.radiantSec .radiantImage img {
    width: 100%!important;
    height: 532px!important;
    object-fit: cover!important
}
.radiantSec .radiantImage:before {
    content: '';
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000!important;
    opacity: 0.250!important;
    z-index: 1!important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.radiantSec .radiantCon {
    position: absolute!important;
    z-index: 10!important;
    top: 82%!important;
    left: 0!important;
    right: 0!important;
    color: #fff!important;
    padding: 0 20px!important;
    text-align: center!important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box!important;
}
.radiantSec .radiantColTitle,
.radiantSec .radiantColDes p {
    color: #fff!important;
}
.radiantSec .radiantColDes {
    opacity: 0!important;
    transition: all .4s!important;
    -ms-transition: all .4s!important;
    -webkit-transition: all .4s!important;
}
.radiantSec .radiantColInr:hover .radiantImage:before {
    opacity: 0.80!important;
}
.radiantSec .radiantColInr:hover .radiantCon {
    top: 65%!important;
    transform: translateY(-65%)!important;
}
.radiantSec .radiantColInr:hover .radiantColDes {
    opacity: 1!important;
}
.patientsVideoSec .patientsVideoDes {
    text-align: center!important;
}
.patientsVideoSec .patientsVideoDes p,
.patientsVideoSec .patientsVideoDes p a {
    font-size: 12px!important;
}
.patientsVideoSec .patientsVideoDes p a {
    color: #c4b681!important;
}
.patientsVideoSec .patientsVideoDes p a:hover {
    color: #fff!important;
}
.patientsVideoSec .patientsVideoCol {
    padding: 0 5px!important;
}

body .patientsVideoSec .video-icon {
    background: none!important;
    top: 50%;
    left: 50%;
    right: initial!important;
    bottom: initial!important;
    transform: translate(-50%, -50%)!important;
    width: 40px;
    height: 40px;
    border-radius: 100%!important;
    background-color: #342c28!important;
    opacity: 0.6!important;
}
body .patientsVideoSec .video-icon:before {
    content: '\f04b';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    font-size: 26px!important;
    color: rgba(255, 255, 255, 0.6)!important;
    font-family: 'font awesome 6 free';
    font-weight: 700;
    margin-left: 2px!important;
}
body .patientsVideoSec .patientsVideoColInr:hover .video-icon {
    opacity: 1!important;
}
body .patientsVideoSec .patientsVideoColInr:hover .video-icon:before {
    color: rgba(255, 255, 255, 1)!important;
}
.patientsVideoSec .slick-prev, 
.patientsVideoSec .slick-next {
    border-radius: 3px!important;
    background-color: #85aabf!important;
    padding: 4px!important;
    opacity: 1!important;
}
.patientsVideoSec .slick-prev:hover, 
.patientsVideoSec .slick-next:hover {
    background-color: #fff!important;
}
.patientsVideoSec .slick-prev:hover:before, 
.patientsVideoSec .slick-next:hover:before {
    color: #85aabf!important;
}
.patientsVideoSec .slick-prev {
    left: -45px!important;
}
.patientsVideoSec .slick-next {
    right: -45px!important;
}
body .watchSec .pseudoLine {
    margin-top: 45px!important;
    margin-bottom: 20px!important;
}
body .radiantSec .pseudoLine,
body .patientsVideoSec .pseudoLine {
    margin-top: 45px!important;
}
body .patientsVideoSec {
    overflow: hidden!important;
}
body .lineLeft {
    margin-left: 0!important;
}
body .lineLeft,
body .lineCenter {
    width: 140px!important;
    margin-top: 16px!important;
    margin-bottom: 25px!important;
}
.textImageSec .textImageRow figure,
.imageTextSec .imageTextRow figure,
.textImageSec .textImageRow figure img,
.imageTextSec .imageTextRow figure img {
    width: 100%!important;
    object-fit: cover!important
}
.worksSec .worksColBg {
    min-height: 700px!important;
    align-items: flex-end!important;
}
.worksSec .worksColDes {
    min-height: 250px!important;
}
.pageBannerWrap.hasForm .mstTitle {
    text-align: left!important;
}
.pageBannerWrap.hasForm.textCenter .mstTitle {
    text-align: center!important;
}
.errorWrap .errorTitleCntlr {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.errrorIntroSec ul li::before {
    content: "\f14a"!important;
    color: #c4b681!important;
}
body.error404 footer .ftrAppointmntSec,
body.error404 footer .ftrSocialsSec,
body.error404 footer .partnrsSec,
body.error404 footer .footer-blog-area {
    display: none!important;
}
.searchWrap .wp-block-search__input {
    border-color: #c4b681!important;
    outline: none!important;
}
.searchWrap .wp-block-search__input,
.searchWrap .wp-block-search__button {
    transition: all .5s!important;
    -ms-transition: all .5s!important;
    -webkit-transition: all .5s!important;
}
.searchWrap .wp-block-search__input:focus {
    border-color: #2c2c2c!important;
}
.searchWrap .wp-block-search__button:hover {
    background-color: #2c2c2c!important;
}
.searchWrap .searchItemsWrap .wp-block-post-title,
.searchWrap .searchItemsWrap figure {
    display: flex!important;
    line-height: 1.2!important;
    margin-bottom: 20px!important;
}
.searchWrap .searchItemsWrap .wp-block-spacer {
    height: 40px!important;
}

.btmRgtShadowBox,
.btmLftShadowBox{
    position: relative;
    padding-bottom: 85px;
    display: inline-block;
}
.btmRgtShadowBox figure,
.btmLftShadowBox figure{
    position: relative;
    z-index: 2;
}
.btmLftShadowBox .btmShadowBox{
    content: '';
    position: absolute;
    bottom: 0;
    left: -85px;
    height: 355px;
    width: 375px;
    z-index: 1;
}
.btmRgtShadowBox .btmShadowBox{
    content: '';
    position: absolute;
    bottom: 0;
    right: -85px;
    height: 355px;
    width: 375px;
    z-index: 1;
}
.CldImgTxtSec .btmLftShadowBox .btmShadowBox,
.srvcCldTxtImgSec .btmRgtShadowBox .btmShadowBox {
    height: 540px!important;
}
.servicesSec .serviceColImg img {
    max-height: 100px;
    width: auto;
    max-width: initial;
}
.pageBannerWrap .pageBannerSubTitle{
    margin-top: 10px!important;
}
@media(max-width: 1699px){
    .parentBreathSec {
        padding-top: 180px!important;
        padding-bottom: 160px!important;
    }
}
@media(max-width: 1399px){
    .parentBreathSec {
        padding-top: 140px!important;
        padding-bottom: 120px!important;
    }
}
@media(max-width: 1199px){
    .pageBannerWrap .pageBannerBg {
        padding: 140px 20px 150px!important;
    }
    .srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr {
        margin-left: 0!important;
    }
    .textImageSec .textImageRow,
    .imageTextSec .imageTextRow {
        gap: 40px 42px!important;
    }
    .servicesSec .servicesRow {
        gap: 30px 26px!important;
    }
    .servicesSec .serviceColInr {
        padding: 25px 25px 50px!important;
    }
    .patientReviewsSec .patientReviewsSecBg {
        padding: 80px 20px 280px!important;
        min-height: initial!important;
    }
    .wp-site-blocks .srvcVideoWrap,
    .wp-site-blocks .textImageSec,
    .wp-site-blocks .imageTextSec {
        padding-bottom: 120px!important;
    }
    .wp-site-blocks .textImageSec.hasBg,
    .wp-site-blocks .imageTextSec.hasBg {
        padding: 0 0!important;
    }
    .wp-site-blocks .imageTextSec.hasBg.whiteningImgTxtSec {
        padding-top: 80px!important;
    }
    .radiantSec .radiantRow {
        gap: 80px 24px!important;
    }
    .pageBannerWrap .pageBannrRow {
        gap: 60px 40px!important;
    }
    .hasBg .confidentBg,
    .hasBg .clearAlignersBg {
        padding-top: 90px!important;
    }
    .worksSec .worksRow {
        gap: 30px 26px!important;
    }
    .worksSec .worksColBg {
        min-height: 600px!important;
    }
    .wp-site-blocks .imageTextSec.hasBg.whiteningImgTxtSec {
        padding: 90px 20px!important;
    }
    .servicesToggleBtnWrp .servicesToggleBtn:before, 
    .servicesToggleBtnWrp .servicesToggleBtn:after {
        width: 14%!important;
    }
    .errorTitleCntlr .errorTitle {
        font-size: 60px!important;
    }
    .parentBreathSec {
        padding-top: 110px!important;
        padding-bottom: 90px!important;
    }
}
@media(max-width: 1024px){
    .srvcVideoWrap .srvcVideoRow {
        max-width: 550px!important;
        flex-direction: column!important;
    }
    .srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr {
        margin-right: 0!important;
    }
    .pageBannerWrap .pageBannerSubTitle {
        font-size: 23px!important;
    }
    .hasBg .confidentBg,
    .hasBg .clearAlignersBg {
        padding-top: 80px!important;
    }
    .worksSec .worksColBg {
        min-height: 550px!important;
    }
    .servicesToggleBtnWrp .servicesToggleBtn:before, 
    .servicesToggleBtnWrp .servicesToggleBtn:after {
        width: 12%!important;
    }
    body .readySec {
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    .servicesSec .serviceColImg img {
        max-height: 80px;
    }
    .ParentServicesRow .serviceColInr .serviceColImg {
        max-height: 80px;
        min-height: 80px;
    }
        
}
@media(max-width: 991px){
    .pageBannerWrap .pageBannerBg {
        padding: 80px 20px 80px!important;
        min-height: 375px!important;
    }
    .hmTestimonials .patientReviewsSec .patientReviewsSecBg,
    .gloryTestimonial .patientReviewsSec .patientReviewsSecBg {
        padding: 45px 20px 45px!important;
    }
    .hmTestimonials .srvcVideoWrap,
    .gloryTestimonial .srvcVideoWrap {
        margin-top: 0!important;
        padding-top: 80px!important;
    }
    .reasonSec .reasonImgTxtRow,
    .srvcVideoWrap .srvcVideoRow,
    .textImageSec .textImageRow,
    .imageTextSec .imageTextRow {
        flex-direction: column!important;
    }
    .textImageSec .textImageRow {
        flex-direction: column-reverse!important;
    }
    .ImageCol figure img,
    .textImageSec .textImageRow figure img, 
    .imageTextSec .imageTextRow figure img {
        max-height: 600px;
        object-fit: cover;
        object-position: top;
    }
    .ImageCol {
        order: 1;
        text-align: center;
    }
    .textCol{
        order: 2;
    }
    .reasonSec .reasonBtnCntlr {
        justify-content: center!important;
    }
    .servicesSec .servicesRow {
        max-width: 480px!important;
        flex-direction: column!important;
    }
    .srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr {
        text-align: left!important;
        background-color: transparent!important;
        padding: 20px 0 0!important;
        box-shadow: none!important;
        -ms-box-shadow: none!important;
        -webkit-box-shadow: none!important;
    }
    .srvcVideoWrap .srvcVideoColImg {
        display: none!important;
    }
    .wp-site-blocks .textColBtn {
        justify-content: center!important;
    }
    .wp-site-blocks .PTB90 {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .wp-site-blocks .srvcVideoWrap,
    .wp-site-blocks .textImageSec,
    .wp-site-blocks .imageTextSec {
        padding-bottom: 100px!important;
        text-align: center!important;
    }
    .wp-site-blocks .textImageSec.hasBg,
    .wp-site-blocks .imageTextSec.hasBg {
        padding: 0 0!important;
        text-align: left!important;
    }
    .radiantSec .radiantRow {
        max-width: 450px!important;
        flex-direction: column!important;
    }
    .radiantSec .radiantCon {
        position: static!important;
        transform: initial!important;
        padding: 20px 0 0!important;
    }
    .radiantSec .radiantColTitle, 
    .radiantSec .radiantColDes p {
        color: #222!important;
        text-align: left!important;
    }
    .radiantSec .radiantColInr:hover .radiantImage:before {
        opacity: 0.2!important;
    }
    .radiantSec .radiantColInr:hover .radiantCon {
        position: static!important;
        transform: initial!important;
    }
    .radiantSec .radiantColInr .radiantColDes,
    .radiantSec .radiantColInr:hover .radiantColDes {
        opacity: 1!important;
    }
    .radiantSec .radiantBtnCntlr {
        margin-top: 80px!important;
    }
    .patientsVideoSec > .wp-block-column {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    body .radiantSec {
        padding-bottom: 0!important;
    }
    /*.pageBannerWrap .pageBannrRow {*/
    /*    max-width: 750px!important;*/
    /*    flex-direction: column!important;*/
    /*}*/
    .hasBg .confidentBg,
    .hasBg .clearAlignersBg {
        padding-bottom: 80px!important;
    }
    .hasBg .textImageRow {
        margin-top: 50px!important;
        flex-direction: column!important;
    }
    .hasBg .secIntro {
        max-width: 750px!important;
        margin: 0 auto!important;
    }
    .worksSec .worksRow {
        margin: 0 auto!important;
        max-width: 500px!important;
        flex-direction: column!important;
    }
    .worksSec .worksColBg {
        min-height: 700px!important;
    }
    .wp-site-blocks .smileSec .smileGrdCntlr {
        padding-top: 60px!important;
    }
    .servicesToggleBtnWrp .servicesToggleBtn:before, 
    .servicesToggleBtnWrp .servicesToggleBtn:after {
        content: none!important;
        display: none!important;
    }
    .watchSec .watchCntlr,
    .radiantSec .wp-block-column,
    .differenceTxtImgSec .wp-block-column,
    .worksSec .wp-block-column {
        max-width: 750px!important;
        margin: 0 auto!important;
    }
    .errorTitleCntlr .errorTitle {
        font-size: 50px!important;
    }
    body .servicesSec.newPtnSec {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    body .readySec {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .parentBreathSec {
        padding-top: 90px!important;
        padding-bottom: 80px!important;
    }
    .servicesSec .serviceColImg img {
        max-height: 70px;
    }
    .ParentServicesRow .serviceColInr .serviceColImg {
        max-height: 70px;
        min-height: 70px;
    }
}
@media(max-width: 781px){
    .wp-site-blocks .srvcVideoWrap,
    .wp-site-blocks .imageTextSec,
    .wp-site-blocks .textImageSec {
        padding-bottom: 80px!important;
    }
    .wp-site-blocks .textImageSec.hasBg,
    .wp-site-blocks .imageTextSec.hasBg {
        padding: 0 0!important;
    }
    .wp-site-blocks .imageTextSec.hasBg.whiteningImgTxtSec {
        padding-top: 80px!important;
    }
    .patientsVideoSec > .wp-block-column {
        padding-left: 22px!important;
        padding-right: 22px!important;
    }
    .patientsVideoSec .slick-prev, 
    .patientsVideoSec .slick-next {
        width: 34px!important;
        height: 34px!important;
    }
    .patientsVideoSec .slick-prev:before, 
    .patientsVideoSec .slick-next:before {
        font-size: 18px!important;
    }
    .patientsVideoSec .slick-prev {
        left: -36px!important;
    }
    .patientsVideoSec .slick-next {
        right: -36px!important;
    }
    body .radiantSec {
        padding-bottom: 0!important;
    }
    .worksSec .worksColBg {
        min-height: 600px!important;
    }
    .wp-site-blocks .smileSec .smileGrdCntlr {
        padding-top: 50px!important;
    } 
    .errorTitleCntlr .errorTitle {
        font-size: 42px!important;
    }
    body .hmBnrBtn {
        margin-top: 40px!important;
    }
    .hmTestimonials .posterVideoCntlr figure:after{
        width: 190px!important;
        height: 190px!important;
    }
    
    
}
@media(max-width: 575px){
    .patientsVideoSec > .wp-block-column {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .patientsVideoSec .slick-prev, 
    .patientsVideoSec .slick-next {
        width: 26px!important;
        height: 26px!important;
    }
    .patientsVideoSec .slick-prev:before, 
    .patientsVideoSec .slick-next:before {
        font-size: 14px!important;
    }
    .patientsVideoSec .slick-prev {
        left: -21px!important;
    }
    .patientsVideoSec .slick-next {
        right: -20px!important;
    }
    .worksSec .worksColBg {
        min-height: 560px!important;
    }
    .errorTitleCntlr .errorTitle {
        font-size: 37px!important;
    }
    .parentBreathSec {
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    .servicesSec .serviceColImg img {
        max-height: 60px;
    }
    .ParentServicesRow .serviceColInr .serviceColImg {
        max-height: 60px;
        min-height: 60px;
    }
    .hmTestimonials .posterVideoCntlr figure:after {
        width: 150px!important;
        height: 150px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO{
        width: 50px !important;
        height: 50px !important;
        border-width: 3px!important;
        font-size: 40px!important;
    }
}
@media(max-width: 500px){
    .srvcVideoWrap .videoOverlyText {
        display: none!important;
    }
}



.servicesSec .serviceGrids,
.servicesSec .servicesRow {
    flex-wrap: wrap!important;
}
.servicesRow .serviceCol{
    width: calc(50% - 44px + (44px / 2))!important;
    flex-basis: calc(50% - 44px + (44px / 2))!important;
}
.serviceGrids .serviceGrid{
    width: calc(33.33% - 44px + (44px / 3))!important;
    flex-basis: calc(33.33% - 44px + (44px / 3))!important;
}
.servicesSec .serviceGridInr {
    height: 100%!important;
}
body .wp-site-blocks .serviceColInr ul li a,
.servicesSec .serviceColTitle a{
    color: #000!important;
}
body .wp-site-blocks .serviceColInr ul li a:hover,
.servicesSec .serviceColTitle a:hover{
    color: #a67c00!important;
}
body .pageBannerWrap .pageBannerBg{
    height: initial!important;
}
/*body .pageBannerWrap .pageBannerBg img.wp-block-cover__image-background{*/
/*    object-position: 100% 50%!important;*/
/*}*/
.ParentServicesRow .serviceColInr {
    display: flex;
    flex-direction: column;
}
.ParentServicesRow .serviceColInr .serviceColImg {
    margin: 0!important;
    text-align: center!important;
    max-height: 100px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.ParentServicesRow .serviceColInr p {
    margin-bottom: auto!important;
}
body .secIntroTitle {
    font-family: var(--wp--preset--font-family--jost-500)!important;
    font-weight: 500!important;
}
.srvcBenefitSec .srvcBenefitColInr .srvcBenefitColTitle{
    font-family: var(--wp--preset--font-family--jost-400)!important;
    font-weight: 400!important;
}
.entry-content.siteContent{
    margin-top: 0!important;
}


@media(max-width: 1799px){
    .btmLftShadowBox .btmShadowBox{
        left: -50px!important;
    }
    .btmLftShadowBox {
        padding-bottom: 50px!important;
    }
    .btmRgtShadowBox .btmShadowBox{
        right: -50px!important;
    }
    .btmRgtShadowBox{
        padding-bottom: 50px!important;
    }
}
@media(max-width: 1699px){
    .is-layout-constrained 
    .pageBannerWrap .pageBannerBg{
        min-height: 540px!important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 80px!important;
        padding-bottom: 140px!important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 140px!important;
        padding-bottom: 80px!important;
    }
    .btmLftShadowBox .btmShadowBox{
        left: -20px!important;
        height: 300px!important;
        width: 300px!important;
    }
    .btmLftShadowBox {
        padding-bottom: 20px!important;
    }
    .btmRgtShadowBox .btmShadowBox{
        right: -20px!important;
        height: 300px!important;
        width: 300px!important;
    }
    .btmRgtShadowBox{
        padding-bottom: 20px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox,
    .srvcCldTxtImgSec .btmRgtShadowBox .btmShadowBox {
        height: 480px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox {
        height: 275px !important;
        bottom: -10px;
        left: -25px !important;
    }
    body .servicesSec{
        padding-top: 160px!important;
        padding-bottom: 160px!important;
    }
    .servicesSec .servicesRow {
        margin-top: 60px!important;
        gap: 40px!important;
    }
    .servicesSec .serviceGrids{
        gap: 40px!important;
        margin-top: 40px!important;
    }
    .servicesRow .serviceCol {
        width: calc(50% - 40px +(40px / 2)) !important;
        flex-basis: calc(50% - 40px +(40px / 2)) !important;
    }
    .serviceGrids .serviceGrid {
        width: calc(33.33% - 40px +(40px / 3)) !important;
        flex-basis: calc(33.33% - 40px +(40px / 3)) !important;
    }
    .serviceGrid  .serviceGridInr,
    .servicesRow .serviceCol .serviceColInr{
        padding: 60px 50px !important;
    }
    .servicesSec .serviceColBtn{
        margin-top: 40px!important;
    }
    .pageBannerWrap .pageBannerBg{
        min-height: 600px!important;
    }
}
@media(max-width: 1399px){
    .pageBannerWrap .pageBannerBg{
        min-height: 480px!important;
    }
    .btmRgtShadowBox .btmShadowBox,
    .btmLftShadowBox .btmShadowBox{
        height: 200px!important;
        width: 200px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox,
    .srvcCldTxtImgSec .btmRgtShadowBox .btmShadowBox {
        height: 380px!important;
    }
    body .servicesSec{
        padding-top: 120px!important;
        padding-bottom: 120px!important;
    }
    .servicesSec .servicesRow {
        margin-top: 50px!important;
        gap: 30px!important;
    }
    .servicesSec .serviceGrids{
        gap: 30px!important;
        margin-top: 30px!important;
    }
    .servicesRow .serviceCol {
        width: calc(50% - 30px +(30px / 2)) !important;
        flex-basis: calc(50% - 30px +(30px / 2)) !important;
    }
    .serviceGrids .serviceGrid {
        width: calc(33.33% - 30px +(30px / 3)) !important;
        flex-basis: calc(33.33% - 30px +(30px / 3)) !important;
    }
    .serviceGrid  .serviceGridInr,
    .servicesRow .serviceCol .serviceColInr{
        padding: 50px 30px 50px !important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 80px!important;
        padding-bottom: 120px!important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 120px!important;
        padding-bottom: 80px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox {
        bottom: 7px;
        left: -10px!important;
    }
}
@media(max-width: 1199px){
    .pageBannerWrap .pageBannerBg{
        min-height: 400px!important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 60px!important;
        padding-bottom: 100px!important;
    }
    .reasonSec .reasonSecBg{
        padding-top: 100px!important;
        padding-bottom: 80px!important;
    }
    .servicesSec .serviceColBtn{
        margin-top: 30px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox,
    .srvcCldTxtImgSec .btmRgtShadowBox .btmShadowBox {
        height: 300px!important;
    }
    .reasonSec .reasonImgTxtRow {
        gap: 30px 60px!important;
    }
    .sectionTBp {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
}
@media(max-width: 991px){
    .reasonSec .reasonSecBg{
        padding-top: 60px!important;
        padding-bottom: 80px!important;
    }
    .reasonSec.cntLocationSec .reasonSecBg{
        padding-top: 80px!important;
        padding-bottom: 60px!important;
    }
    .servicesSec .servicesRow{
        max-width: initial !important;
        flex-direction: initial !important;
    }
    .reasonSec .reasonImgTxtRow {
        
    }
    body .servicesSec{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
    .servicesSec .servicesRow {
        margin-top: 40px!important;
    }
    .serviceGrids .serviceGrid {
        width: calc(50% - 30px + (30px / 2)) !important;
        flex-basis: calc(50% - 30px + (30px / 2)) !important;
        flex-grow: 0!important;
    }
    .serviceGrid  .serviceGridInr,
    .servicesRow .serviceCol .serviceColInr{
        padding: 50px 30px 40px !important;
    }
    .serviceGrid .serviceGridInr ul, .servicesRow .serviceCol .serviceColInr ul,
    .serviceGrid .serviceGridInr ol, .servicesRow .serviceCol .serviceColInr ol{
        margin: 10px 0 0 0!important;
    }
    .servicesSec .serviceColTitle {
        margin-top: 20px!important;
    }
    .CldImgTxtSec .btmLftShadowBox .btmShadowBox,
    .srvcCldTxtImgSec .btmRgtShadowBox .btmShadowBox {
        height: 260px!important;
    }
}
@media(max-width: 782px){
    .pageBannerWrap .pageBannerBg{
        min-height: 320px!important;
    }
    .reasonSec .reasonImgTxtRow {
        flex-direction: column !important;
    }
    .reasonSec .reasonImgTxtColInr figure,
    .reasonSec .reasonImgTxtColInr figure img,
    .reasonSec .reasonImgTxtColInr {
        width: 100%!important;
    }
    body .servicesSec .servicesRow .serviceCol,
    body .servicesSec  .serviceGrids .serviceGrid {
        width: calc(50% - 30px + (30px / 2)) !important;
        flex-basis: calc(50% - 30px + (30px / 2)) !important;
    }
    .servicesSec .serviceColBtn{
        margin-top: 24px!important;
    }
    .sectionTBp {
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
}
@media(max-width: 767px){
    .serviceGrid .serviceGridInr, .servicesRow .serviceCol .serviceColInr {
        padding: 40px 20px 30px !important;
    }
    body .servicesSec .servicesRow .serviceCol,
    body .servicesSec  .serviceGrids .serviceGrid {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}
@media(max-width: 479px) {
    .btmRgtShadowBox .btmShadowBox, .btmLftShadowBox .btmShadowBox,
    .btmRgtShadowBox .btmShadowBox, .btmLftShadowBox .btmShadowBox {
        height: 160px!important;
        width: 160px!important;
    }
    .faqSec .faqTitle {
        margin-bottom: 30px!important;
    }
    .accordionItem .accordionItemTitle{
        font-size: 20px!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem {
        margin-bottom: 25px!important;
    }
    body .parentFaqSec .accordionItems.accordionItemWd2 .accordionItem {
        margin-bottom: 25px!important;
    }
}
@media(max-width: 374px){
    .hmTestimonials .posterVideoCntlr figure:after {
        width: 120px!important;
        height: 120px!important;
    }
}






body .pageBannerWrap.hasForm .mstTitle {
    text-align: center!important;
}

.srvcBenefitSec .srvcBenefitColInr {
    height: 100%!important;
}
.srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 86px!important;
    height: 86px!important;
    margin: 0 auto!important;
    line-height: 1!important;
}
.srvcCldBnnr {
    
}
.srvcCldFormCntlr .srvcCldFormInr {
    max-width: 700px!important;
    margin-left: auto!important;
    margin-top: -650px!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    z-index: 99;
    min-height: 760px!important;
}



body .reasonSec h1.mstTitle,
body .parentBreathSec h1.mstTitle{
    margin-bottom: 40px !important;
}
body .breathSec .breathImageTextSec{
    padding: 0!important;
}
.imageTextSec .imageTextRow.alignTop .ImageCol{
        align-self: initial!important;
}

.accordionItems.accordionItemWd2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start!important;
    gap: 40px 30px!important;
}
.accordionItems.accordionItemWd2 .accordionItem {
    width: calc(50% - 30px + (30px /2))!important;
}
.accordionItems .accordionItem{
    width: 100%!important;
}
.accordionItem .accordionItemDesc{
    margin: 0!important;
    display: none;
}
.accordionItem .accordionItemTitle{
    position: relative;
    cursor: pointer;
    letter-spacing: 0!important;
}
.accordionItem .accordionItemTitle.active:after{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.accordionItem .accordionItemTitle:hover:after{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.accordionItem .accordionItemTitle:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s;
}
.accordionItem .accordionItemTitle:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.faqSec .accordionItem .accordionItemTitle:before, 
.faqSec .accordionItem .accordionItemTitle:after {
    margin: initial!important;
    margin-top: 18px!important;
}
.parentFaqSec .accordionItem .accordionItemTitle:before, 
.parentFaqSec .accordionItem .accordionItemTitle:after {
    margin-top: 38px!important;
    background-color: #fff;
}

body .servicesSec.nopadding{
    padding: 0!important;
}

body .advantagesRow{
    flex-wrap: wrap!important;
}
body .advantagesRow .serviceCol{
    width: calc(33.33% - 40px)!important;
    flex-basis: initial !important;
}
.hmBanner.nlpBanner .hmBnrCvr.nlpBannerCvr{
    align-items: center !important;
}
.nlpBanner .nlpBannerCvr > span{
    background-blend-mode: overlay;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.73) 100%) !important;
    opacity: 2!important;
    background-color: transparent !important;
    z-index: 2!important;
}
.nlpBanner .nlpBannerCvr img{
    z-index: 1!important;
}
.nlpBanner .nlpBannerCvr .wp-block-cover__inner-container{
    z-index: 4!important;
    position: relative!important;
}
body ul.listHalfW{
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between;
}
body ul.listHalfW li{
    width: 44%!important;
}
body .hasHoverWhite a:hover{
    color: #fff!important;
}
body .srvcCldSubTitle {
    display: none!important;
}
body .CldImgTxtSec .secIntroTitle {
    margin-top: 0!important;
}
@media(max-width: 1699px){
    body .srvcBenefitBg {
        padding: 100px 20px 120px!important;
    }
    body .srvcBenefitBg .srvcBenefitIntro {
        margin-bottom: 60px!important;
    }
    .srvcBenefitSec .srvcBenefitRow {
        gap: 30px 40px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr {
        height: 100%!important;
        padding: 44px 30px 68px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColTitle,
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColDes {
        margin-top: 24px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO {
        width: 75px!important;
        height: 75px!important;
    }
    body .faqSec {
        padding: 100px 20px 60px!important;
    }
    body .srvcImgTxtSec .reasonSecBg {
        padding: 220px 20px 130px!important;
    }
    body .srvcCldTxtImgSec {
        padding: 120px 20px!important;
    }
    body .srvcCldTxtImgSec .imageTextRow {
        gap: 40px 50px!important;
    }
    .srvcCldBnnr .pageBannerBg {
        min-height: 680px!important;
    }
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 680px!important;
        margin-top: -620px!important;
        padding: 40px 35px 50px 40px!important;
        min-height: 720px!important;
    }
    body .srvcCldImgTxtSec .imageTextRow .ImageColInr {
        padding-right: 50px!important;
    }
    .srvcCldImgTxtSec .textColDes {
        margin-top: 40px!important;
    }
    
    
    
    /* Custom Codes are */
    body .srvcCldImgTxtSec.CldImgTxtSec {
        padding: 100px 20px 160px!important;
    }
    body .CldBenefitSec .srvcBenefitBg {
        padding: 100px 20px 120px!important;
    }
    .reasonSec.cntLocationSec .reasonImgTxtRow .reasonImgTxtColInr {
        padding-left: 60px!important;
    }
    .reasonSec .reasonTxtImgRow .reasonImgTxtColInr {
        padding-right: 60px!important;
    }
    body .officeHours p {
        font-size: 17px!important;
    }
    .cntctMapSec iframe {
        height: 700px!important;
    }
    
}
@media(max-width: 1599px){
    .srvcCldBnnr .pageBannerBg {
        min-height: 660px!important;
    }
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 620px!important;
        margin-top: -600px!important;
        min-height: 700px!important;
    }
    .srvcCldTxtImgSec .accordionItem .accordionItemTitle {
        padding: 14px 0 14px 40px!important;
    }
    .srvcCldTxtImgSec .accordionItem .accordionItemDesc {
        padding: 14px 0 14px 40px!important;
    }
    .srvcCldTxtImgSec .textColBtn {
        margin-top: 40px!important;
    }
}
@media(max-width: 1499px){
    .srvcCldBnnr .pageBannerBg {
        min-height: 660px!important;
    }
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 560px!important;
        margin-top: -600px!important;
        min-height: 680px!important;
    }
}
@media(max-width: 1399px){
    .srvcBenefitSec .srvcBenefitRow {
        gap: 30px 30px!important;
    }
    body .srvcBenefitBg {
        padding: 80px 20px 100px!important;
    }
    body .srvcBenefitBg .srvcBenefitIntro {
        margin-bottom: 50px!important;
    }
    body .faqSec {
        padding: 90px 20px 40px!important;
    }
    .faqSec .faqTitle{
        margin-bottom: 60px!important;
    }
    .srvcCldBnnr .pageBannerBg {
        min-height: 630px!important;
    }
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 540px!important;
        margin-top: -570px!important;
        padding: 35px 30px 40px 35px!important;
        min-height: 640px!important;
    }
    body .srvcCldImgTxtSec {
        padding: 80px 20px 100px!important;
    }
    body .srvcCldImgTxtSec .imageTextRow .ImageColInr {
        padding-right: 40px!important;
    }
    
    
    
    /* Custom Codes */
    body .srvcCldImgTxtSec.CldImgTxtSec {
        padding: 80px 20px 140px!important;
    }
    
    body .CldBenefitSec .srvcBenefitBg {
        padding: 100px 20px 120px!important;
    }
    .reasonSec.cntLocationSec .reasonImgTxtRow .reasonImgTxtColInr {
        padding-left: 50px!important;
    }
    .reasonSec .reasonTxtImgRow .reasonImgTxtColInr {
        padding-right: 50px!important;
    }
    body .officeHours p {
        font-size: 16px!important;
    }
    .cntctMapSec iframe {
        height: 620px!important;
    }
    
    
}
@media(max-width: 1199px){
    .srvcCldBnnr .pageBannerBg {
        min-height: 520px!important;
    }
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 390px!important;
        margin-top: -510px!important;
        padding: 26px 20px 34px 26px!important;
        min-height: 590px!important;
    }
    .breathSec .secIntro{
        padding-bottom: 45px!important;
    }
    .faqSec .faqTitle{
        margin-bottom: 40px!important;
    }
    .secIntro p{
        font-size: 23px!important;
    }
    body .nlpTeamSec{
        padding-bottom: 140px!important;
    }
    body  .PTB140{
        padding-bottom: 100px!important;
    }
    body .nlptextVideoColsSec .textVideoColsSecBg{
        padding: 100px 20px!important;
    }
   .srvcBenefitSec .srvcBenefitRow {
        gap: 30px 20px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr {
        padding: 40px 24px 60px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColTitle,
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColDes {
        margin-top: 20px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO {
        width: 65px!important;
        height: 65px!important;
    }
    body .faqSec {
        padding: 80px 20px 40px!important;
    }
    body .srvcCldTxtImgSec {
        padding: 100px 20px!important;
    }
    body .srvcCldTxtImgSec .imageTextRow {
        gap: 50px 40px!important;
    }
    body .srvcCldImgTxtSec .imageTextRow .ImageColInr {
        padding-right: 40px!important;
    }
    
    .faqSec .accordionItems.accordionItemWd2{
        gap: 0px 30px !important;
    }
    .parentFaqSec .accordionItems.accordionItemWd2{
        gap: 40px 30px!important;
    }
    
    
    
    
    /* Custom Codes */
    body .srvcCldImgTxtSec.CldImgTxtSec {
        padding: 80px 20px 120px!important;
    }
    body .CldBenefitSec .srvcBenefitBg {
        padding: 80px 20px 100px!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem {
        
    }
    .reasonSec.cntLocationSec .reasonImgTxtRow .reasonImgTxtColInr {
        padding-left: 40px!important;
    }
    .reasonSec .reasonTxtImgRow .reasonImgTxtColInr {
        padding-right: 40px!important;
    }
    .cntctMapSec iframe {
        height: 580px!important;
    }
    .srvcCldTxtImgSec .ImageColInr {
        padding-top: 30px!important;
    }
    body .errrorIntroSec.PTB90 {
        padding: 150px 20px 80px!important;
    }
}
@media(max-width: 991px){
    .srvcCldFormCntlr .srvcCldFormInr {
        max-width: 540px!important;
        margin-top: 60px!important;
        margin-right: auto;
        min-height: 500px!important;
    }
    .faqSec .faqTitle{
        margin-bottom: 30px!important;
    }
    .breathSec .secIntro{
        padding-bottom: 35px!important;
    }
    .secIntro .secIntroTitle br{
        display: none!important;
    }
    .secIntro p{
        font-size: 22px!important;
    }
    body .advantagesRow.servicesRow {
        max-width: initial !important;
        flex-direction: row !important;
        gap: 30px !important;
    }
    body .advantagesRow.servicesRow .serviceCol {
        width: calc(50% - 20px) !important;
        flex-basis: auto !important;
    }
    body  .PTB140{
        padding-bottom: 80px!important;
    }
    body .nlpTeamSec{
        padding-bottom: 100px!important;
    }
    body .srvcBenefitBg {
        padding: 60px 20px 80px!important;
    }
    body .nlptextVideoColsSec .textVideoColsSecBg{
        padding: 80px 20px!important;
    }
    body .XsTextColLft{
        text-align: left !important;
    }
    .srvcBenefitSec .srvcBenefitRow {
        flex-direction: column!important;
        max-width: 480px!important;
        margin: 0 auto!important;
    }
    body .srvcBenefitBg .srvcBenefitIntro {
        margin-bottom: 40px!important;
    }
    body .faqSec {
        padding: 80px 20px 50px!important;
    }
    body .srvcCldTxtImgSec {
        padding: 80px 20px!important;
    }
    body .srvcCldTxtImgSec .imageTextRow {
        flex-direction: column-reverse!important;
    }
    body .srvcCldImgTxtSec {
        padding: 60px 20px 80px!important;
    }
    body .srvcCldImgTxtSec .imageTextRow {
        flex-direction: column!important;
    }
    body .srvcCldImgTxtSec .imageTextRow .ImageColInr {
        padding-right: 0!important;
    }
    
    /* Custom Codes are */
    body .srvcCldImgTxtSec.CldImgTxtSec {
        padding: 80px 20px 100px!important;
    }
    body .CldBenefitSec .srvcBenefitBg {
        padding: 80px 20px 100px!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem {
        width: 100%!important;
        padding-right: 0!important;
    }
    body .srvcCldImgTxtSec.CldImgTxtSec .imageTextRow .ImageCol,
    body .srvcCldTxtImgSec .ImageCol {
        display: flex!important;
        justify-content: center!important;
    }
    body .srvcCldTxtImgSec .textColInr {
        margin-top: 40px!important;
    }
    .cntctImgTxtSecWrap .reasonImgTxtRow {
        flex-direction: column-reverse!important;
    }
    .cntctImgTxtSecWrap .reasonTxtImgRow {
        flex-direction: column!important;
    }
    .cntctImgTxtSecWrap .reasonImgTxtRow .reasonImgTxtCol,
    .cntctImgTxtSecWrap .reasonTxtImgRow .reasonImgTxtCol {
        display: flex!important;
        justify-content: center!important;
    }
    .cntctImgTxtSecWrap .reasonImgTxtColInr {
        padding: 0!important;
    }
    .reasonSec.cntLocationSec .reasonImgTxtRow .reasonImgTxtColInr,
    .reasonSec .reasonTxtImgRow .reasonImgTxtColInr {
        padding: 0px!important;
    }
    .cntctMapSec iframe {
        height: 520px!important;
    }
    .srvcCldTxtImgSec .ImageColInr {
        padding-top: 0!important;
    }
    body .errrorIntroSec.PTB90 {
        padding: 120px 20px 60px!important;
    }
    
    .accordionItems.accordionItemWd2 {
        gap: 0px 30px!important;
    }
    body .reasonSec h1.mstTitle, 
    body .parentBreathSec h1.mstTitle {
        margin-bottom: 40px!important;
    }
}
@media(max-width: 781px){
    .accordionItems.accordionItemWd2 .accordionItem{
        width: 100%!important;
    }
    .accordionItem .accordionItemTitle{
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 40px;
    }
    .accordionItem .accordionItemDesc{
        padding: 20px 0!important;
    }
    .faqSec .faqTitle{
        margin-bottom: 40px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr {
        padding: 34px 20px 50px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO {
        width: 58px!important;
        height: 58px!important;
    }
    body .faqSec {
        padding: 60px 20px!important;
    }
    body .srvcCldTxtImgSec .imageTextRow {
        gap: 40px 40px!important;
    }
    
     /* Custom Codes are */
    body .srvcCldImgTxtSec.CldImgTxtSec {
        padding: 60px 20px 80px!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem {
        margin-bottom: 35px!important;
    }
    body .parentFaqSec .accordionItems.accordionItemWd2 .accordionItem {
        margin-bottom: 0!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem:last-child{
        margin-bottom: 0!important;
    }
    .faqSec .accordionItem .accordionItemTitle:before, 
    .faqSec .accordionItem .accordionItemTitle:after {
        margin: initial!important;
        margin-top: 30px!important;
    }
    .cntctMapSec iframe {
        height: 480px!important;
    }
    .accordionItems.accordionItemWd2 {
        gap: 0px 30px!important;
    }
    body .CldBenefitSec .srvcBenefitBg {
        padding: 70px 20px 80px!important;
    }
}
@media(max-width: 767px){
    .secIntro p{
        font-size: 20px!important;
    }
    body .advantagesRow.servicesRow {
        max-width: 480px !important;
        flex-direction: column !important;
    }
    body .advantagesRow.servicesRow .serviceCol {
        width: 100% !important;
        flex-basis: auto !important;
    }
    body .nlptextVideoColsSec .textVideoColsSecBg{
        padding: 60px 20px!important;
    }
    body .nlpTeamSec{
        padding-bottom: 80px!important;
    }
}
@media(max-width: 575px){
    .srvcBenefitSec .srvcBenefitRow {
        gap: 20px 20px!important;
    }
     .srvcBenefitSec .srvcBenefitColInr {
        padding: 34px 16px 50px!important;
    }
    body .accordionItems.accordionItemWd2 .accordionItem {
        
    }
    .cntctMapSec iframe {
        height: 400px!important;
    }
    .accordionItems.accordionItemWd2 {
        gap: 20px 30px!important;
    }
    .srvcBenefitSec .srvcBenefitColInr .srvcBenefitColNO {
        width: 50px!important;
        height: 50px!important;
    }
}







body .hideLg{
    display: block!important;
}
body .showLg{
    display: none!important;
}

body .hasFullWidthCols{
    flex-direction: column;
}
body .flexColSb{
    justify-content: space-between;
}
body .flexAiCenter{
    align-items: center!important;
}
body .flexAiEnd{
    align-items: flex-end!important;
}

.flexColSb .wp-block-column{
    width: initial!important;
    flex-grow: initial!important;
    flex-basis: initial!important;
}

.hasHalfCols .wp-block-column {
    max-width: 50%!important;
    flex-basis: initial!important;
}
footer.wp-block-template-part{
    margin-top: 0!important;
}



.slick-prev,
.slick-next{
    z-index: 20;
}
body .showMd{
    display: none!important;
}
body .hideMd{
    display: block!important;
}

body .posterVideoCntlr{
    position: relative!important;
}
.posterVideoCntlr > *{
    margin: 0!important;
}
.posterVideoCntlr figure{
    position: relativ;
}
.posterVideoCntlr figure:after{
    content: "";
    position: absolute!important;
    left: 20px!important;
    bottom: 20px!important;
    z-index: 10!important;
    background-image: url(assets/images/play-icon.png)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 100% 100%!important;
    width: 123px;
    height: 123px;
    z-index: 4;
    display: none!important;
}
body .fancyboxButton a{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    opacity: 0!important;
    z-index: 10!important;
    background-color: transparent!important;
}
body .videoIconWrp{
    position: absolute;
    z-index: 9;
    width: auto;
    height: auto;
    top: 20px;
    left: 20px;
}
body .video-icon {
    background: url(assets/images/North-Pointe-Play-Button.svg);
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    transform: scale(.8);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .4s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}




/*body .bnrVideo:hover .video-icon {
    opacity: 1!important;
}*/

body .hmBnrBtn{
    gap: 38px!important;
}

body .pseudoLine {
    width: 140px!important;
    height: 3px!important;
    background: #c4b681!important;
    margin: auto;
    margin-top: 35px!important;
    margin-bottom: 35px!important;
}


.whiteGradient > span{
    opacity: 1!important;
    background: linear-gradient(0deg,#ffffff 0%,rgba(255,255,255,0) 100%)!important;
}
.hmTeamSec{
    overflow: hidden;
    padding-bottom: 0!important;
}
.hmTeamSec .hmTeamGrids .slick-list {
    padding-bottom: 80px!important;
}
.hmTeamSec .hmTeamGrids .slick-prev{
    left: 0!important;
}
.hmTeamSec .hmTeamGrids .slick-next{
    right: 0!important;
}
.hmTeamSec .hmTeamGrids .slick-next,
.hmTeamSec .hmTeamGrids .slick-prev{
    width: 64px!important;
    height: 64px!important;
    background: #000;
    padding: 0!important;
    border-radius: 100% 100%!important;
    margin-top: -40px!important;
}

.hmTeamSec .hmTeamGrids .slick-prev:before {
    content: "<";
    color: #fff!important;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hmTeamSec .hmTeamGrids .slick-next:before {
    content: ">";
    color: #fff!important;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .hmTeamGridsSlider{
    display: flex!important;
}
.hmTeamGridsSlider .slick-list{
    padding-bottom: 120px;
}
body .hmTeamGridsSlideInr{
    padding: 0;
    min-height: 520px;
}
.hmTeamGridsSlideInr figure{
    max-width: initial;
    width: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.4s;
    transform: scale(0.8);
     transform-origin: bottom;
}
.hmTeamGridsSlideInr figure img{
/*    filter: grayscale(1); */
    max-height: 383px;
    width: auto;
    margin: 0 auto!important;
    position: relative;
    z-index: 2;
}
.hmTeamGridsSlide.slick-current.slick-center .hmTeamGridsSlideInr figure{
    transition: all 0.4s;
    transform: scale(1);
   
}
/*
.hmTeamGridsSlide.slick-current.slick-center .hmTeamGridsSlideInr figure img{
    
    filter: grayscale(0);
    
}
*/



.hmTeamGridsSlideInr figure:after{
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 75px;
    position: absolute;
    background: #000;
    z-index: 1;
}
/*.hmTeamGridsSlide .wp-block-buttons a{
        box-shadow: 0px 63px 82px rgba(0, 0, 0, 0.01), 0px 31.8937px 35.7469px rgba(0, 0, 0, 0.04725), 0px 12.6px 13.325px rgba(0, 0, 0, 0.035), 0px 2.75625px 4.74062px rgba(0, 0, 0, 0.02275) !important;
}*/
.hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
    margin-top: -30px;
    transition: all 0.4s;
    font-size: 24px;
    line-height: 1!important;
}
.hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle{
    margin-top: 30px;
    margin-bottom: 28px;
    transition: all 0.4s;
    font-size: 28px!important;
    font-weight: 400;
}
.hmTeamGridsSlide .hmTeamGridsSlideFtr{
    opacity: 0;
}
.hmTeamGridsSlide.slick-current.slick-center .hmTeamGridsSlideFtr{
    transition: all 0.4s;
    opacity: 1;
}


body .hmServiceSecCols{
    display: grid!important;
    column-gap: 36px;
    row-gap: 50px;
    grid-template-columns: auto auto auto;
}
.hmServiceSecCol{
   
}
.hmServiceSecCol .hmServiceSecColInr {
    padding: 60px 40px;
    background: #000000;
    border: 1px solid rgba(255,255,255,.31);
    backdrop-filter: blur(4.5px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.hmServiceSecCol .serviceGrdTitle{
    margin-top: 30px !important;
    margin-bottom: 15px !important;  
    padding-bottom: 10px!important;
}
.hmServiceSecCol p{
    margin-bottom: 30px!important;
}

.hmServiceSecCol .wp-block-buttons{
    margin-top: auto!important;
}

.hmServiceSecCol .serviceGrdIcon {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceGrdIcon img{
    position: relative;
    max-width: 100%;
    display: inline-block;
    z-index: 1;
}
.servicesToggleBtnWrp,
.servicesToggleBtnWrp .servicesToggleBtn {
    overflow: hidden;
}
.servicesToggleBtnWrp .servicesToggleBtn{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    cursor: pointer!important;
    position: relative;
}
.servicesToggleBtnWrp .servicesToggleBtn:before,
.servicesToggleBtnWrp .servicesToggleBtn:after{
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: super;
    height: 2px;
    background-color: #000;
    width: 50%;
}
.servicesToggleBtnWrp .servicesToggleBtn:before {
    right: 0.5em;
    margin-left: -50%;
}

.servicesToggleBtnWrp .servicesToggleBtn:after {
    left: 0.5em;
    margin-right: -50%;
}
.servicesToggleBtn i {
    color: #000;
    margin-top: 0!important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    font-size: 26px;
    margin-left: 15px;
    margin-right: 10px;
}
.servicesToggleBtn.active i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .wp-site-blocks .fullServices{
    display: none;
}

.servicesToggleBtn .wp-block-heading{
    margin-left: 10px!important;
}

.servicesToggleBtn:hover .wp-block-heading{
    opacity: .7;
}
.servicesToggleBtn:hover i{
   opacity: .7;
}
.hmDentalJourneySecColCon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex!important;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}
.hmDentalJourneySecColCon .videoIconWrp1{
    position: relative;
}
.videoIconWrp1 p{
    color: #fff;
    margin-top: 0;
}

.hmDentalJourneySecColCon .video-icon-1 {
    background: url(assets/images/North-Pointe-Play-Button-1.svg);
    background-repeat: no-repeat!important;
    background-position: center center!important;
   vertical-align: middle;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
}

.hmDentalJourneySecColConText .vidpopTitle,
.hmDentalJourneySecColConText p{
    color: #fff!important;
}
.posterVideoCntlr img{
    object-fit: cover;
    object-position: center;
}

.pseudoLine.left{
    margin-left: 0!important;
}
.pseudoLine.left.colorSky{
    background: #85aabf!important;
}

.feedImageSec img{
    width: 100%!important;
}
.feaServicesCol figure img{
    max-width: 65px !important;
    height: 64px !important;;
}
.feaServicesCol figure{
    margin-bottom: 30px!important;
}
.feaServicesCol .feaServicesColInr{
    height: 100%!important;
}

.feaServicesCol .feaServicesColInr ul li {
    color: black !important;
}


.blogBnrSeach .wp-block-search__label{
    display: none!important;
}

.blogBnrSeach .wp-block-search__button{
    background: rgb(240, 240, 240)!important;
    color: #000!important;
    margin-left: 0!important;
}
.blogBnrSeach .wp-block-search__input{
    border-radius: 3px;
    background: #fff;
    border: solid 2px #d9d9d9;
    padding: 15px;
    line-height: 24px;
    transition: background .55s;
    text-decoration: none;
    position: relative;
    appearance: auto;
    margin-bottom: 0;
    box-sizing: border-box;
}
body .catLists{
    display: flex;
    flex-wrap: wrap!important;
    justify-content: center!important;
    column-gap: 30px;
    row-gap: 20px;
}
body .wp-site-blocks .catLists li a{
    color: #222!important;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

body .wp-site-blocks .catLists li a:hover{
    color: #222!important;
}
body .wp-site-blocks .catLists li a:after{
    content: "";
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    opacity: 0;
    left: 50%;
    bottom: 24px;
    display: block;
    background: #2c2c2c;
    transform: translateX(-50%);
    transition: all .6s;
    top: 100%;
    margin-top: 5px;
}
body .wp-site-blocks .catLists li a:hover:after {
    opacity: 1;
}

.catListsSec .wp-block-cover{
    min-height: auto!important;
}

body ul.blogGirdsCntlr{
    display: grid!important;
    column-gap: 36px;
    row-gap: 50px;
    grid-template-columns: auto auto auto;
}
body ul.blogGirdsCntlr li{
    width: auto!important;
}
.blogGirdsCntlr .blog-preview{
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 100%!important;
    display: flex;
    flex-direction: column;
}
.blogGirdsCntlr .post-title {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    margin: 0!important;
}
.blogGirdsCntlr .post-title a,
.BlogPostWrap ul li .blog-preview .post-title a{
    display: block;
    font-size: 25px!important;
    font-weight: 400!important;
    line-height: 1.4;
    color: #222 !important;
    text-transform: uppercase !important;
    font-family: var(--wp--preset--font-family--jost-400)!important;
}
.blog-preview .post-desc{
    font-size: 16px;
    text-transform: uppercase;
}
body .BlogPostWrap ul li .blog-preview{
    text-align: left!important;
}
body .BlogPostWrap ul li .blog-preview .postLink{
    justify-content: flex-start!important;
}
.blogGirdsCntlr .post-title a:hover{
    color: #a67c00!important;
}
.blogGirdsCntlr .postLink a svg,
.BlogPostWrap ul li .blog-preview .postLink a div svg{
    	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blogGirdsCntlr .postLink a:hover svg,
body .BlogPostWrap ul li .blog-preview .postLink a:hover div svg{
    fill: #2c2c2c!important;
}
.blogGirdsCntlr .postLink{
    padding-bottom: 20px!important;
    margin-top: auto!important;
}

.blogGirdsCntlr .blog-preview-desc,
.blogGirdsCntlr .postLink{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.blogGirdsCntlr .wp-block-latest-posts__post-excerpt{
    margin: 0!important;
    padding-bottom: 20px!important;
    display: none!important;
}
.blogGirdsCntlr .postLink a {
    display: flex;
    font-size: 16px;
}
.blogGirdsCntlr .postLink a div,
.postLink a div{
    margin-left: 10px;
    	transition: all 0.1s;
	-ms-transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.blogGirdsCntlr .postLink a div svg,
body .BlogPostWrap ul li .blog-preview .postLink a div svg{
    fill: #a67c00!important;
    margin-top: 6px!important;
}
.blogGirdsCntlr .wp-block-latest-posts__featured-image a{
    position: relative;
    display: flex;
    height: 255px;
}
.blogGirdsCntlr .wp-block-latest-posts__featured-image a img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
.blogGirdsCntlr .wp-block-latest-posts__featured-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 35%, transparent);
}

.blogGirdsCntlr .wp-block-latest-posts__featured-image a:hover {
    opacity: .6;
}

.blogGirdsCntlr .wp-block-latest-posts__featured-image + a,
.blogGirdsCntlr .wp-block-latest-posts__featured-image + a + div{
    display: none!important;
}

body .postContentCntlr h2.wp-block-heading,
body .postContentCntlr h3.wp-block-heading,
body .postContentCntlr h4.wp-block-heading,
body .postContentCntlr h5.wp-block-heading,
body .postContentCntlr h6.wp-block-heading{
    color: #000!important;
    margin: 20px 0 10px!important;
    margin-bottom: 15px!important;
    line-height: 1.2!important;
    font-weight: 500!important;
    font-family: var(--wp--preset--font-family--yellowtail-400) !important;
    text-transform: initial!important;
}
body .postContentCntlr ul.wp-block-list,
body .postContentCntlr ol{
    margin-bottom: 20px!important;
}
body .postContentCntlr p{
    color: #000!important;
    padding-bottom: 17px;
    margin: 0!important;
    line-height: 1.5!important;
}
body .postContentCntlr h2.wp-block-heading {
  font-size: 33px!important;
}
body .postContentCntlr h3.wp-block-heading {
  font-size: 24px!important;
}

body.single-post .wp-block-group{
    margin-top: 0!important;
}
body .ti-rating-text span,
body .ti-rating-text strong{
    color:#fff!important;
}

.BlogPostWrap .blog-preview-desc,
body .blog-preview-desc{
    text-align: center!important;
}
body ul li .blog-preview .postLink,
body .BlogPostWrap ul li .blog-preview .postLink{
    justify-content: center!important;
}
body ul li .blog-preview .postLink a{
    color: #000!important;
    text-transform: uppercase;
}
body ul li .blog-preview .postLink a:hover{
    color:#c4b681!important;
}
.BlogPostWrap ul li .blog-preview .postLink a div{
    margin-left: 0!important;
}
body ul li .blog-preview .post-date{
    margin-bottom: 60px!important;
}

body .ftrListMenu ul li a, 
body .ftrBtmMenuWrap p a,
body .ftrMainGrdItem p a,
.ftrMainGrdItem .ftrMainGrdItemHdr p a{
    color: #fff!important;
}
body .ftrListMenu ul li a:hover, 
body .ftrBtmMenuWrap p a:hover,
body .ftrMainGrdItem p a:hover,
.ftrMainGrdItem .ftrMainGrdItemHdr p a:hover{
    color: #bfb9a3!important;
}
.ftrMainGrdItem .ftrMainGrdItemHdr .ftrMainGrdItemSocials li a svg {
    color: #fff!important;
}
.ftrMainGrdItem .ftrMainGrdItemHdr .ftrMainGrdItemSocials li a:hover svg {
    color: #bfb9a3!important;
}
.ftrMainGrdItemSocials li a{
    padding: 0!important;
}

body .ftrMainGrds{
    margin: 0 -20px!important;
}
.fullServices .fullServicesCols {
    display: flex!important;
    flex-wrap: wrap!important;
}
body .wp-block-columns.fullServicesCols .fullServicesCol{
    flex-basis: initial!important;
    flex-grow: initial!important;
    width: calc(33.333% - 30px + (30px / 3))!important;
}
.fullServicesColInr > .wp-block-heading{
    margin-bottom: 0px!important;
}
body footer.wp-block-template-part{
    overflow: hidden;
}
.feedImageSec .feedImageCol.feedImageCol1 .feedImageColInr,
.feedImageSec .feedImageCol.feedImageCol3 .feedImageColInr,
.feedImageSec .feedImageCol.feedImageCol1 figure,
.feedImageSec .feedImageCol.feedImageCol3 figure,
.feedImageSec .feedImageCol.feedImageCol1 figure img,
.feedImageSec .feedImageCol.feedImageCol3 figure img{
    height: 100%;
}
.feedImageSec .feedImageCol.feedImageCol1 figure img{
    object-fit: cover;
    object-position: center center;
}
body .srvcVideoWrap{
    position: relative;
    z-index: 20;
}
.srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr{
    margin-left: -85px!important;
    margin-right: 0px!important;
    box-shadow: none!important;
}


.hmTestimonials .posterVideoCntlr figure:after {
    content: "";
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    bottom: auto!important;
    z-index: 10!important;
    background-image: url(assets/images/play-icon-shadow.png)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 100% 100%!important;
    width: 227px;
    height: 227px;
    display: none!important;
}
.videoOverlyText p{
    text-shadow: 5px 8px 29px rgba(0,0,0,1);
}
.srvcVideoWrap .srvcVideoTextCol .srvcVideoColImg{
    top: -29px !important;
}
body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-date {
    font-size: 23px!important;
    margin-bottom: 60px!important;
    font-family: var(--wp--preset--font-family--jost-400)!important;
}
body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-title {
    font-size: 25px!important;
    margin-bottom: 50px!important;
    font-family: var(--wp--preset--font-family--jost-400)!important;
}
body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-title a {
    font-size: inherit!important;
    text-transform: uppercase!important;
}
body .ftrBlogBg .BlogPostWrap .blog-preview-desc, body .blog-preview-desc p {
    font-size: 18px!important;
}
.posterVideoCntlr figure{
    position: relative;
}
body .partnrsSecSlider{
    display: block!important;
}
/*.partnrsSecSlider .slick-track{
    transform: initial!important;
}*/

.fullServices .fullServicesColInr a:hover{
    color: #bfb9a3!important;
}
body .wp-block-columns.noGap {
    gap: 40px 0!important;
}
.fullServicesColInr > .wp-block-list{
    margin-top: 6px!important;
}
@media (max-width: 1699px){
	body .ftrBlogBg .BlogPostWrap .blog-preview-desc, body .blog-preview-desc p {
        font-size: 17px!important;
    }
    body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-date {
        font-size: 20px!important;
        margin-bottom: 40px!important;
    }
    body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-title {
        font-size: 22px!important;
        margin-bottom: 30px!important;
    }
}
@media (max-width: 1499px) {
    .videoOverlyText p {
        font-size: 21px!important;
        max-width: 490px;
    }
    .videoOverlyText p br{
        display: none;
    }
    body .ftrBlogBg .BlogPostWrap .blog-preview-desc, body .blog-preview-desc p {
        font-size: 16px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-next,
    .hmTeamSec .hmTeamGrids .slick-prev{
        width: 60px!important;
        height: 60px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before,
    .hmTeamSec .hmTeamGrids .slick-next:before{
        font-size: 38px;
    }
}

@media(max-width: 1399px){
	body .hmTextImageSec{
	    padding-top: 100px!important;
	    padding-bottom: 100px!important;
	} 
	.noGap .wp-block-column > .hmTextImageSecCol {
        padding-right: 60px!important;
	}
}

@media(max-width: 1299px){
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}

@media(max-width: 1199px){
    
    body .hideLg{
        display: none!important;
    }
    body .showLg{
        display: block!important;
    }
	.secIntro p{
	    font-size: 23px!important;
	}
    body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-date {
        font-size: 20px!important;
        margin-bottom: 16px!important;
    }
    body .ftrBlogBg .BlogPostWrap ul li .blog-preview .post-title {
        font-size: 22px!important;
        margin-bottom: 16px!important;
    }
    body .hmTeamSec{
        padding-top: 80px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-next, .hmTeamSec .hmTeamGrids .slick-prev {
        width: 50px!important;
        height: 50px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before, .hmTeamSec .hmTeamGrids .slick-next:before {
        font-size: 30px;
    }
    .hmTestimonials .posterVideoCntlr figure:after {
        left: -10px!important;
        top: -10px!important;
        width: 180px;
        height: 180px;
    }
    .videoOverlyText p {
        font-size: 20px!important;
        max-width: 360px;
    }
    .wp-site-blocks .videoOverlyText {
        bottom: 40px!important;
    }
    body ul li .blog-preview .post-date{
        margin-bottom: 40px!important;
    }
    .noGap .wp-block-column > .hmTextImageSecCol {
        padding-right: 50px!important;
	}
}

@media(max-width: 1024px){
  .srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr {
        margin-right: 0!important;
    }  
    .posterVideoCntlr figure{
        overflow: hidden;
    }
}


@media(max-width: 991px){
	.textVideoColsSec .textVideoColsSecCols,
	.hmDentalJourneySec .hmDentalJourneySecCols,
	.hmTextImageSec .hmTextImageSecCols,
	body .feaServicesCols {
	    flex-wrap: wrap!important;
	}
	.textVideoColsSec .textVideoColsSecCol,
	.hmDentalJourneySecCols .hmDentalJourneySecCol,
	.hmTextImageSec .hmTextImageSecCol,
	.feaServicesCols .feaServicesCol{
	    width: 100%!important;
	    max-width: 100%!important;
	    flex-basis: initial!important;
        flex-grow: initial!important;
	}
	
	.textVideoColsSec .textVideoColsSecColLeft{
	    order: 2;
	}
	.textVideoColsSec .textVideoColsSecColRight{
	    order: 1;
	}
	.textVideoColsSecColRight .textVideoColsSecColInr,
	.hmDentalJourneySecCol .hmDentalJourneySecColInr {
	   display: table;
       margin: 0 auto;
	}
	.textVideoColsSecColLeft {
	    text-align: center!important;
	}
	.textVideoColsSecColLeft .textVideoColsSecColInr{
	    max-width: 800px;
	    width: 100%;
	    margin: 0 auto!important;
	}
	.textVideoColsSecColLeft .wp-block-buttons{
	    justify-content: center!important;
	}
	.hmTeamGridsSlideInr figure{
	    justify-content: center;
        display: flex !important;
	}
	.slick-prev {
        left: 20px;
    }
    .slick-next {
        right: 20px;
    }
    body .hmServiceSecCols {
        row-gap: 30px;
        grid-template-columns: auto;
        padding-top: 0!important;
    }
    body .showMd{
        display: block!important;
    }
    body .hideMd{
        display: none!important;
    }
	.hmTextImageSecColLeft .hmTextImageSecColInr{
	    padding-right: 0!important;
	    text-align: center;
	}
	body .pseudoLine.left.colorSky{
	    margin-left: auto !important;
	}
	.hmTextImageSecColRight .wp-block-buttons{
	    justify-content: center;
	}
	body .hmTextImageSec{
	    padding-top: 40px!important;
	}
	body ul.blogGirdsCntlr{
        grid-template-columns: auto auto;
    }
    body .hmTeamGridsSlideInr {
        min-height: initial!important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 24px!important;
    }
    .fullServices .fullServicesColInr .wp-block-heading{
        margin-bottom: 5px!important;
    }
    body .wp-block-columns.fullServicesCols .fullServicesCol {
        width: calc(50% - 30px + (30px/2))!important;
    }
    .hmTextImageSecColInr .wp-block-heading br{
        display: none!important;
    }
        .hmTextImageSecCol .wp-block-buttons{
        justify-content: center!important;
    }
    body .wp-block-columns.hmTextImageSec {
        padding-top: 70px!important;
    }
    .hmTextImageSecCols .wp-block-heading br{
        display: none!important;
    }
    .hmTextImageSecCols .hmTextImageSecCol.showMd{
        margin-top: 40px;
    }
    body .hmTextImageSecCols{
        gap: 25px!important;
    }
    .hmTextImageSecCol p{
        text-align: center;
    }
    body .ftrSocialsSec .ftrSocialsWrap ul{
        gap: 20px!important;
    }
    .ftrSocialsSec .ftrSocialsWrap ul li svg{
        width: 40px!important;
        height: 40px!important;
    }
    body .sectionTBP {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    .searchWrap .searchCntlr {
        padding-bottom: 30px!important;
    }
    body ul li .blog-preview .post-date{
        margin-bottom: 20px!important;
    }
    .fullServicesColInr > .wp-block-list{
        margin-top: 10px!important;
    }
    .noGap .wp-block-column > .hmTextImageSecCol {
        padding-right: 0!important;
	}
	.hmTeamGridsSlide .hmTeamGridsSlideFtr{
	    opacity: 1!important;
	}
	.hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
	    margin-top: 0!important;
	    font-size: 24px!important;
	}
	.hmTeamGridsSlideInr figure img {
	    filter: initial!important;
	}
	.hmTeamGridsSlideInr figure:after{
	   background: #efece7;
	}
	.hmTeamGrids .slick-track{
         margin: 0 -12px!important;
     }
    .hmTeamGrids .hmTeamGridsSlide {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button{
        width: 100%!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button > a{
        width: 100%!important;
        min-width: 100%!important;
    }
    .hmTeamSec .hmTeamGrids .slick-next, .hmTeamSec .hmTeamGrids .slick-prev {
        width: 42px!important;
        height: 42px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before, 
    .hmTeamSec .hmTeamGrids .slick-next:before {
        font-size: 24px;
    }
}
@media(max-width: 781px){
    body .postContentCntlr h2.wp-block-heading {
        font-size: 30px!important;
    }
    .feedImageCols .feedImageColInr figure{
        margin-top: 20px!important;
    }
    body .feedImageCols{
        display: block!important;
    }
    .srvcVideoWrap .srvcVideoTextCol .srvcVideoColInr{
        margin-left: 0!important;
        padding-top: 30px!important;
    }
    body .hmTextImageSec {
        padding-bottom: 70px!important;
    }
    body .sectionTBP {
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
    .fullServicesColInr > .wp-block-list{
        margin-top: 0px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-next, 
    .hmTeamSec .hmTeamGrids .slick-prev{
        width: 42px !important;
        height: 42px !important;
        box-shadow: 1px 0px 2px #00000073;
    }
    .hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle{
        font-size: 22px!important;
    }
}

@media(max-width: 767px){
	body .hmTextImageSec{
	    padding-top: 0px!important;
	}
	.blogPageBanner .wp-block-heading.fontSize70{
	    font-size: 45px!important;
	}
	.blogBnrSeach .wp-block-search__button {
        padding-left: 15px;
        padding-right: 15px;
    }
    body ul.blogGirdsCntlr{
        grid-template-columns: auto;
    }
    .blogGirdsCntlr .blog-preview {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .feaServicesColsSec .wp-block-cover{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
}
@media(max-width: 640px){
    .hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle {
        font-size: 20px!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button > a{
        font-size: 15px !important;
        min-width: 280px !important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before, .hmTeamSec .hmTeamGrids .slick-next:before {
        font-size: 22px;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button{
        width: 100%!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button > a{
        min-width: 100%!important;
        width: 100%!important;
        font-size: 14px!important;
        padding: 10px 10px 9px !important;
    }
    .hmTeamGrids .slick-track{
         margin: 0 -12px!important;
     }
    .hmTeamGrids .hmTeamGridsSlide {
        padding-left: 12px!important;
        padding-right: 12px!important;
    }
    .hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
        font-size: 22px!important;
    }
}
@media(max-width: 575px){
	.posterVideoCntlr figure:after {
        width: 90px;
        height: 90px;
    }
    .textVideoColsSec .textVideoColsSecBg{
        padding-top: 70px!important;
        padding-bottom: 90px!important;
    }
    body .secIntro{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    body .hmBnrBtn {
        gap: 16px!important;
    }
    .searchWrap .searchCntlr {
        padding-bottom: 20px!important;
    }
    body .wp-block-columns.fullServicesCols .fullServicesCol {
        width: calc(100%)!important;
    }
    .hmTeamGrids .slick-track{
         margin: 0 -6px!important;
     }
    .hmTeamGrids .hmTeamGridsSlide {
        padding-left: 6px!important;
        padding-right: 6px!important;
    }
    .hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
        font-size: 20px!important;
    }
    .hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
        min-height: 38px;
    }
}

@media(max-width: 479px){
    .posterVideoCntlr figure:after {
        width: 60px;
        height: 60px;
        left: 15px!important;
        bottom: 15px!important;
    }
    body .hmTeamGridsSlideInr {
        min-height: auto;
        max-width: auto;
    }
    .hmTeamSec .hmTeamGrids .slick-next, .hmTeamSec .hmTeamGrids .slick-prev {
        width: 40px!important;
        height: 40px!important;
    }
    .hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle {
        margin-top: 15px;
        margin-bottom: 16px;
        font-size: 20px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before, .hmTeamSec .hmTeamGrids .slick-next:before {
        font-size: 23px;
    }
    .hmTeamGridsSlide .hmTeamGridsSlideFtrTitle{
        font-size: 16px!important;
    }
}

@media(max-width: 479px){
    .ftrSocialsSec .ftrSocialsWrap ul li svg {
        width: 30px!important;
        height: 30px!important;
    }
    .hmTeamGridsSlide.slick-center .hmTeamGridsSlideFtrTitle{
        font-size: 20px!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button{
        width: 100%!important;
    }
    .hmTeamGridsSlideFtr .wp-block-buttons .wp-block-button > a{
        width: 100%!important;
        min-width: 100%!important;
    }
    .hmTeamSec .hmTeamGrids .slick-next, .hmTeamSec .hmTeamGrids .slick-prev {
        width: 30px!important;
        height: 30px!important;
    }
    .hmTeamSec .hmTeamGrids .slick-prev:before, .hmTeamSec .hmTeamGrids .slick-next:before {
        font-size: 14px;
    }
}
.slick-current.slick-active .hmTeamGridsSlideInr figure:after{
    background: #efece7;
}
body .fancybox__container {
	--fancybox-bg: rgba(24, 24, 27, 0.7)!important;
}
body .textSecTBP{
    margin: 0!important;
}
.forpatinSec .forpatinSecItms li a{
    color: #000!important;
}
.hmFullImg img {
    width: 100%!important;
    height: auto;
    min-height: 400px;
    object-fit: cover;
}
body.page-parent.page-child .pageBannerWrap .pageBannerBg .wp-block-cover__background{
    background-color: rgba(239, 236, 228, 0.5)!important;
    opacity: 1!important;
}
.pageBannerBg > .wp-block-cover__inner-container > .wp-block-group{
    display: flex;
    flex-direction: column;
}
.pageBannerBg > .wp-block-cover__inner-container > .wp-block-group .mstTitle{
    order: 3;
}
@media(max-width: 1399px){
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons .wp-block-button{
        width: 100%;
    }
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons a{
        min-width: initial!important;
        width: 100%!important;
    }
}
@media(max-width: 1199px){
    .hmServiceSec .hmServiceSecBg{
        padding-top: 100px!important;
        padding-bottom: 100px!important;
    }
}
@media(max-width: 992px){
    .hmServiceSec .hmServiceSecBg{
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
     body .textSecTBP{
        padding-top: 35px!important;
        padding-bottom: 35px!important;
    }
    .hmFullImgSec .hmBnrCvr{
        min-height: 500px!important;
    }
    
}
@media(max-width: 991px){
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons a {
        min-width: 300px!important;
        width: initial!important;
    }
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons .wp-block-button{
        width: initial;
    }
}
@media(max-width: 782px){
    body .textSecTBP{
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .hmFullImgSec .hmBnrCvr{
        min-height: 450px!important;
    }
}
@media(max-width: 575px){
    .hmServiceSec .hmServiceSecBg{
        padding-top: 70px!important;
        padding-bottom: 70px!important;
    }
     body .textSecTBP{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .feaServicesCol .feaServicesColInr{
        padding: 40px 20px!important;
    }
    .hmFullImgSec .hmBnrCvr{
        min-height: 400px!important;
    }
    .hmServiceSecCol .hmServiceSecColInr {
        padding: 50px 30px!important;
    }
}
@media(max-width: 479px){
    .hmFullImgSec .hmBnrCvr{
        min-height: 380px!important;
    }
    .hmFullImg img {
        min-height: 300px;
    }
    .hmServiceSecCol .hmServiceSecColInr {
        padding: 40px 20px!important;
    }
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons a {
        min-width: 260px!important;
    }
}
@media(max-width: 374px){
    .hmFullImgSec .hmBnrCvr{
        min-height: 350px!important;
    }
    .hmFullImg img {
        min-height: 215px;
    }
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons .wp-block-button{
        width: 100%;
    }
    .hmServiceSecCol .hmServiceSecColInr .wp-block-buttons a{
        min-width: initial!important;
        width: 100%!important;
    }
}
 







