@media(min-width:1920px) {
    .container {
        max-width: 1600px;
    }

}

@media(max-width:1600px) {
    .banner-content h1 {
        font-size: 50px;
    }

    .subtitle {
        font-size: 20px;
    }

    .title {
        font-size: 30px;
    }

}

@media(max-width:1400px) {
}

@media(max-width:1199px) {
    .banner-content h1 {
        font-size: 40px;
    }

    .service-content a {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .theme-header .custom-navbar .nav-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .timing-list li h6 {
        font-size: 20px;
    }

    .timing-list li p {
        font-size: 15px;
    }

    .timing-hour-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .team-content h4 {
        font-size: 18px;
    }

    .team-content p {
        font-size: 15px;
    }

    .ftr-contact a.nmber {
        font-size: 20px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .about-content h4 {
        font-size: 25px;
    }

    .about-content h4 span {
        display: inline-block;
    }

    .forecasts-card h5 {
        font-size: 18px;
    }

    .service-card h4 {
        font-size: 16px;
    }

    .service-card img {
        width: 60px;
    }

    .cta-card h5 {
        font-size: 16px;
    }

    .cta-card a {
        font-size: 14px;
    }

}

@media(max-width:991px) {
    body {
        font-size: 14px;
    }

    .tp-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    p {
        font-size: 14px;
    }

    .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: linear-gradient(90deg, #DB8840 0%, #CA660E 100%);
    }

    .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: #000;
        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: #000000;
    }

    .theme-header .custom-navbar .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .banner-sec {
        background-position: center;
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        
    }
    .banner-sec .text-end{
        text-align: center!important;
    }

    .banner-content {
        text-align: center;
        margin-top: 20px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content .thm-btn {
        margin-top: 20px;
    }

    .about-content {
        margin-top: 30px;
    }

    .service-content .thm-btn {
        font-size: 14px;
    }

    .timing-lft h3 {
        font-size: 20px;
    }

    .subtitle {
        font-size: 16px;
    }

    .timing-list {
        margin-top: 30px;
    }

    .timing-list li h6 {
        font-size: 16px;
    }

    .timing-list li p {
        font-size: 13px;
    }

    .team-content {
        padding: 10px 0;
    }

    .about-content .thm-btn {
        margin-top: 10px;
    }

    .thm-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .testimonial-slide.owl-theme .owl-nav .owl-prev span {
        left: 0%;
    }

    .testimonial-slide.owl-theme .owl-nav .owl-next span {
        right: 0%;
    }

    .ftr-head {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ftr-contact a.nmber {
        font-size: 16px;
    }

    .ftr-contact li a {
        font-size: 14px;
    }

    .ftr-abt a img {
        width: 120px;
        margin-bottom: 6px;
    }

    .price {
        font-size: 16px;
    }

    .service-content .price {
        margin: 10px 0;
    }

    .thm-footer {
        padding-top: 30px;
    }

    .register-modal .modal-content .modal-body {
        padding: 20px;
    }

    .register-modal h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom-frm-bx .form-control, .custom-frm-bx .form-select {
        height: 45px;
        font-size: 14px;
    }

    .custom-frm-bx {
        margin-bottom: 10px;
    }

    .login-option a img {
        width: 30px;
    }

    .custom-frm-bx label {
        font-size: 14px;
    }

    .ftr-lnk li a {
        font-size: 14px;
    }

    .banner-innr {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .banner-innr h1 {
        font-size: 25px;
    }

    .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%;
    }

    .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;
    }

    .profile-upload img {
        height: 70px;
        width: 70px;
    }

    .profile-upload label {
        right: 40%;
    }

    .notification-list li .notification-content h6 {
        font-size: 14px;
    }

    .appointment-frm .custom-frm-bx {
        margin-bottom: 15px;
    }

    .contact-lft h4 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .contact-lft li {
        margin-bottom: 15px;
        flex-direction: column;
        background-color: #000;
        padding: 10px;
        text-align: center;
    }

    .contact-lft li span {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .contact-lft li h6 {
        font-size: 14px;
    }

    .contact-lft li a {
        font-size: 14px;
    }

    .contact-frm {
        padding: 10px;
    }

    .contact-frm h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .star-list li.star i {
        font-size: 18px;
        margin-top: 0px;
    }

    .star-list li {
        margin-bottom: 8px;
    }

    .service-list li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .payment .cards-body .form-check .form-check-label {
        font-size: 14px;
        margin-left: 5px;
    }

    .service-dtl-content h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .service-dtl-content .rating {
        margin: 5px 0;
    }

    .service-dtl-content .price {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .rating-card h4 {
        font-size: 16px;
    }

    .rating-card p {
        font-size: 14px;
    }

    .rating-bar span {
        font-size: 13px;
    }

    .product-review .desc-txt {
        font-size: 14px;
    }

    .rating-txt .rating em {
        padding: 3px 8px;
        border-radius: 5px;
        font-size: 14px;
    }

    .rating-card h6 span {
        padding: 5px 10px;
        font-size: 13px;
    }

    .counter-card p {
        font-size: 15px;
    }

    .counter-card h4 {
        font-size: 20px;
        margin: 5px 0;
    }

    .counter-card img {
        width: 40px;
    }

    .cta-card {
        padding: 15px;
        min-height: auto;
    }

    .cta-card span {
        font-size: 20px;
    }

}

@media(max-width:767px) {
    .banner-content h1 {
        font-size: 24px;
    }

    .title {
        font-size: 25px;
    }

    .timing-list {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .service-content {
        padding: 5px;
    }

    .appointments-body {
        flex-direction: column;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
    }

    .d-flex.justify-content-between a.mx-1 {
        margin: 5px 0 !important;
    }

    .service-dtl-content {
        margin-top: 30px;
    }

    .service-dtl-content h4 {
        font-size: 20px;
    }

    .cta-card h5 {
        font-size: 14px;
    }

    .cta-card {
        margin-bottom: 10px;
    }

    .counter-card img {
        width: 35px;
    }

    .counter-card h4 {
        font-size: 18px;
    }
        .profile-bar-list {
        flex-direction: column;
    }

}

@media(max-width:575px) {
    .appointments-lft {
        flex-direction: column;
        align-items: flex-start;
    }

    .appointments-lft-contnt {
        margin: 10px 0;
    }

    .appointments-bar {
        padding: 5px;
    }

    .profile-bar {
        padding: 5px;
    }

    .profile-bar-list li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .banner-innr h1 {
        font-size: 20px;
    }

    .cards-head h5 {
        font-size: 15px;
    }

    .about-content h4 {
        font-size: 18px;
    }

    .counter-card p {
        font-size: 13px;
    }

}

@media(max-width:480px) {
    .banner-content h1 {
        font-size: 20px;
    }

    .timing-hour-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .banner-sec {
        background-position: 80%;
        min-height: 80vh;
    }

    .appointments-head span {
        font-size: 10px;
    }

    .profile-upload label {
        right: 30%;
    }

    .notification-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .notification-list li .notification-content {
        margin-left: 0;
    }

}

@media(max-width:360px) {
}
