@media(min-width:1920px) {
    .container {
        max-width: 1600px;
    }

}

@media(max-width:1600px) {
}

@media(max-width:1400px) {
}

@media(max-width:1299px) {
    .banner-content h1 {
        font-size: 50px;
    }

    .title {
        font-size: 35px;
    }

    .title.mb-5 {
        margin-bottom: 15px !important;
    }

    .service-content h4 {
        font-size: 20px;
    }

    .timing-hour-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .timing-list li h6 {
        font-size: 20px;
    }

    .timing-list li p {
        font-size: 16px;
    }

    .team-card-content h5 {
        font-size: 16px;
    }

    .team-card-content h6 {
        font-size: 15px;
    }

    .cta-card {
        padding: 10px;
    }

    .cta-card h5 {
        font-size: 18px;
    }

    .cta-card span {
        font-size: 25px;
    }

    .ftr-contact a.nmber {
        font-size: 22px;
    }

    .ftr-head {
        font-size: 18px;
    }

    .ftr-lnk li a {
        font-size: 14px;
    }

    .contact-lft h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .contact-frm {
        padding: 30px;
    }

    .contact-frm h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

}

@media(max-width:1199px) {
    .theme-header .custom-navbar .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .title {
        font-size: 30px;
    }

    .banner-content h1 {
        font-size: 45px;
    }

    .service-content {
        padding: 5px;
    }

    .service-content h4 {
        font-size: 18px;
    }

    .team-card-content {
        padding: 10px;
    }

    .cta-card a {
        font-size: 14px;
    }

}

