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

    .site-footer .footer-col .footer-widget .acnav-label1 svg {
        display: none;
    }

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

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

@media screen and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --h1: normal 700 48px/1.2 var(--first-font);
        --h2: normal 700 36px/1.2 var(--first-font);
        --h3: normal 400 26px/1.2 var(--first-font);
        --h4: normal 400 22px/1.2 var(--first-font);
        --h5: normal 400 20px/1.2 var(--second-font);
        --common-text: normal 400 16px/1.3 var(--second-font);
    }

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

    p:not(:last-of-type) {
        margin-bottom: 10px;
    }

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

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

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

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

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

    .site-footer .subscribe-form-wrapper .subscribe-btn {
        padding: 8px 12px;
        font-size: 16px;
    }

    .site-footer .footer-col h2 {
        font-size: 18px;
    }

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

    .footer-col.footer-contact-col {
        flex: 110px;
    }

    .site-footer .footer-bottom {
        padding: 15px 0px;
    }

    /* home-banner sec start */
    .home-banner-sec .section-title,
    .about-right-col .section-title {
        margin-bottom: 15px;
    }

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

    .banner-btn-wrp {
        margin-top: 25px;
    }

    /*home-banner sec end */
    /* about sec start  */
    .about-right-col .btn {
        margin-top: 20px;
    }

    .about-right-col {
        max-width: 90%;
    }

    /* about sec end */
    /* service sec start  */
    .service-left-col {
        max-width: 250px;
    }

    .service-right-col {
        max-width: calc(100% - 305px);
    }

    .service-card-content {
        padding: 40px 25px;
    }

    /* service sec end */
    /* portfolio sec start  */
    .our-portfolio-sec .section-title {
        margin-bottom: 30px;
    }

    /* portfolio sec end */
    /* our tem sec start  */
    .team-bg-wrp {
        max-width: 100%;
    }

    /* our tem sec end */
    /* appoinment - info start  */
    .appointment-info-sec {
        padding: 65px 0;
    }

    .appointment-info-top {
        margin: 0 auto 15px;
    }

    .appointment-info-bottom .btn {
        margin-top: 25px;
    }

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

    /* appointment sec css end */
    /* testimonial-sec start  */
    .testimonial-top-content p {
        max-width: 100%;
    }

    .testimonial-card {
        padding: 15px;
    }

    .testimonial-top-content h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .testimonial-bottom-content {
        margin-top: 12px;
    }

    .testimonial-img-content {
        margin-bottom: 10px;
    }

    /* testimonial-sec end */
    /* blog sec start  */
    .blog-card {
        padding: 30px 20px;
    }

    .blog-btn-wrp {
        margin-top: 15px;
    }

    .blog-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* blog sec end  */
    /* contact sec start */
    .contact-form .form-control, .contact-form input:not([type="submit"]), .contact-form input:not([type="checkbox"]), .contact-form input:not([type="button"]), .contact-form input:not([type="radio"]), .contact-form textarea {
        padding: 15px 20px;
    }

    .form-container .form-group:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .form-container .form-group:last-of-type {
        margin: 20px 0 0 0;
    }

    .contact-right-col .section-title {
        margin-bottom: 25px;
    }

    .contact-wrp {
        gap: 40px;
    }

    /* contact sec  end*/
    /* working-day-info-sec start  */
    .working-right-col {
        max-width: 100%;
        padding: 20px;
    }

    .working-info-wrp .working-info p,
    .working-info-wrp .working-info span {
        font-size: 18px;
    }

    .working-info-wrp .working-info p, .working-info-wrp .working-info span {
        font-size: 16px;
    }

    .working-info-wrp .working-info li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* working-day-info-sec end  */

}

