 /*for WEB start*/
    
        @media (min-width: 992px){
                .col-md-3 .blog-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .team-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .T-usp-item{
                    margin-bottom: 0px;
                }
                .T-usp-container{
                     display: table;border-spacing: 20px;   
                    }  
                .T-usp-row{
                    display: table-row;height: 100%;    
                    } 
                .T-usp-item-new{
                    display: table-cell;float: none;   
                    }
                .col-md-3 .C-usp-item{
                    margin-bottom: 0px;
                }
                .C-usp-container{
                     display: table;border-spacing: 20px;   
                    }  
                .C-usp-row{
                    display: table-row;height: 100%;    
                    } 
                .C-usp-item-new{
                    display: table-cell;float: none;   
                    } 
                .col-md-4 .team-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .gallery-item{
                    margin-bottom: 0px;
                }
                .vs-row4 {
                display: flex;
                justify-content: center;
               }
                .vs-row4-width{
                    width: 25%;
                }
                .vs-row5-width{
                    width: 25%;
                }
                .vs-row3{
                    display: flex;
                    justify-content: center;
                }
                .vs-row3-width{
                    width: 33.33333333333333%;
                }
                .navigation ul > li {
                    color: #c2af0f;
                }
                .col-blog{
   padding-left: 0px;
}
.row-blog-li{
    display: flex;align-items: center;
}
.row-blog{
    width: 48%;
}
.vs-row-blog{
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
}
                
                
            }

/*for WEB end*/

/*for PWA start*/

            @media (max-width: 991px){
                .col-xs-12 .blog-item{
                    margin-bottom: 50px;
                }
                .col-md-3 .team-item{
                    margin-bottom: 50px;
                }
                .col-xs-12 .T-usp-item{
                    margin-bottom: 50px;
                }
                .T-usp-item-new{
                    margin-bottom: 10px;  
                } 
                .col-xs-12 .C-usp-item{
                    margin-bottom: 50px;
                }
                .C-usp-item-new{
                    margin-bottom: 10px;  
                } 
                .col-xs-12 .team-item{
                    margin-bottom: 50px;
                }
                .col-xs-12 .gallery-item{
                    margin-bottom: 50px;
                }
                .navigation ul > li {
                    background: #c2af0f none repeat scroll 0 0;
                    color: #ffffff;
                }
                .col-blog{
    padding-left: 0px;
    padding-right: 0px;
}    
.row-blog{
    width: 95%;
    margin-bottom: 50px;
}
.vs_dodiv{
    margin-bottom: 50px;
}
                
            }

/*for PWA end*/


.vs_sec-title{
    margin-bottom: 50px;
}
.blog-img{
    aspect-ratio: 1/1;
}
.blog-extra-info1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-date{
    padding-left: 5px;
}
.blog-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-author{
    padding-left: 5px;
}
.blog-category{
    padding-left: 5px;
}
.blog-item{
    border: 1px solid #ddd;
}
.blog-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*height: 48px;*/
}
.blog-extra-info{
    margin: 0px 10px 5px 10px;
    height: 24px;
}
.blog-extra-info1{
    margin: 0px 10px 5px 10px;
    height: 24px;
}


.team-item{
    border: 1px solid #ddd;
}
.team-img{
    padding-bottom: 15px;
}
.team-name{
            margin: 0px 15px 15px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .team-designation{
            margin: 0px 15px 15px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
.team-social-icon{
    padding: 0px 15px 15px 15px;
}
.team-social-icon ul{
    padding-left: 0px; margin-bottom: 0px;
}
.team-social-icon ul li{
    list-style-type: none;
}
.team-social-img{
    width: 20px;
    margin-right: 10px;
}

.T-usp-item{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}   

.T-usp-img{
    margin-bottom: 10px;
}
.T-usp-title{
    margin-bottom: 10px;
}
.T-usp-desc{
    margin-bottom: 10px;
}
.T-usp-main{
    background-color: #084d24;;
    padding: 30px;
}

.C-usp-item{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}   

.C-usp-img{
    margin-bottom: 10px;
}
.C-usp-title{
    margin-bottom: 10px;
}
.C-usp-desc{
    margin-bottom: 10px;
}
.C-usp-main{
    background-color: #c2af0f;
    padding: 30px;
}
.C-usp-flag{
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    color:  #c2af0f;
}
.C-usp-suffix{
    margin-left: 5px;
}

/*.vs_testi-img{
    width: 100%;
    max-width: 380px;
    height: auto;
}
.vs_testimonial{
    padding: 70px 30px 13px 30px;
    text-align:center;
    margin: 65px 30px 0px;
    position: relative;
}
.vs_testimonial-pic{
    box-shadow: 0px 0px 0px 10px #ffffff;
    width: 100px;height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.vs_testimonial-img{
    width: 100%;height: auto;
}*/
.vs_testimonial{
            padding: 70px 30px 13px 30px;
            text-align:center;
            margin: 65px 0px 0px;
            position: relative;
        }
        .vs_testimonial-pic{
            box-shadow: 0px 0px 0px 10px #ffffff;width: 100px;height: 100px;border-radius: 50%;overflow: hidden;margin: 0 auto;position: absolute;top: -50px;left: 0;right: 0;
        }
        .vs_testimonial-img{
            width: 100%;height: auto;
        }
        .quote-text{
            color: #3d4049;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
        }
.solid-row {
    background: #f0f0f0;
}
.quote-text{
    color: #3d4049;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.gallery-item{
    text-align: center;
    border: 1px solid #ddd;
}
.gallery-img{
    margin-bottom: 15px;
}
.gallery-name{
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
}
.vs-gallery-img-pic{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 100%;
}

/*Accordion*/
        .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 15px;*/
  transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.vs_active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
}

.faq-desc{
    margin: 10px;
}
.vs_icon{
    color: #d92929;
}
.vs_section {
    padding: 70px 0;
    position: relative;
}
.testi-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.vs-testi-video{
    position: absolute;
    top: 0;
    right: 8px;
    }

.dodiv {
    font-size: 24px;
    border: 2px solid #084d24;
    padding: 30px 12px;
}
.row-blog{
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.other-product-cat{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 8px 0px !important;
}