.editors-profile #exp-editor .owl-item img {
    border-radius: 5px;
    border: #fff 3px solid;
    box-shadow: #999 0 0 3px;
    width:100%;
    margin: 2px 0px;
}
.editors-profile #exp-editor .item{
    margin: 0 2px;
    cursor:pointer;
}
.editors-profile #exp-editor .owl-nav {
    top: 25%;
    position: absolute;
    width: 100%;
}
.editors-profile #exp-editor .owl-nav .owl-prev {
    left: -18px;
    position: absolute;
}
.editors-profile #exp-editor .owl-nav .owl-next {
    right: -18px;
    position: absolute;
}
.editors-profile #exp-editor .owl-nav .owl-next img{
  width: 8px;
    position: relative;
    left: 1px;
    top: -3px;
}
.editors-profile #exp-editor .owl-nav .owl-prev img{
  width: 8px;
    position: relative;
    left: -1px;
    top: -3px;
}
.editors-profile #exp-editor .owl-nav .owl-prev, #exp-editor .owl-nav .owl-next {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: #ccc 1px solid;
}

.editors-profile .fade.in {
    opacity: 1 !important;
}
.editors-profile .modal-backdrop{
  background-color: rgb(0 0 0 / 31%) !important;
}

.editors-profile .modal .modal-header .close{
  background:none !important;
  color:#000 !important;
}

.similar-profiles #exp-editor .item{
margin: 0 2px;
}
.similar-profiles #exp-editor .item img{
    margin: 2px 0;
    cursor: pointer;
}
.single #exp-editor .owl-nav {
    top: auto;
    bottom: 0px;
}
.single #exp-editor .owl-nav .owl-prev, .single #exp-editor .owl-nav .owl-next{
    background: transparent;
    border: none;
}
.single #exp-editor .owl-nav .owl-next {
    right: auto;
    left: 20px;
}
.single #exp-editor .owl-nav .owl-prev {
    left: 0;
}
.single .rowright {
    color: #0000ff;
    line-height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: right;
    width: 100%;
    padding-right: 20px;
}
.editors-profile .rowright a {
    color: #00f !important;
    position: relative;
}
.editors-profile .rowright a:hover{
    text-decoration: none;
}
.single .rowright a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #00f;
    visibility: visible;
    transform: scaleX(1);
    transition: 0.2s linear;
}
.single .rowright a:after {
    content: "";
    position: absolute;
    background: url(../images/editors/arrow.png);
    width: 15px;
    height: 15px;
    top: 5px;
    right: -27px;
}
.single .rowright a:hover:before {
    visibility: hidden;
    transform: scaleX(0);
}
.popupclass .modal-header{
    padding: 17px 23px !important;
    border-bottom: none !important;
}

.popupclass .modal-body{
    padding-top: 0 !important;
}

/* override Modal css */
@media (max-width: 576px){
    .popupclass .modal-dialog {
        margin-top: 50px !important; 
    }
}
@media (min-width: 576px){
    .popupclass .modal-dialog {
        max-width: 594px !important;
        margin: 190px auto !important;
    }
}

/* override Modal css */

