.responsive-map {
    overflow: hidden;
    padding-bottom: 75.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.color-orange {
   background: -webkit-linear-gradient(#56aeff, #145da0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-coreblue {
    color: #1c18ff;
}

.color-blue {
    color: #145da0;
}

.text-justify {
    text-align: justify;
}

.required {
    color: red !important;
}

.lview li::before {
    content: '✈';
    color: #fff;
    position: absolute;
    left: 13px;
    top: 0px;
    z-index: 100;
    font-size: 12px;

}

.lview li {
    width: 100%;
    padding-left: 40px;
    margin: 5px auto;
    position: relative;
    display: flex;
    align-items: center;
    /* text-align: justify; */
}

.lview li::after {
    content: '';
    position: absolute;
    left: 5.9px;
    top: 0.8px;
    width: 24px;
    height: 24px;
    border: 2px solid #145da0;
    border-radius: 50%;
    background-color: #145da0;
}


.heading {
    line-height: 1.3 !important;
    font-size: 30px !important;
    color: #000000;
    word-spacing: 0.1rem;
    letter-spacing: -0.01rem;
}

.sub-heading-2 {
    font-size: 24px !important;
    color: #353535;
    margin-top: 18px;
}


.faqicon-arrow:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

.faqicon-arrow::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .faqicon-arrow::after {
        transition: none
    }
}



.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: #168ebf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

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

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #168ebf;
    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: 50px;
    bottom: 110px;
    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;
}

.modal-bg {
    background: url(../images/features/modal-image.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.header-logo {
    padding: 5px 0;
}