@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background-color: #FFF9F4;
    font-family: "Archivo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
}

strong {
    font-weight: 800;
    color: #000;
}

button,
a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: inherit;
}

.fa-phone {
    transform: rotate(90deg);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button {
    color: inherit;
    border: none;
}

p {
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.5px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul {
    padding-left: 0 !important;
}

hr {
    background-color: #041936;
    opacity: 1;
}

body.b-overflow-hidden {
    overflow: hidden;
}

/*Header Css*/
.cstm-header {
    background-color: #461862;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 0;
}

.cstm-header .hmg-top-bar {
    padding-top: 7px;
    padding-bottom: 7px;
}

.cstm-header .hmg-top-bar ul {
    display: flex;
}

.cstm-header .hmg-top-bar ul li {
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding-right: 30px;
    margin-right: 30px;
    line-height: 30px;
    border-right: 0.1rem solid rgba(255, 255, 255, 0.25);
}

.cstm-header .hmg-top-bar ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.cstm-header .hmg-top-bar ul li a {
    color: #fff;
}

.cstm-header .hmg-top-bar ul li:hover a {
    color: rgb(103, 185, 48);
}

.cstm-header .hmg-top-bar .cstm-header-btn a {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 48px;
    min-width: 230px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    color: rgb(70, 24, 98);
    border-radius: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.cstm-header .navbar {
    background-color: rgb(255, 255, 255);
    padding-bottom: 10px;
    padding-top: 10px;
}

.cstm-header .navbar .navbar-brand {
    margin-right: 0;
    flex: 1;
    padding: 0;
}

.cstm-header .navbar .navbar-nav {
    grid-column-gap: 48px;
    grid-row-gap: 45px;
}

.cstm-header .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
    padding: 20px 0;
}

.cstm-header .navbar .navbar-nav .nav-item .nav-link i {
    transition: 0.5s;
}

.cstm-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #67b930;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box {
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 .5rem 2rem #a5a5a529;
    min-width: 200px;
    top: auto;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul li,
.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul li a {
    position: relative;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul li a i.fa-caret-right {
    position: absolute;
    right: 20px;
    top: 12px;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul li a:hover i.fa-caret-right {
    color: #67b930;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .drp-opn-mobile {
    position: relative;
    color: #fff;
    padding: 17px 15px;
    border-bottom: .1rem solid hsla(0, 0%, 88%, .04);
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown span.nav-link {
    display: none;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-sub-menu {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    min-width: 200px;
    top: 0;
    right: -90%;
    overflow: hidden;
    transition: .3s;
    visibility: hidden;
    box-shadow: 0 5px 20px #a5a5a529;
    opacity: 0;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item {
    padding: 10px 17px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #67b930;
    width: 2px;
    height: 16px;
    border-radius: 5px;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-sub-menu li a {
    padding: 10px;
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-sub-menu li a:hover {
    background-color: #f2f9ed;
}

.cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul>li:hover .cstm-drpdown-box-sub-menu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.m-caontact-details .book-appointment-btn-sec {
    margin-top: auto;
}

.m-caontact-details .book-appointment-btn-sec a {
    background-color: #67b930 !important;
    width: calc(100% - 30px);
    font-weight: 300;
    position: relative;
    padding-bottom: 12px;
    padding: 12px 15px;
    margin-left: 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    border: none;
}

.m-caontact-details .m-caontact-details-inr {
    width: calc(100% - 30px);
    border: 1px solid rgba(255, 255, 255, .8);
    padding: 15px;
    margin-left: 15px;
    border-radius: 6px;
    text-align: left;
    margin-top: 15px;
}

.m-caontact-details .m-caontact-details-inr span {
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 300;
    display: block;
}

.m-caontact-details .m-caontact-details-inr ul li {
    margin-top: 10px;
    color: #fff;
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 100;
}

.m-caontact-details .m-caontact-details-inr ul li i {
    position: absolute;
    left: 0;
    top: .3px;
    width: 18px;
    height: 18px;
}

.m-caontact-details .m-caontact-details-inr ul li a {
    color: #fff;
}

.m-caontact-details {
    display: none;
}

.cstm-footer {
    background-color: rgb(144, 39, 206);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 0px;
}

.cstm-footer a {
    font-weight: 500;
    color: #fff;
}

.theme-footer-tp {
    color: #fff;
    padding-top: 115px;
    padding-bottom: 115px;
    background-image: url(../images/hmg-footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.theme-footer .theme-footer-tp .theme-footer-tp-inr h3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr p {
    color: #d1d2dc;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 30px;
    font-weight: 400;
}

.J7DqSQokuL0bReuJ {
    height: 120px !important;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec {
    grid-column-gap: 60px;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec ul li {
    color: #d1d2dc;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    padding-left: 22px;
    font-weight: 400;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec ul li a {
    color: #d1d2dc;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec ul li a:hover {
    color: #67b930;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../images/double-right-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr ul.contact-info li {
    display: flex;
    grid-column-gap: 15px;
    color: #d2d3dc;
    font-size: 16px;
    margin-top: 16px;
    font-weight: 400;
    align-items: center;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr ul.contact-info li a {
    color: #d2d3dc;
    font-size: 16px;
    font-weight: 400;
}



.theme-footer .theme-footer-tp .theme-footer-tp-inr ul.social_links {
    grid-column-gap: 15px;
    margin-top: 24px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr ul.social_links li a {
    background-color: #2a2c41;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s;
    color: #fff;
}

.theme-footer .theme-footer-tp .theme-footer-tp-inr ul.social_links li a:hover {
    background-color: #67b930;
    color: #fff;
}

.inr-banner-page {
    position: relative;
    background-color: #461862;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 460px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-top: 250px;
    padding-bottom: 130px;
}

.inr-banner-page .container {
    position: relative;
    z-index: 2;
}

.inr-banner-page .lft-shape-img {
    position: absolute;
    left: 0;
    top: 136px;
}

.inr-banner-page .right-shape-img {
    top: -75px;
    max-width: 100%;
    right: 0;
    left: auto;
    position: absolute;
}

.inr-banner-page h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.inr-banner-page ul {
    display: inline-flex;
    align-items: center;
    grid-column-gap: 10px;
    flex-wrap: wrap;
}

.inr-banner-page ul li a {
    transition: all .5s;
    font-size: 17px;
    font-weight: 400;
    display: block;
    color: #fff;
}

.inr-banner-page ul li.dashed-line {
    width: 5px;
    height: 1px;
    background-color: #fff;
}

body.archive .blog-post-item,
body.search.search-results .blog-post-item,
body.archive.category .blog-post-item,
body.home.blog .blog-post-item {
    border-top: none !important;
    padding: 0;
    box-shadow: none !important;
    background-color: transparent !important;
}

body.archive .blog-post-item .featured-image,
body.search.search-results .blog-post-item .featured-image,
body.archive.category .blog-post-item .featured-image,
body.home.blog .blog-post-item .featured-image {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

body.archive .blog-post-item .featured-image img,
body.search.search-results .blog-post-item .featured-image img,
body.archive.category .blog-post-item .featured-image img,
body.home.blog .blog-post-item .featured-image img {
    height: 300px;
    /* object-fit: cover; */
    transition: 0.5s;
    transform: translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);
    transform-style: preserve-3d;
}

body.archive .blog-post-item .featured-image:hover img,
body.search.search-results .blog-post-item .featured-image:hover img,
body.archive.category .blog-post-item .featured-image:hover img,
body.home.blog .blog-post-item .featured-image:hover img {
    transform: translateZ(0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotate(3deg) skew(0);
}

body.search.search-results .blog-post-item .entry-container,
body.archive.category .blog-post-item .entry-container,
body.home.blog .blog-post-item .entry-container {
    padding: 0;
}


.blog-post-item .entry-container .cat-links,
.blog-post-item .entry-container .posted-on {
    /* display: none !important; */
}

.blog-post-item .entry-container .posted-on a {
    color: #9027ce;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.blog-post-item .entry-container .posted-on a:hover {
    color: #67b930;
}

.blog-post-item .entry-container .posted-on a time.entry-date.published {
    display: none !important;
}

.blog-post-item .entry-container .posted-on a time.updated {
    display: block;
    margin-left: auto;
}

.blog-post-item .entry-container .posted-on a time.updated::before {
    content: 'Last Updated On';
    color: #5d5f6c;
    font-size: 13px;
    margin-right: 5px;
}

.blog-archive .posted-on {
    display: flex;
    width: 100%;
}

.blog-post-item .entry-container .cat-links a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    display: inline-block;
    color: #5d5f6c;
    font-weight: 400;
}

.blog-post-item .entry-container .cat-links a:hover {
    color: #9027ce;
}


body.single.single-post #block-4,
body.single.single-post #block-5,
body.single.single-post #secondary .widget_block.widget_search,
body.single.single-post .comments-area,
body.single.single-post .navigation.post-navigation,
body.wp-theme-azdentistry-custom-blog #secondary #block-4,
body.wp-theme-azdentistry-custom-blog #secondary #block-5 {
    display: none !important;
}

body.wp-theme-azdentistry-custom-blog #secondary .widget_block h2.wp-block-heading,
body.single.single-post #secondary .widget_block h2.wp-block-heading {
    border-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}

body.wp-theme-azdentistry-custom-blog #secondary .widget_block .wp-block-search__label {
    text-align: left;
    margin-bottom: 10px;

}

body.wp-theme-azdentistry-custom-blog #secondary .widget_block .wp-block-search__button:hover {
    background-color: #451861;
}

body.wp-theme-azdentistry-custom-blog #secondary .widget_block .wp-block-search__button {
    background-color: #451861;
    border-radius:4px;
}

body.home.blog .blog-post-item .entry-container .entry-content {
    margin-bottom: 0;
}

body.archive .blog-post-item .entry-container .entry-header h2.entry-title a,
body.search.search-results .blog-post-item .entry-container .entry-header h2.entry-title a,
body.archive.category .blog-post-item .entry-container .entry-header h2.entry-title a,
body.home.blog .blog-post-item .entry-container .entry-header h2.entry-title a {
    font-weight: 700;
    color: #0b0f21;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 58px;
    min-height: 58px;
}

body.archive .blog-post-item .entry-container .entry-header h2.entry-title a:hover,
body.search.search-results .blog-post-item .entry-container .entry-header h2.entry-title a:hover,
body.archive.category .blog-post-item .entry-container .entry-header h2.entry-title a:hover,
body.home.blog .blog-post-item .entry-container .entry-header h2.entry-title a:hover {
    color: #9027ce;
}

body.single.single-post .blog-post-item {
    box-shadow: none !important;
    border-color: #9027ce;
}

body.wp-theme-azdentistry-custom-blog #secondary .widget_block,
body.single.single-post #secondary .widget_block {
    border-color: #9027ce;
}

.single .entry-footer span.cat-links {
    display: none;
}

body.single.single-post .single-post-wrap .entry-content>* {
    margin-bottom: 15px;
    line-height: 1.5;
}

body.single.single-post .single-post-wrap .entry-content a {
    color: #461862;
}

body.single.single-post .single-post-wrap .entry-content a:hover {
    color: #9027ce !important;
}

.single .blog-post-item .entry-footer .tags-links a {
    padding: 10px 10px;
    display: inline-block;
    margin-right: 4px;
    line-height: normal;
}

.single .blog-post-item .entry-footer .tags-links a:hover {
    background-color: #461862;
    border-color: #461862;
    color: #fff;
}

#secondary a:hover,
#secondary a:focus {
    color: #9027ce !important;
}

body.single.single-post .single-post-wrap .entry-content .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary {
    font-size: 20px;
    font-weight: 600;
}

body.single.single-post .single-post-wrap .entry-content .wp-block-details.is-layout-flow.wp-block-details-is-layout-flow p {
    margin-top: 10px;
    margin-left: 16px;
}

body.single.single-post .single-post-wrap .entry-content .wp-block-image .aligncenter.size-full {
    margin: 0;
    width: 100%;
}

body.single.single-post .single-post-wrap .entry-content .wp-block-image .aligncenter.size-full img {
    width: 100%;
}

body.single.single-post .single-post-wrap .entry-content ul li {
    margin-bottom: 10px;

}

body.single.single-post .single-post-wrap .entry-content ul.wp-block-list li {
    list-style-type: disc !important;
}

body.single.single-post .single-post-wrap .entry-content ul.wp-block-list {
    padding-left: 20px !important;
}

body.single.single-post .single-post-wrap .entry-content ul li:last-child {
    margin-bottom: 0;
}

.post-without-banner {
    margin-top: 130px;
}

.not-found-custom {
    padding-top: 160px;
}

.not-found-custom .book-appointment-btn {
    display: inline-block;
    background-color: rgb(144, 39, 206);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: none;
    color: rgb(255, 255, 255) !important;
    padding: 18px 32px;
    border-radius: 0.5rem;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
}

.not-found-custom .book-appointment-btn:hover {
    transform: translateY(-5px);
}

.not-found-custom h1 {
    font-size: 100px;
    font-weight: 700 !important;
}

.not-found-custom h3 {
    font-size: 40px;
    font-weight: 700 !important;
}

.not-found-custom p {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
}

body.error404 {
    background-color: #fff;
}

.theme-footer-tp-inr img {
    filter: brightness(0) invert(1);
    margin-bottom: 30px;
    width: 100%;
    object-fit: contain;
    max-width: 250px;
}

body.error404 #content-wrap {
    padding-top: 200px;
}

.post-modified-info a {
    color: #000;
    font-weight: 600;
}

.last-update-date-time {
    display: flex;
}

.last-update-date-time .post-modified-info {
    display: flex;
    width: 100%;
}

.last-update-date-time .post-read-time {
    padding-left: 10px;
    white-space: nowrap;
}

.more-text {
    display: none;
}

.read-more-btn {
    color: #fff !important;
    font-weight: 600;
    background-color: #451860;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 5px;

}

.no-results.not-found {
    margin: auto;
}

@media(max-width:1199px) {
    .cstm-header .navbar .navbar-brand img {
        width: 150px !important;
    }

    .cstm-header .navbar .navbar-nav {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .cstm-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .cstm-header .navbar .navbar-nav .nav-item .nav-link:hover i {
        transform: rotate(180deg);
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .drp-opn-mobile {
        display: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item:hover .cstm-drpdown-box-sub-menu {
        visibility: visible;
        opacity: 1;
        right: -100%;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown:hover .cstm-drpdown-box {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item:hover {
        background-color: #f2f9ed;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .book-appointment-btn-sec {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .container.cstm-container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .cstm-header {
        background-color: transparent !important;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-ul li a i.fa-caret-right {
        display: none;
    }

    .m-caontact-details {
        display: block;
        margin-top: auto;
    }

    .cstm-header .navbar .navbar-collapse {
        position: fixed;
        top: 70px;
        left: -350px;
        width: 300px;
        height: calc(100% - 70px);
        max-height: 100%;
        background: #1e252b;
        text-align: center;
        padding: 20px 0;
        box-shadow: 0 0 30px #0000001a;
        transition: .5s;
        opacity: 0;
        z-index: 100;
        overflow: hidden;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .cstm-header .navbar .navbar-collapse.show {
        left: 0;
        opacity: 1;
        z-index: 100;
    }

    .cstm-header .hmg-top-bar {
        display: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding: 15px 25px 15px 15px;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        position: relative;
        font-weight: 100;
        border-bottom: 1px solid #35424d;
    }

    .cstm-header .navbar .navbar-nav {
        display: block;
        margin-left: 0 !important;
        width: 100%;
    }

    .cstm-header .navbar .navbar-nav li.nav-item {
        display: block;
    }

    .cstm-header .navbar .navbar-nav .nav-item .nav-link i.far.fa-arrow-down {
        display: none;
    }

    .cstm-header .navbar .navbar-toggler {
        border: none;
        height: 50px;
        padding: 0 6px;
        background-color: #67b930 !important;
        width: 50px;
        position: relative;
        z-index: 999;
        box-shadow: none;
    }

    .cstm-header .navbar .navbar-toggler.show .navbar-toggler-icon {
        transform: rotate(45deg);
        margin-left: 2px;
        width: 35px;
        margin-top: 2px;
    }

    .cstm-header .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        width: 20px;
        height: 3px;
        background: #fff;
        display: block;
        position: relative;
        opacity: 1;
        transition: all .2scubic-bezier(.98, .57, 1, 1) 0s;
        margin-left: 12px;
        transition: 0.5s;
    }

    .cstm-header .navbar .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #fff;
        display: block;
        opacity: 1;
        transition: all .2scubic-bezier(.98, .57, 1, 1) 0s;
        left: -12px;
        border-radius: 100px;
        top: -10px;
    }

    .cstm-header .navbar .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #fff;
        display: block;
        opacity: 1;
        transition: all .2scubic-bezier(.98, .57, 1, 1) 0s;
        left: -12px;
        border-radius: 100px;
        bottom: -10px;
    }

    .cstm-header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        transform: rotate(45deg);
        margin-left: 2px;
        width: 35px;
        margin-top: 2px;
    }

    .cstm-header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: rotate(-90deg);
        top: 0;
        margin-left: 11px;
    }

    .cstm-header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        display: none;
    }

    .theme-footer-tp {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .theme-footer .theme-footer-tp .theme-footer-tp-inr p {
        margin-bottom: 0;
    }

    .theme-footer .theme-footer-tp .theme-footer-tp-inr h3 {
        margin-bottom: 20px;
    }

    .theme-footer .theme-footer-tp .theme-footer-tp-inr h3 {
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 30px;
    }

    .inr-banner-page {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .inr-banner-page h1 {
        font-size: 48px;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box {
        position: static;
        visibility: visible;
        margin-top: 0;
        opacity: 1;
        background-color: transparent;
        color: #fff;
        text-align: left;
        box-shadow: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .drp-opn-mobile {
        display: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item {
        padding: 8px 25px;
        font-size: 13px;
        font-weight: 100;
        border-bottom: 1px solid #35424d;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .dropdown-item:after {
        display: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .book-appointment-btn-sec {
        display: none;
    }

    .post-without-banner {
        margin-top: 70px;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-sub-menu {
        position: static;
        background-color: transparent;
        visibility: visible;
        box-shadow: none;
        opacity: 1;
        margin: 0;
        display: none;
    }

    .cstm-header .navbar .navbar-nav .nav-item.cstm-drpdown .cstm-drpdown-box .cstm-drpdown-box-sub-menu li a {
        color: #fff;
        padding-left: 40px;
        font-size: 14px;
        border-bottom: 1px solid #35424d;
        font-weight: 300;
    }

    body.home.blog .columns-3 article,
    body.home.blog .columns-5 article {
        width: 50%;
        margin: 0;
    }

    body.home.blog.has-sidebar #primary {
        margin-bottom: 0;
    }

    .not-found-custom {
        padding-top: 50px;
    }

    .not-found-custom h1 {
        font-size: 50px;
    }

    .not-found-custom h3 {
        font-size: 26px;
    }

    .not-found-custom p {
        font-size: 16px;
    }

    .not-found-custom .book-appointment-btn {
        padding: 16px 15px;
    }

    .theme-footer-tp-inr img {
        margin-bottom: 15px;
        max-width: 200px;
    }

    body.error404 #content-wrap {
        padding-top: 100px;
    }

    body.error404 .error-404.not-found .title {
        font-size: 80px;
        font-weight: bold;
        line-height: 1;
        color: #000;
    }

}

@media(max-width:767px) {
    .not-found-custom {
        padding-bottom: 0px;
    }

    .inr-banner-page h1 {
        font-size: 36px;
    }

    .post-without-banner {
        margin-top: 50px;
    }

    body.home.blog .columns-3 article,
    body.home.blog .columns-5 article {
        width: 100%;
        margin: 0;
    }

    body.archive .blog-post-item .featured-image img,
    body.search.search-results .blog-post-item .featured-image img,
    body.archive.category .blog-post-item .featured-image img,
    body.home.blog .blog-post-item .featured-image img {
        height: auto;
    }

    .last-update-date-time .post-modified-info {
        display: inline-block;
        width: 100%;
    }

    body.single-post .last-update-date-time {
        display: block;
    }

}

@media(max-width:575px) {
    .theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec ul li {
        font-size: 14px;
        line-height: 36px;
        padding-left: 20px;
    }

    .theme-footer .theme-footer-tp .theme-footer-tp-inr .department_link_sec {
        grid-column-gap: 30px;
    }

    .blog-post-item {
        padding: 12px !important;
    }

    .cstm-footer {
        font-size: 14px;
    }

    .inr-banner-page h1 {
        font-size: 28px;
    }

    .inr-banner-page ul {
        font-size: 14px;
    }

    .inr-banner-page ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1280px) {
    .container.cstm-container {
        max-width: 1602px;
    }
}

@media screen and (min-width: 1024px) {
    .has-sidebar #secondary {
        top: 160px !important;
    }
}

.to-top {
    display: none !important;
}
