.text-justify{
    text-align: justify !important;
}
.disc li{
    list-style-type: disc;
    margin-left: 30px;
}


.callbutton {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 30px;
}

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

.pulse i {
    color: #fff;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #1c468d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #1c468d;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #1c468d;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

/* WhatsApp Section  */
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #23c15e;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #23c15e;
}
.shakebtn{
    animation: shake2 0.5s infinite;
}
.callbutton {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 30px;
}

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

.pulse i {
    color: #fff;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #1c468d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #1c468d;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #1c468d;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

/* WhatsApp Section  */
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #23c15e;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #23c15e;
}
.shakebtn{
    animation: shake2 0.5s infinite;
}


.services-img{
    max-width: 200px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}
.h-50px{
    height: 50px !important;
}

.border-radius-10{
    border-radius: 10px !important;
}

.pluscounter{
    font-size: 60px;
    line-height: 1;
}

.flexwrap{
    flex-wrap: nowrap;
    display: contents;
}

.toptagclass{
    color: #1d488e !important;
    font-weight: 600;
}

.headtopup{
    padding: 20px;
    /* background: #beedff; */
    background-color: rgb(0 173 239 / 17%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.call-to-action-wrap-layout3 {
    background-color: transparent;
}

.call-to-action-box-layout3 {
    position: relative;
}

.call-to-action-box-layout3 .single-item {
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    z-index: 6;
}

.call-to-action-box-layout3 .single-item a {
    position: relative;
    z-index: 2;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 22px 15px;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #00adef, #1c468d);
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.call-to-action-box-layout3 .single-item a i {
    line-height: 1;
    display: inline-block;
}

.call-section-ptpb{
    padding-top: 100px;
    padding-bottom: 50px;
}


@media only screen and (max-width: 991px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
}

/* Desktops and laptops */
@media only screen and (min-width: 992px) {
    .logo-desktop {
        display: block;
    }
    .logo-mobile {
        display: none;
    }
}
