.load-sample{
    color: #267dff;
    border: 1px solid #267dff;
    background-color: #fff;
    display: inline-block;
    font-size: 11px;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    left: 10px;
    bottom: 15px;
    cursor: pointer;
    font-family: poppinsregular;
}
.swappers{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 120px;
}
.swappers.t185{
    top: 185px;
}
.content-bg-strip{
    background-color: #f4f4f4;
    padding: 18px;
    margin-bottom: 10px;
}
.content-bg-strip p{
    color: #000;
    margin-bottom: 0px;
}
.tableType{
    background-color: #f4f4f4;
    padding: 12px;
    font-family: poppinssemibold;
}
.childType{
    background-color: #fff;
    padding: 12px;
}
.gray_textarea_box{
    height:250px;
    border-radius: 0px;
}
.sample-loader{
    cursor:pointer;
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.sample-loader.r50{
    right: 50px;
}
.clear-text {
    position: absolute;
    cursor: pointer;
    right: 24px;
    bottom: 15px;
}
.result-box{
    background-color:#f4f4f4;
    border-left: 0px;
}
.binary-select-btn {
    background-color: #0373dd;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    width: 175px;
    margin-right: 3px;
    font-size: 14px;
    font-family: poppinssemibold;
}
.item .binary-select-btn {
    background-color: #ddd;
    color: #222;
}
.binary-select-btn:hover {
    background-color: #222;
    color: #fff;
}
.cat-slider{
    width: 650px;
    float: right;
}
.cat-slider .carousel-control.left, .cat-slider .carousel-control.right{
    background-image: none;
    background-color: #222;
    width: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.cat-slider .carousel-control.left .glyphicon-chevron-left, 
.cat-slider .carousel-control.right .glyphicon-chevron-right{
    font-size:22px;
}
.cat-slider .carousel-control.left{
    right: 0;
    left: 544px;
}
.mrn{margin-right: 0px;}


/*carosel*/
.testi-heading {
    color: #333;
    text-align: center;
    font-family: 'poppinssemibold';
    position: relative;
    font-size: 22px;
    margin: 5px 0 30px;
}
.testi-heading::after, .testi-heading::before {
    content: "";
    width: 40px;
    position: absolute;
    height: 3px;
    background:#267dff;
    right: 230px;
    bottom: 15px;
}
.testi-heading::before {
    left:230px;
}
.arrows-tesi .carousel-control .glyphicon-arrow-left, .arrows-tesi .carousel-control .glyphicon-arrow-right{
    display: block;
    background-color: #f4f4f4;
    color: #222;
    text-shadow: none;
    font-size: 17px;
    height: 20px;
    border-radius: 50px;
    display: initial;
    opacity: initial;
    padding: 5px 6px;
    border: 1px solid #ddd;
    width: 20px;
}
.arrows-tesi .carousel-control.right{
    top: 45px;
    left: 0;
}
.arrows-tesi .carousel-control.left{
    background-image: none;
}
.author-image{
    margin-top: 10px;
    width: 50px;
}
.authory span strong{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #222;
    margin-left: 10px;
    margin-top: 12px;
}
.of-h .carousel-inner{
    height: 220px
}
.slide.of-h{
    padding: 10px 0px;
}
@media(max-width: 785px){
    .testi-heading::after, .testi-heading::before {display:none}
    .carousel-inner{
        height: auto !important;
    }
    .result-box{
        border-left: 1px solid #d7d7d7;
    }
}
@media(max-width: 992px){
    .media992{
        display: none;
    }
}
@media(max-width: 768px){
    .swappers{
        display: none;
    }
}
/*boxes*/
.text-catg{
    box-shadow: 0px 0px 20px 8px #d0d0d09e;
    text-align:center;
    height: 310px;
    border:1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.text-catg div{
    margin-top: 10px;
    font-size: 14px;
    color: #222;
    font-family: poppinssemibold;
}
.text-catg p{
    line-height: 20px;
    margin-top: 10px;
    color: #222;
}