@media screen and (min-width: 768px) {

    /* header css start */
    .site-header .mobile-menu {
        display: none;
    }

    /* footer css start */
    .site-footer .footer-col .footer-widget .acnav-label1 svg {
        display: none;
    }

    .footer-row .acnav-list1 {
        display: block !important;
    }

}

@media screen and (max-width: 1420px) {

    /* testimonial-sec css */
    .offset-left {
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --h1: normal 600 40px/1.2 var(--second-font);
        --h2: normal 600 36px/1.2 var(--second-font);
        --h3: normal 600 28px/1.2 var(--second-font);
        --h4: normal 600 24px/1.2 var(--second-font);
        --h5: normal 600 22px/1.2 var(--second-font);
        --h6: normal 600 20px/1.2 var(--second-font);
    }

    .section-title {
        margin-bottom: 20px;
    }


    /* footer css */
    .site-footer .footer-wrapper {
        padding: 60px 0;
    }

    .site-footer .footer-logo a {
        max-width: 120px;
    }

    .footer-wrapper .footer-left {
        max-width: 380px;
    }

    .site-footer .footer-right {
        max-width: calc(100% - 400px);
    }

    .site-footer .footer-col:not(:first-child) {
        padding-left: 25px;
    }

    /* home-banner-sec css */
    .home-banner-sec .banner-content h2 {
        font-size: 56px;
    }

    /* appointment sec css */
    .appointment-sec .check-box-div li {
        max-width: 25%;
        flex: 0 0 25%;
    }

    /********* our-progress-sec **********/
    .our-progress-info .our-progress-img svg {
        width: 28px;
        height: 28px;
    }

    .our-progress-info .our-progress-img {
        width: 60px;
        height: 80px;
    }

    .our-progress-wrp .our-progress-info:nth-child(2),
    .our-progress-wrp .our-progress-info:nth-child(3),
    .our-progress-wrp .our-progress-info:nth-child(1),
    .our-progress-wrp .our-progress-info:nth-child(4) {
        max-width: 25%;
    }
}

@media screen and (max-width: 991px) {
    :root {
        --h1: normal 600 34px/1.2 var(--second-font);
        --h2: normal 600 30px/1.2 var(--second-font);
        --h3: normal 600 24px/1.2 var(--second-font);
        --h4: normal 600 22px/1.2 var(--second-font);
        --h5: normal 600 20px/1.2 var(--second-font);
        --common-text: normal 400 16px/1.4 var(--first-font);
    }

    .subtitle {
        font-size: 18px;
    }

    .pb {
        padding-bottom: 40px;
    }

    .pt {
        padding-top: 40px;
    }

    /* header css start */
    .site-header .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
        padding-right: 15px;
    }

    .site-header .main-navigationbar .menu-items-col .main-nav>li a {
        font-size: 14px;
    }

    .site-header .main-navigationbar .logo-col {
        max-width: 80px;
    }

    .menu-item-right ul li.contact-btn .btn {
        padding: 10px 15px;
    }

    /* footer css */
    .site-footer .footer-wrapper {
        padding: 40px 0;
    }

    .footer-wrapper .footer-left {
        max-width: 100%;
    }

    .site-footer .footer-logo {
        text-align: center;
    }

    .site-footer .footer-right {
        max-width: 100%;
        margin: 40px 0 0 0;
    }

    .site-footer .footer-col:not(:first-child) {
        padding-left: 20px;
    }

    .footer-wrapper .footer-left p {
        text-align: center;
    }

    /* home-banner-sec css */
    .home-banner-sec .banner-content h2 {
        font-size: 43px;
    }

    .home-banner-sec .working-hrs {
        gap: 20px 25px;
    }

    .home-banner-sec .hrs-info h3 {
        font-size: 18px;
    }

    /********** blog sec css   **********/
    .blog-sec .section-title {
        flex-direction: column;
        text-align: center;
        margin-bottom: 25px;
    }

    .blog-sec .section-title .section-title-left {
        max-width: 100%;
    }

    /* appointment sec css */
    .appointment-sec .check-box-div li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .appointment-sec .appointment-leaf {
        max-width: 14vw;
    }

    /*********  contact us sec css  *******/
    .contact-form {
        padding: 20px 15px;
    }

    .contact-form .form-group textarea {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    /*********  service sec css  *******/
    .service-sec .section-title .section-title-left::after,
    .service-sec .section-title .section-title-left::before {
        display: none;
    }

    .service-sec .section-title .section-title-left {
        padding: 0;
    }

    .service-sec .section-title .section-title-left,
    .service-sec .section-title .section-title-left h2 {
        max-width: 100%;
    }

    .service-sec .section-title {
        flex-direction: column;
        text-align: center;
        margin-bottom: 25px;
    }

    .service-content-left {
        margin-bottom: 20px;
        height: auto;
    }

    /********  our-progress-sec css   *********/
    .our-progress-sec {
        padding: 40px 0;
    }

    .our-progress-info .our-progress-img {
        width: 50px;
        height: 70px;
    }

    .our-progress-info .our-progress-content p {
        font-size: 14px;
    }

    .our-progress-info .our-progress-content {
        padding-left: 10px;
    }

    .our-progress-info .our-progress-content .counter {
        padding-right: 25px;
    }

    .our-progress-wrp .our-progress-info:nth-child(1),
    .our-progress-wrp .our-progress-info:nth-child(4) {
        justify-content: center;
    }

}

