@media (max-width:1500px) {
    .banner-overlay {
        display: none;
    }
}

@media (max-width:1199px) {
    ul.navbar-nav li a {
        font-size: 15px;
        border-bottom: 1px solid #E8ECEF;
        margin: 0 0px;
        padding: 16px 0;
        display: flex;
        text-decoration: none;
        column-gap: 8px;
    }

    .lang select {
        font-size: 15px;
    }

    .lang select {
        font-size: 15px;
    }

    .needs-inner h4 {
        font-size: 20px;
    }

    .needs-inner {
        padding: 18px;
    }

    section.home-banner ul.slick-dots {
        max-width: 148px;
        bottom: 24px;
        padding: 23px 0;
    }

    .left-chat h3 {
        font-size: 24px;
    }


}

@media (max-width:991px) {
    .doct-right h4 {
        justify-content: start;
    }


    .pakge-text h4 {
        justify-content: start;
    }

    .ct-cnt h4 {
        justify-content: start;
    }

    html[dir="rtl"] div#navbarSupportedContent ul.navbar-nav {
        padding-right: 8px;
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    section.filletr ul li span,
    section.filletr ul li select {
        padding: 9px 21px;
        font-size: 15px;
    }

    section.all-clicks-doc .col-md-3 {
        width: 33.33%;
    }

    section.all-clicks-doc .inner-hospital h5 {
        padding-left: 18px;
        font-size: 15px;
    }

    .inner-detial-doc-left img {
        width: 180px;
        height: 180px;
    }

    .inner-detial-doc {
        column-gap: 20px;
    }

    .doct-insurce,
    .about-data,
    .apply-coupn,
    .price-details,
    .inner-detial-doc {
        padding: 22px;
    }

    .inner-detial-doc-right h4 {
        font-size: 19px;
    }

    .inner-detial-doc-right h5 {
        margin: 12px 0px 10px;
        font-size: 17px;
    }

    .inner-detial-doc-right h5 span {
        font-size: 14px;
    }

    .inner-detial-doc-right h6 {
        font-size: 16px;
    }

    .inner-detial-doc-right h4 span {
        font-size: 15px;
    }

    .inner-detial-doc-right button {
        padding: 7px 18px;
        font-size: 16px;
        margin-top: 17px;
    }

    section.about-doctor .col-md-6 {
        width: 100%;
    }

    .about-doct-right {
        padding-left: 0;
    }

    section.filletr ul {
        column-gap: 8px;
    }

    .apply-coupn .form-group button {
        padding: 11px 15px;
    }

    .outer-main {
        padding: 22px;
    }

    .ct-image img {
        width: 150px;
        height: 146px;
    }

    .ct-cnt h4 {
        font-size: 14px;
    }

    .ct-cnt h5 {
        font-size: 11px;
    }

    .doct-right h4 {
        font-size: 14px;
    }

    .doct-right h5,
    .doct-right span {
        font-size: 12px;
        margin: 15px 0;
    }

    .doct-btn a {
        padding: 9px 23px;
        margin-left: 10px;
        font-size: 15px;
    }

    .ct-cnt span {
        font-size: 15px;
    }

    section.chat-free .col-md-6 {
        width: 100%;
        margin: 8px 0;
    }

    section.our-needs {
        padding: 60px 0;
    }

    section.our-needs .col-md-3 {
        width: 50%;
    }

    section.client-hospital {
        padding: 60px 0;
    }

    .cm-btn {
        padding: 16px 40px;
    }

    .banner-search {
        max-width: 95%;
        margin: 0 auto;
    }

    a.navbar-brand {
        margin: 0;
        padding-left: 50px;
    }

    html[dir='rtl'] a.navbar-brand {
        padding-right: 50px;
        padding-left: 0;
    }

    html[dir='rtl'] button.navbar-toggler {
        left: unset;
        right: 0;
    }

    button.navbar-toggler {
        position: absolute;
        left: 0;
        top: 25px;
        outline: none !important;
        box-shadow: none !important;
    }

    div#navbarSupportedContent {
        position: fixed;
        left: 0px;
        right: 0;
        top: 75px;
        background: #fff;
        z-index: 9;
        padding: 10px 23px;
        left: -1031px;
        transition: 0.5s;
    }

    div#navbarSupportedContent {
        top: 0;
        height: 100%;
        width: 86%;
        transition: 0.5s;
    }

    div#navbarSupportedContent.show {
        left: 0;
        transition: 0.5s;
    }

    .navbar {
        position: static;
    }

    footer.footer-main .col-md-3:nth-child(2),
    footer.footer-main .col-md-3:nth-child(3) {
        display: none;
    }

    footer.footer-main .col-md-3 {
        width: 50%;
    }


    .inner-hospital img {
        height: 240px;
    }

    ul.navbar-nav li.nav-item.m-item {
        display: block;
    }

    ul.navbar-nav li.nav-item.d-item {
        display: none;
    }

    ul.navbar-nav li a i {
        display: block;
        font-size: 18px;
        line-height: 1;
        color: #00b671;
    }

    ul.navbar-nav li a {
        align-items: center;
    }

    .categoru-slider .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:767px) {
    .chat-footer .media-box div {
        word-break: break-word;
    }

    div#callConnectModal .modal-content {
        height: 100%;
    }

    div#callConnectModal .modal-dialog {
        height: 90%;
    }

    div#userDataDetail {
        height: 77%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .otp-input-fields input {
        height: 52px;
        width: 52px;
        font-size: 19px;
    }

    #navbarSupportedContent {
        overflow-y: scroll;
    }

    .inner-cat-slides a {
        flex-direction: column;
    }

    .switch-lang {
        width: auto;
        display: inline-block;
        margin-top: 14px;
    }

    .otp-input-fields {
        gap: 10px;
        padding: 22px 0;
    }

    .lang,
    .cart-ic {
        display: none;
    }

    .left-chat a {
        padding: 10px;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        border: 1px solid #18A86C;
        align-items: center;
        border-radius: 8px;
        column-gap: 10px;
    }

    ul.pagination li {
        margin: 0 2px;
    }

    ul.pagination li a {
        width: 38px;
        height: 38px;
    }

    section.all-clicks-doc {
        padding: 27px 0;
    }

    section.exclusive-offers {
        padding: 0 0 24px;
    }

    section.all-clicks-doc .inner-hospital {
        margin: 23px 0 0;
    }

    section.all-clicks-doc .inner-hospital {
        margin: 22px 0 0;
    }

    ul.pagination {
        margin: 8px 0 7px;
    }

    .mobile-nav-head {
        display: block;
    }

    .for-mob,
    .search-mob {
        display: block;
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offer-price h6 {
        font-size: 12px;
        margin: 5px 0 0;
        column-gap: 40px;
        width: 100%;
    }

    .pakge-btn h5 span {
        width: 100%;
        text-align: left;
        float: left;
        margin-top: 7px;
    }

    .offer-price a {
        padding: 7px 15px;
        float: left;
        margin-top: 13px;
    }

    .inner-detial-doc.no-padding {
        padding-bottom: 20px;
    }

    .offer-list-coup {
        height: 199px;
    }

    .offer-list-coup img.bk-img {
        height: 100%;
        object-fit: cover;
    }

    .offer-list-desc img {
        max-width: 150px;
    }

    .offer-list-desc {
        padding: 18px 17px;
        max-width: 100%;
        text-align: right;
    }

    .offer-price h5 {
        font-size: 14px;
    }

    .offer-price {
        padding: 13px 15px;
        flex-direction: column;
    }

    .discount h4 {
        font-size: 30px;
    }

    .discount h5 {
        font-size: 14px;
    }

    .inner-detial-doc-right h4 {
        font-size: 18px;
        margin: 0;
    }

    section.all-clicks-doc .inner-hospital h5 {
        font-size: 14px;
        padding: 0 14px;
    }

    section.all-clicks-doc .row {
        margin: 0 -6px;
    }

    section.all-clicks-doc .inner-hospital img {
        height: 170px;
    }

    section.all-clicks-doc .col-md-3 {
        width: 50%;
        padding: 0 6px;
    }

    .inner-detial-doc-left img {
        width: 100px;
        height: 115px;
    }

    .doct-name {
        padding: 10px;
    }

    /* section.about-doctor .col-md-6:first-child { */
    /* order: 2; */
    /* } */
    /* section.about-doctor .col-md-6:last-child { */
    /* order: 1; */
    /* } */
    .doct-name {
        margin-top: 4px;
    }

    .inner-detial-doc-right a {
        background: transparent;
        border: 0;
        padding: 0;
        column-gap: 9px;
        font-size: 16px;
        margin-top: 0;
    }

    [dir="rtl"] .inner-detial-doc-right a {
        top: 20px;
        right: auto;
        left: 20px;
    }

    .inner-detial-doc-right a {
        top: 20px;
        right: 20px;
    }

    .doct-cnst h4 {
        font-size: 18px;
    }

    .ct-image img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .outer-main {
        padding: 15px;
    }

    .doct-insurce ul li span {
        column-gap: 8px;
        padding: 8px 14px 8px 0;
    }

    .doct-left {
        align-items: flex-start;
    }

    .about-data p {
        font-size: 15px;
    }

    .doct-insurce ul {
        column-gap: 5px;
    }

    .doct-insurce,
    .about-data,
    .apply-coupn,
    .price-details,
    .inner-detial-doc {
        padding: 17px;
    }

    .inner-detial-doc-right button {
        padding: 6px 12px;
        font-size: 14px;
        margin-top: 10px;
        column-gap: 6px;
    }

    .inner-detial-doc-right h4 span {
        position: absolute;
        bottom: 38px;
        left: 22px;
    }

    .inner-detial-doc-right h5 {
        margin: 10px 0px 8px;
        font-size: 14px;
    }

    .inner-detial-doc-right h6 {
        font-size: 14px;
        column-gap: 1px;
    }

    .pagination ul li {
        font-size: 15px;
    }

    .inner-detial-doc {
        position: relative;
        padding-bottom: 70px;
    }

    .inner-detial-doc-right h4 {
        font-size: 16px;
    }

    .inner-detial-doc-right h5 span {
        font-size: 12px;
    }

    .doct-name img {
        width: 60px;
        height: 60px;
    }

    section.about-doctor {
        padding-bottom: 41px;
    }

    .doct-insurce h5 span {
        font-size: 15px;
    }

    .doct-insurce p {
        margin: 0 0 5px;
    }

    .inner-detial-doc-right h5 {
        margin: 10px 0px 14px;
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .offer-list {
        padding: 15px;
    }

    .about-doct-right .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }



    .inner-detial-doc {
        column-gap: 20px;
    }

    a.navbar-brand img {
        max-width: 141px;
    }

    .username0 button.cm-btn {
        padding: 11px 18px;
        border: 0;
        font-size: 13px;
        margin: 0;
    }

    button.navbar-toggler {
        top: 17px;
    }

    .pagination ul {
        margin: 19px 0 21px;
    }

    .inner-pahe-search span.filter-ic {
        display: none;
    }

    .mobile-nav-head span {
        color: #9b9b9b;
    }

    .search-mob .banner-search {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        margin: 17px 0 15px;
    }

    .banner-search input {
        font-size: 15px;
        padding-left: 56px;
        height: 56px;
    }

    html[dir="rtl"] .banner-search input {
        padding-left: 0;
        padding-right: 56px;
    }

    section.doctor-list {
        padding-bottom: 20px;
    }

    .doct-right h5 {
        margin: 3px 0 10px;
    }

    .doct-btn a {
        margin-left: 0;
        margin-right: 8px;
    }

    section.filletr ul {
        margin: 22px 0 25px;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .outer-main {
        flex-wrap: wrap;
    }

    .doct-right {
        text-align: left;
        padding-top: 7px;
        width: 100%;
        padding-left: 90px;
    }

    html[dir="rtl"] .doct-right {
        padding-left: 0;
        padding-right: 90px;
        text-align: right;
    }

    .inner-pahe-search .banner-search {
        display: block;
    }

    section.filletr ul {
        overflow: auto;
    }

    .banner-search {
        display: none;
    }

    .inner-banner-slides img {
        /* height: 300px !important;
        object-fit: cover;
        object-position: right; */
    }

    section.home-banner ul.slick-dots {
        bottom: 12px;
        padding: 17px 0;
    }

    /* section.categoru-slider .slick-track { */
    /* width: 100% !IMPORTANT; */
    /* transform: translate(0) !important; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* column-gap: 10px; */
    /* justify-content: center; */
    /* } */
    /* section.categoru-slider .inner-cat-slides { */
    /* width: 47% !important; */
    /* margin: 0 !IMPORTANT; */
    /* } */
    .chat-footer .form-group form .media-box div {
        min-width: 100%;
    }

    .left-chat h3 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .inner-cat-slides img {
        width: 55px !important;
        height: 50px !important;
        margin: 0 auto;
        display: table;
    }

    .inner-hospital img {
        height: 127px;
    }

    .inner-cat-slides.active {
        border-radius: 15px;
    }

    .inner-cat-slides {
        border: 0;
        border-radius: 0px;

        align-items: center;
        margin: 0 0px;
        padding: 12px 0;
        justify-content: center;
        column-gap: 0;
        background: transparent;
        flex-direction: column;
        text-align: center;
    }

    .inner-cat-slides.active {
        border: 0;
    }

    .needs-inner img {
        border-radius: 6px;
        width: 100%;
        object-fit: contain;
        background: linear-gradient(180deg, rgba(145, 165, 146, 1) 0%, rgba(2, 92, 48, 1) 100%);
    }

    .left-chat {
        padding: 0;
        justify-content: space-between;
    }

    .left-chat p {
        font-size: 12px;
        max-width: 130px;
        margin: 5px auto 10px;
        display: table;
    }

    .left-chat img {
        max-height: 27px;
    }

    span.micro-scop img {
        min-width: 29px;
    }

    section.chat-free {
        padding: 13px 0;
    }

    section.chat-free .col-md-6 {
        width: 50%;
    }

    h6 {
        font-size: 20px;
    }

    section.our-needs {
        padding: 37px 0;
    }

    .needs-inner {
        padding: 0;
        background-color: transparent;
        text-align: center;
        margin-top: 20px;
    }

    section.our-needs .col-md-3 {
        padding: 0 6px;
    }

    section.our-needs .row {
        margin: 0 -6px;
    }

    .needs-inner h4 {
        font-size: 16px;
        min-height: inherit;
        justify-content: center;
        margin-top: 8px;
    }

    .needs-inner p {
        font-size: 13px;
        margin-bottom: 6px;
        min-height: 60px;
    }

    .needs-inner a {
        font-size: 14px;
    }

    section.client-hospital {
        padding: 38px 0;
    }

    section.client-hospital h3 {
        margin-bottom: 27px;
    }

    .cm-btn {
        padding: 13px 34px;
    }

    footer.footer-main {
        padding: 22px 0 0;
    }

    footer.footer-main .col-md-3 {
        width: 100%;
        text-align: center;
    }


    .newOfer {
        margin: 10px;
    }

    ul.social-media-link {
        margin: 14px 100px 0;
    }

    footer.footer-main h6 {
        font-size: 19px;
    }

    .footer-left h5 {
        font-size: 15px;
        justify-content: center;
    }

    .footer-left p {
        font-size: 15px;
        text-align: center;
    }

    .copy-right p {
        margin: 21px 0 0;
        padding: 13px 0;
        font-size: 12px;
    }

    .inner-hospital h5 {
        padding: 4px 10px;
        min-height: 43px;
        font-size: 14px;
        justify-content: center;
    }

    .offer-list-desc a {
        bottom: 21px;
    }

    section.filters .col-md-3,
    section.filters .col-md-2,
    section.filters .col-md-1 {
        margin-top: 10px;
    }

    section.filters .col-md-2,
    section.filters .col-md-1 {
        width: 50%;
    }

    section.filters .btn-primary {
        width: 100%;
    }

    section.categoru-slider .inner-cat-slides span {
        /* border: 1px solid #18A86C; */
        /* border-radius: 100px; */
        /* padding: 6px 13px; */
        /* display: flex; */
        color: #000;
        margin-top: 10px;
        line-height: 1.1;
        font-size: 12px;
    }

    .home-slidere .inner-cat-slides {
        padding: 1px !important;
    }

    .footer-left h5 {
        margin-bottom: 10px;
    }

    section.profile-page-main-sec {
        padding: 0 0 70px;
        position: relative;
    }

    .offer-list-desc a {
        padding: 7px 14px;
        font-size: 13px;
    }

    .profile-right-page {
        padding: 40px 16px;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

    .about-page.contact-us h5 {
        margin: 0 0 15px;
    }

    .about-page.contact-us p {
        align-items: center;
    }

    .left-invice {
        column-gap: 10px;
        width: 100%;
    }

    .about-page {
        padding: 0;
        max-height: 580px;
        overflow-y: auto;
    }

    .about-page p {
        font-size: 15px;
    }

    .about-page {
        padding: 0;
    }

    .right-invice {
        width: 100%;
    }

    .inove-outer ul {
        max-height: 540px;
        overflow-y: auto;
    }

    .left-invice h6 {
        font-size: 13px;
    }

    .left-invice h5 {
        font-size: 14px;
    }

    .right-invice h6 {
        font-size: 12px;
    }

    .right-invice h5 {
        font-size: 13px;
    }

    .left-invice img {
        width: 68px;
        height: 68px;
        border-radius: 8px;
    }

    .inove-outer ul li {
        padding: 26px 13px;
        margin-bottom: 12px;
    }

    .inove-outer h4 {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .profile-right-page.active {
        display: block;
    }

    .profile-card {
        padding: 30px 20px;
    }

    .inove-outer {
        width: 100%;
        padding: 0;
    }

    section.chat-free {
        background-color: transparent;
    }

    .categoru-slider .grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:576px) {
    .left-chat h3 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .chat-footer .media-box span#emoji-trigger img {
        max-width: 20px;
    }

    .chat-footer .media-box span#voice-recording-trigger img {
        width: 30px;
        height: 30px;
    }

    .chat-footer .media-box {
        margin-right: 0;
        height: 50px;
        padding: 0 12px;
    }

    .chat-footer .form-group form button#sendMessage img {
        max-width: 40px;
    }

    .categoru-slider .grid .inner-cat-slides a img {
        width: 100px;
        height: 100px;
    }

    .categoru-slider .grid {
        grid-gap: 0 10px;
    }

    .categoru-slider .grid .inner-cat-slides {
        padding: 0;
    }

    .inner-banner-slides img {
        height: 220px !important;
    }

    .chat-head {
        padding: 0px 10px;
    }

    .left-chat-head h5 {
        font-size: 18px;
    }

    .chat-body {
        padding: 10px 10px 15px;
    }

    .client-chat-msg {
        font-size: 13px;
    }

    .chat-footer {
        padding: 10px 5px 0px;
    }

    .chat-footer .media-box div {
        font-size: 16px !important;
        word-break: break-word;
    }

    .chat-footer .media-box {
        column-gap: 5px;
    }
}

