
/* why-share-section-start */

.why-share-section {
    background-color: #F9F8D6;
}

.why-share-section .share-content {
    max-width: 778px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 26px;
}

.why-share-section .reason-card {
    border: 1px solid #FAE1C5;
    box-shadow: 10px 14px 34px 0px #DEB41714;
    background: var(--WhiteColor);
    border-radius: 20px;
    padding: 30px 23px;
    gap: 10px;
    height: 100%;
    transition: all 0.5s ease;
}
.why-share-section .reason-card:hover{
           transform: translateY(-5px);
}

.why-share-section .reason-card img {
/*     width: 30px;
    height: 27px; */
	object-fit: contain;
}

@media(max-width:1200px) {
    .why-share-section .reason-card {
        padding: 20px 18px;
    }
}

/* why-share-section-end */


.iepf-process-section {
    position: relative;
}

.iepf-process-section::after{
    content: "";
    height: 40px;
    width: 96px;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
    background: url(../images/faq-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.iepf-process-section::before {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 21%;
    width: 54px;
    height: 74px;
    background: url(../images/deal-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: breathe 3s ease-in-out infinite;
    z-index: -1;

}

.iepf-process-section .process-card {
    position: relative;
    background: #EDF2FF;
    border-radius: 16px;
    padding: 35px 35px 35px 35px;
    height: 100%;
    overflow: hidden;
    box-shadow: 10px 14px 34px 0px rgba(var(--BlackColorRGBA), 0.102);
    transition: all 0.5s ease;
    border-top: 4px solid var(--PrimaryColor);
}

.iepf-process-section .process-card:hover {
    transform: translateY(-5px);
}


.iepf-process-section .card-number {
    font-size: 74px;
    font-weight:var(--fw-500);
    color: #DFE8FF;
    user-select: none;
    display: block;
    line-height: normal;
}


.iepf-process-section .process-card .title {
    font-size: var(--fs-h6);
    font-weight: var(--fw-700);
    color:var(--BlackColor);
    margin-bottom: 20px;
    margin-top: 35px;
}

.iepf-process-section .process-card .text p {
    margin: 0;
    line-height: 24px;
}
@media (max-width: 1199px){
    .iepf-process-section .process-card{
        padding: 30px;
    }
    .iepf-process-section .process-card .title{
        margin-top: 25px;
    }
}


@media (max-width: 767px) {
  

    .iepf-process-section .process-card {
        padding: 24px 24px 24px;
    }

    .iepf-process-section .card-number {
        font-size: 60px;
    }

    .iepf-process-section .process-card .title {
        margin-top: 20px;
    }
    .iepf-process-section::after {
            top: -15px;
		height: 32px;
    width: 80px;
    }
	
    .iepf-process-section::before {
            bottom: 0px;
    right: 9%;
    width: 44px;
    height: 50px;
    } 
	    .faq-section::after {
        top: 4px;
    }
	.postid-18964 .faq-section::after{
		top:6px;
	}
}



/* everything-handle start  */

.everything-handle {
    background-color: #FEF2E5;
    position: relative;
}

.everything-handle::after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    width:550px;
    z-index: -1;
    height:480px;
    background: url(../images/bg-prop-2-left.png);
    background-repeat: no-repeat;
    background-size: contain;   
}

.everything-handle .everything-main {
    background: rgba(255, 249, 242, 1);
    border: 1px solid rgba(222, 180, 23, 0.3);
    box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 30px;
}
.everything-handle .everything-item {
    padding: 30px;
    border-bottom: 1px solid rgba(222, 180, 23, 0.35);
    border-right: 1px solid rgba(222, 180, 23, 0.35);
    display: flex;
    gap: 20px;
    align-items: center;
}

.everything-handle .everything-item:nth-child(3n+3) {
    border-right: none;
}

.everything-handle .everything-item:nth-last-child(3),
.everything-handle .everything-item:nth-last-child(2),
.everything-handle .everything-item:nth-last-child(1) {
    border-bottom: none;
}

.everything-handle .everything-icon {
    background: #FFFFFF;
    border: 1px solid #FAE1C5;
    padding: 10px;
    border-radius: 12px;
    flex-shrink: 0;
	width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.everything-handle .everything-icon img {
    transition: all 0.5s ease;
}
.everything-handle .everything-item:hover .everything-icon img {
    transform: rotateY(360deg);
}

.everything-handle .everything-title {
    font-weight: var(--fw-700);
    font-size: var(--fs-md);
    color: var(--BlackColor);
    margin-bottom: 7px;
}
.everything-handle .everything-right p {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 24px;
    color: var(--BlackColor);
	margin-top: 0;
}
#blog-loader img{
	    width: 25px;
    height: 25px;

}

@media(max-width:1199px) {
    .everything-handle .everything-item {
        padding: 25px;
        gap: 15px;
    }
    .everything-handle .everything-icon {
        padding: 10px;
        border-radius: 10px;
    }
    .everything-handle .everything-icon img {
        max-width: 30px;
    }
    .everything-handle::after{
        width: 400px;
        height: 300px;
    }
}

@media(max-width:991px) {

    .everything-handle .everything-main {
        grid-template-columns: repeat(2,1fr);
    }
    .everything-handle .everything-item:nth-child(2n+3) {
        border-right: 1px solid rgba(222, 180, 23, 0.35);
    }

    .everything-handle .everything-item:nth-child(2n+2) {
        border-right: none;
    }

    .everything-handle .everything-item:nth-last-child(3){
        border-bottom: 1px solid rgba(222, 180, 23, 0.35);
    }
}

@media(max-width:767px) {

    .everything-handle .everything-main {
        grid-template-columns: repeat(1,1fr);
        border-radius: 10px;
    }
    
    .everything-handle .everything-item:nth-child(1n+1) {
        border-right: none;
    }

    .everything-handle .everything-item:nth-last-child(2){
        border-bottom: 1px solid rgba(222, 180, 23, 0.35);
    }
    .everything-handle::after {
        display: none;
    }
}

/* everything-handle end  */




 .why-share-section .row > .why-col:last-child {
	flex-grow: 1;
}

 .why-share-section .row > .why-col:last-child .Overview-box {
	padding: 30px;
}

 .why-share-section .row > .why-col .Overview-box{
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(250, 225, 197, 1);
	box-shadow: 10px 14px 34px 0px rgba(222, 180, 23, 0.08);
	border-radius: 20px;
	padding: 38px 30px;
	gap: 10px;
	height: 100%;
}

 .why-share-section .row > .why-col .Overview-icon {
    flex-shrink: 0;
}

 .why-share-section .row > .why-col .Overview-icon img {
    width: 34px;
    height: 34px;
}

 .why-share-section .row > .why-col .Overview-box .Overview-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 5px ;
}
 .why-share-section .row > .why-col .Overview-box p {
	font-size: 15px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
}

 .why-share-section .row > .why-col .Overview-box .bottom-note-content {
	font-size: 15px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
}

@media(max-width:1199px) {
	.postid-18967 .why-share-section {
		margin-top: 50px;
	}
}

@media(max-width:991px) {
	 .why-share-section .row > .why-col .Overview-box{
		padding: 30px;
	}
}

@media(max-width:767px) {
	.postid-18967 .why-share-section {
		margin-top: 25px;
	}
	 .why-share-section .row > .why-col .Overview-box{
		padding: 16px;
		border-radius: 10px;
		gap: 5px;
	}
	 .why-share-section .row > .why-col:last-child .Overview-box {
		padding: 16px;
	}
	 .why-share-section .row > .why-col .Overview-box .Overview-title {
		line-height: 21px;
	}
	 .why-share-section .row > .why-col  {
		margin-top: 15px;
	}
}


  .single-services .testimonial-section {
		padding-top: 75px !important;
	}
@media(max-width:1199px){
  
	.single-services .testimonial-section {
		padding-top: 40px !important;
	}
}


@media(max-width:767px){
  
	.iepf-process-section .card-number{
		display:none;
	}
	.single-services .testimonial-section {
		padding-top: 30px !important;
	}
	.single-services .testimonial-section .main-title {
        margin-bottom: 30px;
    }	
}





.why-share-section .reason-card  p{
    font-weight: 600;
}


/* .single-services .overview-section ul li {
    list-style: disc;
}
.single-services .overview-section ol, .single-services .overview-section ul {
    padding-left: 2rem !important;
} */




.testimonial-section{
    display: none;
}


/* Sound Familiar start  */

.familiar-section .familiar-content {
    max-width: 834px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.familiar-section .familiar-card {
    background: #FFF9F2;
    border: 1px solid #FAE1C5;
    border-radius: 20px;
    padding: 30px 22px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 10px 14px 34px 0px #0000001A;
}

.familiar-section .familiar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.familiar-section .icon-box {
    width: 65px;
    height: 65px;
    margin: 0 0 18px;
    background: var(--WhiteColor);
    border: 1px solid #FAE1C5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.familiar-section .icon-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.familiar-section .familiar-card h6 {
    font-size: var(--fs-sm);
    font-weight: var(--fw-700);
    color: var(--BlackColor);
    margin-bottom: 14px;
    line-height: 1.4;
}


/* Responsive */
@media (max-width: 1199px) {
    .familiar-section .familiar-card {
        padding: 15px 16px;
    }
}

@media (max-width: 991px) {
    .familiar-section .familiar-card {
        padding: 20px 16px;
    }
}

@media (max-width: 575px) {
    .familiar-section .familiar-content {
        margin-top: 15px;
        margin-bottom: 22px;
    }
}

/* Sound Familiar end  */


/* What is IEPF start  */

.whatiepf-section {
    background: #FFF9F2;
}

.whatiepf-section .whatiepf-content {
    max-width: 834px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.whatiepf-section .whatiepf-card {
    background: var(--WhiteColor);
    border: 1px solid #FAE1C5;
    border-radius: 20px;
    padding: 30px 22px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 10px 14px 34px 0px #0000001A;
}

.whatiepf-section .whatiepf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.whatiepf-section .whatiepf-card h5 {
    font-size: var(--fs-sm);
    font-weight: var(--fw-700);
    color: var(--BlackColor);
    margin-bottom: 14px;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1199px) {
    .whatiepf-section .whatiepf-card {
        padding: 15px 16px;
    }
}

@media (max-width: 991px) {
    .whatiepf-section .whatiepf-card {
        padding: 20px 16px;
    }
}

@media (max-width: 575px) {
    .whatiepf-section .whatiepf-content {
        margin-top: 15px;
        margin-bottom: 22px;
    }
}

/* What is IEPF end  */

.nri-handle {
    margin-top: 30px;
	background: var(--WhiteColor);
}

.page-template-nriservice .authority-section {
	padding: 75px 0;
}
.page-template-nriservice .iepf-procedure-section {
	padding: 75px 0;
}
.page-template-nriservice .iepf-process-section {
	padding: 75px 0;
}
.page-template-nriservice .faq-section {
	padding: 75px 0;
}

.page-template-nriservice .iepf-process-section::after {
	top: 25px;
}

@media (max-width: 1399px) {
	.page-template-nriservice .authority-section {
		padding: 50px 0;
	}
	.page-template-nriservice .iepf-procedure-section {
		padding: 50px 0;
	}
	.page-template-nriservice .iepf-process-section {
		padding: 50px 0;
	}
	.page-template-nriservice .faq-section {
		padding: 50px 0;
	}
}
@media (max-width: 1199px) {
	.page-template-nriservice .authority-section {
		padding: 40px 0;
	}
	.page-template-nriservice .iepf-procedure-section {
		padding: 40px 0;
	}
	.page-template-nriservice .iepf-process-section {
		padding: 40px 0;
	}
	.page-template-nriservice .faq-section {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.page-template-nriservice .authority-section {
		padding: 35px 0;
	}
	.page-template-nriservice .iepf-procedure-section {
		padding: 35px 0;
	}
	.page-template-nriservice .iepf-process-section {
		padding: 35px 0;
	}
	.page-template-nriservice .faq-section {
		padding: 35px 0;
	}
	.page-template-nriservice .iepf-process-section::after {
		top: 5px;
	}
}
@media (max-width: 767px) {
	.page-template-nriservice .authority-section {
		padding: 30px 0;
	}
	.page-template-nriservice .iepf-procedure-section {
		padding: 30px 0;
	}
	.page-template-nriservice .iepf-process-section {
		padding: 30px 0;
	}
	.page-template-nriservice .faq-section {
		padding: 30px 0;
	}
	.why-share-section .reason-card{
		    display: block !important;
	}
	.why-share-section .reason-card p{
		    margin-top: 10px;
	}
	.postid-19216 .overview-section::before {
       width: 46px !important;
    height: 46px !important;
	}
}