:root{
	--vs-secondary-color: #0d5940;
}
.service-img{
	width:100%;
	height:350px;
	background-size: cover;
	background-color: #f6f6f6;
	background-position: center;
}
.service-style1 .service-body{
	padding-bottom: 75px;
}
.service-style1 .service-content{
	border-radius: 0px;
	border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
	padding:10px;
	min-height: 82px;
}
.service-style1 .service-title{
	margin-bottom:5px;
	font-size: 23px !important;
}
.slick-arrow.slick-prev {
    left: 0px !important;
    z-index: 999 !important;
}
.slick-arrow.slick-next {
    right: 0px !important;
    z-index: 999 !important;
}

.testi-style1 .testi-text{
	font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.breadcumb-wrapper{
	display: none;
}
.sticky-active{
	box-shadow: 3px 1px 4px #1919193b;
}
.whatsappBtn {
  position: fixed;
  bottom:68px;
  right: 30px;
  width: 50px !important;
  height: 50px !important;
  z-index: 99;
  background-color: #0ba90b;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.whatsappBtn i{
    display: inline-block;
    background-color:#0BA90B;
    color: var(--white-color);
    text-align: center;
    font-size: 27px;
    width: var(--btn-size, 50px) !important;
    height: var(--btn-size, 50px) !important;
    line-height: var(--btn-size, 50px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
}
.callBtn {
  position: fixed;
  bottom: 127px;
  right: 30px;
  width: 50px !important;
  height: 50px !important;
  z-index: 99;
  background-color: #2196f3;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.callBtn i{
    display: inline-block;
    background-color:#2196F3;
    color: var(--white-color);
    text-align: center;
    font-size: 20px;
    width: var(--btn-size, 50px) !important;
    height: var(--btn-size, 50px) !important;
    line-height: var(--btn-size, 50px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
}
.scroll-btn:before {
  display:none;
}
.scrollToTop.show{
  bottom:10px !important;
}
.scroll-btn{
   right:30px !important;
  box-shadow: 0px 0px 9px #00000094;
}
.fa-whatsapp:before {
  padding: 0px !important;
}
.copyright-text {
    margin-right: 180px !important;
}
.banner {
  width: 100%;
  height: 100vh;
  background-color: #00000096;
  /* text-align: center; */
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 2% 25%;
  z-index: 99;
  border-radius: 10px;
}

.closeBtn {
  position: relative;
  top: -25px;
  left: 0px;
  cursor: pointer;
}

.closeBtn i {
  font-size: 25px;
  color: #fff;
  position: relative;
  right: -97%;
  background-color: #f00;
  border-radius: 50%;
}

.bannerImg {
  background-size: cover;
}
/* MOBILE VIEW */
@media (max-width: 767px)
{
	.service-style1 .service-content{margin-top: 0px;}
	.service-style1 .service-title a{font-size:20px}
	.sec-title2, .sec-title {font-size: 30px;}
	.sec-text{font-size: 16px;text-align: justify;}
	.accordion-item p{text-align: justify;}
}
.detail-title{
	font-size:30px;
	color: #e8063c;
}

@media only screen and (max-width: 600px) {
  .small-heading{
       display:block !important;
       margin-bottom:40px;
  }
  .space-extra-bottom{
	padding-top:40px !important;

}
  .large-heading{
      display:none !important;
  }
  .scroll-btn{
   right:28px !important;
   box-shadow: 0px 0px 9px #00000094;
 }
 .scrollToTop.show{
  bottom:1px !important;
}
.whatsappBtn {
  position: fixed;
  bottom:44px;
  right: 30px;
  width:40px !important;
  height: 40px !important;
  z-index: 99;
  background-color: #0ba90b;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.whatsappBtn i{
    display: inline-block;
    background-color:#0BA90B;
    color: var(--white-color);
    text-align: center;
    font-size: 23px;
    width: var(--btn-size, 40px) !important;
    height: var(--btn-size, 40px) !important;
    line-height: var(--btn-size, 40px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
}
.callBtn {
  position: fixed;
  bottom:88px;
  right: 30px;
  width: 40px !important;
  height:40px !important;
  z-index: 99;
  background-color: #2196f3;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.callBtn i{
    display: inline-block;
    background-color:#2196F3;
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    width: var(--btn-size, 40px) !important;
    height: var(--btn-size, 40px) !important;
    line-height: var(--btn-size, 40px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
}
.scroll-btn:before {
  display:none;
}
.copyright-text {
    margin-right:0px !important;
  }

}
.modal-content{
  width:700px;
  height:500px;
  margin-left:-100px;
}