/* 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*/

/*for Web start*/
@media (min-width: 992px){

.vs-row4 {
        display: flex;
        justify-content: center;
       }
        .vs-row4-width{
            width: 25%;
        }

/*for DO Component start*/
.do-pro-row{
  margin-bottom: 25px;align-items: center;
}
/*for DO Component end*/

/*for testimonial start*/
.vs-testi-row{
  border: 1px solid #ddd;
    align-items: center;
}
.vs-testi-col6{
  margin-right: 20px;
    margin-bottom: 20px;
    max-width: 48% !important;
}
.vs-testi{
  padding-left: 0px;
}
/*for testimonial end*/
/*for counter usp start*/
.C-usp-main{
  background-color: #fccb33 ;
  }
/*for counter usp end*/
/*for text usp start*/
.T-usp-main{
  background-color: #075ead ;
  }
/*for text usp 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 testimonial start*/
.vs-testi-row{
  border: 1px solid #ddd;
    text-align: center;
}
.vs-testi-col6{
  margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.vs-testi{
  padding-left: 0px;
  padding-right: 0px;
}
.vs-testi-img{
  width: 100%;
}
/*for testimonial end*/
/*for text usp start*/
.vs-row4-widthT{
  background-color: #075ead;
    padding: 15px;
    margin: 15px;
}
/*for text usp end*/

/*for counter usp start*/
.vs-row4-widthC{
   background-color: #fccb33;
    padding: 15px;
    margin: 15px;
}
/*foe counter usp end*/


}
/*for PWA end*/

/*for Text USP start*/
.T-usp-item{
	text-align: center;
}	

.T-usp-img{
	margin-bottom: 10px;
}
.T-usp-title{
	margin-bottom: 10px;
}
.T-usp-desc{
	margin-bottom: 10px;
}
.T-usp-main{
	/*background-color: #fccb33;*/
		padding: 30px !important;
    color: #fff;
}
/*for Text USP end*/

/*for Counter USP start*/
.C-usp-item{
	text-align: center;
}	

.C-usp-img{
	margin-bottom: 10px;
}
.C-usp-title{
	margin-bottom: 10px;
}
.C-usp-desc{
	margin-bottom: 10px;
}
.C-usp-main{
	/*background-color: #075ead ;*/
		padding: 30px !important;
    color: #fff;
}
.C-usp-flag{
	margin-bottom: 10px;
	justify-content: center;
	display: flex;
}
.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 gallery start*/
.vs-gallery-item{
	text-align: center;
	border: 1px solid #ddd;
}
.vs-gallery-img{
	margin-bottom: 15px;
}
.vs-gallery-name{
	margin: 0px 15px 15px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.vs-gallery-img-pic{
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1/1;
	max-width: 100%;
}
.vs-gal-list-name{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*for gallery end*/
/*for team start*/
.team-item{
	border: 1px solid #ddd;
}
.team-img{
	padding-bottom: 5px;
}
.team-name{
	margin: 0px 15px 5px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.team-designation{
	margin: 0px 15px 5px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size:12px;
}
.team-social-icon{
	padding: 0px 15px 5px 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;
}
/*for team end
/*for testimonial start*/
.vs-testi-desc{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.vs-testi-video{
  position: absolute;
    right: 20px;
    bottom: 5px;
    color: #fccb33;
    background: #1d58ad;
}
.testi-close{
    position: absolute;
    top: -4px;
    right: 2px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    float: right;
}
.vs-testi-video-li{
    color: #fccb33;
    background: #1d58ad;
}
/*for testimonial end*/

.vs_icon{
  color:#ffc72e;
}