
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
   :root {
  --slider-height: 500px;
}

*:before {
  transition-duration: 400ms;
}

*:after {
  transition-duration: 400ms;
}

.sliderDiv {
  width: 100%;
  height: var(--slider-height);
  position: relative;
  transform-style: preserve-3d;
  top: 100%;
  transform: translateY(-50%);
}

.leftArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  left: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.leftArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  right: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.mainSlide {
  width: 50%;
  height: 80%;
  background: white;
  position: absolute;
  top: 45%;
  left: 25%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.3);
  z-index: 1;
}
   
.mainSlide .card-body {
    padding-left: .7rem;
    padding-right: .7rem;
    overflow: hidden;
}

.mainSlide h5 {
    font-size: 14px;
}

.mainSlide div.text-center {
  overflow: auto;
}
.mainSlide p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: 10px;
}

.leftSlide {
  width: 50%;
  height: 55%;
  background: white;
  position: absolute;
  top: 58%;
  left: 3%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}

.leftSlide .card-body {
    padding-left: .1rem;
    padding-right: .1rem;
}
    
.leftSlide .avatar-size {
    max-width: 100px;
}

.leftSlide h4 {
    font-size: 1.2rem;
}

.leftSlide  p {
    display: none;
}

.rightSlide {
  width: 50%;
  height: 55%;
  background: white;
  position: absolute;
  top: 58%;
  left: 47%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}

.rightSlide .card-body {
    padding-left: .1rem;
    padding-right: .1rem;
}
    
.rightSlide .avatar-size {
    max-width: 100px;
}

.rightSlide h4 {
    font-size: 1.2rem;
}

.rightSlide  p {
    display: none;
}

.slide {
  box-sizing: border-box;
  padding: 0px;
  transition-duration: 600ms;
  text-align: center;
/*
  line-height: calc(var(--slider-height) * 0.7);
  font-size: calc(var(--slider-height) * 0.09);
*/
  overflow: hidden;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

:root {
  --slider-height: 500px;
}

*:before {
  transition-duration: 400ms;
}

*:after {
  transition-duration: 400ms;
}

.sliderDiv {
  width: 100%;
  height: var(--slider-height);
  position: relative;
  transform-style: preserve-3d;
  top: 100%;
  transform: translateY(-50%);
}

.leftArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  left: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.leftArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  right: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.mainSlide {
  width: 30%;
  height: 95%;
  background: white;
  position: absolute;
  top: 35%;
  left: 35%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.3);
  z-index: 1;
}
    
.mainSlide .card-body {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
    
.mainSlide h5 {
    font-size: 14px;
}

.mainSlide p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}

.leftSlide {
  width: 25%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 17%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.leftSlide .avatar-size {
    max-width: 100px;
}

.leftSlide h4 {
    font-size: 1.2rem;
}

.leftSlide  p {
    display: none;
}

.rightSlide {
  width: 25%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 58%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.rightSlide .avatar-size {
    max-width: 100px;
}

.rightSlide h4 {
    font-size: 1.2rem;
}

.rightSlide  p {
    display: none;
}

.slide {
  box-sizing: border-box;
  padding: 0px;
  transition-duration: 600ms;
  text-align: center;
/*
  line-height: calc(var(--slider-height) * 0.7);
  font-size: calc(var(--slider-height) * 0.09);
*/
  overflow: hidden;
}
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

:root {
  --slider-height: 500px;
}

*:before {
  transition-duration: 400ms;
}

*:after {
  transition-duration: 400ms;
}

.sliderDiv {
  width: 100%;
  height: var(--slider-height);
  position: relative;
  transform-style: preserve-3d;
  top: 100%;
  transform: translateY(-50%);
}

.leftArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  left: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.leftArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  right: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.mainSlide {
  width: 40%;
  height: 95%;
  background: white;
  position: absolute;
  top: 35%;
  left: 30%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.3);
  z-index: 1;
}
    
.mainSlide h5 {
    font-size: 14px;
}

.mainSlide p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: 12px;
}

.leftSlide {
  width: 30%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 5%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.leftSlide .avatar-size {
    max-width: 100px;
}

.leftSlide h4 {
    font-size: 1.2rem;
}

.leftSlide  p {
    display: none;
}

.rightSlide {
  width: 30%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 65%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.rightSlide .avatar-size {
    max-width: 100px;
}

.rightSlide h4 {
    font-size: 1.2rem;
}

.rightSlide  p {
    display: none;
}

.slide {
  box-sizing: border-box;
  padding: 0px;
  transition-duration: 600ms;
  text-align: center;
/*
  line-height: calc(var(--slider-height) * 0.7);
  font-size: calc(var(--slider-height) * 0.09);
*/
  overflow: hidden;
}
    
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

:root {
  --slider-height: 500px;
}

*:before {
  transition-duration: 400ms;
}

*:after {
  transition-duration: 400ms;
}

.sliderDiv {
  width: 100%;
  height: var(--slider-height);
  position: relative;
  transform-style: preserve-3d;
  top: 100%;
  transform: translateY(-50%);
}

.leftArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  left: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.leftArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow:hover {
  background: transparent;
  cursor: pointer;
}

.rightArrow {
  width: 100px;
  height: 30px;
  background: transparent;
  position: absolute;
  top: calc(140% - 15px);
  right: 30px;
  border-radius: 0px;
  line-height: 30px;
  text-align: center;
  color: #fff;
    font-size: 18px;
}

.mainSlide {
  width: 27%;
  height: 95%;
  background: white;
  position: absolute;
  top: 35%;
  left: 36.5%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.3);
  z-index: 1;
}
    
.mainSlide h5 {
    font-size: 14px;
}

.mainSlide p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
  font-size: 10px;
}

.leftSlide {
  width: 20%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 20%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.leftSlide .avatar-size {
    max-width: 100px;
}

.leftSlide h4 {
    font-size: 1.2rem;
}

.leftSlide  p {
    display: none;
}

.rightSlide {
  width: 20%;
  height: 68%;
  background: white;
  position: absolute;
  top: 50%;
  left: 60%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(112, 112, 112, 0.2);
  opacity: 1;
}
    
.rightSlide .avatar-size {
    max-width: 100px;
}

.rightSlide h4 {
    font-size: 1.2rem;
}

.rightSlide  p {
    display: none;
}

.slide {
  box-sizing: border-box;
  padding: 0px;
  transition-duration: 600ms;
  text-align: center;
/*
  line-height: calc(var(--slider-height) * 0.7);
  font-size: calc(var(--slider-height) * 0.09);
*/
  overflow: hidden;
}
       
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

    
}





















