.text-green{
    color: #94C11C !important;
}
.text-blue{
    color: #0068B4 !important;
}
.bg-green{
    background: #94C11C;
}
.bg-blue{
    background: #0068B4;
}
/* .bg-gradient{
    background: rgb(30,105,173) !important;
    background: linear-gradient(45deg, rgba(30,105,173,1) 0%, rgba(0,145,114,1) 100%) !important;
}
.gradient-border {
    border: 5px solid;
    border-image: linear-gradient(to right, #2e6faf, #23AB8A) 1;
    padding: 10px;
} */
.b-radius-10{
    border-radius: 10px;
}
.text-justify{
    text-align: justify;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.green-box-shadow{
    box-shadow: rgb(112 208 63 / 78%) 0px 5px 15px;
}
.blue-box-shadow{
    box-shadow: rgb(0 104 180 / 62%) 0px 5px 15px;
}

.fs-20{
    font-size: 20px;
}
.fs-25{
    font-size: 25px;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.pl-50{
    padding-left: 50px;
}
.pt-80{
    padding-top: 80px;
}
.ftrsoclmtclass{
    margin-top: 25px;
}
.nexcolor{
    color: #046EE4 !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: #70d03f;
    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 #70d03f;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #70d03f;
    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;
}
.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 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}
.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;
}

.separttestclass{
    margin-top: 80px;
}


@media only screen and (min-width: 220px) and (max-width: 767px) {
    .mblabtmbfifteen{
        margin-bottom: 15px;
    }
    .mblsctheadermb{
        margin-bottom: 25px;
    }
    .mblwhychsptzero{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mblplzero{
        padding-left: 12px;
    }
    .mblwhycontentmt{
        margin-top: 30px;
    }
    .mbltestmbfifteen{
        margin-bottom: 15px;
    }
    .mblftrstartclass{
        display: flex !important;
        justify-content: start !important;
    }
    .mapfullwidth{
        width: 100%;
    }
    
    .mbltrtptb{    
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .mbltrtcontentmt{
        margin-top: 10px;
    }
    .separttestclass{
        margin-top: 40px;
    }
    .mblglleryptpb{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mblcontactptpb{
        padding-top: 40px;
    }
    .cntnmbltpclass{
        margin-top: 0px;
    }
    .mbldrproptclass{
        padding-top: 40px;
    }
    .newabtimgclass{
        height: 350px;
    }
}
