﻿@media only screen and (max-width: 480px) {
    .featureCarousel {
        padding-top: 60px;
    }
    .featureCarousel .item {
        margin: 0;
    }
    .featureCarousel .item p {
        font-size: 11px;
    }
    .navCarousel .owl-prev {
        right: -10px;
    }
    .navCarousel .owl-next {
        left: -10px;
    }
    .serviceCarousel .owl-nav {
        display: none;
    }
    .bloglist {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .bloglist > li {
        width: auto;
        flex: 1;
    }
    .imgLeft {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
    .breadcrumb {
        display: none;
    }
    .insideTitle {
        padding: 10px 0;
    }
    .blogExDetail {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .slider {
        margin-bottom: 32px;
    }
    .servicesSec {
        margin-bottom: 60px;
    }
    .aboutContent {
        margin-bottom: 24px;
    }
    .slideShow .owl-nav {
        display: none;
    }
    .slideShow .owl-dots {
        bottom: 0px;
    }
    .serviceTitle {
        margin-bottom: 20px;
    }
    .serviceTitle h2 {
        font-size: 20px;
    }
    .aboutHome {
        display: block;
    }
    .aboutContent > h1 {
        font-size: 22px;
    }

    .doctorslist {
        display: block;
    }
    .doctorslist > li {
        width: 100%;
        margin-bottom: 20px;
    }
    .faqSec {
        padding: 36px 0;
        background-image: none;
    }
    .faqHome > h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .faqHome > p {
        margin-bottom: 20px;
    }
    .lastNewsSec {
        padding: 36px 0 48px;
    }
    .newsH2 {
        font-size: 18px;
    }
    .newsH2 span {
        font-size: 20px;
    }
    .supportTitle {
        text-align: center;
        margin-bottom: 10px;
    }
    .supportFt {
        display: block;
    }
    .footerCols {
        display: block;
    }
    .footerMainCol {
        width: auto;
        border: none;
        margin-bottom: 32px;
    }
    .footerSide {
        width: auto;
    }
    .aboutFooter {
        padding-left: 0;
    }
    .copyHolder {
        flex-direction: column;
        gap: 12px;
        font-size: 12px;
        text-align: center;
    }
    .insideWithSidebar {
        flex-direction: column;
        gap: 20px;
    }
    .insideBar {
        width: auto;
        margin: 0;
    }
    .drDetail {
        flex-direction: column;
    }
    .drImg {
        width: auto;
    }
    .contactAndForm {
        flex-direction: column;
    }
}
@media only screen and (min-width: 481px) and (max-width: 850px) {
    .bloglist > li {
        width: calc(50% - 12px);
    }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1285px) {
}

@media only screen and (max-width: 1285px) {
}

@media only screen and (min-width: 1285px) {
}

@media only screen and (max-width: 1080px) {
    .header {
        gap: 10px;
        justify-content: space-between;
    }
    .tgmenu {
        display: block;
        line-height: 64px;
        width: 44px;
        color: #141a21;
        font-size: 32px;
    }
    .headerContainer {
        height: 64px;
    }
    .topmenu {
        display: none;
    }
    .logo {
        padding: 10px 0;
        flex: 1;
        text-align: center;
    }
    .logo img {
        height: 44px;
    }
    .floatmenu .logo {
        padding: 10px 0;
    }
    .floatmenu .logo img {
        height: 44px;
    }
    .nav {
        line-height: 54px;
    }
    .topSupport {
        display: none;
    }
    .ctTop {
        margin-top: 10px;
    }

    .topmenu {
        width: 249px;
        border-left: 1px solid #bcc0c6;
        display: block;
        font-size: 14px;
        background: #fff;
        position: fixed;
        top: 64px;
        right: 0;
        bottom: 0;
        margin-top: 0;
        height: auto;
        transition: 0.3s ease-out;
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        z-index: 1000;
    }
    .dark .topmenu {
        background: #262844;
    }
    .topmenu > li a i {
        display: none;
    }
    .topmenu > li > a {
        display: block;
        color: #383d47;
        padding-right: 24px;
        text-shadow: none;
    }
    .topmenu > li a:hover {
        background: #c2edda;
        color: #068d38;
    }
    .topmenu > li {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: auto;
        line-height: 46px;
        position: relative;
    }
    .submenu {
        position: static;
        display: none;
    }
    .submenu > li > a {
        display: block;
        padding: 0 40px 0 10px;
    }
    .openMenu {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
}

@media only screen and (min-width: 1080px) {
    .tgmenu {
        display: none;
    }
    .nav {
        flex: 1;
    }

    .submenu {
        min-width: 220px;
        background: #fff;
        border-radius: 0 0 5px 5px;
        padding: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        right: 0;
        line-height: 40px;
        display: none;
    }
    .submenu > li > a {
        display: block;
        border-radius: 5px;
        padding: 0 10px;
    }

    .topmenu > li > a::before {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: var(--primary-color);
        z-index: -1;
        transition: 0.3s;
        opacity: 0;
    }
    .topmenu > li:hover a::before {
        opacity: 1;
    }
    .topmenu > li:hover > a {
        color: #fff;
    }
}
