html{
  scroll-behavior: smooth;
}
p{
	font-size: 14px!important;
}
.checklist.checklist-light{
	color: #5a6671;
}
.checklist span {
	font-size: 14px;
}
.bg-lyt{
	background-color: #eeeeee40!important;
}
.heading-clr{
	color: #00c18d!important;
}
.showcase{
    border-bottom: none;
}
.icon-box-three{
    height: 291px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  
    left: 200;
    position: fixed;
    left: 313px;
    z-index: 100;
}
/*.shape-wrapper.img-shape-one:before {
    background: url(img/img_shape1.png);
    background-repeat: no-repeat;
}*/
/*.intro-area-11 {
    background-image: url(img/slider-6.jpeg);
   
}*/
@media (max-width: 991.98px){
.navbar .navbar-collapse {
   
    left: -14px;
    width: 108%;
  
}

}
/* lg */ 
@media (min-width: 1200px) {
 

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 
}

/* xs */
@media (max-width: 767px) {
.team-carousel-three .carousel-single .team-desc {
  
    width: 100%;
}
.team-carousel-three .carousel-single .team-img {
    width: 100%;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  
    left: 200;
    position: fixed;
   /* left: 306px;*/
    z-index: 100;
}
}

/* XS Portrait */
@media (max-width: 480px) {

.team-carousel-three .carousel-single .team-desc {
  
    width: 100%;
}
.team-carousel-three .carousel-single .team-img {
    width: 100%;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  
    left: 200;
    position: fixed;
   /* left: 266px;*/
    z-index: 100;
}
}

