@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
    .breadcrumbs-block .container {
        max-width: 1250px;
    }
    .page-banner .container {
        max-width: 1250px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
    .breadcrumbs-block .container {
        max-width: 1350px;
    }
    .page-banner .container {
        max-width: 1350px;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 45px;
        text-transform: uppercase;
    }
    .header-contact-info a div {
        font-size: 16px;
    }
    .menu-top li a {
        font-size: 15px;
    }
    ul.menu-top li .sub-menu li a {
        font-size: 15px;
    }
    .btn {
        font-size: 15px;
        padding: 10px 10px;
    }
    .phone-number {
        font-size: 17px;
    }
    .testimonial-slider .testimonial-item {
        height: 330px;
    }
		.services-section .containers {
    margin-left: 250px;
}
}

@media (min-width: 1600px){
    .page-banner {
        height: 500px;
    }
    .post-lists, .blog  .pagination{
        max-width: 840px;
    }
    .single-post-detail {
        max-width: 830px;
    }
}

@media (min-width: 1750px){
}

@media (min-width: 1800px) {
    .container {
        max-width: 1430px;
    }

    .main-footer .container {
        max-width: 1430px;
    }
    .page-banner .container {
        max-width: 1500px;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 128px;
        text-transform: uppercase;
        letter-spacing: 10%;
    }
    .blog-section .containers {
        margin-left: 125px;
    }
    .header-contact-info a div {
        font-size: 20px;
    }
    .menu-top li a {
        font-size: 18px;
    }
    ul.menu-top li .sub-menu li a {
        font-size: 18px;
    }
    .btn {
        font-size: 20px;
        padding: 15px 30px;
    }
    .banner-phone-area a {
        font-size: 18px;
    }
    .banner-phone-area {
        gap: 0 15px;
    }
    .home-banner-btn-area {
        gap: 0 25px;
    }
    .breadcrumbs-block .container {
        max-width: 1500px;
    }
    .phone-number {
        transition: .5s;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0%;
        color: white;
    }
    .testimonial-slider .testimonial-item {
        height: 330px;
    }
	.services-section .containers {
    margin-left: 250px;
}
}

