/* Mobile Small (S) - max-width: 575.98px */
@media (max-width: 375px) {

}
@media (max-width: 575.98px) {
}


/* Mobile Large (L) - min-width: 768px and max-width: 991.98px */
@media (max-width: 767.98px) {
    .font18 {
        font-size: 9px !important;
    }

    .font20 {
        font-size: 12px !important;
    }
    .font22 {
        font-size: 16px !important;
    }
    .font24 {
        font-size: 13px !important;
    }

    .font30 {
        font-size: 15px !important;
    }

    .font35 {
        font-size: 18px !important;
    }

    .font40 {
        font-size: 20px !important;
    }

    .font50 {
        font-size: 25px !important;
    }

    .font60 {
        font-size: 30px !important;
    }

    .font70 {
        font-size: 35px !important;
    }

    .font100 {
        font-size: 50px !important;
    }

    .contact-form-input, input.form-control.bg-transparent.contact-form-input:focus {
        margin-bottom: 5%;
    }

    .contact-content{
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .mobile-mt-3per{
        margin-top: 3% !important;
    }

    .home-section {
        width: 100%;
        min-height: 25vh !important;
        padding: 35% 0 2% 0;
    }

    .mobile-home-img{
        width: 75% !important;
        margin: 0 auto;
        padding-top: 10%;
    }

    .mobile-text-center{
        text-align: center!important;
    }

    .btn-theme-default{
        width: 45%;
    }

    .mobile-pt-5per{
        padding-top: 5% !important;
    }

    .know-more-btn{
        width: 45% !important;
        margin: 0 auto;
    }

    .feature-box {
        padding: 5%;
        background-color: #86d2d9;
        width: 100%;
        margin-left: 0%;
        height: 100%;
    }

    .mobile-feature-head{
        font-size: 14px !important;
    }
    .mobile-feature-content{
        font-size: 12px !important;
    }

    .mobile-pb-content{
        line-height: 16px!important;
        font-size: 12px !important;
    }

    .pb-divider-right::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 100%; /* Adjust this value to control border height */
        width: 1px;
        background-color: transparent; /* White vertical line */
    }

    .feature-section{
        padding: 2% 0 4px 0;
        min-height: 60vh;
    }

    .solution-img-container img {
        width: 100%;
        display: block;
        border-radius: 20px;
    }

    .mobile-solution-content{
        font-size: 12px !important;
        line-height: 20px!important;
    }

    .border-polycon {
        width: 70%;
    }
    .border-polycon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
    }
    .mobile-ln16{
        line-height: 16px!important;
    }

    .mobile-pt-0per{
        padding-top: 0% !important;
    }
    .mobile-mb-0{
        margin-bottom: 0px!important;
    }
}