.fs-25{
    font-size: 25px;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.text-primary{
    color: #185ec8;
}
.text-darkblue{
    color: #224E75;
}
.text-lightgreen{
    color: #25BDC2;
}
.bg-gradient{
    background: rgb(37,189,194) !important;
    background: linear-gradient(322deg, rgba(37, 189, 194, 1) 0%, rgba(34, 78, 117, 1) 100%) !important; 
}
.text-justify{
    text-align: justify;
}
.countermb{
    margin-bottom: 230px !important;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #153b6a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@keyframes pulse{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #153b6a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #153b6a;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.homebanner{
    background: url('../new-images/banner/home-first-banner.jpg') !important;
    background-position: center !important;
    background-size: cover !important;
}

.mblappbgnone{
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px;
}

.align-icon{
    width: 160px !important;
}


@media only screen and (min-width: 220px) and (max-width: 767px) {
    .mblabthsptptzero{
        padding-top: 0px;
    }
    .mbltitlemt{
        margin-top: 10px;
    }
    .mblabthspbforty{
        padding-bottom: 40px;
    }
    .mbltrtptfifty{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .mblwhyptzero{
        padding-top: 0px;
    }
    .mblwhymbzero{
        margin-bottom: 0px;
        padding-bottom: 5px;
    }
    .experience-2__box {
        gap: 25px;
    }
    .mblcuntrmb{
        margin-bottom: 190px !important;
    }
    .client-testimonial__item p {
        font-size: 16px !important;
    }
    .mbltestipbfifty{
        padding-bottom: 50px;
    }
    .mblappmtfifty{
        padding-top: 50px;
    }
    .mblapptextmt{
        margin-top: 20px;
    }
    .mblappformmt{
        margin-top: 40px;
    }
    .mblapppbfifty{
        padding-bottom: 50px;
    }
    .footer-2__link ul {
        grid-gap: 10px !important;
    }
    .ftrmblstartclass{
        display: flex !important;
        justify-content: start !important;
    }
    .mblftrwidgetmb{
        margin-bottom: 20px;
    }
    .mblfullwidthmap{
        width: 100% !important;
    }
    .mblabtdrtp{
        margin-top: 0px;
    }
    .mblabtrescuntmtzero{
        margin-top: 0px;
    }
    .mbltrtsmeptb{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .mbltrtcntnmt{
        margin-top: 20px;
    }
    .mbltrtzigzagzero{
        margin-top: 0px;
    }
    .mbldrproptpbclass{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .mbldrminumbclass{
        margin-bottom: -15px;
    }
    .mbltestsecmtclass{
        margin-top: 40px;
    }
    .mblglleryptpb{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mblcontctussectionpt{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .homebanner{
        background: url('../new-images/banner/mobile-first-banner.jpg') !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .btnnoneclass{
        display: none;
    }
    .mblbnrtextcntr{
        text-align: center;
        margin-top: -45px;
    }
    .mbllogoclass{
        width: 150px !important;
    }
        
    .align-icon{
        width: 230px !important;
    }
}
