﻿/*==========Responsive css=======*/
@media screen and (max-width:991px) {
    .modalcontent_tri {
        width: auto;
        transform: unset;
        top: 2%;
        /* bottom: 0; */
        left: 10px;
        right: 10px;
    }



    .ugfutf_tri .ffgyu_tri {
        text-align: center;
    }

    .ugfutf_tri .fgyu_tri {
        text-align: center;
    }

    dv.ughih_tri {
    }

    img.iuryi_tri {
    }

    .row.v-center.frhtjhyt_tri {
        flex-wrap: unset;
    }

    .efygyi_tri {
        padding: 10px;
    }

    .effedfygyi_tri {
        width: 50%;
        padding: 5px;
    }

    .iuwdfdgk_tri {
        width: 50%;
        padding: 5px;
    }

        .iuwdfdgk_tri .yufgu_tri img.uietf_tri {
            height: 110px;
        }

    .iuwdgk_tri {
        height: 100%;
    }

    .iconbox1iconimage {
        height: 50px;
        width: 50px;
        min-width: 50px;
        margin: 0 13px 0 0;
    }

    .iconbox4 .iconbox1iconimage img.img-fluid {
        max-width: 30px !important;
        height: 30px !important;
        margin-top: calc((20px - 46px) / 2) !important;
    }

    .process-flowarea ul.processlisti li {
        float: unset;
        width: 100%;
    }

    .process-flowarea {
        background: no-repeat;
    }

    ul.processlisti .iconbox, ul.processlisti .iconbox12, ul.processlisti .iconbox13, ul.processlisti .iconbox14, ul.processlisti .iconbox15 {
        padding: 0;
        margin: 0;
        background: no-repeat;
    }

    .process-flowarea ul.processlisti li img {
        max-width: 30px !important;
        height: 30px !important;
        margin-top: calc((20px - 46px) / 2) !important;
    }

    ul.processlisti .iconbox1, ul.processlisti .iconbox12, ul.processlisti .iconbox13, ul.processlisti .iconbox14, ul.processlisti .iconbox15 {
        display: flex;
        align-items: center;
    }


    .copyright_sec p.copy_right strong {
        display: block;
        text-align: center;
        margin-top: 14px;
    }

    .copyright_sec p.copy_right {
        text-align: center;
        padding: 0;
        margin-bottom: 22px !important;
    }

    .credits {
        padding: 0 12px;
        line-height: 20px;
    }

        .credits span.ytftyfyt_tri {
            display: block;
        }

    .footer-bottom p.para.mb-0.text-light {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .logo_section {
        display: block;
    }

        .logo_section .side_para {
            width: 100%;
        }

    .footer-column span.dudkaaop-ami {
        width: 100%;
    }

    .img-container {
        align-items: flex-start;
    }

    .about-image .img-container:before {
        top: 19px;
        height: 100%;
        right: 46px;
    }

    .about-image {
        margin-bottom: 20px;
    }

    .uiwryhiu_tri img.oiryhu_tri {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }

    /*section.ifojpij_tri {
        margin-top: 70px;
    }*/
    .ifojpij_tri .owl-dots {
        bottom: 6%;
    }
    .ugfutf_tri .col-md-8 {
        padding: 0;
    }

    .modalbody_tri {
        padding: 11px;
        height: 340px;
        overflow-y: scroll;
    }

    header.header.header_tri.fixed-header {
        top: -70px !important;
    }
    .img-wrapper img {
        object-position: 95% 19%;
    }
    .img-wrapper {
        height: 336px;
    }
    .dhdgddgd-ami {
        width: auto;
        bottom: 58px;
        margin-left: 18px;
    }
    .img-wrapper img {
        object-fit: cover;
    }
    /*.mian-banner-new {
        margin-top: 76px;
    }*/
    .doctorInfoContainer .left img {
        height: 231px;
    }
    .mobile-order-1{order:1;}
    .mobile-order-2{order:2;}
    .why-choose-new .box {
        height: auto;
        padding: 16px 25px 13px 25px;
    }
    .b-member-info.mb-4{display:block !important;}
    .quote-box .inner-box {
       
        padding: 18px 9px 23px 79px !important;
    }
    .text-section {
        padding-right: 1.5rem !important;
    }
    .map-section {
        padding-left: 1.5rem !important;
    }
    .under-cont {
        bottom: 0px;
    }
}
/*responsive*/
@media screen and (max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
        /*width: 80%;*/
        max-width: 80%;
    }

    .v-center {
        display: flex;
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

        .header .mobile-menu-trigger span {
            display: block;
            height: 2px;
            background-color: #333333;
            width: 24px;
            position: relative;
        }

            .header .mobile-menu-trigger span:before,
            .header .mobile-menu-trigger span:after {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #333333;
            }

            .header .mobile-menu-trigger span:before {
                top: -6px;
            }

            .header .mobile-menu-trigger span:after {
                top: 6px;
            }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100vh;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

        .header .menu.active {
            transform: translate(0%);
        }

        .header .menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .header .menu > ul > li > a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0 15px;
                display: block;
                border-bottom: 1px solid rgba(0,0,0,0.1);
            }

                .header .menu > ul > li > a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;
                    line-height: 50px;
                    transform: rotate(-90deg);
                }

        .header .menu .mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top: 0;
        }

            .header .menu .mobile-menu-head .go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 16px;
                display: none;
            }

            .header .menu .mobile-menu-head.active .go-back {
                display: block;
            }

            .header .menu .mobile-menu-head .current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000000;
            }

            .header .menu .mobile-menu-head .mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000000;
                font-size: 25px;
            }

        .header .menu .menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            display: block;
        }

        .header .menu > ul > li .sub-menu.mega-menu,
        .header .menu > ul > li .sub-menu {
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 15px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .header .menu > ul > li .sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    /*.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }*/

    .menu-overlay {
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li:last-child {
        border-bottom: 1px solid #8080801c
    }
    .gallery-images-012 {
        height: 220px;
    }
    

    .gallery-heading-image {
        font-size: 18px;
    }
    .gallery-images-012 {
        height: 200px;
    }

    .gallery-image-date {
        left: 65%;
    }

    .gallery-heading-image {
        font-size: 17px;
    }
    .icon-span-class-img {
        font-size: 17px;
    }

    .news_heading_media {
        font-size: 13px;
        font-weight: 600;
    }

    p.news-meadia-para {
        font-size: 10px;
    }

    .news-icon {
        font-size: 13px;
    }

    button.button-news-section {
        font-size: 11px;
        padding: 1px 6px;
    }
    .second-pop-scroll-ami{height: auto;}
}
/*==========Responsive css=======*/