@media (min-width: 1200px) and (max-width: 1400px){
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 60px;
        text-transform: uppercase;
        letter-spacing: 8%;
    }
    body {
        font-size: 14px;
        line-height: 25px;
    }
    .accordion-body {
        font-size: 16px;
    }
    .mobile-search-bar .white-search-icon {
        width: 15px;
        height: 15px;
    }
    .header-contact-info a {
        background-size: 25px;
        padding-left: 10px;
    }
    .logo-image-section .logo-image {
        max-width: 250px;
    }
    .practice-home-heading {
        font-size: 20px;
    }
    .services-icon-boxes img {
        height: 330px;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .services-row {
        margin-top: 10px;
    }
    .excellent-title {
        font-size: 18px;
    }
    .blog-section .blog-title {
        font-size: 20px;
        line-height: 25px;
    }
    .blog-section .blog-content {
        margin: 5px 0;
        line-height: 20px;
        font-size: 14px;
    }
    .post-lists .blog-post-div .content {
        line-height: 25px;
        font-size: 14px;
    }
    .main-slider-blog-box-div img {
        height: 320px;
    }
    .main-slider-blog-title a {
        font-size: 25px;
    }
    .blog-title.h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .sidebar-heading {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .sidebar-page-wrap {
        padding-left: 40px;
    }
    .sidebar-blog-list {
        padding: 40px 30px;
    }
    .sidebar-form {
        padding: 40px 30px;
    }
    a.page-numbers {
        height: 55px;
        width: 55px;
    }
    span.page-numbers.current {
        height: 55px;
        width: 55px;
    }
    .blog-detail .blog-title {
        margin: 10px 0;
    }
    .search-btn svg {
        width: 15px;
        height: 15px;
    }
    .blog-search input {
        padding: 15px;
    }
    button.search-btn {
        width: 50px;
        height: 40px;
        top: 9px;
    }
    .sidebar-blog-list ul li a {
        font-size: 14px;
    }
    ul.footer-social li a svg, ul.footer-social li a img {
        height: 15px;
        width: 15px;
    }
    .footer-social li a {
        height: 35px;
        width: 35px;
    }
    .footer-social {
        gap: 0 20px;
    }
    button.accordion-button.collapsed {
        font-size: 20px;
        line-height: 30px;
    }
    .accordion-button:not(.collapsed) {
        font-size: 20px;
        line-height: 30px;
    }
    .header-contact-info a span {
        font-size: 9px;
    }
    .banner-subheading {
        font-size: 16px;
    }
}
@media (max-width: 1800px){
    .sidebar-heading {
        font-size: 40px;
    }
    .testimonial-slider .testimonial-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-slider .testimonial-right-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-item {
        padding: 30px;
    }
    .testimonial-slider .testimonial-svg {
        left: -16px;
    }
    .testimonial-right-svg {
        right: -16px;
    }
    .testimonial-slider .testimonial-item {
        height: 290px;
    }
}
@media (max-width: 1700px){
    .menu-top li a {
        font-size: 12px;
    }
    .header-contact-info a div {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
        padding: 15px 20px;
    }
    .header-contact-info {
        padding-right: 30px;
    }
    .sidebar-heading {
        font-size: 40px;
    }
    .testimonial-slider .testimonial-item {
        height: 310px;
    }
    .phone-number {
        font-size: 15px;
    }
    .btn {
        font-size: 15px;
        padding: 15px 15px;
    }
    .testimonial-slider .testimonial-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-slider .testimonial-right-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-item {
        padding: 30px;
    }
	.h2, h2 {
    font-size: 45px;
}
	.about-us-div {
    padding: 0 270px;
}
	.dic-doc-logo-wrapper img {
        width: 95px;
    height: 95px;
    object-fit: contain;
}
	.services-slider .slide-title {
    font-size: 25px;
		margin-top: 40px;
}
.services-slider .slide-title::after {
    top: -15px;
}
	.services-slider .slide-image img {
    height: 330px;
}
	.blog-arrows .prev-icon {
    width: 40px;
    height: 40px;
}
	.blog-arrows .next-icon {
    width: 40px;
    height: 40px;
}
}
@media (max-width: 1650px) {
    .testimonial-slider .testimonial-item {
        height: 295px;
    }
    .testimonial-slider .testimonial-svg {
        left: -16px;
    }
    .testimonial-right-svg {
        right: -16px;
    }
}
@media (max-width: 1630px) {
    .testimonial-slider .testimonial-item {
        height: 295px;
    }
}
@media (max-width: 1600px) {
    .logo-image-section .containers {
        margin-left: 130px;
    }
    .blog-section .containers {
        margin-left: 130px;
    }
    .h2, h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 15px;
    }
    .practice-home-heading {
        font-size: 28px;
    }
    .sidebar-page-wrap {
        padding-left: 50px;
    }
    .sidebar-heading {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .sidebar-form .sidebar-heading {
        font-size: 25px;
    }
    .sidebar-form {
        padding: 30px 20px;
    }
    .sidebar-blog-list {
        padding: 30px 20px;
    }
    a.page-numbers {
        height: 45px;
        width: 45px;
    }
    span.page-numbers.current {
        height: 45px;
        width: 45px;
    }
    .page-banner .h1, .page-banner h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .wpcf7-form-control {
        font-size: 14px;
    }
    .form-control {
        padding: 15px 0px;
        margin-bottom: 15px;
    }
    .contact-frm .contact-page-btn {
        margin-top: 20px;
    }
    .menu-top li a {
        font-size: 14px;
    }
    ul.menu-top li .sub-menu li a {
        font-size: 14px;
    }
    .header-contact-info a div {
        font-size: 14px;
    }
    .header-contact-info a span {
        font-size: 10px;
    }
    .header-contact-info {
        padding-right: 30px;
    }
    .btn {
        font-size: 12px;
        padding: 10px 10px;
    }
    .home-banner-btn-area {
        gap: 0 15px;
    }
    .banner-phone-area a {
        font-size: 15px;
    }
    .banner-phone-area {
        gap: 0 7px;
    }
    .banner-phone-area svg {
        width: 18px;
        height: 18px;
    }
    .banner-phone-area img {
        width: 15px;
        height: 15px;
    }
    .footer-phonenumber .footer-phone-number {
        font-size: 22px;
    }
    .footer-phonenumber-title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .nap-item {
        line-height: 25px;
    }
    .sidebar-blog {
        padding-left: 50px;
    }
    .blog-title-div {
        padding: 20px;
    }
    .home-blog-category {
        font-size: 11px;
        padding: 5px 10px;
    }
    .wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
        font-size: 9px;
    }
    .blog-detail .single-post-detail img {
        height: 340px;
    }
    .single-blog-category {
        margin-top: 20px;
    }
    .single-post-detail .home-blog-category {
        font-size: 16px;
    }
    .blog-page .home-blog-category {
        font-size: 14px;
    }
    .blog-post-div .main-blog-post-content .blog-title {
        margin-top: 20px;
        font-size: 20px;
        line-height: 30px;
    }
    .blog-main-content {
        font-size: 17px;
    }
    .btn-blog {
        font-size: 14px;
    }
    .home-blog-list .blog-box-div {
        margin-right: 20px;
    }
    .footer-frm .form-control{
        padding: 15px 15px;
    }
    .profile-btn {
        font-size: 18px;
    }
    .dr-edward-description {
        margin: 20px 0 15px 0;
    }
    .practice-icon-boxes img {
        height: 380px;
    }
    .practice-section .practice-home-heading {
        font-size: 20px;
    }
    .contact-frm .wpcf7-textarea {
        height: 120px;
    }
    .post-lists .post-blog-image img {
        height: 300px;
    }
    .pagination .prev {
        width: 100px;
        height: 50px;
    }
    .pagination .next {
        width: 100px;
        height: 50px;
    }
    .blog-detail .single-post-detail .h2 {
        font-size: 30px;
    }
    .blog-detail .single-post-detail h2 {
        font-size: 30px;
    }
    .blog-detail .single-post-detail .h3 {
        font-size: 25px;
    }
    .blog-detail .single-post-detail h3 {
        font-size: 25px;
    }
    .meet-phone-number {
        margin-top: 15px;
        font-size: 25px;
    }
    .meet-phone-number-text {
        font-size: 15px;
    }
    .meet-phone-div-area {
        padding: 15px;
    }
    .dic-doc-social-title {
        font-size: 15px;
        margin: 15px 0 15px 0;
    }
    .dic-doc-social-div svg {
        display: block;
        width: 15px;
        height: 15px;
    }
    .dic-doc-social-div {
        width: 40px;
        height: 40px;
    }
    .location-dic-doc-section {
        margin-top: 40px;
    }
    .location-dic-doc-image img {
        margin: -40px 70px 0 auto;
    }
    .dic-doc-content {
        font-size: 16px;
        line-height: 30px;
        margin-right: 50px;
    }
    .common-location-name {
        font-size: 15px;
    }
    .hours-name {
        margin-top: 20px;
    }
    .phone-title {
        margin-top: 20px;
    }
    .map-area iframe {
        height: 340px;
    }
    .phone-number {
        font-size: 14px;
    }
    .phone-number svg {
        width: 15px;
        height: 15px;
    }
    header#header .logo-wrapper a img {
        max-width: 80%;
    }
    header#header.small-header .logo-wrapper a img {
        max-width: 80%;
    }
    .mobile-search-bar-box {
        height: 105px;
    }
    .btn-close {
        background-color: rgba(200, 169, 106, 1);
        width: 35px;
        height: 35px;
    }
    .btn-close svg {
        width: 13px;
        height: 13px;
    }
    .testimonial-read-more {
        font-size: 15px;
    }
    .patient-name {
        font-size: 15px;
    }
    .testimonial-source-logo img {
        height: 30px;
    }
    .testimonial-rating .star {
        font-size: 25px;
    }
    .testimonial-item {
        padding: 20px 20px;
    }
    #testimonial-filter select {
        background-size: 12px;
    }
    #testimonial-filter select {
        padding: 10px 10px;
        font-size: 12px;
    }
    .testimonial-page-content {
        margin-bottom: 30px;
    }
    #reset-filter {
        font-size: 14px;
        padding: 9px 20px;
    }
    .footer-logo a img {
        margin: auto;
        max-width: 65%;
    }
	.dic-doc-logo-cartoon img {
    margin: 0;
    width: 100%;
    max-width: 200px;
}
    .home-services-section .practice-home-heading {
        font-size: 20px;
    }
    .our-service-box img {
        height: 300px;
    }
    .practice-section .our-services-title {
        font-size: 17px;
    }
    .services-button {
        font-size: 15px;
    }
    .practice-section .our-service-box:hover .service-hover-info {
        height: 120px;
    }
    .service-main-div {
        left: 20px;
        right: 20px;
        bottom: 46px;
    }
    .about-us-div {
        padding: 0px 230px 0 300px ;
    }
    .services-heading {
        font-size: 30px;
    }
    .testimonial-slider .testimonial-item {
        height: 270px;
    }
    .testimonial-slider .testimonial-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-slider .testimonial-right-svg svg {
        width: 30px;
        height: 30px;
    }
    .testimonial-right-svg {
        right: -16px;
    }
    .testimonial-slider .testimonial-svg {
        left: -16px;
    }
	.services-section .containers {
		margin-left: 140px;
	}
	.our-service-box .no-featured-wrapper {
		min-height: 300px;
	}
	.our-service-box .no-featured {
		padding: 30px;
	}
}



