/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.Review_container{
    padding-top:100px;
}
.Review_container h4{
        font-weight: bold;
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    text-align: left;
    font-size: 40px;
    letter-spacing: normal;
    text-align: center;
    padding-top:50px;
    padding-bottom:50px;
}
.Review_container .owl-carousel {
        width: 100%;
    margin: 0 auto;
    cursor:pointer;
}
.owl-stage-outer{
    z-index:12;
}
.owl-carousel .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.owl-prev span,
.owl-next span{
    color: black;
    font-size: 100px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.owl-prev span:hover,
.owl-next span:hover{
    opacity:.5;
}
.owl-nav{
    z-index:99;
    position: absolute;
    width: 100%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     display:none;
    }
    .owl-prev{
    position: absolute;
   z-index: 99;
    left: 10px;
    }
    .owl-next{
        position: absolute;
   z-index: 99;
    right: 10px;
    }
    .owl-carousel.owl-drag .owl-item{
            padding-left: 240px;
    }
.Carusel_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position:relative;
}
.person_cont{
  z-index:2;
       background: #FFFFFF;
-webkit-box-shadow: 12px 0px 2px rgba(0, 0, 0, 0.11);
        box-shadow: 12px 0px 2px rgba(0, 0, 0, 0.11);
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 174.98px;
    height: 177.46px;
      border-radius: 100%;
          position:relative;
}
.Carusel_item:before{
 content:'';
 position:absolute;
 width: 351px;
height: 164px;
background: url(/themes/demo/assets/images/Group%2023.png);
    z-index: -1;
    left: -237px;
}
.person_cont > div{
      background: #FE714D;
-webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
width: 138.95px;
height: 140.93px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
}
.rew_body{
       background: #C4C4C4;
    border-radius: 15px;
    position: absolute;
    left: 128px;
    bottom: 23px;
    height: 114px;
     padding: 11px 20px 11px 78px;
}
.rew_body:before{
   content: '';
    background: #FE714D;
    -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    height: 50.56px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
}
.rew_body span{
    font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 28px;
letter-spacing: 0.015em;
padding-bottom: 11px;
color: #FFFFFF;
    display: block;
    margin: 0;
    text-align: left;
}
.rew_body p{
    font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 24px;
letter-spacing: 0.015em;
    overflow-y: hidden;
    max-height: 53px;
color: #FFFFFF;
overflow-y: scroll;
}
.owl-carousel .owl-item{
     padding-top:40px;   
}
.Carusel_item>p{
    text-align: center;
    color: black;
        font-size: 18px;
    font-weight: 400;
        word-break: break-word;
}

.Person_comment_name{
        margin-top:40px;
     color: black;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.Person_comment_company{
    margin-top: 10px;
         color: black;
            font-weight: 400;
            font-size: 11px
}
button.submit.Submit_rew{
 cursor: pointer;
     background-color: rgb(255, 88, 0);
     -webkit-transition: background .3s, color .3s, border .3s;
     -o-transition: background .3s, color .3s, border .3s;
     transition: background .3s, color .3s, border .3s;
}
button.submit.Submit_rew:hover{
    background:none;
    color: rgb(51, 51, 51);
    border: 2px solid rgb(255, 88, 0);
}
.reviews-form form{
    padding: 5px;
}
.owl-dots{
        display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.owl-carousel button.owl-dot{
    width: 5px;
    height: 5px;
    background: #C4C4C4;
    border-radius: 100%;
}
.owl-carousel button.owl-dot:not(:last-child){
 margin-right:5px;   
}
.owl-carousel button.owl-dot.active{
    background: #FE714D;
}