@media (max-width:375px) {
    .slick-inclinic-slider {
        display: flex;
        gap: 9px;
    }

    section.categoru-slider {
        margin: 2px 0 0;
    }

    .slick-telehealth-slider {
        display: flex;
        gap: 9px;
    }

    .IconText {


        margin: -7px auto 0;

    }

    .text-slider {
        font-size: 20px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .inner-hospital h5 {
        color: #000;
        text-align: center;
        font-size: 10px;
    }

    section.client-hospital {
        padding: 0px 0;
    }

    section.client-hospital.pak-offer {
        padding-top: 1px;
    }

    .vide-all {
        text-align: center;
        margin-top: 0px;
    }

    .inner-hospital {
        background: none;
        box-shadow: none;
    }

    .text-h6 {
        font-size: 16px;
        font-weight: 700;
        color: #18a86c;
    }

    .text-h3 {
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    li.review-item.col-lg-6.col-sm-6 {
        flex: 0 0 auto;
        /* width: 50% !important; */
        gap: 4px;
        align-items: flex-start;
    }

    .img-review {
        width: 54px;
        height: auto;
        margin-top: 0px;
    }

    .review-item p {
        font-size: 12px;
    }

    .inner-hospital img {
        height: 66px;
    }

    .review-item h5 {
        font-size: 12px;

    }

    .flexclass {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .doctor-list .outer-main {
        padding: 15px 5px;
    }

    .ct-image img {
        margin-right: 10px;
    }

    .ct-cnt h5 {
        font-size: 10px;
    }

    .chat-free .col-md-6 {
        padding: 0 8px;
    }

    .left-chat a {
        padding: 6px;
    }

    .username0 button.cm-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    a.navbar-brand img {
        max-width: 120px;
    }

    .left-chat h3 {
        font-size: 10px;
    }

    a.navbar-brand {
        margin: 0;
        padding-left: 33px;
    }

    html[dir='rtl'] a.navbar-brand {
        padding-right: 33px;
        padding-left: 0;
    }

    .chat-footer .media-box div {
        font-size: 12px !important;
        padding-right: 15px;
        word-break: break-word;
    }

    html[dir='rtl'] .chat-footer .media-box i.emoji-picker-icon {
        right: -11px;
    }

    .cm-btn {
        padding: 6px 14px;
    }
}


@media (min-width:768px) {
    section.client-hospital.pak-offer .slick-track .inner-hospital {
        width: 31% !important;
        margin-bottom: 20px;
    }
}

@media (min-width:1024px) {
    section.client-hospital.pak-offer .slick-track .inner-hospital {
        width: 23.3% !important;
    }
}

@media (min-width:1199px) {

    section.client-hospital.pak-offer .slick-track .inner-hospital {
        width: 23.4% !important;
        margin-bottom: 20px;
    }
}