/*!
 * Template Name : multiple-items-12
 */

/**********************/
/* Multiple Items 12
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-12-wrapper {
  padding: 30px 0 5px 0;
}
/* 2 - Background color of carousel */
.multiple-items-12.sz-slider {
  background: #fff;
  padding: 40px 0 0 0;
  -webkit-font-smoothing: antialiased !important;
}

/*********************/
/* Multiple Items 12
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-12-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 94%;
  z-index: 1;
  margin: auto;
  height: 300px;
  display: block;
  position: absolute;
  border: 3px solid #efefef;
}
/* 2 - Image & Text Wrapper */
.multiple-items-12-layer > div {
  width: 222px;
  height: 95px;
  font-size: 0;
  display: block;
  position: relative;
  margin: -44px 0 0 38px;
}
/* 3 - Image */
.multiple-items-12-layer > div > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95px;
  display: block;
  position: relative;
  border: 4px solid #4d90fa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 4 - Stars - wrapper */
.multiple-items-12-layer > div > ul {
  top: 0;
  right: 0;
  padding: 0;
  left: 40px;
  font-size: 0;
  margin: auto;
  bottom: 10px;
  width: 102px;
  height: 25px;
  display: block;
  line-height: 33px;
  text-align: center;
  position: absolute;
  background: #fbfbfb;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
/* 5 - Stars - children */
.multiple-items-12-layer > div > ul > li {
  padding: 0;
  margin-right: 2px;
  display: inline-block;
}
/* 6 - Stars - icons */
.multiple-items-12-layer > div > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #4d90fa;
  font-size: 11px;
}
/* 7 - Name */
.multiple-items-12-layer > a:nth-child(2) {
  color: #2d2d2d;
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .9px;
  text-decoration: none;
  margin: 23px 0 0 34px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Speciality */
.multiple-items-12-layer > a:nth-child(3) {
  color: #4d90fa;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 36px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Testimonial */
.multiple-items-12-layer > span {
  margin: 0;
  z-index: 1;
  color: #666;
  display: block;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  font-style: italic;
  position: relative;
  letter-spacing: -.43px;
  padding: 9px 30px 20px 28px;
  font-family: 'Barlow', sans-serif;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* carousel */
  .multiple-items-12.sz-slider {
    width: 760px !important;
  }
  /* Layer - wrapper */
  .multiple-items-12-layer {
    width: 80%;
    height: 270px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* carousel */
  .multiple-items-12.sz-slider {
    width: 570px !important;
  }
  /* Layer - wrapper */
  .multiple-items-12-layer {
    width: 95%;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* carousel */
  .multiple-items-12.sz-slider {
    width: 240px !important;
  }
  /* Layer - wrapper */
  .multiple-items-12-layer {
    width: 98%;
    height: 275px;
  }
  /* Name */
  .multiple-items-12-layer > a:nth-child(2) {
    font-size: 18px;
    margin: 23px 0 0 25px;
  }
  /* Speciality */
  .multiple-items-12-layer > a:nth-child(3) {
    font-size: 13px;
    margin: 0 0 0 25px;
  }
  /*  Testimonial */
  .multiple-items-12-layer > span {
    font-size: 14px;
    padding: 10px 15px 15px 20px;
  }
}

/**************************/
/* Multiple Items 12
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-12-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #e5e5e5;
  text-decoration: none;
  background: transparent;
  box-shadow: 0 0 0 2px #e5e5e5;
  -webkit-box-shadow: 0 0 0 2px #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
  -webkit-transition: color .2s ease, background .2s ease, -webkit-box-shadow .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-12-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 5px 46px auto auto;
}
/* 3 - Next - Button */
.multiple-items-12-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 5px 5px auto auto;
}
/* 4 - Hover */
.multiple-items-12-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #4d90fa;
  box-shadow: 0 0 0 2px #4d90fa;
  -webkit-box-shadow: 0 0 0 2px #4d90fa;
}
/* 5 - Icons */
.multiple-items-12-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  color: #e5e5e5;
  font-size: 10px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-12-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

/*********************/
/* Multiple Items 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-12-indicators.carousel-indicators {
  padding: 0;
  width: 130px;
  height: 21px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-12-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 13px;
  height: 13px;
  border: none;
  background: #fff;
  line-height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 2px #e5e5e5;
  -webkit-box-shadow: 0 0 0 2px #e5e5e5;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=carousel] .multiple-items-12-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(95,154,250,.7);
  box-shadow: 0 0 0 2px rgb(95,154,250,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(95,154,250,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-12-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #e5e5e5;
  transform: scale(.4);
  -webkit-transform: scale(.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-12-indicators.carousel-indicators > li.active::after {
  background: #4d90fa;
}

.grv{podding-left:20px;margin-left: 16%;}
		.multiple-items-12-layer > div > ul {background:transparent;}
		
@media only screen and (max-width: 576px) {
.grv {margin-left: auto;}
        }