.no-carousel {
    display: flex;
    overflow: hidden;
}
.no-carousel .item > * {
  max-height: inherit;
}
.owl-nav button:focus{
    outline: none;
    outline-width: 0px;
}
.owl-nav i{
    margin: 5px 5px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.new_tabs .title p{
    margin: 0px 0px;
}
.worrper_new_input select, .worrper_new_input input , .worrper_new_input textarea{
    width: 100%;
        outline-width: 0;
}
.rtl .worrper_new_input.side .label{
    margin-left: 15px;
    margin-right: 0px;
}
.worrper_new_input.side .label{
    margin-left: 0px;
    margin-right: 15px;
}
.worrper_new_input.side .filed{
    flex-grow: 1;
}
.new_tabs.side , .worrper_new_input.side{
    display: flex;
}

.new_tabs.side .tabs{
    width: 100%;
}
.new_tabs.side .titls{
    display: block;
}
.new_tabs .titls{
    display: flex;
    cursor: pointer;
}
.new_tabs .normal .title{
    text-align: center;
    flex-grow: 1;
}
.new_tabs .end.titls{
    justify-content: flex-end;
}
.new_tabs .start.titls{
    justify-content: flex-start;
}
.new_tabs .center.titls{
    justify-content: center;
}
.new_tabs .tabs{
    position: relative;
}
.new_tabs .one_tab.activ{
    display: block;
    animation-name: opiysity_in;
    animation-duration: 1s;
}
.new_tabs .one_tab{
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
    overflow: scroll;
}

@-webkit-keyframes opiysity_in {
    from { opacity: 0;}
    to { opacity: 1;}
}
@keyframes opiysity_in {
    from { opacity: 0;}
    to { opacity: 1;}
}
@keyframes opiysity_out {
    from { opacity: 1;}
    to { opacity: 0;}
}