.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;
}

.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: 150px;
	padding: 10px;
}

.icon_box img {
    text-align: center;
	transition: all 0.5s ease;
    margin-top: 10px;
	margin-bottom: 8px;
    width: 38%;
}

 .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: 5px 40px;
}

.icon_box:hover img {
	filter: brightness(0) invert(1);
}
.icon_box:hover .para {
	color: #fff;
}
h3.title_2 {
    font-size: 23px;
}

.our{
    text-align: center;
}
.item{
    text-align: center;
}
.doc-carousel .item h4{
    font-size: 20px;
    font-weight: 400 !important;
    margin-top: 10px;
  
}

.item p{
    color: #000;
 }
 

.mg-auto{
    margin: auto 0;
}

.btn-gold {
    width: 30% !important;
}

.flex-center{
    display: flex;
    justify-content: center;
}

span.new-logo {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
section.doc-carousel {
    background: #81298f0d;
    padding: 45px 0px 35px;
}
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:1100px){
    footer#contact {
        padding: 0px !important;
    }

}

@media(max-width:1000px){
    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;
    }

    span.new-logo {

        padding-left: 30px;
    }

    .full-wh.z2.new-banner {
        /* background-size: contain !important; */
        background-position: center;
    }
    
}


@media(max-width:576px){
    .icon_box img {
        text-align: center;
        transition: all 0.5s ease;
        margin-top: 10px;
        margin-bottom: 8px;
        width: 14%;
    }
    .icon_box{
        margin: 7px 1px;
    }
    .item h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    .sec3-why .we-under h3 {
        font-size: 1.2rem;
       
    }
    .sec3-why {
        background-color: #f2fafd;
        padding-bottom: 30px;
    }
    
}
@media(min-width: 320px) and (max-width: 576px){
    [data-rgen-sm*="pd-tb-small"] {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}
@media(max-width:430px){
    .item h4 {
        font-size: 16px;
        margin-top: 10px;
    }
   
    .btn[data-rgen-sm*="medium"] {
        font-size: 12px;
        display: flow;
    }
    .title[data-rgen-sm*="medium"] {
        font-size: 20px;
    }
    section.doc-carousel {
        background: #81298f0d;
        padding: 30px 0px 15px;
    }
    .title {
        font-size: 20px;
     
    }

    .card-header h5 button {
        font-size: 17px;
       line-height: 22px;
    }
    .faq-heading {
        font-size: 32px;
    }
}