@media all and (min-width: 1670px) {

}

@media (max-width: 1380px){

}

@media (max-width: 1200px){

}

@media all and (min-width: 992px) {
    .navbar-nav .nav-item .dropdown-menu{ display: none; margin-top:0; }
	.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
}

@media all and (max-width: 992px){
   .navbar-brand img{
        height: 25px;
    }

    .navbar-toggler{
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 5px;
        background-color: var(--primary-color);
        color: var(--white-color);
    }

    .login-btn{
        font-size: 24px;
        color: var(--primary-color);
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    .clinics-wrapper{
        flex-direction: column-reverse;
    }

    .clnmap{
        height: 400px;
    }

    .clinics-list{
        min-width: 100%;
        width: 100%;
    }

    .clinicInfoItem{
        width: 33%;
        padding: 30px 10px;
    }

    .specialistTabs {
        gap: 19px;
        flex-direction: column;
    }

    .footer-subscribe-img img{
        top: auto;
        bottom: 0;
    }

    .subscribe-wrapper{
        height: 100%;
        margin-top: 0px;
        padding: 2rem;
    }

    .subscribe-btn{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        border-color: var(--white-color);
        background-color: transparent;
        color: var(--white-color);
        width: 100%;
    }

    .subscribe-group{
        width: 100%;
    }

    .subscribe-field{
        padding: 15px;
    }
}

@media all and (max-width: 768px){
    .navbar-brand img{
        height: 25px;
    }

    .navbar-toggler{
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 5px;
        background-color: var(--primary-color);
        color: var(--white-color);
    }

    .login-btn{
        font-size: 24px;
        color: var(--primary-color);
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    /* home */

    .hero-container{
        background: none;
        background-color: #eaf4fb;
    }

    .csbtn{
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .clinicfilters{
        flex-direction: column;
    }

    .clinics-wrapper{
        flex-direction: column-reverse;
    }

    .clinicInfoWrapper{
        flex-direction: column;
        padding: 1rem;
    }

    .clinicInfoItem{
        width: 100%;
        flex: 100%;
        padding: 30px 1rem;
    }

    .clinicInfoItem.hours{
        border-left: none;
        border-right: none;
    }

    .specialistTabs .nav-item{
        width: 100%;
    }

    .specialistTabContent .tab-pane{
        padding: 2rem;
    }

    .specialistServiceInfo > div{
        margin-bottom: 30px;
    }

    .faq-wrapper{
        padding: 2rem;
    }

    .subscribe-wrapper{
        height: 100%;
        margin-top: 0px;
        padding: 2rem;
    }

    .footer-subscribe-img img{
        position: relative;
        top: 0;
    }

    .footer-subscribe-content{
        height: 100%;
    }

    .subscribe-btn{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        border-color: var(--white-color);
        background-color: transparent;
        color: var(--white-color);
        width: 100%;
    }

    .subscribe-group{
        width: 100%;
    }

    .subscribe-field{
        padding: 15px;
    }

    .footer-bottom{
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonial .slick-arrow{
        display: none !important;
    }

    .clnmap{
        height: 400px;
    }

    .clinic-popup-card{
        padding: 1rem;
        max-height: 450px;
        overflow: auto;
    }

    .clicicNameBlock{
        flex-direction: column;
    }

    .justify-content-end{
        justify-content: flex-start !important;
    }

    .pt-100 {
        padding-top: 35px;
    }

    section{
        padding: 35px 0px;
    }

    .hero-image-wrapper{
        align-items: center;
        justify-content: center;
    }

    .clinics-list{
        min-width: 100%;
        width: 100%;
    }

    .clinic-search-block{
        min-width: 100%;
        width: 100%;
    }
}

@media all and (max-width: 480px){
    .navbar-brand img{
        height: 25px;
    }

    .navbar-toggler{
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 5px;
        background-color: var(--primary-color);
        color: var(--white-color);
    }

    .login-btn{
        font-size: 24px;
        color: var(--primary-color);
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }

    /* home */

    .hero-container{
        background: none;
        background-color: #eaf4fb;
    }

    .csbtn{
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .clinicfilters{
        flex-direction: column;
    }

    .clinics-wrapper{
        flex-direction: column-reverse;
    }

    .clinicInfoWrapper{
        flex-direction: column;
        padding: 1rem;
    }

    .clinicInfoItem{
        width: 100%;
        flex: 100%;
        padding: 30px 1rem;
    }

    .clinicInfoItem.hours{
        border-left: none;
        border-right: none;
    }

    .specialistTabs .nav-item{
        width: 100%;
    }

    .specialistTabContent .tab-pane{
        padding: 2rem;
    }

    .specialistServiceInfo > div{
        margin-bottom: 30px;
    }

    .faq-wrapper{
        padding: 2rem;
    }

    .subscribe-wrapper{
        height: 100%;
        margin-top: 0px;
        padding: 2rem;
    }

    .footer-subscribe-img img{
        position: relative;
        top: 0;
    }

    .footer-subscribe-content{
        height: 100%;
    }

    .subscribe-btn{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        border-color: var(--white-color);
        background-color: transparent;
        color: var(--white-color);
        width: 100%;
    }

    .subscribe-group{
        width: 100%;
    }

    .subscribe-field{
        padding: 15px;
    }

    .footer-bottom{
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .testimonial .slick-arrow{
        display: none !important;
    }

    .clnmap{
        height: 400px;
    }

    .clinic-popup-card{
        padding: 1rem;
        max-height: 450px;
        overflow: auto;
    }

    .clicicNameBlock{
        flex-direction: column;
    }

    .justify-content-end{
        justify-content: flex-start !important;
    }

    .pt-100 {
        padding-top: 35px;
    }

    section{
        padding: 35px 0px;
    }
}