/* ========= HERO BANNER ========= */
.service-banner::after{
    content:'';
    position:absolute;
    inset:0;
    /* background:rgba(0,0,0,0.45); */
}
.banner-content{
    position:relative;
    z-index:2;
    display: none;
}
.banner-content h1{
    font-size:52px;
    font-weight:700;
}
.banner-content p{
    font-size:18px;
    opacity:.9;
}
/* ========= SERVICES ========= */
.section{
    padding:80px 0;
}
.section-title{
    font-size:38px;
    font-weight: 600;
}
.font-clr1{
    color:#28acff;
}

/* product box */
.product-box{
    border:1px solid #eee;
    padding:25px;
    border-radius:8px;
    margin-bottom:20px;
}

.price{
    color:#5a95d0;
    font-weight:600;
}
.service-banner{
    margin-top: 40px;
    height:520px;
    height:auto;
    background: url('../img/bannerBg2.png') center/cover;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.service-banner img{
    margin-top: 40px;
    width: 100%;
    height: auto;
}

/* ========= MOBILE ========= */
@media(max-width:768px){

.banner-content h1{font-size:34px;}
.service-banner{height:440px;}
.service-banner {
    min-height: 280px;
    margin-top: 66px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-title{font-size:28px;}

}

/* FAQ */
.faq-section{
    padding:80px 0 60px;
    background:#fff;
}

.faq-heading{
    color:#5a95d0;
    font-weight:600;
    margin-bottom:10px;
}

.faq-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.faq-desc{
    color:#666;
    line-height:26px;
}

/* accordion custom */
.custom-faq .accordion-item{
    border:none;
    border-bottom:1px solid #eee;
    border-radius:0;
}

.custom-faq .accordion-button{
    background:#fff;
    box-shadow:none;
    font-size:17px;
    font-weight:500;
    padding:22px 10px;
}

.custom-faq .accordion-button:not(.collapsed){
    color:#5a95d0;
    background:#fff;
}

.custom-faq .accordion-button:focus{
    box-shadow:none;
}

.custom-faq .accordion-body{
    padding:0 10px 20px;
    color:#666;
    line-height:26px;
}

/* smooth animation */
.accordion-collapse{
    transition:all .35s ease;
}

/* mobile */
@media(max-width:768px){

.faq-title{
    font-size:26px;
}

.faq-left{
    text-align:center;
    margin-bottom:20px;
}
}
/* footer */
.site-footer{
    background:#fff;
    padding:60px 0 25px;
    border-top:1px solid #eee;
    margin-top: 0px;
}
.bg-s1{
    background: #f4faff;
}
.site-footer{
    text-align:center;
}

.footer-text{
    margin:auto;
}

/* mobile */
@media(max-width: 500px){
    .service-banner {
    min-height: 280px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    height:330px;
}

.section {
    padding: 40px 0px 80px 0;
}
}
@media(max-width: 380px){
    .service-banner {
    min-height: 250px;
    margin-top: 38px;
    height: 260px;
}
}
/* footer end */
