@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:1240px) {
    .project-sec::after{
        font-size: 62px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --h1: normal 500 40px/1.2 var(--second-font);
        --h2: normal 500 36px/1.2 var(--second-font);
        --h3: normal 500 28px/1.2 var(--second-font);
        --h4: normal 500 24px/1.2 var(--second-font);
        --h5: normal 500 22px/1.2 var(--second-font);
        --h6: normal 500 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;
    }

    /* appointment sec css */
    .appointment-sec .check-box-div li {
        max-width: 25%;
        flex: 0 0 25%;
    }
    /***** home banner sec css  ********/
    .home-banner-sec .banner-content h2 {
        font-size: 46px;
    }
    .home-banner-sec::after{
        display: none;
    }

    /********  about sec css *******/
    .testimonial-sec::after,
    .text-slider h2{
        font-size: 60px;
    }


}

@media screen and (max-width: 991px) {
    :root {
        --h1: normal 500 34px/1.2 var(--second-font);
        --h2: normal 500 30px/1.2 var(--second-font);
        --h3: normal 500 24px/1.2 var(--second-font);
        --h4: normal 500 22px/1.2 var(--second-font);
        --h5: normal 500 20px/1.2 var(--second-font);
        --common-text: normal 500 14px/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: 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 {
        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  **********/
    .home-banner-sec .banner-content h2 {
        font-size: 36px;
    }
    .banner-content .section-title{
        max-width: 100%;
    }

    /********  about sec css *******/
    .testimonial-sec::after,
    .text-slider h2{
        font-size: 40px;
    }
    .about-sec .row{
        margin-top: 40px;
    }

    /*********  service-sec  css  ********/
    .service-sec .section-title{
        margin-bottom: 30px;
    }
    .service-content-top h3 {
        margin-bottom: 15px;
    }
    .service-card .service-card-image:after{
        left: 20px;
        right: 20px;
    }
    .service-card-image a{
        padding-top: 20px;
    }
    .service-card-image a svg {
        width: 60px;
        height: 60px;
    }


    /********* project sec css ********/
    .project-sec::after {
        font-size: 48px;
    }

    /************ .appointment-banner-sec css  **********/
    .appointment-banner-sec{
        padding: 80px 0;
    }



    /*******  our team sec css  *******/
    .blog-sec .section-title,
    .our-team-sec .section-title{
        margin-bottom: 30px;
    }
    /********* testimonial-sec  css  *********/
    .testimonial-content span{
        font-size: 20px;
    }
    .testimonial-icon svg {
        width: 35px;
        height: 35px;
    }
    .testimonial-icon{
        width: 80px;
        height: 80px;
    }
    .testimonial-card{
        gap: 45px;
    }
    /**********     WORKING HRS SEC CSS  **********/
    .working-hrs-sec .working-hrs-content ul li{
        max-width: 47%;
    }
    .working-hrs-sec .working-hrs-content{
        padding: 40px 0;
    }

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


}

@media screen and (max-width: 767px) {
    :root {
        --h1: normal 500 30px/1.2 var(--second-font);
        --h2: normal 500 28px/1.2 var(--second-font);
        --h3: normal 500 26px/1.2 var(--second-font);
        --h4: normal 500 18px/1.2 var(--second-font);
        --h5: normal 500 18px/1.2 var(--second-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 .menu-item-right .contact-btn .btn {
        padding: 7px;
    }

    .site-header .main-navigationbar .navigationbar-row .menu-item-right .btn:hover{
        background: var(--theme-color);
    }
    .site-header .main-navigationbar .navigationbar-row .menu-item-right .btn::after{
        display: none;
    }
    .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;
    }
    .site-header .main-navigationbar .navigationbar-row ul {
        text-align: end;
    }
    .site-header .main-navigationbar .navigationbar-row .main-nav {
        text-align: start;
    }

    /* 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;
    }

    /* 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: 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;
    }

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

    /******* about sec css  ********/
    .about-sec .row{
        flex-direction: column-reverse;
    }
    .about-content-right{
        text-align: center;
        margin-bottom: 20px;
    }
   /********* project sec css ********/
   .project-sec::after {
        display: none;
   }
   .project-inner-left p,
   .project-inner-right h3, .project-inner-left h3{
        margin-bottom: 20px;
   }


   /**********  appointment-banner-sec css   **********/
   .appointment-banner-sec .section-title h2{
        margin-bottom: 20px;
   }
   .appointment-banner-sec {
        padding: 60px 0;
    }



    /******* testimonial-sec  css  *********/
    .testimonial-icon {
        width: 50px;
        height: 50px;
    }
    .testimonial-icon svg {
        width: 20px;
        height: 20px;
    }
    .testimonial-card {
        gap: 20px;
    }


    .testimonial-slider{
        padding-bottom: 60px;
    }
    .tab-btn-wrapper svg{
        width: 35px;
    }
    .swiper-button-next, .swiper-button-prev{
        position: unset;
        height: auto;
        width: auto;
    }
    .swiper-button-prev::after, .swiper-button-next::after{
        width: 25px;
        height: 25px;
    }
    .tab-btn-wrapper{
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 5px;
        width: 100%;
        gap: 15px;
    }


    /********** blog sec css *******/
    .blog-slider{
        padding-bottom: 60px;
    }

    /***********  WORKING HRS SEC CSS   ********/
    .working-hrs-sec .working-hrs-content ul li p,
    .working-hrs-sec .working-hrs-content ul li span{
        font-size: 14px;
    }
    .working-hrs-sec .working-hrs-content{
        max-width: 100%;
    }
    .working-hrs-sec .section-title{
        margin-bottom: 20px;
    }


    /*******  contact-us-sec  css  *******/
    .contact-inner-right{
        margin-bottom: 20px;
    }
    .contact-inner-right{
        height: 300px;
    }

    .contact-us-sec .contact-row {
        flex-direction: column-reverse;
    }




}

@media screen and (max-width: 575px) {
    :root {
        --h1: normal 500 30px/1.2 var(--second-font);
        --h2: normal 500 24px/1.2 var(--second-font);
        --h3: normal 500 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;
    }

    .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  *******/
    .home-banner-sec .banner-content h2 {
        font-size: 24px;
    }

    /******** about sec css  ********/
    .text-slider h2{
        font-size: 25px;
    }


    /******* about-sec css  *********/
    .project-image img,
    .about-image-left img{
        padding-left: 10px;
    }

    /******** project-sec css  *********/
    .project-inner-left{
        text-align: center;
        margin-bottom: 40px;
        height: auto;
    }
    .project-inner-right{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .project-inner-right .project-image{
        order: 2;
    }
    .project-inner-right .project-image{
        margin-top: 20px;
        margin-bottom: 0;
    }

    /*********** service-sec css  *********/
    .service-card .service-card-image:after{
        display: none;
    }
    .service-card-image{
        overflow: visible;
    }
    .service-card-image a{
        background-color: var(--white);
        padding-top: 0;
        padding: 20px;
        border-radius: 50%;
        box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .service-card .service-card-inner{
        background-color: transparent;
        border-radius: 20px;
        box-shadow: none;
        border: 1px solid var(--theme-color);
        padding: 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .service-card-image a svg {
        width: 50px;
        height: 50px;
    }
    .service-card{
        padding: 0 15px;
    }


    /********** appointment-banner-sec css  *********/
    .appointment-banner-sec {
        padding: 40px 0;
    }

    /*********  testimonial-sec css  *********/
    .testimonial-card{
        flex-direction: column;
    }
    .testimonial-content{
        text-align: center;
    }
    .testimonial-image{
        padding-top: 125%;
        max-width: 100%;
    }
    .testimonial-icon{
        right: 60px;
    }
    .testimonial-content .subtitle,
    .testimonial-sec::after{
        display: none;
    }
    .testimonial-sec .section-title .subtitle{
        display: block;
        color: var(--theme-color);
    }


    /********** blog sec css ********/
    .blog-card{
        flex-direction: column;
    }
    .blog-content{
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .blog-image{
        padding-top: 125%;
        max-width: 100%;
    }
    /********* WORKING HRS SEC CSS     **********/
    .working-hrs-sec .working-hrs-content ul{
        flex-direction: column;
    }
    .working-hrs-sec .working-hrs-content ul li{
        max-width: 100%;
    }







}

@media screen and (max-width:425px) {
    .testimonial-icon{
        right: 20px;
    }
}
