.about-banner-section .banner-overlay { 
    background: linear-gradient(180deg, rgba(13, 30, 76, 0.00) 0%, rgba(13, 30, 76, 0.90) 100%);
}
.faq-content h6 {color: #000;
    font-family: 'LeagueSpartan';
    font-size: 16px;
    font-style: normal;
    font-weight: 450;min-height: 48px;
    line-height: 150%;padding-top: 8px;}
    .modal-body h6{color: #000;
        font-family: 'LeagueSpartan';
        font-size: 20px;
        font-style: normal;
        font-weight: 450; 
        line-height: 150%; /* 24px */}
        .faq-content p{padding-bottom: 18px;}
 .modal-body p, .modal-body ul li{color: #000;
    font-family: 'LeagueSpartan';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;padding-top: 4px;
    line-height: 22px; }
.faq-content p,.faq-content ul li {color: #000;
    font-family: 'LeagueSpartan';
    font-size: 15px;
    font-style: normal;
    font-weight: 350;padding-top: 4px;
    line-height: 22px; }
    .faq-content{position: relative;padding: 0px 20px;}
    .faq-content::after{content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background-image:url(../images/about/shadow-img-2.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        z-index: -1;}
        
     
.po-q-icon img {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;    background: #fff;
    border-radius: 50%;
}

.po-q-icon {cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 6px;
    background-color: #c7c7c7;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 24px;
    height: 24px;
    line-height: 70px;
    display: block;
    transform: none !important;
    z-index: 9;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);

}

.po-q-icon::before {
    content: "";
    border: 2px solid transparent;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.po-q-icon::after,
.po-q-icon::before {
    border: 3px solid #c7c7c7 !important;
}

.po-q-icon::after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height:45px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 3px
    }
}
.btn-close:focus ,.btn-close:hover { background-color: #dfdfdf;
    box-shadow: none;}
    .btn-close{ font-size: 12px;background-color: #efefef;transition: all 0.5s ease; }
    .modal-body h4{ font-family: 'Figtree';
        font-size: 20px;font-weight: 600;}
         
    .modal {background: hsl(0deg 0% 0% / 65%);
    }
    .line-AB{position: relative;margin-top:-14px}
    .line-AB::after{content: '';position: absolute;top: 0px;left:33.33%;width: 1px;height: 100%;
        background: linear-gradient(0deg, #FFF 2.4%, #e0e0e0 48.56%, #FFF 100%);}
    .line-AB::before{content: '';position: absolute;top: 0px;right:33.33%;width: 1px;height: 100%;
        background: linear-gradient(0deg, #FFF 2.4%, #e0e0e0 48.56%, #FFF 100%);z-index: 1;}

        @media only screen and (min-width:567.5px) and (max-width:991.5px){
            .line-AB::after{content: '';position: absolute;top: 0px;left:50%;width: 1px;height: 100%;
                background: linear-gradient(0deg, #ffffff00 2.4%, #e0e0e0 48.56%, #ffffff00 100%);}
            .line-AB::before{display: none;}
        }      
        @media only screen and (max-width:567.5px){ 
            .line-AB::after, .line-AB::before{display: none;}
        }

        @media only screen and (min-width:1800px){
        .faq-content h6 { 
            font-size: 22px;
        }
        .faq-content p, .faq-content ul li, .modal-body p, .modal-body ul li { 
            font-size: 18px; 
            line-height: 30px;
        }

.modal-body h6 { font-size: 24px;}
  .modal-body p, .modal-body ul li {  font-size: 22px; }
.modal-body h4 { font-size: 26px;padding-bottom: 30px !important;}
.modal-body .custom-container { width: 86%;}
.modal-body img{    width: 41px;
    height: 41px;
    object-fit: contain;}
    }
    @media only screen and (min-width:2000px){
        .faq-content h6 { 
            font-size: 25px;
        }
        .faq-content p, .faq-content ul li { 
            font-size: 20px; 
            line-height: 32px;
        }
    }