@media (min-width: 1319px){
    .desk-none{
        display: none;
    }
    .service-heading {
        font-size: 18px;
    }

}
@media (min-width: 1200px) {
    #openMenu {
        display: none;
    }
    #closeMenu {
        display: none;
    }
}
@media (max-width: 1318px){
    .client-box-bg {
        position:relative;
    }
    .background-write{
        font-size: 71px;
    }
    .mob-none{
        display: none;
    }
}
@media (max-width: 1440px){
    .specialist-section-bg {
        h4 {
            font-size: 18px;
        }
    }
}
@media (max-width: 1199px) {
    #openMenu {
        background-color: transparent;
        border: none;
        color: #0798bc;
        font-size: 25px;
    }
    #menuOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 10;
    }
    #mainNav {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background-color: #0798bc;
        padding: 20px;
        /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5); */
        transition: right 0.3s ease;
        z-index: 11;
    }
    .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 0;
        line-height: normal;
        right: 0;
        cursor: pointer;
        color: #0798bc;
        background-color: var(--bs-white);
    }
    .main-nav > li {
        position: relative;
        margin-right: 20px;
    }
    #menuOverlay.show {
        display: block;
    }
    #mainNav.open {
        right: 0;
    }
}
@media (max-width: 1051px){
    .service-heading {
        font-size: 17px;
    }
    .service-text {
        font-size: 14px;
    }
}
@media (max-width: 991px){
    /*-- fixed icon --*/
    .icon-position {
    display: none;
    }
    .background-write{
    font-size: 90px;
    }
    .astro-img{
        width: 60%;
    }
    .conhead-youtube-flex{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .youtube-video-flex{
        flex-direction: column;
    }
    .contact-details{
        margin-bottom: 20px;
    }
    .banner-content {
        height: 40vh;
    }
}
@media (max-width: 884px){
    .service-flex{
        flex-direction: column;
        gap: 20px;
    }
    .border-right{
        border-left: none;
    }
    .service-icon {
        width: 50%;
    }
}
@media (min-width: 768px){
    .desk-icon-none{
        display: none;
    }
}
@media (max-width: 767px){
    .service-flex {
        flex-direction: column;
    }
    .img-ope-flex{
        flex-direction: column;
    }
    .link{
        text-align: left;
    }
    .experience-abs{
        position: unset;
    }
    .top-nav{
        display: none;
    }
    .client-name-flex{
        flex-direction: column;
    }
}
@media (max-width: 681px){
    .stone-img-flex{
        flex-direction: column;
    }
}
@media (max-width: 600px){
    .consultant-bg{
        padding: 10px 14px;
    }
    .background-write{
        font-size: 50px;
    }
    .doctor-img{
        width: 300px;
    }
    .banner-content {
        align-items: flex-start;
    }
    .banner-content {
        height: 30vh;
        padding: 25px 20px;
    }
    .banner-content>h1 {
        font-size: 28px;
    }
    .banner-content h3 {
        font-size: 22px;
    }
    .banner-content p {
        text-align: left;
        font-size: 14px;
    }
    .doctor-details {
        padding-left: 20px;
        padding-right: 20px;
    }
    .experience-margin {
        padding-left: 16px;
    }
    .client-name.text-color{
        padding: 0px 18px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .about-myself-bg {
        padding: 25px 0px;
    }
    .client-name.text-align{
        padding: 0;
    }
    .video {
        iframe {
            width: 100%;
            height: 176px;
        }
    }
    .service-provide {
        padding: 16px 15px;
        margin: 0;
    }
    .career {
        font-size: 16px;
        text-align: left;
    }
    .experience-heading {
        font-size: 24px;
        padding: 15px 40px;
    }
    .about-box {
        .doctor-details {
            padding: 15px;
        }
    }
    .doctor-details >h6 {
        font-size: 15px;
    }
    .brown-heading,.specialist-heading{
        font-size: 24px;
    }
    .small-heading {
        font-size: 16px;
    }
    .doctor-provide>p,.link {
        font-size: 14px;
    }
    .specialist-section-bg {
        h4 {
            font-size: 16px;
        }
    }
    .experience-margin>h4 {
        font-size: 18px;
    }
    .experience-list p,.cardio-doc-details {
        font-size: 14px;
    }
    .footer-bg {
        padding: 30px 5px;
        .col-lg-3{
            margin-bottom: 20px;
        }
        .row .col-lg-3:last-child{
            margin-bottom: 0;
        }
    }
    .copy-right {
        font-size: 12px;
    }
    .title-footer {
        font-size: 17px;
    }
    .main-nav > li > a,.dropdown-head,.fa-angle-down:before {
        color: #fff;
    }
    .close-btn {
        background: none;
        border: none;
        font-size: 30px;
        position: absolute;
        top: 0;
        line-height: normal;
        right: 0;
        cursor: pointer;
        color: #0798bc;
        background-color: var(--bs-white);
        border-radius: 50% 0 50% 50%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-content.bold {
        font-size: 15px;
        font-weight: 600;
    }
    .about-content {
        font-size: 15px;
    }
    .contact-heading {
        font-size: 20px;
    }
    .contact-us-bg {
        padding: 30px 0;
    }
    .about-banner-heading {
        font-size: 28px;
    }
}
@media (max-width: 463px){
    .menu-box {
        justify-content: center;
    }
    .menu-box>ul{
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .logo-box>a>img {
        width: 150px;
    }
    .about-us {
        padding: 30px 0px;
        text-align: center;
    }
}
@media (max-width: 437px){
    iframe{
        width: 100%;
    }
    .about-banner-heading {
        font-size: 28px;
    }
    .about-heading {
        font-size: 22px;
    }
    
}
@media (max-width: 340px){
    .phone-mail-flex{
        justify-content: center;
        flex-wrap: wrap;
    }
}