.title.f-2.bold-n {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 22px;
}

section.doc-carousel {
    background: #81298f0d;
    padding: 45px 0px 35px;
}
.our{
    text-align: center;
}

.item h4 {
    font-size: 22px;
    margin-top: 10px;
}

.item{
    text-align: center;
}
.item p{
    color: #000;
 }

 .col-md-6.mg-auto {
    margin: auto 0;
}
.item h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.sec3-why {
    background-color: #f2fafd;
    padding-top: 45px;
    padding-bottom: 45px;
}


.sec3-why .we-under h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.sec3-why .we-under h4 {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #2f2f2f;
}

.center-why {
    background-color: #f2fafd;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

.center-why .we-center h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #2f2f2f;
}


.sec3-why .we-under p {
    font-size: 16px;
    text-align: center;
    
}

.sec3-why .we-under {
   padding-bottom: 35px;
}

.icon_box {
    text-align: center;
    color: #101010;
    font-size: 18px;
    font-weight: 400;
    background-color: #F8F8F9;
    margin-bottom: 15px;
    margin-left: -14px;
    height: 175px;
    padding: 17px;
}

.icon_box img {
    text-align: center;
	transition: all 0.5s ease;
    margin-top: 14px;
	margin-bottom: 8px;
    width: 20%;
}

 .icon_box .para {
        font-size: 16px;
        font-weight: 500;
}

.icon_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.sec3-why .row {
    justify-content: center;
}

 .icon_box:hover {
	background: #79208D;
    border-radius: 28px;
} 

.icon_box:hover img {
	filter: brightness(0) invert(1);
}
.icon_box:hover .para {
	color: #fff;
}

.btn-gold {
    width: 30% !important;
}
.flex-center{
    display: flex;
    justify-content: center;
}

.serv_box img {
    width: 60%;
    border: 1px solid #81298f;
    border-radius: 40%;
    padding: 13px;
}

 /* .serv_box:hover > img {
   
    background-color: #81298f;
}  */

.serv_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.serv_box .acr{
        font-size: 16px;
        color: #000;
        font-weight: 500;
    
}

.row.ex-css {
    justify-content: center;
    margin-top: 40px;
}

section.pedia-srvc {
    padding-top: 35px !important;
    padding-bottom: 20px;
}
section.salient-srvc{
        padding-top: 35px !important;
        padding-bottom: 50px;
    
}

section.faq-box {
    background: #f9f4f9;
}
.faq-section {
    position: relative;
    padding-bottom: 1rem;
}

.faq-heading {
    display: inline-block;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid purple;
}

.faq-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: purple;
}

.card-header button {
    text-decoration: none !important;
    color: inherit;
}

.card-header button:hover {
    text-decoration: none !important;
}

.card-body {
    background-color: #f8f9fa;
}

section.faq-box {
    background: #f9f4f9;
    padding-top: 45px;
    padding-bottom: 50px;
}

.card-header h5 button{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.arrow-icon {
    font-size: 18px;
    margin-left: 0.5rem;
    transition: transform 0.3s;
}

.btn-link.collapsed .arrow-icon {
    transform: rotate(0deg);
}

.btn-link:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #833b8b !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

@media(max-width:1000px){
    .serv_box img {
        width: 71%;
       
    }
    footer#contact {
        padding: 0px !important;
    }

}


@media(max-width:767px){
    .bhuv-ress-bottom {
        margin-bottom: 0px !important;
        padding-bottom : 0px !important
    }
    .bhuv-ress-top {
        margin-top: 0px !important;
        padding-top : 25px !important;
    }
    .btn-gold {
        width: 70% !important;
    }
    .col-md-4.button-callback {
        display: flex;
        justify-content: center;
    }
    .title[data-rgen-sm*="medium"] {
        font-size: 18px !important;
    }

    section.doc-carousel {
        background: #81298f0d;
        padding: 30px 0px 20px;
    }
    .icon_box {
        margin: 10px;
    }

    .cust-space{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    section.salient-srvc {
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .title.f-2.bold-n {
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 22px;
    }
    .icon_box img {
        width: 20%;
    }

    .row.ex-css {
        justify-content: center;
        margin-top: 0px;
    }

    footer#contact {
        padding: 0px !important;
    }

    .full-wh.z2.new-banner {
        /* background-size: contain !important; */
        background-position: center;
    }

}

@media (max-width:575px) {
    ul.list-2.fs16.txt-dark {
        margin-bottom: -22px;
    } 
    .serv_box img {
        width: 15%;
        margin-top: 20px;
    }

    .icon_box img {
        width: 15%;
    }
    footer#contact {
        padding: 0px !important;
    }
}