.logowidth {
    width: 280px;
}
.text-justify {
    text-align: justify;
}
.w-60 {
    width: 60px;
}
.w-80 {
    width: 80px;
}
.whychooseiconone {
    width: 50px;
}
.whychooseicon {
    width: 70px;
}
.min-height-164 {
    min-height: 164px;
}
#map {
    height: 600px;
    display: block;
    width: 100%;
    border: 0;
}
.pb-24 {
    padding-bottom: 24px;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    left: 30px;
    z-index: 999;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #0bb700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,0,0,0.5);
    animation: pulseAnim 2s infinite;
}

.pulse img {
    width: 28px;
    z-index: 2;
    position: relative;
}

/* pulse animation */
@keyframes pulseAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(11 183 0);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,0,0,0);
    }
}


@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblnone {
        display: none !important;
    }
    .mblptforty {
        padding-top: 40px !important;
    }
    .mblptfifty {
        padding-top: 50px !important;
    }
    .mblmtten {
        margin-top: 10px !important;
    }
    .mblmtthirty {
        margin-top: 30px !important;
    }
    .mblmbtwentyfive {
        margin-bottom: 25px !important;
    }
    .mblmtzero {
        margin-top: 0px !important;
    }
    .mblmbzero {
        margin-bottom: 0px !important;
    }
    .mblmtfive {
        margin-top: 5px !important;
    }
    .rr-about-2-experience span {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 22px;
        background: #00c4bb;
        color: var(--rr-common-white);
        z-index: 2;
        padding: 15px 25px;
        padding-right: 25px;
        font-weight: 700;
        border-radius: 40px;
    }
    .mblpbhundred {
        padding-bottom: 100px !important;
    }
    .mblpbthirty {
        padding-bottom: 30px !important;
    }
    .rr-call-icon {
        width: 80px !important;
        height: 80px !important;
        background: var(--rr-common-white);
        text-align: center;
        line-height: 85px !important;
        border-radius: 10px;
        transform: rotate(40deg);
        margin-right: 50px;
    }
    .rr-funfact-area {
        margin-bottom: -130px !important;
    }
    .rr-about-2-experience span {
        position: absolute;
        top: 10px !important;
        left: 0;
        font-size: 22px;
        background: #00c4bb;
        color: var(--rr-common-white);
        z-index: 2;
        padding: 10px 30px !important;
        padding-right: 30px !important;
        font-weight: 700;
        border-radius: 40px;
    }
    .mblpbforty {
        padding-bottom: 40px !important;
    }
    .mblmthundred {
        margin-top: 100px !important;
    }
    .rr-item-title {
        font-size: 25px !important;
        color: var(--rr-theme-2);
        font-weight: 700;
        margin: 0;
    }

    .mblpbzero {
        padding-bottom: 0px !important;
    }

    .rr-team-detail-box-layout1 {
        box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
        background: #f1f7fa;
        padding: 20px !important;
    }

    .mblpbtwenty {
        padding-bottom: 20px !important;
    }
    .mblptoneforty{
        padding-top: 140px !important;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .mblmbten{
        margin-bottom: 10px !important;
    }
    .mblptten{
        padding-top: 10px !important;
    }
    .mblmbfive{
        margin-bottom: 5px !important;
    }
    .rr-footer-contact span {
        font-size: 14px !important;
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .mblpbfifteen{
        padding-bottom: 15px !important;
    }
    .bannerone {
        background-image: url('../new-images/banner/new-mobile-one.svg') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        height: 380px !important;
    }
    .mblbannertxttop{
        text-align: center;
        margin-top: -150px;
    }
    .mblbannertxttopone{
        text-align: center;
        margin-top: -150px;
        color: #000000 !important;
    }
    .bannertwo {
        background-image: url('../new-images/banner/mobile-banner-two.png') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
        height: 380px !important;
    }
}
.new-btn-close {
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/1em auto no-repeat !important;
}

.bannerone {
    width: 100%;
    height: 860px;
    background-image: url('../new-images/banner/Group-91.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bannertwo {
    width: 100%;
    height: 860px;
    background-image: url('../new-images/banner/banner-two.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
