@media (max-width: 1600px) {
    .carousel_img {
        max-height: 600px;
        height: 100%;
    }
    .sent-otp-sec {
        min-height: 100vh;
    }
}
@media (max-width: 1199px) {
    .our-works .works-feature-item .works-feature-block-content-wrapper {
        padding: 0px;
    }
    .our-works .works-feature-item .works-feature-item-title span {
        font-size: 14px;
    }
    .our-works .works-feature-item-excerpt {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    /*Header Start*/
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
    .right-side-menu .navbar ul {
        display: block;
    }
    #profilebutn {
        display: block;
    }
    .right-side-menu {
        flex-direction: row-reverse;
    }
    #header {
        padding: 0;
    }
    .top-bg-header {
        height: 70px;
    }
    #navbarqq .navbar ul {
        display: block;
    }
    .navbar-mobile-header{
        padding: .8rem 1rem;
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .navbar-mobile-header .mobile-close-btn {
        padding: 0;
        margin: 0;
        border: 0;
        background: none;
    }
    .navbar-mobile-header .mobile-close-btn i{
        font-size: 28px;
        background: transparent;
        color: var(--primary-color);
    }
    /*Header End*/
    section.package {
        padding: 1.5rem 0;
    }
    .section-title h2 {
        font-size: 22px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    p {
        font-size: 16px;
    }
    .about_us_txt ul li{
        padding: 0!important;
    }
    #footer .social-links {
        justify-content: center;
    }
    #footer .footer-newsletter form {
        padding: 1px 10px;
        border-radius: 50px;
    }
    .find-doctor-wrap {
        padding: 2.5rem 0;
    }
    .breadcrumb-item{
        font-size: 14px;
    }
    .breadcrumb-item.active a{
        color: var(--primary-color);
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .patient-reg-wrap {
        padding: 2rem 1.5rem;
        margin: 0;
    }

    .slider-overlay-inner{
        max-width: 250px;
        margin-left: 10%;
        padding: .5rem 1rem;
        border-radius: 15px 0 15px 0;

    }

    .slider-overlay-inner .tag-title{
        font-size: .8rem;
        margin-bottom: 10px;
    }
    .slider-overlay-inner .large-title{
        font-size: 1rem;
        line-height: 1.1rem;
        margin-bottom: 10px;
    }
    .slider-overlay-inner .btn{
        font-size: 12px;
        padding: .4rem .5rem;
    }
    .log-wrap-inner {
        padding: 5rem 10%;
    }
    .p_profile_img {
        border: 2px solid var(--border-color);
        height: 20px;
        width: 20px;
    }
    .patient-list-fron-wrap {
        margin: 0;
        padding: 2rem .5rem;
    }
    .user-pro-dash{
        padding: .3rem .5rem;
    }
    .user-pro-dash.badge{
        font-size: .7rem;
    }
    .appointment-wrap,
    .doctor-profile-wrap {
        padding: 2rem 0;
    }
    .services-side-wrap .services-side-img {
        max-height: 280px;
    }
    .services-wrap .slide-container {
        max-width: 600px;
    }
    .services-wrap .description {
        -webkit-line-clamp: 3;
    }
    .services-wrap .card {
        min-height: 243px;
    }
    .services-wrap .name {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary-color);
        margin: .5rem;
    }
    .about-wrap .about-img-wrap .about-overlay-img {
        width: 200px;
        height: 150px;
    }
    .image-gallery-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .navbar-mobile .dropdown ul{
        background: rgb(0,0,0, .03);
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
    }
    .profile_section .nav-tabs .nav-link{
        font-size: 14px;
        font-weight: 300;
        padding: .3rem .8rem;
    }
    .find-doctor-wrap .tab-content {
        padding: 1.5rem 1rem;
    }
    .patient-reg-wrap {
        padding: 2rem 1rem;
        margin: 0;
    }
    .registering-wrap {
        gap: 1rem;
        flex-direction: column-reverse;
    }
    .reg-item-wrap {
        gap: 1rem!important;
        margin-bottom: 1rem!important;
        flex-direction: column;
    }
    .patient-reg-photo-wrap {
        gap: 2rem;
        flex-direction: column;
    }
    .slider-overlay-wrap {
        position: static;
        background: rgb(0,0,0,.07);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 10%;
    }
    .slider-overlay-inner {
        max-width: 100%;
        margin: 0 10%;
        padding: 1rem;
        border-radius: 15px 0 15px 0;
    }
    .log-wrap-inner .log-wrap {
        max-width: 100%;
    }
    .log-wrap-header {
        padding: 1rem;
    }
    .card {
        padding: 1rem!important;
    }
    .card.two {
        border-top-right-radius: 30px!important;
    }
    .contact-wrap{
        flex-direction: column-reverse;
    }
    .page-banner-wrap {
        max-height: 300px;
    }
    .overlay-wrap .banner-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 300;
    }
    .contact-wrap .map-side{
        height: 400px;
    }
    .content-side .title {
        font-size: 1.5rem;
    }
    .inquire-wrapper {
        padding: 0 1rem 2rem 1rem;
    }
    .inquire-wrapper .contact-info img {
        border-radius: 6px 6px 0 0;
    }
    .services-wrap .services-card {
        margin-left: 0;
        gap: 2rem;
        flex-direction: column-reverse;
    }
    .services-wrap .card {
        min-height: auto;
        padding: 0!important;
        border-radius: 15px;
    }
    .services-wrap .card-image .card-img {
        border-radius: 15px;
    }
    .services-wrap .overlay {
        border-radius: 15px 15px 0 15px;
    }
    .overlay-wrap .banner-text-single {
        font-size: 1.8rem;
        line-height: 1.8rem;
        text-align: center;
        padding: 0 2rem;
    }
    .all-service-wrap {
        padding: 1rem 0;
    }
    .all-gallery-image .image-gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .all-gallery-image .image-gallery-wrap .gallery-item img {
        height: 200px;
    }
    .blogcard-title {
        font-size: 18px;
    }
    .blogcard-img {
        height: 200px;
        width: 30%;
    }
    .blogcard-textbox {
        width: 60%;
        font-size: 16px;
    }
    .blogcard .blogcard-textbox {
        left: 20px;
        right: 0;
        overflow: hidden;
    }
    .blogcard-description {
        -webkit-line-clamp: 3;
    }
    .blogcard {
        height: 180px;
        padding: 1rem;
    }
    .blogcard .blogcard-textbox::after {
        display: none;
    }
    .our-works .works-feature-item-wrapper {
        margin-bottom: 193px;
    }
    .our-works .works-feature-item-wrapper:last-child{
        margin-bottom: 0;
    }
    .faq-wrap .main-section {
        gap: 2rem;
        flex-direction: column;
    }
    .faq-wrap .main-section .faq-side-wrap {
        width: 100%;
    }
    .faq-wrap .fullwidth-container {
        width: 100%;
    }
    section.faq-wrap{
        padding-top: 0;
    }
    .about-wrap {
        gap: 3rem;
        margin-bottom: 3rem;
        flex-direction: column;
    }
    .about-wrap .about-des-text {
        text-align: unset;
    }
    .our-mission-wrap {
        gap: 2rem;
        flex-direction: column-reverse;
    }
    .about-wrap .about-img-wrap .about-overlay-img {
        width: 150px;
        height: 100px;
    }
    .about-wrap .about-title-text {
        text-align: unset;
    }
    section.about-us-wrap{
        padding-top: 0;
    }
    .counter-list li .icon-holder {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        top: -25px;
    }
    .counter-list li .show-count {
        font-size: 18px;
        font-weight: 500;
        margin-top: .5rem;
    }
    .counter-list li .show-count .count-number {
        font-size: 26px;
    }
    .counter-list li {
        line-height: 16px;
        width: 180px;
        height: 140px;
    }
    .image-gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .carousel_img {
        height: 250px;
    }
    .carousel_img img{
        height: 100%;
        width: 100%;
    }
    .top-bg-header {
        height: 70px;
    }
    #footer_last .copyright,
    #footer .copyright,
    #footer_last .credits ,
    #footer .credits {
        font-size: 12px;
    }
    .slider-overlay-inner {
        margin: 0;
    }
    .log-wrap-inner {
        padding: 2rem 1rem;
    }
    .otp_v_e_txt {
        line-height: 18px;
    }
    .logo {
        font-size: 18px;
    }
    .about-wrap .about-title-text {
        line-height: 44px;
    }
    .our-mission-wrap .about-des-text,
    .about-wrap .about-des-text {
        line-height: 20px;
    }
    .find-doctor-wrap .title-sub-text {
        font-size: 14px;
    }
    .find-doctor-wrap .organ-container{
        padding: 0;
    }
    .find-doctor-wrap .organ-container .organ-row{
        gap: 2rem;
    }
    .symptome-checker .organ-txt {
        font-size: 13px;
    }
    .symptome-list a p{
        font-size: 14px;
    }
    .small-doctor-box .small-doctor-header .doctor_specialties_txt{
        font-size: 14px;
    }
    .small-doctor-box .small-doctor-btn-wrap .doctor__btnProfile {
        font-size: 12px;
        padding: .5rem .3rem;
        white-space: nowrap;
    }
    .small-doctor-box .small-doctor-btn-wrap {
        gap: .5rem;
        margin: 0 .5rem 1rem .5rem;
    }
    .small-doctor-box .small-doctor-header .special-wrap {
        min-height: 70px !important;
    }
    .doctor-profile-wrap {
        padding: 1.5rem 0!important;
    }
    .doctor-profile-wrap .card-body{
        padding: 0;
    }
    .doctor-profile-wrap .doctor {
        padding: 0 0 2rem 0!important;
    }
    .doctor__image__wrapper {
        padding-top: 40px!important;
    }
    .doctor__specialty__item table thead th {
        padding: 1rem .5rem!important;
        font-size: 14px!important;
    }
    .doctor__specialty__item table tbody tr td {
        padding: .8rem 0;
        font-size: 12px;
    }
    .book-an-appointment #regForm {
        min-width: 100%;
    }
    .book-an-appointment .col-md-8{
        padding: 0;
    }
    .col-form-label-attachment{
        font-size: 12px;
    }
    .book-an-appointment .doctor-1{
        padding: 0;
    }
    .counter-list {
        margin: 50px 0 0 0;
        gap: 3rem;
        flex-direction: column;
    }
    .number-counter {
        background-repeat: repeat!important;
    }
    .invalid-feedback{
        font-size: 12px;
    }
    #error-message{
        font-size: 14px;
    }
}

@media only screen and (max-width: 650px) {
    #demo{
        margin-right: 1%;
    }
    .services-wrap .slide-container {
        max-width: 300px;
    }
    .our-doctor .our-team {
        padding: 30px 0 40px;
        border-bottom: 5px solid #616161;
        min-height: 400px;
        margin-bottom: 0;
    }
    .our-doctor-card {
        margin-top: -20%;
    }
    .doctor-slide-content {
        margin: 0 2rem 2rem 2rem;
        overflow: hidden;
    }

}

