@media (min-width:320px) and (max-width:370px) {
    .swiper-slide .container .service-thumb{
        height: 481px !important;
    }


}

@media (min-width:390px) and (max-width:393px) {
    .nextM{
        left: 96% !important;
    }
}

@media (min-width:414px) and (max-width:415px) {
    .nextM{
        left: 96% !important;
    }
}


@media (min-width:430px) and (max-width:432px) {
    .nextM{
        left: 96% !important;
    }
}

@media (min-width:411px) and (max-width:480px) {
    .doc-name{
        font-size: 28px !important;
    }

    .doc-qua{
        font-size: 14px !important;
    }

    .doc-title{
        font-size: 14px !important;
    }

    .doc-disc{
        font-size: 14px !important;
    }

    .att-txt{
        font-size: 12px !important;
    }

    .xp-txt{
        font-size: 14px !important;
    }
}


@media (max-width:768px) {
    /* .btn-read-main:hover{
        background-color: #0F6C9A !important;
        border: 0.5px solid #0F6C9A !important;
        color: #FFFFFF !important;
        font-weight: 400;
        transition: none !important;
    } */
    
    textarea{
        width: 100% !important;
    }

a:hover {
    color: #ffffff;
}
    .doc-section{
        padding: 0;
        padding-top: 100px;
    }

    .doc-about-container-dk{
        display: none;
    }

    .doc-about-container-mb{
        display: block;
    }

    .doc-about-manoj-bgimg-mb{
        background-image: url('../images/banner/manoj-doc-bgimg-mb.webp');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 495px;
    }

    .doc-about-suguna-bgimg-mb{
        background-image: url('../images/banner/suguna-doc-bgimg-mb.webp');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 495px;
    }

    .doc-about-contents{
        flex-direction: column;
        padding-top: 10px;
        justify-content: start;
        gap: 0px;
    }

    .doc-name{
        font-size: 26px;
        text-align: center;
    }

    .doc-qua{
        font-size: 12px;
        text-align: center;
    }

    .doc-title{
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }

    .doc-disc{
        font-size: 12px;
        color: #3C3C3C;
        line-height: 19px;
        text-align: center;
    }

    .att-txt{
        font-size: 10px;
    }

    .attributes-container{
        gap: 4px;
        justify-content: center;
    }

    .xp-container{
        width: 100vw;
    }


    .doc-container .col-lg-8, .doc-container .col-lg-4{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .att-container{
        padding: 1px 8px;
    }

    .whatsapp-container{
        border-radius: 33px;
        padding: 1px 8px;
        background-color: #34A853;
    }

    .xp-txt{
        font-size: 12px;
    }









    .segment-container{
        padding: 16px;
    }

    .doc-each-header{
        font-size: 24px;
        color: #076C9D;
        margin-bottom: 16px;
        text-align: center;
    }

    .segment-contents-container{
        display: flex;
        flex-direction: column;
    }

    .title-txt{
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        width: 100%;
    }

    .answer-txt{
        font-size: 14px;
        color: #393939;
        margin-bottom: 6px;
        width: 100%;
        line-height: 23px;
    }

    .title-txt-one-line{
        font-size: 14px;
    }

    .docForm-title{
        font-size: 22px;
    }

    .docForm-disc{
        font-size: 12px;
    }

    .doc-input{
        padding: 2px;
        font-size: 12px;
    }

    .doc-date{
        padding: 2px;
    }

    .doc-appBtn-txt{
        font-size: 16px;
    }














}

@media (min-width:769px) {
    .btn-read-main:hover{
        background-color: #ffffff;
        border: 0.5px solid #0F6C9A;
        color: #0F6C9A;
        padding: 7px 24px;
    }

    .doc-about-container-dk{
        display: block;
    }

    .doc-about-container-mb{
        display: none;
    }
    
}


@media (min-width:1164px) and (max-width:1279px) {

    .doc-name{
        font-size: 26px;
    }

    .doc-qua{
        font-size: 12px;
    }

    .doc-title{
        font-size: 12px;
    }

    .doc-disc{
        font-size: 12px;
        color: #3C3C3C;
        line-height: 20px;
    }

    .att-txt{
        font-size: 8px;
    }

    .xp-txt{
        font-size: 12px;
    }

    .doc-about-contents img{
        max-width: 40%;
    }

    .doc-each-header{
        font-size: 22px;
    }

    .title-txt{
        font-size: 16px;
    }

    .answer-txt{
        font-size: 16px;
    }

    .docForm-title{
        font-size: 22px;
    }

    .docForm-disc{
        font-size: 12px;
    }

    .doc-input{
        font-size: 12px;
    }

    .doc-appBtn-txt{
        font-size: 18px;
    }

    .doc-about-bgimg{
        background-position: left;
    }

    .suguna-doc-about-bgimg{
        background-position: left;
    }
    
}