@media (max-width: 1536px) {
    .about-us-div {
        padding: 0 250px 0 300px;
    }
    .about-us-content {
        padding: 0 0px 0 40px;
    }
    .dr-edward-section {
        padding: 130px 0 160px 0;
    }
    .testimonial-slider .testimonial-item {
        height: 260px;
    }
    .testimonial-right-svg {
        right: -16px;
    }
    .testimonial-slider .testimonial-svg {
        left: -16px;
    }
	.services-section .containers {
    margin-left: 80px;
}
}

@media (max-width: 1440px) {
    .title, .heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .h2, h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .h3, h3 {
        font-size: 23px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .h4, h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .h5, h5 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .page-banner .h1, .page-banner h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .about-us-div {
        padding: 0 280px 0 350px;
    }
    .testimonial-slider .testimonial-svg {
        left: -18px;
    }
    .testimonial-right-svg {
        right: -18px;
    }
    .testimonial-slider .testimonial-item {
        height: 270px;
    }
	.services-section .containers {
    margin-left: 60px;
}
}

@media (max-width: 1400px) {
    .space-pd {
        padding: 70px 0;
    }
    .section-pd {
        padding: 70px 0;
    }
    .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .menu-top li a {
        font-size: 13px;
    }
    ul.menu-top li .sub-menu li a {
        font-size: 13px;
        padding: 5px 10px 5px 10px;
    }
    .header-contact-info a div {
        font-size: 14px;
    }
    .header-contact-info {
        padding-right: 20px;
    }
    .menu-top li.menu-item-has-children:after {
        right: 7px;
        background-size: 8px;
    }
    ul.menu-top li {
        padding: 3px 3px;
    }
    ul.menu-top li:hover {
        padding: 3px 3px;
    }
    .about-us-left-image img {
        width: 20%;
    }
    .about-us-right-image img {
        height: 380px;
        object-fit: cover;
    }
    .about-us-div {
        padding: 0 230px;
    }
    .about-us-content {
        padding: 0 80px 0 30px;
    }
    .common-subheading {
        font-size: 16px;
    }
    .stunning-results-btn {
        margin-top: 25px;
    }
    .practice_area_item {
        padding: 0px 0px 15px 0;
        margin-bottom: 15px;
    }
    .services-heading {
        margin-bottom: 0;
    }
    .services-area-heading-div svg {
        width: 60px;
        height: auto;
    }
    .services-main-title {
        margin-bottom: 40px;
    }
    .logo-div-area {
        padding: 0px 0 70px 0;
    }
    .testimonial-item {
        padding: 30px 30px;
    }
    .testimonial-content-page-main .testimonial-item {
        padding: 20px 20px;
    }
    .testimonial-slider .testimonial-item {
        height: 240px;
    }
    .testimonial-slider {
        padding-top: 30px;
    }
    .practice-icon-boxes img {
        height: 300px;
    }
    .dr-content {
        margin: 20px 0 20px 0;
    }
    .dr-desigination {
        font-size: 17px;
    }
    .patient-form-heading {
        font-size: 17px;
    }
    .contact-row {
        padding: 30px;
    }
    .team-page-row img {
        height: auto;
        object-fit: cover;
    }
    .location-botox-image img {
        height: 210px;
        object-fit: cover;
    }
    .testimonial-slider .testimonial-svg {
        left: -16px;
    }
    .testimonial-right-svg {
        right: -16px;
    }
    .feature-procedures .link-reveal-container img {
        height: 370px;
        object-fit: cover;
    }
    .link-reveal ul li a {
        font-size: 14px;
    }
    .feature-procedures .feature-title {
        font-size: min(max(24px, 2.5vw), 23px);
    }
}

@media (max-width: 1366px) {
    .testimonial-slider .testimonial-item {
        height: 245px;
    }
}


@media (max-width: 1280px) {
    .main-banner-images {
        width: 61%;
    }
    .banner-repeat-boxes img {
        height: 120px;
    }
    .home-banner {
    padding: 160px 0px 0px 0;
    height: auto;
    overflow: hidden;
}
    .dr-edward-section {
        padding: 140px 0 160px 0;
    }
    .testimonial-slider .testimonial-item {
        height: 240px;
    }
    .services-heading {
        font-size: 18px;
    }
    .hover-content {
        margin-top: 5px !important;
    }
    .practice_area_item {
        padding: 0px 0px 10px 0;
        margin-bottom: 10px;
    }
    .practice_areas_img {
        height: 98%;
    }
    .location-botox-image img {
        height: auto;
        object-fit: cover;
    }
	header#header.small-header .logo-wrapper a img {
    max-width: 65%;
}
	header#header .logo-wrapper a img {
    max-width: 65%;
}
	.services-section .containers {
    margin-left: 30px;
}
}

