.text-justify {
    text-align: justify !important;
}

.theme-gradient {
    /* background: linear-gradient(144deg, rgb(0 74 173 / 71%) 33%, rgba(0, 128, 55, 1) 100%) !important; */
    background: linear-gradient(144deg, #8cc1ffb5 33%, rgb(0 128 55 / 66%) 100%) !important;
}

.theme-gradient-2 {
    background: linear-gradient(144deg, #d6dce3b5 33%, rgb(0 128 55 / 66%) 100%) !important;
}

.theme-blue {
    color: #379ef5 !important;
}

.theme-green {
    color: #379ef5 !important;
}

.rate .fa-star {
    color: #379ef5 !important;
}

ol li {
    list-style-type: decimal;
    /* line-height: 1.8; */
    margin-bottom: 0.5rem;
    color: #e0e0e0;
    font-weight: 500;
}

.disc li {
    list-style-type: disc;
    /* line-height: 1.8; */
    margin-bottom: 0.5rem;
    color: #e0e0e0;
    font-weight: 500;
}

.mh-250 {
    min-height: 250px !important;
}

.mh-290 {
    min-height: 290px !important;
}

.mh-160 {
    min-height: 160px !important;
}

.mh-410 {
    min-height: 410px !important;
}

.lview li::before {
    content: '\2192';
    color: #379ef5;
    position: absolute;
    left: -20px;
    top: 0px;
    font-size: 16px;
}

.lview li {
    width: 90%;
    padding-left: 10px;
    margin: 10px auto;
    position: relative;
}

.services-img {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 3px 3px 8px 0px;
    object-fit: cover;
    aspect-ratio: 16/16;
}


.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: #379ef5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #379ef5;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #379ef5;
    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;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #23c15e;
    box-shadow: 0 0 0 0 #23c15e;
}

.whatsapp-pulse i {
    color: #fff;
}

.whatsapp-pulse {
    height: 50px;
    width: 50px;
    background-color: #23c15e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.whatsapp-pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.whatsapp-pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: whatsapp-pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}






/* .modal-bg{
    background: url(../images/images-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
} */

.video-wrapper {
    border: 1px solid rgba(6, 109, 226, 0.3);
    box-shadow: rgba(6, 109, 226, 0.12) 0px 2px 4px 0px, rgba(6, 109, 226, 0.32) 0px 2px 16px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 18px;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /* filter: grayscale(65%) invert(92%) contrast(100%) */
}

.green-bold {
    color: #15f977 !important;
}

@media screen and (max-width: 767px) {
    .heading {
        font-size: 30px;
        font-weight: 600;
        color: #379ef5;
    }

    .services-head {
        font-size: 1.4rem;
        font-weight: 600;
        color: #379ef5;
    }

    .sub-heading {
        font-size: 1.2rem;
        font-weight: 600;
        color: #000;
    }

    .services-sub-head {
        font-size: 1.2rem;
        font-weight: 600;
        color: #000;
    }

    /* .mt-350{
        margin-top:150px !important;
    } */
}

@media screen and (min-width: 768px) {

    .heading {
        font-size: 44px;
        font-weight: 600;
        color: #379ef5;
    }

    .sub-heading {
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
    }

    .services-head {
        font-size: 1.8rem;
        font-weight: 600;
        color: #379ef5;
    }

    .services-sub-head {
        font-size: 1.4rem;
        font-weight: 600;
        color: #d0d0d0;
    }

    .mt-350 {
        margin-top: 350px !important;
    }
}





.content-text {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.box-shadow {
    /* border: 1px solid rgba(6, 109, 226, 0.3); */
    box-shadow: #0000008c 0px 2px 4px 0px, rgb(6 109 226 / 57%) 0px 2px 16px 0px;
}
.navbar-collapse {
    animation: slideInRight 1s forwards;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.modal.fade .modal-bottom,
.modal.fade .modal-left,
.modal.fade .modal-right,
.modal.fade .modal-top {
    position: absolute;
    z-index: 1055;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10%;
    transform: translateY(-50%);
    margin: 0;
    max-width: 100%
}

.modal.fade .modal-right {
    left: auto !important;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s cubic-bezier(.25, .8, .25, 1)
}

.modal.fade.show .modal-bottom,
.modal.fade.show .modal-left,
.modal.fade.show .modal-right,
.modal.fade.show .modal-top {
    transform: translate3d(0, 0, 0)
}

.w-xl {
    width: 420px
}

.modal-content,
.modal-footer,
.modal-header {
    border: none;
}

.text-maroon{
    color : #99dfff!important;
}
.text-gray{
    color : #cfcfcf!important;
}