.wihout-pricing{
    visibility: hidden;
}

.blur {
    filter: blur(5px);
}

.see-more {
    color: #fc7044 !important;
    float: right;
}

.banner-text{
    color: #FC7044;
    position: absolute;
    bottom: 45%;
}

.fs-20.fw-500.line-height28.color1D2434B8 a {
    word-wrap: break-word;
}

.modal-content, .modal-contact-content{
    width: 30% !important;
}

a.reqstcallbtn.d-none img, .socialIconSecDesk a.showNoBtn img {
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    width: 24px;
    height: 24px;
}

.socialIconLeft img {
    width: 30px;
}

.forMobile{
    display: none;
}

.homeblogimg{
    width: 300px;
    aspect-ratio: 1 / 1;
}

.readBlogBtn {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fc7044;
    display: flex;
    align-content: center;
}

.socialIconSecDesk.forDesktop {
    margin-top: 15px;
}

.linkQrCode .col:first-child {
    padding: 0px 50px 0px 0px !important;
}

.socialIconGride img {
    width: 45px;
}

.profileSec .row{
    gap: 9px !important;
}
.servicesSec .productGride .btnMessageNow img{
    width: 24px;
}

.linkQrCode h2 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #000000b8;
    margin: 0;
}

.gallerynewOuter img, .certificateSec img {
    width: 100%; 
}

.linkQrCode .socialIconGride{
    gap: 12px 35px;
}

.productSec .productGride .productList .contentWrapper{
    display: inherit;
}

.productSec .productGride .btnMessageNow{
    margin-top: 15px;
}

.headerMessageBtn a:hover {
    color: #fc7044;
}

.linkQrCode .col:last-child img {
    width: 110px !important;
}

.businessOuter .businessInner ul {
    text-align: end;
}

.play-icon {
    height: 50px;
    position: absolute;
    top: 40%;
    pointer-events: none;
}

@media (max-width: 767px) {
    .banner-text{
        bottom: 20%;
        padding: 10px;
    }

    .linkQrCode{
        margin-top: 20px;
    }
    
    .socialIconLeft {
        margin-top: 20px;
    }

    .forDesktop, .mobileHide{
        display: none;
    }

    .forMobile{
        display: block;
    }

    .modal-content, .modal-contact-content {
        width: 90% !important;
    }

    .linkQrCode .col:last-child img {
        width: 110px !important;
    }

    .linkQrCode .col:first-child {
        padding: 0px 30px 0px 0px !important;
    }

    .socialIconSec .socialIconGride .socialIconList:last-child span.socialIcon img {
        width: 31px;
        height: 31px;
    }

    .blogsSecOuter {
        margin-bottom: 100px !important;
    }

    .linkQrCode .socialIconGride {
        gap: 23px 18px;
    }

    .productSec .productGride .btnMessageNow{
        margin-top: unset;
    }

    .mobMenuHere .menu-item-desk + .menu-item-desk {
        margin-left: 5px;
    }
    .mobMenuHere .menu-item-desk{
        font-size: 13px;
    }

    .modal-content .qrCodeImg, .modal-contact-content .qrCodeImg {
        width: 110px;
        margin: 0 auto;
    }

    .play-icon{
        height: 50px !important;
    }
}