.mobile-view {
    display: none;
}

@media (max-width: 1200px) {}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}
@media(max-width:768px){
    .logo img {
        max-width: 130%;
    }
}

@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-view {
        display: block;
    }

    header {
        background: none;
    }

    .header-left {
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    .main-menu {
        border-top: none;
    }
}






/* management-media-queries  */



@media(min-width:992px) and (max-width:1200px) {

    .mr-block-1 img,
    .mr-block-2 img {
        max-width: 75%;
    }

    .ml-block img {
        max-width: 100%;
        height: 300px;
    }

    .ml-block {
        height: 250px;
    }
}

@media(max-width:991px) {
    .management .container {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 85px;
        height: 810px;
    }
}

@media(max-width:768px) {

    .mr-block-1 img,
    .mr-block-2 img {
        max-width: 75%;
    }

    .ml-block img {
        max-width: 100%;
        height: 300px;
    }

    .ml-block {
        height: 250px;
    }

    .management .container {
        height: 700px;
    }
}


@media(max-width:575px) {
    .management h6 {
        font-size: 0.9rem;
    }

    .management p {
        font-size: 0.85rem;
    }

    .management .container {
        height: 650px;
    }
}

@media(max-width:375px) {
    .management-right {
        grid-template-columns: repeat(1, 1fr);
        gap: 75px;
    }

    .management .container {
        height: 1200px;
    }
}







/* departments  */


@media(max-width:991px) {
    .departments {
        display: grid;
        grid-template-columns: 100%;
        gap: 5%;
    }
}


/* our doctors  */



@media(max-width:991px) {
    .doctors-outer {
        display: grid;
        grid-template-columns: 100%;
        gap: 5%;
    }

    .doctors {
        padding-bottom: 125px;
    }
}

@media(max-width:480px) {
    .doc-block img {
        width: 100%;
    }
}


/* services  */

@media(max-width:991px) {
	/* .services-top {
		padding: 0 0 0;
	} */
	.services hr{
		display: none;
	}
}
@media(max-width:768px) {
    .services-t-left {
        display: grid;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width:575px) {
    .services-t-left {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:991px) {
	.services-top {
		display: grid;
		grid-template-columns: 100%;
		gap: 5%;
	}
}






/* testimonials  */

@media(max-width:1200px) {
	.testimonials h4::before {
		width: 100px;
	}

	.testimonials h4::after {
		width: 100px;
	}
}

@media(max-width:991px) {
	.testimonials h4::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #B9D3D3;
		margin-bottom: 20px;
	}

	.testimonials h4::after {
		display: none;
	}
}




/* news-and -events */





/* explore more  */


