/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .nav-glob {
        padding: 0px 10px;
    }

    .glob-lr {
        padding: 40px 22px;
    }

    .right-line {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    .right-align {
        text-align: left;
        justify-content: end;
    }

    .sub-title {
        font-size: 13px;
        font-weight: 600;
    }

    .sec-title {
        font-size: 22px;
        font-weight: 500;
    }

    .p-text {
        font-size: 0.9em;
        line-height: 1.6;
        font-family: sans-serif;
    }

    .pro-product {
        display: block;
    }

    .pro-product img {
        width: 100%;
        margin-bottom: 10px;
    }

    .text-pr {
        padding-left: 2px;
    }

    .quality-title {
        font-family: sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .text-pr p {
        font-size: 0.9em;
        line-height: 1.6;
        font-family: sans-serif;
    }

    .yob p {
        font-size: 0.9em;
        line-height: 1.6;
        font-family: sans-serif;
    }

    .text p {
        font-size: 0.9em;
        line-height: 1.6;
        font-family: sans-serif;
    }

    .why-points li {
        font-size: 14px;
    }

    .title-pro {
        font-size: 18px;
    }

    .title-pro::before {
        content: "";
        width: 40px;
        height: 2px;
        display: inline-block;
        background: #f41b22;
        margin: 5px 10px;
    }

    .title-pro::after {
        content: "";
        width: 40px;
        height: 2px;
        display: inline-block;
        background: #f41b22;
        margin: 5px 10px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .heading-section h2 {
        font-size: 18px;
    }

    .testimonial-box {
        display: block !important;
    }

    .quote {
        display: none;
    }

    .user-img {
        margin-bottom: 15px;
    }
    .whatsapp {
        position: fixed;
        left: 1%;
        bottom: 20%;
        z-index: 999999;
    }
    .whatsapp img{
        width: 50px;
    }
    .callIcon  img{
        width: 50px;
    }
    .callIcon {
        position: fixed;
        left: 1%;
        bottom: 12%;
        z-index: 999999;
        width: 50px;
    }
    .pa-img {
        padding: 0px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .con-box {
        border-left: none;
        padding-left: 8px;
        padding-top: 15px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .right-align {
        text-align: left;
        justify-content: end;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .right-align {
        text-align: right;
        justify-content: end;
    }
}