.bg-gradient{
    background: rgb(0,116,175);
    background: linear-gradient(90deg, rgba(0,116,175,1) 0%, rgba(147,198,77,1) 35%);
}
.ml-20{
    margin-left: 20px;
}
.text-justify{
    text-align: justify;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.b-radius-5{
    border-radius: 5px;
}
.b-radius-10{
    border-radius: 10px;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.pt-80{
    padding-top: 80px;
}
.fw-500{
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.text-blue{
    color: #0074af;
}
.footer-item h3 {
    margin-bottom: 20px !important;
}
.blue-box-shadow{
    box-shadow : 0px 0px 20px 0px #00669b; 
}
.min-height-262{
    min-height: 262px;
}
.ptb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.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: #2ad400;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #2ad400;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #2ad400;
    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;
}
.iconwidth{
    width: 80px;
}
.mb-0{
    margin-bottom: 0px !important;
}
.fs-30{
    font-size: 30px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblmttwenty {
        margin-top: 20px !important;
    }
    .mblmtthirty {
        margin-top: 30px;
    }
    .section-title .top {
        margin-bottom: 10px !important;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .mblpbzero{
        padding-bottom: 0px;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .mblcntr{
        text-align: center;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
    .mblptfifty{
        padding-top: 50px;
    }
    .mblpbfifty{
        padding-bottom: 50px;
    }
    .consultation-area .consultation-content ul li span {
        font-size: 20px;
        display: block;
        font-weight: 800;
    }
    .footer-item {
        margin-bottom: 20px !important;
    }
    .abtcountrpt{
        padding-top: 20px;
    }
    .mblmrgzero{
        margin-bottom: 0px !important;
    }
    .mblmtfive{
        margin-top: 5px !important;
    }
    .mblptbforty{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .banner-bg-two {
        background-image: url(../new-images/banner/mobile-first-banner.png) !important;
    }
    .banner-bg-three {
        background-image: url(../new-images/banner/mobile-second-banner.png) !important;
    }
    .banner-bg-four {
        background-image: url(../new-images/banner/mobile-third-banner.png) !important;
        height: 200px !important;
    }
    .mblbnnrtxt{
        position: absolute !important;
        top: 20%;
    }
    .mblnone{
        display: none !important;
    }
}

