/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

.text-theme-colored2{
    font-size: 17px !important;
}

.section-content .thumb{
     /* margin-top: 20px; */
}



.team-thumb {
    overflow: hidden;
}

.team-thumb .team-overlay{
   display: none;;
}

.team-thumb img{
    transition: .3s ease-in-out;
}

.team-members {
    /*border: 1px solid lightgrey;*/
}

.team-members:hover  img{
    scale:1.1;
}

.blog-posts .name{
/*   height: auto;*/
   background-color: transparent;
   color: #000;
}

.blog-posts .item{
   margin-bottom: 20px;
}

.dr-detail-bg {
        background-color: aliceblue;
        padding-block: 20px;
    }


.team-details{
    min-height: 170px !important;
}

@media (min-width: 1200px) {
    .entry-content .col-lg-4{
         padding: 8px !important;
     }
}

.luthra_test_desc {
     height: 270px;
     overflow: hidden;
}

.single-post .testimonial {
   box-shadow: 10px 10px 10px #3333334f !important;
   margin-bottom: 70px !important;
   border: 2px solid #cdc9c987;
}

.item .testimonial {
    border: 1px solid #c0bdbda3;
    border-radius: 40px;
}