@media (max-width: 1230px) {
    .testimonial-slider .testimonial-item {
        height: 250px;
    }
	.dic-doc-logo-wrapper img {
   width: 70px;
        height: 90px;
}
	.btn {
    font-size: 12px;
    padding: 10px 10px;
}
	.phone-number {
    font-size: 13px;
}
}
@media (max-width: 1200px){
    .testimonial-slider .testimonial-item {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    /* Header menu for mobile */
    .right-top-wrap, .nav-menu-inner {
        display: none;
    }
.header-aside-col {
    justify-content: flex-end;
    width: 65%;
}
    /* header mobile menu */
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-wrap {
        background-color: #ffffff;
        position: fixed;
        top: 100px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 0px;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.23);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li > a {
        color: #000;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--color-2);
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        font-weight: 500;
        color: #ffffff;
        width: 100%;
        background: var(--color-2);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a {
        font-weight: 500;
        width: 100%;
        background-color: #c8a96a;
        color: #fff;
    }
    .current-menu-ancestor>a{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
        padding-left: 65px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }
    .sidebar-menu-arrow:not(#menu-main-menu .sidebar-menu-arrow)::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../img/arrow-black-down.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/arrow-black-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 45px;
        width: 45px;
        position: relative;
        z-index: 12;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: transparent;
        border: 1px solid white;
        border-radius: 0;
        margin-left: 12px;
        order: 3;
        align-items: center;
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 10px;
        width: 20px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: #fff;
        margin-top: 5px;
        text-align: center;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button.button-open .menu-bar {
        background: #fff;
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #ffffff;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: var(--color-2);
        z-index: 13;
        right: 0;
        top: 0;
        position: relative;
        width: 45px;
        border: transparent;
        height: 45px;
        align-items: center;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: #fff;
        width: 18px;
        top: -4px;
        background: #fff;
        left: 1px;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #fff;
        width: 18px;
        background: #fff;
        top: 0px;
        right: 0px;
    }
    .mobile-search-bar {
        top: 0;
        height: 45px;
        width: 45px;
        background: transparent;
        border: 1px solid white;
        border-radius: 0px;
        margin-left: 10px;
        margin-right: 0;
        order: 1;
    }
    .mobile-contact svg {
        width: 25px;
        height: 25px;
    }
    /*    .mobile-contact svg path {
            fill: white;
        }*/
    .mobile-contact {
        top: 0;
        height: 45px;
        width: 45px;
        background: transparent;
        border: 1px solid white;
        border-radius: 0px;
        margin-left: 12px;
        margin-right: 0;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-search-bar .white-search-icon {
        background-position: center;
        background-image: url(../img/search-white.svg);
    }
    .mobile-search-bar .white-search-icon:hover {
        background-image: url(../img/search-white.svg);
        transition: 0.5s;
    }
    .header-top-right {
        justify-content: flex-end;
    }
    .header-contact-info {
        margin-top: 0;
        top: 0;
        width: auto;
        padding-left: 0;
        padding-bottom: 0;
        border-left: none;
        height: 80px;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }
    .header-contact-info a {
        position: relative;
        top: 2px;
        padding: 0;
        line-height: 24px;
        background-position: 1px center;
        background-size: 38px;
        padding-left: 50px;
    }
    .phone-number {
        display: none;
    }
    header#header {
        padding: 11px 0 11px 0;
    }
    /*mobile menu css end*/
    .main-home-page-css {
        display: block !important;
    }
    .testimonial-slider .testimonial-item {
        height: 280px;
    }
	#header .container {
    max-width: 100%;
    padding: 0 10px;
}
	header#header.small-header .logo-wrapper a img {
    max-width: 80%;
}
	header#header .logo-wrapper a img {
    max-width: 80%;
}
	.dic-doc-logo-wrapper img {
    max-width: 80%;
}
}


@media (max-width: 1199px) {
.header-aside-col {
    justify-content: flex-end;
    width: 66%;
}
}


