 /*for font start */

.vs-bigsize1{
  font-weight: 700;
font-size: 35px;
}
.vs-bigsize2{
font-weight: 700;
font-size: 21px;
}
.vs-bigsize3{
font-weight: 700;
font-size: 16px;
line-height: 1.5;
}
.vs-smallsize1{
font-weight: 100;
font-size: 35px;
}
.vs-smallsize2{
font-weight: 100;
font-size: 21px;
}
.vs-smallsize3{
font-weight: 100;
font-size: 16px;
line-height: 1.5;
}

/*for font end*/
.vs_row{
  justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
/*for Web start*/
@media (min-width: 992px){
/*for DO Component start*/
.do-pro-row{
  margin-bottom: 25px;align-items: center;
}
/*for DO Component end*/

/*for Text USP start*/
.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;   
    }
/*for Text USP end*/

/*for Counter USP start*/
.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;   
    } 
/*for Counter USP end*/

/*for Team start*/
.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 Team end*/

/*for Gallery start*/
.row-gallery-li{
  display: flex;align-items: center;
}
.col-gallery{
   padding-left: 0px;
}
.col-gallery-new{
  width: 48% ;
  margin-left: 24px;
}
/*for Gallery end*/

}
/*for Web end*/

/*for PWA start*/
@media (max-width: 991px){
/*for DO Component start*/
.do-pro-row{
  margin-bottom: 25px;align-items: center;
  text-align: center;
}
/*for DO Component end*/

/*for Text USP start*/
.T-usp-item{
    margin-bottom: 50px;
}
.T-usp-item-new{
    margin-bottom: 10px;  
} 
/*for Text USP end*/

/*for Counter USP start*/
 .C-usp-item{
    margin-bottom: 50px;
}
.C-usp-item-new{
    margin-bottom: 10px;  
} 
/*for Counter USP end*/

/*for Team start*/
.blog-item{
    margin-bottom: 50px;
}
.col-blog{
    padding-left: 0px;
    padding-right: 0px;
}    
.row-blog{
    width: 95%;
    margin-bottom: 50px;
}
.blog-pic{
  margin-bottom: 5px;
}
.team-social-icon{
  margin-bottom: 5px;
}
/*for Team end*/

/*for Gallery start*/
.row-gallery-li{
  margin-left: 10px;
  margin-right: 10px;
}
.col-gallery{
  padding-left: 0px;
  padding-right: 0px;
}
/*for Gallery end*/
}
/*for PWA end*/

/*for Testimonials start*/
.testi-close{
    position: absolute;
    top: -4px;
    right: 2px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    float: right;
}
/*for Testimonials end*/

/*for News start*/
.latest-post {
    margin-bottom: 30px;
}
/*for News end

/*for Text USP start*/
.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: #ddd;;
    padding: 30px;
}
/*for Text USP end*/

/*for Counter USP start*/
.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: #ddd;
    padding: 30px;
}
.C-usp-flag{
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    color:  #26bd9b;
}
.C-usp-suffix{
    margin-left: 5px;
}
/*for Counter USP end*/

/*for FAQ start*/
       .accordion {
  background-color: unset;
  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: #fafafa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
}

.faq-desc{
    margin: 10px;
}
/*for FAQ end*/

/*for Team start*/
.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;
}
.row-blog{
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.team-social-icon{
  padding: 0px 15px 0px 0px;
}
.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;
}
.blog-name{
  margin-bottom: 5px;
}
.blog-folder{
  margin-bottom: 5px;
}
/*for Team end*/
/*for Blog start*/
.new-blog-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}
/*for Blog end*/
/*for Gallery start*/
.row-gallery-li {
  border: 1px solid #ddd;
  margin-bottom: 30px;
} 
.vs-gal-img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.gallery-li-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 10px 0px;
} 
/*for Gallery end*/