@media (max-width: 425px){
    .section-heading .title{
        font-size: 35px;
    }
    .section-heading .subtitle .subt{
        font-size: 14px;
    }
}


/*======================================================================
                        About Page Styles
======================================================================*/

@media (max-width:575px){
    .intro_about_con{
        background-color: rgba(255, 255, 255, 0.876);
        margin: 0px auto;
    }
}


/* about intro cards */

@media (max-width: 768px) {
    .about_cards .about_card_row{
        top: 0px;
    }
}

/* team section  */

@media (max-width:768px) {
    .team-section{
        margin-top: 100px;
    }
    
}


/* about section */

@media (max-width: 768px) {
    .about_section{
        margin-top: 0px; 
    }
    .about_section .image_column{
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    .about_section .image_column{
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .about_section .images .double_img{
        margin-top: 5px;
        margin-bottom: 5px;
        height: 35vh;
    }
   
}
@media (min-width: 991px){
    .about_section hr{
        margin: 15px 0;
    }
}

@media (max-width: 991px){
    .about_section h2{
        text-align: center;
    }
    .about_section h4{
        text-align: justify;
    }
    .about_section p{
        text-align: justify;
    }
    .about_section p.btn_wrapper{
        text-align: center;
    }
}

@media (max-width: 768px) {
    #img3{
        margin-top: 110px;
    }
}




/* testimonials page */
@media (max-width: 1000px){
    .hwp_testimonials .usr_name::before{
        left: 4px;
   
    }
    
}


/*======================================================================
                        Testimonials Page Styles
======================================================================*/













































/*changes @arhan*/

/*@media only screen and (max-width: 380px) {*/
/*  .about-us {*/
/*    margin-top: 30px !important;*/
/*    padding: 50px 0 90px;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 768px) {*/
/*  .team-section {*/
/*    padding-top: 0;*/
/*  }*/
/*}*/

/* RESPONSIVE STYLES FOR GALLERY PHOTOS PAGE */

/*@media only screen and (max-width: 540px) {*/
/*  .intro__text .intro__subtitle {*/
/*    text-align: center;*/
/*  }*/

/*  .intro__text .intro__title {*/
/*    text-align: center;*/
/*  }*/

/*  #gallery-set {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*  }*/

/*  #gallery-set li > a {*/
/*    text-transform: uppercase;*/
/*  }*/

/*  #gallery-set li > a.selected {*/
/*    background-color: hsl(40deg, 80%, 60%);*/
/*    color: hsl(0deg, 0%, 100%);*/
/*    border-color: transparent;*/
/*    outline: none;*/
/*  }*/

/*  #gallery-more-btn {*/
/*    background-color: hsl(40deg, 80%, 60%);*/
/*    color: hsl(0deg, 0%, 100%);*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*  }*/
/*}*/

/* RESPONSIVE STYLES FOR NATUROPATHY PHOTOS PAGE */

/*@media only screen and (max-width: 540px) {*/
/*  .section-heading .subtitle:before {*/
/*    display: none;*/
/*  }*/
/*  .section-heading .subtitle:after {*/
/*    display: none;*/
/*  }*/
/*  .section-heading .subtitle {*/
/*    width: max-content !important;*/
/*    margin: 0 auto !important;*/
/*  }*/

/*  .top-bar__logo {*/
/*    top: -24px !important;*/
/*  }*/
/*}*/