@media (max-width: 1024px) {
    .space-pd {
        padding: 70px 0;
    }
    .section-pd {
        padding: 70px 0;
    }
    .title, .heading {
        font-size: 35px;
        line-height: 45px;
    }
    .h2, h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 35px;
        text-transform: uppercase;
    }
    .btn {
        font-size: 16px;
        padding: 18px 30px;
    }
    .home-banner {
    padding: 150px 0 0 0;
    height: auto;
    margin-top: -35px;
}
    .repeater-banner-heading {
        font-size: 28px;
    }
    .banner-repeat-boxes img {
        height: 100px;
    }
    .logo-image-section .containers {
        margin-left: 10px;
    }
    .services-icon-boxes img {
        height: 350px;
    }
    .practice-home-heading {
        font-size: 25px;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .speak-lawyer-title {
        padding-right: 0;
    }
    .common-footer-form {
        padding: 30px;
    }
    .sidebar-page-wrap {
        padding-left: 0;
    }
    .sidebar-heading {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .sidebar-form {
        padding: 40px 20px;
    }
    .sidebar-blog-list {
        padding: 40px 20px;
    }
    .main-slider-blog-box-div img {
        height: 350px;
    }
    .main-slider-blog-title a {
        font-size: 25px;
    }
    a.page-numbers {
        height: 55px;
        width: 55px;
    }
    span.page-numbers.current {
        height: 55px;
        width: 55px;
    }
    .team-repeate-title {
        font-size: 30px;
    }
    .our-team-content-div h2 {
        margin-top: 0;
    }
    .servies-detail-banner {
        height: auto;
        padding: 120px 0 120px 0;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .home-banner-btn-area {
        display: block;
    }
    .banner-phone-area {
        margin-top: 10px;
    }
    .banner-phone-area img {
        width: 25px;
        height: 25px;
    }
    .banner-phone-area svg {
        width: 25px;
        height: 25px;
    }
    .banner-phone-area a {
        font-size: 16px;
    }
    .blog-section .containers {
        margin-left: 0;
    }
    .blog-button-list {
        margin: 0 10px;
    }
    .blog-controls {
        margin: 20px 10px 0 10px;
    }
    .footer-logo {
        max-width: 300px;
        margin: auto;
    }
    .footer-social {
        left: 0;
        justify-content: center;
        margin-top: 30px;
    }
    .footer-mobile-contact {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .sidebar-blog {
        padding-left: 20px;
    }
    .contact-us-section h2 {
        padding-right: 0;
    }
    .post-lists .post-blog-image img {
        height: 270px;
    }
    .home-blog-list .home-blog-category {
        font-size: 16px;
        padding: 5px 5px;
    }
    .blog-title-div {
        padding: 20px;
    }
    .blog-page .home-blog-category {
        font-size: 12px;
    }
    .blog-detail .home-blog-category {
        font-size: 16px;
    }
    .home-blog-list {
        margin-top: 0;
    }
    .home-blog-list .blog-box-div {
        margin: 0;
    }
    .btn-blog {
        font-size: 18px;
    }
    .service-banner-image {
        max-width: 100%;
    }
    .footer-contact-section {
        margin-bottom: 70px;
    }
    body {
        line-height: 28px;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 99%;
    }
    .page-banner {
        padding-top: 0;
    }
    .testimonial-slider {
        margin: 30px 0 0 0;
    }
    .about-us-div {
        padding: 0;
    }
    .award-winning-section h2 {
        padding: 0 190px;
    }
    .about-us-left-image img {
        width: 18%;
    }
    .about-us-content {
        padding: 0;
    }
    .about-us-right-image {
        display: none;
    }
    .stunning-results-content {
        padding-right: 0;
    }
    .award-repeate-row {
        margin: 20px 0 20px 0;
    }
    .dr-edward-row {
        padding: 40px;
    }
    .dr-edward-image {
        margin: 0;
    }
    .dr-edward-section {
        padding: 70px 0;
    }
    .testimonial-item {
        padding: 30px 30px;
    }
    .testimonial-content-page-main .testimonial-item {
        padding: 20px 20px;
    }
    .testimonial-slider .testimonial-item {
        height: 270px;
    }
    .testimonial-slider .testimonial-item {
        margin: 0px 30px 20px 30px;
    }
    .footer-logo a img {
        margin: auto;
        max-width: 100%;
    }
    header#header .logo-wrapper a img {
        max-width: 90%;
    }
    header#header.small-header .logo-wrapper a img {
        max-width: 90%;
    }
    .menu-wrap {
        top: 125px;
    }
    .location-dic-doc-image img {
        margin: 0;
    }
    .location-dic-doc-row {
        padding: 30px;
    }
    .skills-and-specialties-section h4 {
        margin-top: 0;
    }
    .education-and-traning-section h4 {
        margin-top: 0;
    }
    .education-and-traning-col {
        padding-right: 0;
    }
    .contact-row {
        padding: 30px;
    }
    .slick-dots {
        right: 0;
        left: 0;
    }
    .home-testimonial-btn {
        left: 0;
    }
    .edward-zimmerman-div {
        position: absolute;
        bottom: 0px;
        max-width: 100%;
    }
    .edward-award {
        padding: 30px 0 30px 0;
    }
    .pagination .next {
        right: -10px;
    }
    .dr-edward-content {
        padding-right: 0;
    }
    .team-page-row {
        flex-direction: column-reverse !important;
    }
    .team-page-row:nth-child(even) .team-page-column {
        padding: 30px 0;
    }
    .team-page-row:nth-child(odd) .team-page-column {
        padding: 30px 0;
    }
    .link-reveal ul li a {
        font-size: 15px;
    }
    .feature-procedures .link-reveal-container img {
        height: 450px;
        object-fit: cover;
    }
	.dic-doc-logo-wrapper img {
    max-width: 100%;
}
	.blog-box-div {
    display: block;
}
	.home-blog-list-image {
    width: 100%;
}
	.slider-blog-title-div {
    margin-top: 30px;
}
	.home-blog-list .blog-box-div img {
    height: 600px;
}
	.services-section .containers {
    margin-left: 0;
}
	.header-aside-col {
    width: 65%;
}
}

@media (max-width: 991px) {
    .title, .heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .page-banner .h1, .page-banner h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .h2, h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .h3, h3 {
        font-size: 27px;
        margin-bottom: 15px;
        margin-top: 25px;
        line-height: 40px;
    }
    .h4, h4 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .h5, h5 {
        font-size: 23px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .h6, h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .space-pd {
        padding: 70px 0;
    }
    .section-pd {
        padding: 70px 0;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .sidebar-page-wrap {
        padding-left: 0;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 50px;
    }
    .home-banner {
    padding: 200px 0 0px 0;
    height: auto;
    overflow: hidden;
    margin-top: -46px;
}
    .repeater-banner-heading {
        font-size: 28px;
        margin-top: 30px;
    }
    .banner-description {
        margin: 20px 0;
    }
    .banner-heading{
        font-weight: 400;
        font-size: 37px;
    }
    .banner-repeat-boxes img {
        height: 140px;
    }
    .repeat-heading {
        font-size: 20px;
    }
    .logo-image-section .containers {
        margin-left: 10px;
    }
    .services-icon-boxes img {
        height: 350px;
    }
    .practice-home-heading {
        font-size: 25px;
    }
    .homeblog-btn {
        text-align: left;
        margin: 20px 0 20px 0;
    }
    .common-footer-form {
        padding: 40px 20px;
    }
    .footer-social-icon-wrap {
        margin: 30px 0;
    }
    .footer-location-sec {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .menu-wrap {
        top: 125px;
    }
    .searchform .close-btn {
        right: 20px;
        top: 30px;
    }
    .blog-title-div {
        padding: 20px;
    }
    .blog-box-div {
        margin: 10px;
    }
    .blog-category {
        margin: 0px 0 15px 0;
    }
    nav.navigation.pagination {
        margin-bottom: 10px;
    }
    a.page-numbers {
        height: 55px;
        width: 55px;
    }
    span.page-numbers.current {
        height: 55px;
        width: 55px;
    }
    .sidebar-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .sidebar-form {
        padding: 50px 30px;
    }
    .sidebar-blog-list {
        padding: 50px 30px;
    }
    .blog-detail .sidebar-form {
        margin-top: 40px;
    }
    .our-team-content-div h2 {
        margin-top: 20px;
    }
    .team-repeate-title {
        font-size: 30px;
    }
    .our-team-content-div h2 {
        margin-top: 0px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .service-banner-heading {
        padding-right: 0;
    }
    .servies-detail-banner {
        height: auto;
        padding: 200px 0 0 0;
    }
    .servies-detail-banner .banner-main-image img {
        margin-top: 50px;
    }
    .sidebar-form {
        margin-top: 30px !important;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .home-banner-btn-area {
        display: flex;
        gap: 0 25px;
    }
    .footer-logo {
        margin: auto;
        max-width: 250px;
    }
    .footer-social {
        left: 0;
        justify-content: center;
    }
    .blog-section .containers {
        margin-left: 0;
    }
    .blog-controls {
        margin: 20px 15px 0 15px;
    }
    .blog-button-list {
        margin-right: 0;
        margin-left: 15px;
    }
    .service-banner-image {
        margin-top: 40px;
        width: 100%;
        margin: auto;
        padding-top: 0;
    }
    .sidebar-blog {
        padding-left: 0;
        margin-top: 30px;
    }
    .nap-item {
        line-height: 30px;
    }
    .blog-page .home-blog-category {
        font-size: 16px;
    }
    .copyright-wrapper .copyright {
        display: block;
    }
    .post-lists {
        margin-top: 0;
    }
    .home-blog-list .home-blog-category {
        font-size: 15px;
    }
    .faqs-tabs {
        margin-top: 30px;
    }
    .blog-detail .single-post-detail img {
        height: auto;
    }
    .post-lists .post-blog-image img {
        height: 290px;
    }
    .default-faq-question button.accordion-button.collapsed {
        font-size: 21px;
    }
    .default-faq-question .accordion-button {
        font-size: 21px;
    }
    .home-blog-list .blog-box-div {
        margin: 0px;
    }
    .home-blog-list {
        margin-top: 10px;
    }
	.slider-blog-title-div {
    margin-top: 30px;
}
    .single-services-default-page img {
        height: auto;
    }
    .btn-blog {
        font-size: 18px;
    }
    .contact-frm {
        padding-left: 0;
        margin-top: 30px;
    }
    .main-footer {
        padding-bottom: 50px;
    }
    .footer-phonenumber-title {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .footer-phonenumber .footer-phone-number {
        font-size: 30px;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .page-banner {
        padding-top: 35px;
    }
    .main-blog-page-slider {
        margin-top: 30px;
    }
    .parent-pages {
        padding: 50px 30px;
    }
    .podcast-music-boxes img {
        width: 100px;
        height: 120px;
    }
    .about-us-div {
        padding: 0;
    }
    .about-us-left-image img {
        width: 100%;
        position: relative;
    }
    .about-us-right-image img {
        height: 750px;
        object-fit: cover;
        position: relative;
        width: 100%;
        object-position: top;
    }
    .about-us-content {
        padding: 0;
    }
    .about-us-div {
        padding: 40px 0;
    }
    .common-subheading {
        font-size: 18px;
    }
    .stunning-results-content {
        padding-right: 0;
    }
    .award-repeate-row {
        margin: 40px 0 0px 0;
    }
    .dr-edward-row {
        padding: 30px;
    }
    .dr-edward-image {
        margin: 0;
    }
    .dr-edward-section {
        padding: 70px 0;
    }
    .testimonial-section h2 {
        margin-top: 0;
    }
    .testimonial-slider {
        margin: 40px 0 0 0;
    }
    .testimonial-item {
        padding: 20px 40px;
    }
    .testimonial-slider .testimonial-item {
        height: 235px;
    }
    .award-winning-section h2 {
        padding: 0;
    }
    .about-us-right-image {
        display: block;
    }
    .edward-zimmerman-div img {
        margin-bottom: 0;
    }
    .testimonial-slider .testimonial-item {
        margin: 0px 40px 10px 40px;
    }
    #servicesTabs {
        gap: 20px 20px;
    }
    .our-service-box img {
        height: 340px;
    }
    .patient-form-section h2 {
        margin-top: 0;
    }
    .location-botox-date {
        margin-top: 20px;
    }
    .location-dic-doc-row {
        background-color: #333333;
        padding: 40px;
    }
    .location-dic-doc-image img {
        margin: 0 auto 30px auto;
    }
    .dr-meet-single-page-section .dr-meet-single-page-content-div h4 {
        margin-top: 20px;
    }
    .skills-and-specialties-section h4 {
        margin-top: 0;
    }
    .education-and-traning-col {
        padding-right: 0;
    }
    .education-and-traning-col h4 {
        margin-top: 0;
    }
    .professional-memberhips-col {
        padding-left: 0;
    }
    .awards-recognition-section {
        padding-top: 0;
    }
    .awards-recognition-section h4 {
        margin-top: 20px;
    }
    .contact-row {
        padding: 30px;
    }
    .map-area iframe {
        height: 280px;
    }
    .practice-section .our-service-box:hover .service-hover-info {
        height: 140px;
    }
    .testimonial-section h2 {
        padding-right: 0;
    }
    .services-main-title {
        padding-bottom: 20px;
        margin-bottom: 20px !important;
    }
    .services-section h2 {
        margin-top: 0;
    }
    .edward-zimmerman-section h2 {
        margin-top: 0;
    }
    .team-page-row:nth-child(even) .team-page-column {
        padding: 20px 0 40px 0;
    }
    .team-page-row:nth-child(odd) .team-page-column {
        padding: 20px 0 40px 0;
    }
    .dr-content-div {
        padding-top: 20px;
    }
    .team-page-row {
        flex-direction: column-reverse;
    }
    .edward-zimmerman-div {
        position: relative;
        bottom: 0px;
        max-width: 100%;
    }
    .edward-award {
        padding: 30px 0 40px 0;
    }
    .pagination .next {
        right: -10px;
    }
    .stunning-results-section h2 {
        margin-top: 0;
    }
    .stunning-results-section {
        background-position: right !important;
    }
    .dr-edward-content {
        padding-right: 0;
    }
    .slick-dots {
        right: 0;
        left: 0;
    }
	.dic-doc-logo-wrapper img {
    max-width: 100%;
}
	.blog-box-div {
    display: block;
}
	.home-blog-list .blog-box-div img {
    height: 400px;
}
	.home-blog-list-image {
    width: 100%;
}
	.header-aside-col {
    width: 32%;
}
	.expect-image {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
}

@media (max-width: 767px) {
    .h5, h5 {
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 1.3;
    }
    .h4, h4 {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 1.4;
    }
    .h3, h3 {
        font-size: 27px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 1.4;
    }
    .h2, h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .section-pd {
        padding: 70px 0;
    }
    .space-pd {
        padding: 70px 0;
    }
    .title, .heading {
        margin-bottom: 15px;
        position: relative;
        display: block;
        color: var(--color-1);
        font-size: 35px;
        line-height: 1.3;
        font-weight: 400;
        font-family: var(--font-montserrat);
        letter-spacing: 0;
    }
    .logged-in header#header {
        top: 0;
    }
    .mobile-home-banner {
        padding: 150px 0 0 0;
        margin-top: -50px;
    }
	.mobile-home-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #000000d1;
}
    .banner-heading {
        font-size: 45px;
    }
    .logo-image-section .containers {
        margin-left: 10px;
    }
    .mobile-logo-image-section {
        background-color: #F5F5F5;
    }
    .mobile-repeater-div {
        background: linear-gradient(90deg, #000000 11.84%, #181F35 650px);
    }
    .mobile-logo-boxes {
        border: 1px solid #DFE1E0;
        padding: 15px 35px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .services-icon-boxes img {
        height: 400px;
    }
    .practice-home-heading {
        font-size: 20px;
    }
    .services-row {
        margin-top: 20px;
    }
    .criminal-process-div h2 {
        padding-right: 0;
    }
    .video-section .play-btn svg {
        width: 35px;
        height: 35px;
    }
    .faqs-tabs {
        margin-top: 30px;
    }
    .homeblog-btn {
        text-align: left;
        margin-top: 20px;
    }
    .blog-controls {
        display: none;
    }
    .footer-form-title {
        padding-right: 0;
    }
    .common-footer-form {
        padding: 40px 20px;
    }
    .searchform .close-btn {
        right: 10px;
        top: 20px;
    }
    .banner-heading {
        font-size: 28px;
        font-weight: 800;
    }
    .banner-subheading {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 300;
        padding: 0;
    }
    .mobile-repeater-section-heading {
        font-weight: 400;
        font-size: 32px;
    }
    .criminal-process-section img {
        margin-top: 35px;
    }
    .criminal-process-section {
        background: rgba(22, 29, 50, 1)!important;
    }
    .mobile-testimonial-section {
        background: linear-gradient(297.77deg, #020305 0.11%, #131829 63.31%);
    }
    .google-main-image {
        margin-bottom: 30px;
    }
    .mobile-testimonial-section .testimonial-page-inner {
        width: auto;
    }
    .mobile-testimonial-btn {
        margin-top: 40px;
    }
    .blog-box-div {
        margin: 30px 5px 0 5px;
    }
    .banner-description {
        margin: 15px 0 20px 0;
    }
    .main-slider-blog-box-div img {
        height: 380px;
    }
    .main-slider-blog-title a {
        font-size: 25px;
    }
    .blog-category {
        margin: 0px 0 15px 0;
    }
    a.page-numbers {
        height: 40px;
        width: 40px;
    }
    span.page-numbers.current {
        height: 40px;
        width: 40px;
    }
    nav.navigation.pagination {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 30px;
    }
    .sidebar-heading {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .footer-heading {
        font-size: 18px;
    }
    .footer-logo {
        max-width: 300px;
    }
    .sidebar-form {
        padding: 30px 20px;
    }
    .sidebar-blog-list {
        padding: 30px 20px;
    }
    .menu-wrap {
        top: 85px;
    }
    .main-slider-blog-box-div img {
        height: 350px;
    }
    .main-slider-blog-title a {
        font-size: 28px;
    }
    .our-team-content-div h2 {
        margin-top: 0;
    }
    .team-repeate-title {
        font-size: 30px;
    }
    .page-banner {
        margin-top: -46px;
    }
    .service-banner-heading {
        padding-right: 0;
    }
    .banner-description ul {
        display: block;
        column-count: 1;
        gap: 0;
    }
    .servies-detail-banner {
        height: auto;
        padding: 200px 0 0 0;
        margin-top: -46px;
    }
    .service-banner-btn-div {
        display: block;
        align-items: center;
        gap: 0;
        margin: 20px 0;
    }
    .service-banner-phone-area {
        margin-top: 20px;
    }
    .page-template-template-services-area-detail .mobile-logo-image-section {
        padding-top: 70px !important;
    }
    .servies-detail-banner .banner-main-image img {
        margin-top: 20px;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .blog-section .containers {
        margin: 0 10px;
    }
    .home-blog-list .blog-slide {
        width: 100%;
    }
    .footer-mobile-contact {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .nap-postal-address-wrapper {
        column-count: 1;
        width: 100%;
    }
    .footer-location-sec {
        margin-bottom: 0;
        padding-left: 0;
    }
    .nap-item {
        margin-bottom: 20px;
    }
    .banner-phone-area a {
        font-size: 16px;
    }
    .banner-phone-area img {
        width: 25px;
        height: 25px;
    }
    .banner-phone-area svg {
        width: 25px;
        height: 25px;
    }
    .mobile-banner-phone-area {
        margin-top: 20px;
    }
    .footer-logo {
        margin: auto;
    }
    .footer-logo a {
        display: block;
    }
    .footer-social {
        left: 0;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-social-icon-wrap {
        margin: 30px 0;
    }
    .service-banner-image {
        margin-top: 20px;
    }
    .home-banner {
        padding: 280px 0px 120px 0;
        height: auto;
        overflow: hidden;
        top: 0;
        margin-top: -46px;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        font-size: 60px;
    }
    .about-us-div {
        padding: 40px 0px 0 0;
    }
    .about-us-left-image img {
        position: relative;
        top: 0;
        left: 0;
    }
    .common-subheading {
        font-size: 18px;
    }
    .stunning-results-content {
        padding-right: 0;
    }
    .stunning-results-section h2 {
        margin-top: 0;
    }
    .dr-edward-row {
        padding: 20px 20px 80px 20px;
    }
    .dr-edward-image {
        margin: -74px 0 30px 0;
    }
    .dr-edward-section .row {
        flex-direction: column-reverse;
    }
    .about-us-content {
        padding: 0 0px;
    }
    .edward-zimmerman-award-image {
        border: 1px solid rgba(255, 255, 255, 0.20);
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .award-repeate-row {
        margin-top: 40px;
    }
    .mobile-search-bar-box {
        height: 85px;
    }
    .practice-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .practice-section .practice-home-heading {
        font-size: 30px;
    }
    .dr-edward-section {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .main-blog-post-content {
        width: auto;
        padding-left: 20px;
    }
    .main-blog-post-content {
        width: auto;
        padding: 15px 0px 0 0px;
    }
    .btn-blog {
        font-size: 16px;
    }
    .post-lists .post-blog-image img {
        height: 250px;
    }
    .no-featured-wrapper {
        height: 250px;
        padding: 0;
    }
    .pagination .next {
        width: 70px;
        height: 45px;
        font-size: 13px;
        right: -10px;
    }
    .pagination .prev {
        width: 70px;
        height: 45px;
        font-size: 13px;
        left: -10px;
    }
    .blog-post-div .main-blog-post-content .blog-title {
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .blog-detail .single-post-detail .h2 {
        font-size: 25px;
    }
    .blog-detail .single-post-detail h2 {
        font-size: 25px;
    }
    .blog-detail .single-post-detail .h3 {
        font-size: 22px;
    }
    .blog-detail .single-post-detail h3 {
        font-size: 22px;
    }
    .blog-search {
        margin-bottom: 30px;
    }
    .dr-content {
        margin: 10px 0 30px 0;
    }
    .dr-desigination {
        font-size: 18px;
    }
    .dr-content-div {
        padding-top: 20px;
    }
    .aesthetic-revolution-section .h2 {
        margin-top: 0;
    }
    .our-facility-image {
        margin-top: 20px;
    }
    .our-facility-section h2 {
        margin-top: 0;
    }
    .main-video-title {
        font-size: 20px;
        margin-top: 20px;
    }
    .footer-form-title {
        margin-top: 0;
    }
    .podcast-music-boxes img {
        width: 100px;
        height: 100px;
    }
    #testimonial-filter {
        display: block;
    }
    #reset-filter {
        text-align: left;
        display: block;
        margin-top: 20px;
    }
    #testimonial-filter select {
        margin-bottom: 20px;
    }
    .testimonial-section h2 {
        margin-top: 0;
    }
    .ranking-image {
        text-align: left;
        margin-bottom: 10px;
    }
    .testimonial-slider {
        margin: 0;
    }
    .slick-dots {
        display: none;
    }
    .testimonial-section {
        padding-bottom: 0;
    }
    .testimonial-slider {
        margin-bottom: 0 !important;
    }
    .footer-logo a img {
        margin: auto;
        max-width: 100%;
    }
    .practice-section {
        margin-top: 0;
    }
    .award-winning-section h2 {
        padding: 0;
    }
    .testimonial-slider .testimonial-item {
        height: auto;
        width: 100% !important;
        margin: auto !important;
        max-width: 100% !important;
    }
    .testimonial-slider .testimonial-item {
        margin: 0px 40px 0px 40px;
    }
    .nav-link {
        width: 100%;
    }
    #servicesTabs {
        margin: 10px 0 0px 0;
        display: block;
    }
    .nav-item {
        margin-bottom: 20px;
    }
    .practice-section .our-service-box:hover .service-hover-info {
        height: 140px;
    }
    .our-service-box img {
        height: 350px;
    }
    .location-dic-doc-row {
        padding: 20px;
    }
    .dr-meet-single-page-section .dr-meet-single-page-content-div h4 {
        margin-top: 20px;
    }
    .skills-and-specialties-section h4 {
        margin-top: 0;
    }
    .education-and-traning-section h4 {
        margin-top: 0;
    }
    .professional-memberhips-col {
        padding-left: 0;
        padding-top: 30px;
    }
    .education-and-traning-col {
        padding-right: 0;
    }
    .education-and-traning-section {
        padding-bottom: 0;
    }
    .awards-recognition-section h4 {
        margin-top: 20px;
    }
    .home-services-section .practice-home-heading {
        font-size: 30px;
    }
    .contact-frm {
        margin-top: 20px;
    }
    .main-footer .hours-name {
        margin-top: 0;
    }
    .contact-row {
        padding: 20px;
    }
    .map-area iframe {
        height: 220px;
    }
    .service-main-div {
        left: 30px;
        right: 30px;
    }
    .home-services-section {
        margin-top: 0px;
    }
    .home-testimonial-btn {
        margin-top: 40px;
    }
    .services-main-title {
        padding-bottom: 20px;
        margin-bottom: 20px !important;
    }
    .services-section h2 {
        margin-top: 0;
    }
    .team-page-row:nth-child(even) .team-page-column {
        padding: 20px 0 40px 0;
    }
    .team-page-row:nth-child(odd) .team-page-column {
        padding: 20px 0 40px 0;
    }
    .team-page-row {
        flex-direction: column-reverse;
    }
    .meet-phone-image-area {
        background-position: bottom -40px center;
    }
    .award-repeate-row {
        display: inline-flex;
    }
    .edward-award {
        display: none;
    }
    .blog-detail .blog-title {
        margin: 10px 0;
    }
    .events-btn {
        font-size: 16px;
    }
    .single-events-detail img {
        margin-bottom: 10px;
    }
    .blog-table th, td {
        padding: 2px;
    }
    .page-banner .h1, .page-banner h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .page-banner {
        padding-top: 80px;
    }
    .stunning-results-section {
        background-position: center !important;
    }
    .edward-zimmerman-div {
        position: relative;
        bottom: 0px;
        max-width: 100%;
    }
    .edward-zimmerman-award-image img {
        height: 130px;
        width: 100%;
        object-fit: contain;
    }
    .gallery-grid  a {
        flex-basis: calc(100% / 3 - 8px);
    }
    .slick-dots {
    display: flex !important;
}
	.dic-doc-logo-cartoon img {
    margin: auto;
    width: 100%;
    max-width: 250px;
    padding-bottom: 50px;
}
	.dic-doc-logo-wrapper img {
   width: 50px;
        height: 70px;
}
header#header .logo-wrapper a img {
    max-width: 70%;
}
	header#header.small-header .logo-wrapper a img {
    max-width: 70%;
}
	.slider-blog-title a {
    font-size: 25px;
    margin: 15px 0;
    display: block;
}
	.slider-blog-title-div {
    margin-top: 20px;
}
	.home-blog-list {
    margin-top: 5px;
}
	.services-section .containers {
    margin-left: 0;
}
	.expect-image {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 30px;
}
}


@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait){
    .repeater-banner-heading {
        font-size: 28px;
    }
    .left-heading {
        width: 70%;
    }
    .main-banner-images {
        width: 72%;
    }
    .home-banner-btn-area {
        display: block;
    }
    .services-icon-boxes img {
        height: 350px;
    }
    .services-main-div-area img {
        height: 100%;
    }
    .practice-home-heading {
        font-size: 22px;
    }
    .faq-content {
        padding-right: 0;
    }
    .logo-image-section .containers {
        margin-left: 10px;
    }
    .blog-section .containers {
        margin-left: 0;
    }
    .blog-controls {
        margin: 20px 15px 0 15px;
    }
    .blog-button-list {
        margin: 0 15px;
    }
    .slide-left, .slide-right {
        overflow: hidden;
        width: 100%;
        margin: 35px 0;
    }
    .banner-repeat-boxes img {
        height: 100px;
    }
    .pagination .next {
        right: -10px;
        top: 0;
    }
}

@media only screen
and (device-width: 1366px)
and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen and (min-width: 2160px) and (max-height: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}
/* ===== Mobile content-heading sizing fix (2026-08-25) =====
   The desktop rules `.default-page .default-content h2` and
   `.page-traveling-to-vegas .default-content h2` (36px) out-specify the
   generic `.h2, h2` mobile override, so long all-caps headings stayed 36px
   on phones and overflowed/clipped. Scale them down + allow wrapping. */
@media (max-width: 767px) {
    .default-page .default-content h2,
    .default-page .default-content .h2,
    .page-traveling-to-vegas .default-content h2,
    .page-traveling-to-vegas .default-content .h2 {
        font-size: 24px;
        line-height: 1.25;
        margin-top: 18px;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    .default-page .default-content h3,
    .default-page .default-content .h3,
    .page-traveling-to-vegas .default-content h3 {
        font-size: 20px;
        line-height: 1.3;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

/* ===== Mobile footer "Stay Connected" social icons -> black (2026-08-25) =====
   Icons are inline <svg> injected by JS (not <img>), drawn with a WHITE stroke,
   so the old `.main-footer ... img { filter: brightness(0) }` never applied.
   On mobile the footer renders light/cream, so the white glyphs were invisible.
   brightness(0) on the svg blackens both stroke- and fill-based icons. */
@media (max-width: 767px) {
    .main-footer ul.footer-social li a svg,
    .main-footer .footer-social li a svg {
        filter: brightness(0) !important;
        -webkit-filter: brightness(0) !important;
    }
}

/* ===== Mobile open-menu offset — clear header icon row (2026-08-25) ===== */
@media (max-width: 767px) {
    .menu-wrap {
        top: 119px;
    }
}
