
.romatem-search-wrap{
    position:relative;
    width:100%;
    max-width:720px;
    margin:0 auto;
}

.romatem-search-form{
    position:relative;
}

.romatem-search-box{
    position:relative;
    display:flex;
    align-items:center;
    background:#fff;
    border:2px solid rgba(11,47,111,.12);
    border-radius:999px;
    padding:8px 10px 8px 22px;
    box-shadow:0 10px 28px rgba(11,47,111,.08);
    line-height:1.5;
    transition:.25s ease;
}

.romatem-search-box:focus-within{
    border-color:rgba(255,122,0,.45);
    box-shadow:0 14px 36px rgba(11,47,111,.12);
    transform:translateY(-1px);
}

.romatem-search-input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    height:30px;
    font-family:inherit;
    font-size:17px;
    line-height:inherit;
    color:#0b2f6f;
    font-weight:500;
}

.romatem-search-input::placeholder{
    color:#7e8ca8;
}

.romatem-search-btn{
    padding:0px !important;
    width:35px;
    height:35px;
    border:none;
    border-radius:50%;
    background:#ff7a00;
    color:#fff;
    font-family:inherit;
    font-size:16px;
    line-height:inherit;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.25s ease;
    box-shadow:0 8px 20px rgba(255,122,0,.28);
}

.romatem-search-btn:hover{
    transform:scale(1.04);
    box-shadow:0 12px 24px rgba(255,122,0,.34);
}

.romatem-livebox{
    position:absolute;
    top:calc(100% + 14px);
    inset-inline-start:0;
    inset-inline-end:0;
    z-index:9999;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(11,47,111,.10);
    border-radius:26px;
    box-shadow:0 18px 48px rgba(11,47,111,.16);
    padding:10px 0;
    max-height:72vh;
    overflow:auto;
}

.romatem-livebox::-webkit-scrollbar{
    width:8px;
}

.romatem-livebox::-webkit-scrollbar-thumb{
    background:rgba(11,47,111,.14);
    border-radius:999px;
}

/* HEAD */
.rt-live-head{
    padding:10px 22px 8px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.4px;
    text-transform:uppercase;
    color:#0b2f6f;
    opacity:.85;
}

.rt-live-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:12px 22px;
    text-decoration:none;
    transition:.22s ease;
    border-top:1px solid rgba(11,47,111,.04);
}

.rt-live-item:first-of-type{
    border-top:none;
}

.rt-live-item:hover,
.rt-live-item.is-active{
    background:rgba(11,47,111,.04);
}

.rt-live-item img{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:16px;
    flex:0 0 60px;
    border:2px solid rgba(11,47,111,.08);
    background:#f4f6fb;
}

.rt-live-title{
    font-size:17px;
    line-height:1.28;
    font-weight:700;
    color:#0b2f6f;
}

.rt-hl{
    background:rgba(255,122,0,.14);
    color:#ff7a00;
    padding:0 .08em;
    border-radius:4px;
}

.rt-live-recent{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:4px 22px 16px;
}

.rt-chip{
    border:none;
    border-radius:999px;
    background:#eef3fb;
    color:#0b2f6f;
    font-size:14px;
    font-weight:700;
    padding:10px 14px;
    cursor:pointer;
    transition:.2s ease;
}

.rt-chip:hover{
    background:#ffefe2;
    color:#ff7a00;
}

.rt-live-loading,
.rt-live-empty{
    padding:18px 22px;
    font-size:15px;
    color:#4f6286;
}

.rt-live-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding:14px 22px 6px;
}

@media (max-width:767px){
    .romatem-search-box{
        padding:6px 8px 6px 16px;
    }

    .romatem-search-input{
        height:35px;
        font-size:15px;
    }

    .romatem-search-btn{
        width:35px;
        height:35px;
    }

    .romatem-livebox{
        border-radius:20px;
        top:calc(100% + 10px);
    }

    .rt-live-item{
        padding:10px 16px;
        gap:12px;
    }

    .rt-live-item img{
        width:52px;
        height:52px;
        border-radius:14px;
    }

    .rt-live-title{
        font-size:15px;
    }

    .rt-live-head,
    .rt-live-loading,
    .rt-live-empty,
    .rt-live-footer,
    .rt-live-recent{
        padding-inline-start:16px;
        padding-inline-end:16px;
    }
}

@media(max-width:992px){
    .header-actions {
        margin-top:-23vh;
    }
}


.online-menu a:first-child,.mega-col a:first-child {
    border-top:0px !important;
}

.online-menu {
    padding-top:5px !important;
}

.online-menu.show {
    z-index:30;
}

.p-5 {
    padding:2px !important;
}


@media(max-width:991px){
    .rtm-treatments-hero-overlay, .rtm-medtech-hero-overlay {
        z-index:6 !important;   
    }
    
    .rtm-treatments-left {
        width:100% !important;
        max-width:100% !important;
    }
    
}

.rtl-lang .hero-content{
    direction: rtl;
    text-align: end;
}

.rtl-lang .hero-content .detail-btn{
    direction: rtl;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.rtl-lang .hero-content .detail-btn i,
.rtl-lang .hero-content .detail-btn svg{
    transform: scaleX(-1);
    margin-inline-end: 0;
    margin-inline-start: 8px;
}

.rtl-lang .detail-btn{
    direction: rtl;
}

.mr-50 {
    margin-inline-end:-50px !important;
}

@media(min-width:992px){
    .phone-box {
        height:40px !important;
    }
}

<?php if($lang != "tr"){
    ?>
    .only-tr {
        display:none !important;
    }  
    <?php
}
?>

.press-detail-main-card {
        max-width:94vw !important;
    }
    
iframe {
    max-width:100% !important;
}