@media screen and (max-width: 767px) {
    :root {
        --h1: normal 600 30px/1.2 var(--second-font);
        --h2: normal 600 28px/1.2 var(--second-font);
        --h3: normal 600 26px/1.2 var(--second-font);
        --h4: normal 600 18px/1.2 var(--second-font);
        --h5: normal 600 16px/1.2 var(--second-font);
    }

    .btn {
        padding: 10px 16px;
    }

    /* header css */
    .main-nav {
        position: relative;
        width: 100%;
        height: 100%;
        background: var(--white);
        border-top: 1px solid var(--black);
        z-index: 2;
        flex-direction: column;
    }

    .site-header .main-navigationbar {
        padding: 10px 0;
    }

    .menu-item-left,
    .menu-item-right .mobile-menu-button svg.close-icon {
        display: none;
    }

    .menu-item-left.open {
        display: block;
        order: 3;
        width: calc(100% + 30px);
        height: 100%;
        margin: 15px -15px 0;
    }

    .site-header .main-navigationbar .menu-items-col .main-nav>li {
        width: 100%;
        padding: 10px 15px;
        color: var(--primary-color);
    }

    .site-header .main-navigationbar .menu-items-col .main-nav>li a {
        width: 100%;
    }

    .site-header .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
        border-bottom: 1px solid var(--border-color);
    }

    .site-header .main-navigationbar .main-nav li>a:before {
        display: none;
    }

    .site-header.fixed .sticky-header {
        position: relative;
    }

    .site-header.fixed .sticky-header {
        background-color: var(--secondary-color);
    }

    .site-header .menu-item-right .contact-btn .btn {
        padding: 7px;
    }

    .site-header .menu-item-right .contact-btn .btn,
    .site-header .mobile-menu .mobile-menu-button {
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    .menu-item-right ul li {
        width: 42px;
        height: 42px;
    }

    .site-header .menu-item-right .contact-btn a svg {
        display: block;
    }

    .site-header .menu-item-right .contact-btn a svg path {
        fill: var(--white);
        stroke: var(--theme-color);
    }

    .site-header .menu-item-right .contact-btn a span {
        display: none;
    }

    .site-header .mobile-menu {
        display: block;
    }

    /* footer css */
    .site-footer .footer-wrapper {
        padding: 40px 0 20px;
    }

    .site-footer .footer-logo {
        padding-bottom: 20px;
    }

    .site-footer .footer-logo a {
        max-width: 100px;
    }

    .site-footer .footer-right {
        margin: 20px 0 0 0;
    }

    .site-footer .footer-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .site-footer .footer-col .footer-widget .acnav-label1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 10px;
    }

    .site-footer .footer-col .footer-widget .acnav-label1 span {
        flex: 1;
        display: block;
    }

    .site-footer .footer-col .acnav-label1 svg {
        height: 11px;
        width: 11px;
        transition: all 500ms ease-in-out 0s;
        -webkit-transition: all 500ms ease-in-out 0s;
        -moz-transition: all 500ms ease-in-out 0s;
        -ms-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
    }

    .site-footer .footer-col .footer-widget .acnav-label1 svg path {
        fill: var(--white);
    }

    .site-footer .footer-col .is-open.acnav-label1>svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .footer-row .acnav-list1,
    .site-footer .footer-col h2:after {
        display: none;
    }

    .footer-row .footer-col:not(:last-of-type) .acnav-list1 {
        padding: 0 0 12px 0;
        margin: 10px 0;
    }

    .site-footer .footer-col:not(:first-child) {
        padding: 0;
    }

    .site-footer .footer-widget ul.acnav-list1>li:not(:last-of-type) {
        margin-bottom: 8px;
    }

    /* home-banner-sec css */

    .home-banner-sec .banner-content {
        margin-bottom: 15px;
        text-align: center;
    }

    .home-banner-sec .banner-content .section-title {
        margin-bottom: 15px;
    }

    .home-banner-sec {
        padding: 115px 0 0;
    }

    .home-banner-sec .working-hrs {
        gap: 15px;
    }

    .home-banner-sec .working-wrp {
        padding: 15px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .home-banner-sec .hrs-info span {
        padding: 10px 15px;
    }

    .home-banner-sec .hrs-info {
        gap: 10px;
    }

    .home-banner-sec .hrs-info h3 {
        font-size: 16px;
    }

    /* appointment sec css start */
    .appointment-sec .check-box-div li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .steps ul li::after {
        display: none;
    }

    .steps ul li:not(:last-of-type) {
        padding: 0;
    }

    .steps ul li span {
        height: 20px;
        width: 20px;
    }

    .appointment-sec .steps {
        margin-bottom: 20px;
    }

    .appointment-sec .appointment-wrp {
        padding: 20px 15px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .payment-method-form .radio-group label img {
        max-width: 30px;
    }

    .appointment-sec .step-btns {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
        justify-content: center;
    }

    .appointment-sec .tabs {
        justify-content: center;
        gap: 15px;
    }

    .appointment-sec .tabs li {
        flex: 1;
        text-align: center;
    }

    /********* contact us sec css  *********/
    .contact-us-sec {
        padding-top: 0;
    }
    .contact-us-sec .section-title {
        text-align: center;
    }
    .contact-us-sec .contact-row {
        flex-direction: column-reverse;
    }
    .contact-form {
        margin-top: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .contact-inner-right .map {
        height: 300px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .blog-sec .blog-bg {
        left: 10%;
        bottom: -15px;
    }

    /******** about sec css  ********/
    .about-sec .row {
        flex-direction: column-reverse;
    }

    .about-image-left {
        margin-top: 20px;
    }

    .about-content-right {
        text-align: center;
    }

    /******* service sec css  *******/
    .service-card-inner {
        padding: 15px;
    }

    .service-card-inner .service-image {
        width: 50px;
        height: 50px;
    }

    .service-card-inner .service-image svg {
        width: 25px;
        height: 25px;
    }

    /******  our-progress-sec css   ********/
    .our-progress-wrp .our-progress-info {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .our-progress-info .our-progress-content .counter {
        padding: 0;
    }
    .our-progress-info .our-progress-content .counter::after {
        right: -20px;
    }

    .our-progress-info .our-progress-content {
        padding-left: 0;
    }
    .our-progress-info .our-progress-img {
        width: 50px;
        height: 50px;
    }

    /* booking-sec css */
    .booking-sec .booking-wrp {
        flex-direction: column;
        text-align: center;
    }


}

@media screen and (max-width: 575px) {
    :root {
        --h1: normal 600 30px/1.2 var(--second-font);
        --h2: normal 600 24px/1.2 var(--second-font);
        --h3: normal 600 22px/1.2 var(--second-font);
    }

    .nice-select,
    .form-control,
    input:not([type="submit"]),
    input:not([type="checkbox"]),
    input:not([type="button"]),
    input:not([type="radio"]),
    textarea,
    textarea.form-control,
    .payment-method-form .radio-group label {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 10px;
    }

    .nice-select .list {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    /* footer css */
    .site-footer .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    /* home-banner-sec css */
    .home-banner-sec .banner-content h2 {
        font-size: 34px;
    }

    .home-banner-sec {
        padding: 85px 0 0;
    }

    .home-banner-sec .hrs-info span {
        padding: 0;
        background: none;
    }

    .home-banner-sec .hrs-info {
        max-width: 375px;
        width: 100%;
        justify-content: space-between;
    }

    .home-banner-sec .working-wrp {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    .home-banner-sec .working-hrs {
        gap: 10px;
    }

    /* appointment sec css start */
    .appointment-sec .checkbox-custom label {
        padding: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .appointment-sec .checkbox-custom label svg {
        display: none;
    }

    .appointment-sec .tabs {
        gap: 5px;
        align-items: baseline;
    }

    .appointment-sec .tabs li a {
        padding: 0 0 5px;
        font-size: 12px;
    }


    .steps ul li {
        flex-direction: column;
        flex: 1;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    .appointment-sec .appointment-bg {
        display: none;
    }

    .appointment-sec .appointment-wrp h3 {
        text-align: center;
    }

    .appointment-sec .appointment-leaf {
        max-width: 20vw;
        top: -15px;
    }

    /****** CONTACT US SEC CSS ********/
    .contact-form .form-group textarea {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    /****** about sec css   *******/
    .about-content-right .about-bg {
        display: none;
    }

    /****** service sec css  ********/
    .service-content-left .row {
        row-gap: 15px;
    }

    .service-card-inner {
        text-align: center;
    }
    .service-content-bottom a {
        justify-content: center;
    }

    .service-card-inner .service-image {
        margin: 0 auto 15px;
    }

    /* blog-sec css */
    .blog-card-inner .blog-card-content {
        text-align: center;
    }

    /*******  our-progress-sec css  *********/
    .our-progress-wrp {
        row-gap: 15px;
    }

    .our-progress-wrp .our-progress-info:nth-child(2),
    .our-progress-wrp .our-progress-info:nth-child(3),
    .our-progress-wrp .our-progress-info:nth-child(1),
    .our-progress-wrp .our-progress-info:nth-child(4) {
        max-width: 50%;
    }

    .our-progress-info:not(:last-of-type)::before {
        display: none;
    }

    /* testimonial-sec css */
    .offset-left {
        padding: 0 15px;
    }

}
