#testimonials_2018 .bx-wrapper{}

#testimonials_2018 .bx-wrapper .bx-viewport{}

#testimonials_2018 .bx-wrapper .bx-loading{}

#testimonials_2018 .bx-wrapper .bx-pager{}

#testimonials_2018 .bx-wrapper .bx-pager .bx-pager-item{}

#testimonials_2018 .bx-wrapper .bx-pager.bx-default-pager a{    cursor: pointer;
    position: relative;
    width: 11px;
    height: 11px;
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    background: none;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #d7d7d7;}

#testimonials_2018 .bx-wrapper .bx-pager.bx-default-pager a:hover{}

#testimonials_2018 .bx-wrapper .bx-pager.bx-default-pager a.active{}

#testimonials_2018 .bx-wrapper .bx-controls-direction a{}

#testimonials_2018 .bx-wrapper .bx-controls-direction a.disabled{}

#testimonials_2018 .bx-wrapper .bx-prev{}

#testimonials_2018 .bx-wrapper .bx-prev:hover{}

#testimonials_2018 .bx-wrapper .bx-next{}

#testimonials_2018 .bx-wrapper .bx-next:hover{}

#testimonials_2018 .bx-controls { margin-top: 35px; position: relative;}
#testimonials_2018 .star-rating {
    display: flex;
    justify-content: flex-end;
}
#testimonials_2018 .list-inline-item em {
    color: #18a0db;
    font-size: 9px;
}
#testimonials_2018 .star-rating .list-inline>li {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
#testimonials_2018 .list-inline {
    margin-bottom: 10px;
    padding-right: 30px;
}
#testimonials_2018 .bg-blockquote {
    background: #f5f5f5;
    padding: 40px 30px;
    border-radius: 15px;
   position: relative;
}

#testimonials_2018 .bg-blockquote p {
    font-size: 14px;
    color: #232323;
    line-height: 24px;
    text-align: justify;
}
#testimonials_2018 .bg-blockquote:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #f5f5f5 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
}
#testimonials_2018 .bg-blockquote:before {
    content: "\6e";
    font-family: "premiasoft";
    color: #1054a5;
    font-size: 30px;
    position: absolute;
    top: -25px;
}
#testimonials_2018 .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

#testimonials_2018 .img-box {
    background: #dbe7f5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#testimonials_2018 .boxinfo {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#testimonials_2018 .overview {
    margin-left: 25px;
}

#testimonials_2018 .overview span {
    font-size: 14px;
    color: #4f5354;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

#testimonials_2018 .overview span.site {
    font-size: 14px;
    color: #4f5354;
    font-weight: 300;
    text-transform: initial;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
}

#testimonials_2018 .bx-controls-direction {
display: none;
}
/*#testimonials_2018 .bx-wrapper .bx-pager .bx-pager-item {
    cursor: pointer;
    position: relative;
    width: 11px;
    height: 11px;
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    background: none;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right: 15px;
}*/
#testimonials_2018 .bx-wrapper .bx-pager .bx-pager-item {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
}
#testimonials_2018 .bx-wrapper .bx-pager { 
    /*z-index: 2;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    bottom: 0 !important;
    left: auto !important;
    right: 0;
    text-align: center;
    width: 100% !important;*/
   display: none;
}
#testimonials_2018 .bx-wrapper .bx-pager.bx-default-pager a.active {
border: 2px solid #22a4dd;
    border-radius: 50%;
    background-color: white;
}

@media screen and (max-width: 1366px){
#testimonials_2018 .bx-viewport li {
    margin-right: 60px !important;
}
}
@media screen and (max-width: 1200px){
#testimonials_2018 .bx-viewport li {
    margin-right: 25px !important;
}
}

@media screen and (max-width: 1024px){
#testimonials_2018 .bx-viewport li {
    margin-right: 120px !important;
    width: calc(50vw - 120px) !important;
}
#testimonials_2018 .bx-wrapper .bx-viewport {
    width: 90vw !important;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px){
#testimonials_2018 .bx-viewport li {
    margin-right: 0 !important;
    width: 70vw !important;
}
#testimonials_2018 .bx-wrapper .bx-viewport {
    width: 70vw !important;
    margin: 0 auto;
}
#testimonials_2018 .bx-controls { margin-top: 40px; position: relative;}
}
@media screen and (max-width: 380px){
#testimonials_2018 .bx-viewport li {
    margin-right: 0 !important;
    width: 83vw !important;
}
#testimonials_2018 .bx-wrapper .bx-viewport {
    width: 83vw !important;
}
}
#testimonials_2018 .bx-controls-direction {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    bottom: 0 !important;
    left: auto !important;
    right: 0;
    text-align: center;
    width: 100% !important;
    font-size: 0;
}
#testimonials_2018 .bx-prev { text-decoration: none;}
#testimonials_2018 .bx-next { text-decoration: none;}
#testimonials_2018 .bx-prev:before {
    content: '\e802';
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #d7d7d7;
}
#testimonials_2018 .bx-prev:hover:before {color: #18a0db;}
#testimonials_2018 .bx-next:hover:before {color: #18a0db;}
#testimonials_2018 .bx-next:hover {text-decoration: none;}
#testimonials_2018 .bx-prev:hover {text-decoration: none;}
#testimonials_2018 .bx-next:before {
    content: '\e800';
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    color: #d7d7d7;
}

