@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;
    }
    .tab-btn-wrapper .swiper-button-prev,
    .tab-btn-wrapper .swiper-button-next {
        opacity: 0;
        visibility: hidden;
        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;
    }
    .swiper:hover .tab-btn-wrapper .swiper-button-prev,
    .swiper:hover .tab-btn-wrapper .swiper-button-next{
        opacity: 1;
        visibility: visible;
    }



}


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

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


    /* footer css */
    .site-footer .footer-wrapper {
        padding: 60px 0;
    }
    .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;
    }

    /* appointment sec css */
    .appointment-sec .check-box-div li {
        max-width: 25%;
        flex: 0 0 25%;
    }
    /***** home banner sec css  ********/
    .banner-content .section-title h2{
        font-size: 57px;
    }
    /******** testimonial-sec css  *********/
    .testi-image{
        width: 115px;
        height: 70px;
        bottom: -35px;
    }
    .testimonial-slider{
        padding-bottom: 40px;
    }
    /********* working-hrs-sec  css  **********/
    .working-hrs-content .section-title {
        margin-bottom: 25px;
    }

   
}

@media screen and (max-width: 991px) {
    :root {
        --h1: normal 500 34px/1.2 var(--first-font);
        --h2: normal 500 30px/1.2 var(--first-font);
        --h3: normal 500 24px/1.2 var(--first-font);
        --h4: normal 500 22px/1.2 var(--first-font);
        --h5: normal 500 20px/1.2 var(--first-font);
        --common-text: normal 400 14px/1.4 var(--second-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: 130px;
    }

    .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;
    }
    /* appointment sec css */
    .appointment-sec .check-box-div li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .appointment-sec   .section-title {
        flex-direction: column;
        text-align: center;
        margin-bottom: 25px;
    }
    .appointment-sec  .section-title .section-title-left {
        max-width: 100%;
    }

    .appointment-sec  .section-title .section-title-left h2{
        max-width: 100%;
    }
    /**********  home banner sec css  **********/
    .banner-content{
        max-width: 100%;
    }
    .banner-content .section-title h2{
        font-size: 40px;
    }
    .home-banner-sec{
        padding: 0 0 50px 0;
    }

    /******** testimonial-sec  css  *********/
    .testimonial-content p{
        font-size: 18px;
    }
    
   
    
}

@media screen and (max-width: 767px) {
    :root {
        --h1: normal 500 30px/1.2 var(--first-font);
        --h2: normal 500 28px/1.2 var(--first-font);
        --h3: normal 500 26px/1.2 var(--first-font);
        --h4: normal 500 20px/1.2 var(--first-font);
        --h5: normal 500 20px/1.2 var(--first-font);
    }
    .btn-secondary,
    .btn {
        padding: 10px 16px;
    }

    /* header css */
    .site-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .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;
        border-bottom: none;
    }

    .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 .main-navigationbar .navigationbar-row .menu-item-right .mobile-menu .mobile-menu-button {
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }
    .site-header .main-navigationbar .navigationbar-row .menu-item-right .btn:hover{
        background-color: var(--theme-color);
    }
    .menu-item-right ul .contact-btn .btn {
        padding: 7px;
        background-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 .button-1 svg {
        display: block;
    }

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

    .site-header .mobile-menu {
        display: block;
    }
    .site-header .main-navigationbar .navigationbar-row ul {
        text-align: end;
    }
    .site-header .main-navigationbar .navigationbar-row .main-nav {
        text-align: start;
    }
    .site-header .menu-item-right span {
        display: none;
    }

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

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

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

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

    /* 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 {
        gap: 10px;
    }

    .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: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }   

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

    /********  home banner sec css  *********/
    .home-banner-sec{
        padding: 75px 0 40px 0;
    }
    .home-banner-sec .row{
        flex-direction: column-reverse;
    }
    .banner-image{
        margin-bottom: 20px;
    }
    
    .banner-content{
        text-align: center;
    }


    /*********  about sec css  *********/
    .about-sec  .row{
        flex-direction: column-reverse;
    }
    .about-content-right{
        margin-bottom: 20px;
        text-align: center;
    }

    /************ testimonial-sec css  ********/
    .testimonial-content p{
        font-size: 15px;
        margin-bottom: 35px;
    }
    .testimonial-content h3{
        font-size: 16px;
    }
    .our-team-card .our-team-content{
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }
    .testimonial-card{
        padding: 15px;
    }

    /******** working-hrs-sec  css ********/
    .working-hrs-content ul li{
        max-width: 135px;
    }
    .working-hrs-content ul li span{
        font-size: 18px;
    }

    /********** blog-sec css ********/
    .blog-image span{
        width: auto;
        padding: 10px 15px; 
    }


    /********* contact-us-sec  css  ********/
    .contact-image{
        display: none;
    }
    .contact-inner-right iframe{
        height: 300px;
    }
    .contact-inner-right {
        margin-bottom: 30px;
        height: auto;
    }
    .contact-form .form-container .contact-btn{
        margin-top: 0;
    }
    .contact-form .form-container textarea{
        height: 180px;
    }
    .contact-form{
        padding: 0;
        background-color: transparent;
    }

}

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


    .swiper-button-prev, .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    /* footer css */
    .site-footer .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        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 {
        gap: 5px;
        align-items: start;
    }

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

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

    /********  service-sec  css  *******/
    
    .blog-content,
    .service-content{
        text-align: center;
    }

    /******** our-team-sec css  *********/
    .our-team-content .team-text{
        padding: 20px 15px;
    }
    .our-team-content .team-text span,
    .our-team-content .team-text h3{
        margin-bottom: 10px;
    }


    /********** testimonial-sec css  *********/
    .testi-image {
        width: 103px;
        height: 63px;
        bottom: -29px;
    
    }
    .testimonial-slider {
        padding-bottom: 32px;
    }

    .testimonial-content p {
        margin-bottom: 25px;
    }
}