@media screen and (max-width: 991px) {
    :root {
        --h1: normal 700 38px/1 var(--first-font);
        --h2: normal 700 28px/1.2 var(--first-font);
        --h3: normal 400 22px/1.2 var(--first-font);
        --h4: normal 400 20px/1.2 var(--first-font);
        --h5: normal 400 18px/1.2 var(--second-font);
        --h6: normal 500 16px/1.3 var(--second-font);
        --common-text: normal 400 14px/1.2 var(--second-font);
    }

    .btn {
        padding: 8px 14px;
    }

    .desk-only {
        display: none !important;
    }

    .pb {
        padding-bottom: 40px;
    }

    .pt {
        padding-top: 40px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    /* footer css start*/
    .site-footer {
        background-position: center;
    }

    .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: 50px;
    }

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

    /* footer css end */
    /* home-banner sec start */
    .home-banner-sec {
        padding: 130px 0 90px;
    }

    .home-banner-wrp {
        max-width: 75%;
    }

    /* home-banner sec end */
    /* about sec start  */
    .about-right-col {
        max-width: 100%;
    }

    .about-left-col {
        padding-top: 88%;
        max-width: 100%;
    }

    /* about sec end */
    /* service sec start  */
    .service-left-col {
        max-width: 100%;
        text-align: center;
    }

    .service-right-col {
        max-width: 100%;
    }

    .service-sec-wrp {
        gap: 20px;
    }

    .service-part-1 {
        margin-bottom: 20px;
    }

    .service-card-content {
        padding: 20px;
    }

    .service-part-2 {
        gap: 20px;
    }

    .service-btn-wrp {
        display: block;
    }

    .service-slider .swiper-button-next,
    .service-slider .swiper-button-prev {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    .service-slider .swiper-button-next{
        right: 10px;
    }
    .service-slider .swiper-button-prev {
        left: 10px;
    }
    /* service sec end */
    /* team sec start */
    .our-team-sec .team-card {
        padding: 15px;
    }

    /* team sec end  */
    /* .appointment-info- sec start  */
    .appointment-info-sec {
        padding: 40px 0;
    }

    .appointment-info-top {
        max-width: 75%;
    }

    .appointment-info-bottom {
        max-width: 65%;
    }

    .appointment-info-bottom .btn {
        margin-top: 20px;
    }

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

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

    .steps ul li:not(:last-of-type)::after {
        width: 35px;
    }

    /* appointment sec css end */
    /* testimonial-sec start  */
    .testimonial-bg svg {
        width: 60px;
        height: 40px;
    }

    .testimonial-img {
        width: 65px;
        height: 65px;
    }

    /* testimonial-sec start  */

    /* blog sec start  */
    .blog-card {
        padding: 20px 15px;
    }

    .blog-card h3 {
        font-size: 16px;
    }

    .blog-card .btn {
        font-size: 14px;
    }

    .blog-btn-wrp .btn svg {
        width: 7px;
        height: 14px;
    }

    /* blog sec end */
    /* contact-us sec css start */
    .contact-wrp {
        gap: 25px;
    }

    .contact-bg-img {
        border-radius: 0 100px 0 0;
        -webkit-border-radius: 0 100px 0 0;
        -moz-border-radius: 0 100px 0 0;
        -ms-border-radius: 0 100px 0 0;
        -o-border-radius: 0 100px 0 0;
    }

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

    .contact-us-sec .contact-form .contact-btn {
        max-width: 100px;
    }

    /* working-day-info-sec start  */
    .working-info-wrp {
        display: flex;
        justify-content: center;
    }

    .working-info {
        max-width: 80%;
        width: 100%;
    }

    /* working-day-info-sec end*/

}

@media screen and (max-width: 767px) {
    :root {
        --h4: normal 400 18px/1.2 var(--first-font);
    }

    .section-title .subtitle {
        margin-bottom: 5px;
        letter-spacing: 0px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    /* header sec start  */
    .site-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3;
        background-color: transparent;
    }

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

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

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

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

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

    .main-nav {
        position: relative;
        width: 100%;
        height: 100%;
        background: var(--white);
        flex-direction: column;
        z-index: 2;
    }

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

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

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

    .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;
    }

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

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

    /* header sec end  */

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

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

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

    .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;
    }

    /* banner sec start */
    .home-banner-wrp {
        max-width: 100%;
    }

    .banner-btn-wrp,
    .about-right-col .btn {
        margin-top: 15px;
    }

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

    /* banner sec end */

    /* about sec start  */
    .about-sec .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

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

    /* about sec end */
    /* service sec start  */
    .service-img {
        display: none;
    }

    .service-card-content {
        text-align: center;
    }

    .service-card-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    /* service sec end */
    /* blog sec start  */
    .blog-slider-btn {
        display: block;
    }

    /* blog sec end */
    /* our team sec css start */
    .our-team-sec .team-card .team-image {
        margin-bottom: 10px;
    }

    .team-btn-wrp {
        display: block;
    }

    .team-bg-wrp {
        position: relative;
        padding-top: 70%;
        display: block;
        z-index: -1;
    }

    .team-bg-wrp img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    /* our team sec css end*/
    /* appointment sec css start */
    .appointment-sec .appointment-wrp h3 {
        margin-bottom: 18px;
    }

    .appointment-sec .check-box-div li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0px 7px 12px 7px;
    }

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

    .steps ul {
        gap: 10px;
    }

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

    .steps ul li span {
        height: 22px;
        width: 22px;
        font-size: 12px;
    }

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

    .appointment-sec .appointment-wrp {
        padding: 20px 15px;
    }

    .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;
    }

    /* appointment sec end  */
    /* testimonial- sec start  */
    .testimonial-btn-wrp,
    .portfolio-btn-wrp {
        display: block;
    }

    .testimonial-btn-wrp .swiper-button-next,
    .testimonial-btn-wrp .swiper-button-prev,
    .blog-slider-btn .swiper-button-next,
    .blog-slider-btn .swiper-button-prev {
        position: unset;
    }

    .testimonial-btn-wrp,
    .blog-slider-btn {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .testimonial-slider .swiper-wrapper,
    .blog-slider .swiper-wrapper {
        padding: 0 0 40px 0;
    }

    .testimonial-slider .swiper-slide-active {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .testimonial-slider .swiper-slide {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    /* testimonial- sec end */
    /* contact-us sec css start */
    .contact-wrp {
        flex-direction: column-reverse;
    }

    .contact-left-col {
        max-width: 100%;
    }

    .contact-right-col {
        width: 100%;
    }

    .contact-bg {
        left: 0;
        top: 0;
    }

    .contact-bg-img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .contact-bg svg {
        width: 28vw;
        height: 28vw;
    }

    /* contact-us sec css end */
    /* working-day-info-sec start  */
    .our-map {
        position: relative;
        padding-top: 50%;
        display: block;
    }

    .our-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .working-row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .working-info-wrp .working-info {
        max-width: 100%;
        column-count: 2;
    }

    .working-info-wrp .working-info li:not(:last-of-type),
    .working-content {
        margin-bottom: 15px;
    }

    /* working-day-info-sec end */
    /* gallery sec start  */
    .gallery-btn-wrp {
        display: block;
    }

    /* gallery sec end */

}

@media screen and (max-width: 575px) {
    :root {
        --h1: normal 700 26px/1.2 var(--first-font);
        --h2: normal 700 24px/1.2 var(--first-font);
        --h3: normal 400 20px/1.2 var(--first-font);
        --h5: normal 400 16px/1.2 var(--second-font);
        --h6: normal 500 14px/1.4 var(--second-font);
    }

    /* footer css */
    .site-footer .subscribe-form-wrapper .input-wrapper {
        padding: 5px 5px 5px 15px;
    }

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

    .site-footer .footer-col h2 {
        font-size: 16px;
    }

    .site-footer .subscribe-form-wrapper .subscribe-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    /* footer sec end  */
    /* home-banner-sec start  */
    .home-banner-wrp .banner-bottom-content {
        max-width: 100%;
    }

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

    .home-banner-sec .section-title,
    .about-right-col .section-title {
        margin-bottom: 10px;
    }

    /* HOME BANNER SEC END  */
    /* team sec start  */
    .team-bg-wrp {
        display: none;
    }

    .our-team-content {
        position: unset;
        padding: 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .our-team-sec .our-team-slider.swiper {
        padding: 10px 8px 8px 8px;
    }

    .our-team-sec .section-title {
        margin-bottom: 5px;
    }

    /* team sec end */

    /* appointment sec css start */

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

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

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

    .steps ul {
        gap: 5px;
        align-items: start;
    }

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

    .nice-select {
        padding: 10px 35px 10px 10px;
    }

    .form-control, input:not([type="submit"]), input:not([type="checkbox"]), input:not([type="button"]), input:not([type="radio"]), textarea {
        padding: 8px 15px;
    }

    /* appointment sec css end*/
    /* appointmen info sec start  */
    .appointment-info-top {
        max-width: 100%;
    }

    .appointment-info-bottom {
        max-width: 100%;
    }

    .appointment-info-sec {
        padding: 25px 0;
    }

    .appointment-info-bottom .btn {
        margin-top: 12px;
    }

    .appointment-info-top {
        margin-bottom: 10px;
    }

    /* appointmen info sec end */
    /* working-day-info-sec start*/
    .working-info-wrp .working-info {
        max-width: 290px;
        column-count: unset;
    }

    .working-content h3 {
        font-size: 18px;
    }

    /* working-day-info-sec end */
    /* gallery sec start  */
    .gallery-img {
        padding-top: 100%;
    }

    /* gallery sec end */

}

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

    /* header -sec start  */
    .site-header .menu-item-right .contact-btn a.btn {
        padding: 7.5px 8px;
    }

    .site-header .mobile-menu .mobile-menu-button {
        padding: 6.5px 7px;
    }

    .site-header .mobile-menu {
        height: 31px;
    }

    .site-header .menu-item-right .contact-btn a svg {
        width: 16px;
        height: 16px;
    }

    .site-header .mobile-menu .mobile-menu-button div {
        width: 18px;
        height: 2px;
    }

    .change .one {
        transform: translate(0, 4px) rotate(-45deg);
        -webkit-transform: translate(0, 4px) rotate(-45deg);
        -moz-transform: translate(0, 4px) rotate(-45deg);
        -ms-transform: translate(0, 4px) rotate(-45deg);
        -o-transform: translate(0, 4px) rotate(-45deg);
    }

    /* header end  */
    /* appointment sec start  */
    .appointment-sec .appointment-wrp h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .nice-select span {
        font-size: 14px;
    }

    /* appointment sec end */
    /* contact sec start  */
    .contact-bg {
        top: 30px;
    }

    /* contact sec end  */
    /* working sec start  */
    .our-map {
        padding-top: 100%;
    }

    /* working sec end */

    .back-scroll.btn {
        right: 20px;
        padding: 6px;
    }
}