@media(max-width:991px) {
    .tp-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    p {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }

    .theme-header {
        background-color: #fff;
        box-shadow: 0px 0px 12px 0px #0000000D;
    }

    .theme-header .custom-navbar .navbar-brand img {
        display: block;
        position: relative;
        z-index: 999;
    }

    .theme-header .custom-navbar {
        padding: 0px 0;
    }

    .theme-header .custom-navbar .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .theme-header .custom-navbar .navbar-brand img {
        width: 120px;
    }

    .theme-header .custom-navbar .navbar-toggler {
        width: 40px;
        height: 40px;
        padding: 0 6px;
        border-radius: 4px;
        text-align: center;
        border: none;
        outline: none;
        z-index: 110;
        background-color: #2B17DF;
    }

    .theme-header .custom-navbar .navbar-toggler span {
        width: 29px;
        height: 3px;
        background: #fff;
        display: block;
        margin: 3px auto 3px auto;
        position: relative;
        top: 0;
        opacity: 1;
        float: right;
        transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
        border-radius: 10px;
    }

    .theme-header .custom-navbar .navbar-toggler span:nth-child(2) {
        width: 25px;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -9px;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .theme-header .custom-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .theme-header .custom-navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: -360px;
        width: 0%;
        height: 100vh;
        max-height: 100vh;
        background-color: #fff;
        padding: 60px 0px;
        box-shadow: -30px 0 30px rgb(0 0 0 / 10%);
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
        overflow: hidden;
        overflow-y: auto;
    }

    .theme-header .custom-navbar .navbar-collapse {
        width: 360px;
    }

    .theme-header .custom-navbar .navbar-collapse.show {
        right: 0;
        opacity: 1;
        z-index: 100;
    }

    .theme-header .custom-navbar .nav-item {
        margin: 0;
    }

    .theme-header .custom-navbar .nav-item .nav-link {
        padding: 10px;
        border-bottom: 1px dashed #cdcdcd;
    }

    .theme-header .custom-navbar .nav-item .nav-link.active {
        border-bottom: 0;
    }

    .theme-header .custom-navbar .nav-item .nav-link.dropdown-toggle::after {
        top: 10px;
        right: 10px;
        position: absolute;
    }

    .theme-header .custom-navbar .dropdown-menu {
        background-color: #fff;
        border: 0;
    }

    .theme-header .custom-navbar .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .subtitle {
        font-size: 15px;
    }

    .banner-sec {
        padding: 60px 0;
    }

    .about-content {
        margin-top: 15px;
    }

    .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .timing-list li p {
        font-size: 14px;
    }

    .timing-list li img {
        width: 35px;
    }

    .timing-hour-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .timing-list {
        justify-content: space-between;
        margin-top: 40px;
    }

    .team-card-content {
        padding: 5px;
    }

    .thm-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .price {
        font-size: 16px;
    }

    .ftr-lnk li {
        margin-bottom: 5px;
    }

    .ftr-media a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin-top: 5px;
        margin-right: 5px;
    }

    .ftr-media a img {
        width: 20px;
    }

    .ftr-contact a.nmber {
        font-size: 18px;
    }

    .testimonial-innr h5 {
        font-size: 18px;
    }

    .thm-footer {
        padding-top: 30px;
    }

    .banner-innr {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .banner-innr h1 {
        font-size: 25px;
    }

    .contact-frm {
        padding: 15px;
    }

    .contact-frm h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .custom-frm-bx .form-control, .custom-frm-bx .form-select {
        height: 45px;
    }

    .profile-bar {
        padding: 10px;
        height: auto;
        margin-bottom: 15px;
    }

    .profile-bar-list {
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .profile-bar-list li {
        width: 100%;
    }

    .profile-upload img {
        height: 70px;
        width: 70px;
    }

    .profile-upload label {
        height: 25px;
        width: 25px;
        line-height: 25px;
        right: 50%;
    }

    .appointments-lft img {
        height: 60px;
        width: 60px;
    }

    .appointments-lft-contnt h6 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .appointments-lft-contnt p {
        margin-bottom: 2px;
    }

    .cards-head h5 {
        font-size: 18px;
    }

    .custom-frm-bx {
        margin-bottom: 10px;
    }

    .success-modal .modal-content .modal-body img {
        width: 80px;
    }

    .contact-lft li {
        margin-bottom: 25px;
    }

    .contact-lft li span {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .custom-frm-bx textarea.form-control {
        height: 70px;
    }

    .contact-lft h4 {
        font-size: 18px;
    }

    .ftr-abt a img {
        width: 120px;
        margin-bottom: 5px;
    }

    .notification-list li .notification-icon img {
        width: 35px;
    }

    .notification-list li .notification-content h6 {
        font-size: 14px;
    }

    .cards-body {
        padding: 5px;
    }

    .payment .cards-body .form-check {
        margin-bottom: 0px;
    }

    .cards-head {
        padding: 5px;
    }

    .cards-head h5 {
        font-size: 18px;
    }

    .star-list li.star i {
        font-size: 16px;
        margin-top: 0px;
    }

    .star-list li {
        margin-bottom: 5px;
    }

    .service-dtl-content h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service-dtl-content .price {
        margin: 5px 0;
        font-size: 18px;
    }

    .product-review .desc-txt {
        font-size: 14px;
        font-weight: 400;
    }

    .rating-card p {
        font-size: 14px;
        font-weight: 400;
    }

    .rating-bar {
        margin-bottom: 10px;
    }

    .rating-card h6 span {
        padding: 5px 5px;
        font-size: 13px;
    }

    .rating-txt .rating em {
        padding: 4px 6px;
        font-size: 14px;
    }

    .product-review {
        padding: 5px;
    }

    .rating-card {
        padding: 5px;
        margin-bottom: 15px;
    }

    .rating-card h4 {
        font-size: 16px;
    }

    .register-modal .modal-content .modal-body {
        padding: 15px;
    }

    .register-modal h4 {
        font-size: 22px;
    }

    .login-option a img {
        width: 35px;
    }

}

@media(max-width:767px) {
    .banner-sec {
        text-align: center;
    }

    .banner-content h1 {
        margin-bottom: 20px;
    }

    .title {
        font-size: 18px;
    }

    .service-content h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .timing-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cta-card {
        min-height: auto;
        margin-bottom: 15px;
    }

    .appointments-body {
        flex-direction: column;
    }

    .profile-bar {
        padding: 5px;
    }

    .profile-bar-list li a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .profile-bar-list {
        flex-direction: column;
    }

    .receipt-sec .d-flex.justify-content-between {
        flex-direction: column;
    }

    .receipt-sec .d-flex.justify-content-between .thm-btn.mx-1 {
        margin: 5px 0 !important;
    }

    .service-dtl-content {
        margin-top: 30px;
    }

}

@media(max-width:575px) {
    .banner-content h1 {
        font-size: 22px;
    }

    .appointments-head span {
        font-size: 10px;
    }

    .appointments-lft {
        flex-direction: column;
        align-items: flex-start;
    }

    .appointments-lft-contnt {
        margin: 10px 0;
    }

    .contact-lft li {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-lft li span {
        margin-right: 0;
    }

    .cards-head h5 {
        font-size: 14px;
    }

    .service-dtl-content h4 {
        font-size: 16px;
    }

}

@media(max-width:480px) {
    .notification-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .notification-list li .notification-content {
        margin-left: 0;
        margin-top: 8px;
    }

}

@media(max-width:360px) {
}
