/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* Montserrat */
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.woff2") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.woff2") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.woff2") format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.woff2") format("truetype");
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}

/* CSS Variables */
:root {
    --ff-primary: "Montserrat", sans-serif;
    --ff-secondary: "Cormorant Garamond", serif;

    --BodyColor: #000000;
    --PrimaryColor: #1C5F98;
    --PrimaryColorRGBA: 28, 95, 152;
    --PrimaryColorLight1: #28B0DD;
    --SecondaryColor: #C8E25D;
    --TertiaryColor: #DEB417;
    --WhiteColor: #ffffff;
    --WhiteColorRGBA: 255, 255, 255;
    --BlackColor: #000000;
    --BlackColorRGBA: 0, 0, 0;

    --fs-sm: 14px;
    --fs-md: 16px;
    --fs-lg: 18px;

    --fs-h1: 42px;
    --fs-h2: 34px;
    --fs-h3: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --fs-h6: 16px;

    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
}

body {
    font-family: var(--ff-primary);
    font-size: var(--fs-sm);
    font-weight: var(--fw-400);
    line-height: 173%;
    color: var(--BodyColor);
    font-style: normal;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: var(--WhiteColor);
}


:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body a {
    color: inherit;
}

body a:hover {
    color: inherit;
}


body a,
body a:active,
body a:focus,
body a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    transition: all 0.5s ease-in-out;
}

body ol,
body ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

body ul li {
    list-style: none;
}

body p {
    margin-bottom: 0;
}

.cms h1+ol,
.cms h1+p,
.cms h1+ul,
.cms h2+ol,
.cms h2+p,
.cms h2+ul,
.cms h3+ol,
.cms h3+p,
.cms h3+ul,
.cms h4+ol,
.cms h4+p,
.cms h4+ul,
.cms h5+ol,
.cms h5+p,
.cms h5+ul,
.cms h6+ol,
.cms h6+p,
.cms h6+ul {
    margin-top: 20px;
}

.cms p:empty+p {
    margin-top: 0;
}

.cms h1+h1,
.cms h1+h2,
.cms h1+h3,
.cms h1+h4,
.cms h1+h5,
.cms h1+h6,
.cms h2+h1,
.cms h2+h2,
.cms h2+h3,
.cms h2+h4,
.cms h2+h5,
.cms h2+h6,
.cms h3+h1,
.cms h3+h2,
.cms h3+h3,
.cms h3+h4,
.cms h3+h5,
.cms h3+h6,
.cms h4+h1,
.cms h4+h2,
.cms h4+h3,
.cms h4+h4,
.cms h4+h5,
.cms h4+h6,
.cms h5+h1,
.cms h5+h2,
.cms h5+h3,
.cms h5+h4,
.cms h5+h5,
.cms h5+h6,
.cms h6+h1,
.cms h6+h2,
.cms h6+h3,
.cms h6+h4,
.cms h6+h5,
.cms h6+h6,
.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6 {
    margin-top: 25px;
}

@media (max-width: 991.98px) {

    .cms h1+h1,
    .cms h1+h2,
    .cms h1+h3,
    .cms h1+h4,
    .cms h1+h5,
    .cms h1+h6,
    .cms h2+h1,
    .cms h2+h2,
    .cms h2+h3,
    .cms h2+h4,
    .cms h2+h5,
    .cms h2+h6,
    .cms h3+h1,
    .cms h3+h2,
    .cms h3+h3,
    .cms h3+h4,
    .cms h3+h5,
    .cms h3+h6,
    .cms h4+h1,
    .cms h4+h2,
    .cms h4+h3,
    .cms h4+h4,
    .cms h4+h5,
    .cms h4+h6,
    .cms h5+h1,
    .cms h5+h2,
    .cms h5+h3,
    .cms h5+h4,
    .cms h5+h5,
    .cms h5+h6,
    .cms h6+h1,
    .cms h6+h2,
    .cms h6+h3,
    .cms h6+h4,
    .cms h6+h5,
    .cms h6+h6,
    .cms ol+h1,
    .cms ol+h2,
    .cms ol+h3,
    .cms ol+h4,
    .cms ol+h5,
    .cms ol+h6,
    .cms p+h1,
    .cms p+h2,
    .cms p+h3,
    .cms p+h4,
    .cms p+h5,
    .cms p+h6,
    .cms ul+h1,
    .cms ul+h2,
    .cms ul+h3,
    .cms ul+h4,
    .cms ul+h5,
    .cms ul+h6 {
        margin-top: 20px;
    }
}

.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6 {
    margin-top: 40px;
}

@media (max-width: 767.98px) {

    .cms ol+h1,
    .cms ol+h2,
    .cms ol+h3,
    .cms ol+h4,
    .cms ol+h5,
    .cms ol+h6,
    .cms p+h1,
    .cms p+h2,
    .cms p+h3,
    .cms p+h4,
    .cms p+h5,
    .cms p+h6,
    .cms ul+h1,
    .cms ul+h2,
    .cms ul+h3,
    .cms ul+h4,
    .cms ul+h5,
    .cms ul+h6 {
        margin-top: 30px;
    }
}

.cms ol+p,
.cms p+p,
.cms ul+p {
    margin-top: 20px;
}

.cms ol+p+h2,
.cms ol+p+h3,
.cms ol+p+h4,
.cms ol+p+h5,
.cms ol+p+h6,
.cms p+p+h2,
.cms p+p+h3,
.cms p+p+h4,
.cms p+p+h5,
.cms p+p+h6,
.cms ul+p+h2,
.cms ul+p+h3,
.cms ul+p+h4,
.cms ul+p+h5,
.cms ul+p+h6 {
    margin-top: 40px;
}

@media (max-width: 767.98px) {

    .cms ol+p+h2,
    .cms ol+p+h3,
    .cms ol+p+h4,
    .cms ol+p+h5,
    .cms ol+p+h6,
    .cms p+p+h2,
    .cms p+p+h3,
    .cms p+p+h4,
    .cms p+p+h5,
    .cms p+p+h6,
    .cms ul+p+h2,
    .cms ul+p+h3,
    .cms ul+p+h4,
    .cms ul+p+h5,
    .cms ul+p+h6 {
        margin-top: 30px;
    }
}

.cms ol+ol,
.cms ol+ul,
.cms p+ol,
.cms p+ul,
.cms ul+ol,
.cms ul+ul {
    margin-top: 20px;
}

.cms ol+p,
.cms p+p,
.cms ul+p {
    margin-top: 15px;
}


.cms ol,
.cms ul {
    margin-left: 20px;
    list-style-position: initial;
}

.cms ol+ol,
.cms ol+ul,
.cms ul+ol,
.cms ul+ul {
    margin-top: 20px;
}

.cms ol li,
.cms ul li {
    list-style: inherit;
    list-style-position: outside;
}

.cms ol li::marker,
.cms ul li::marker {
    color: var(--PrimaryColor);
}

.cms ol li+li,
.cms ul li+li {
    margin-top: 15px;
}

.cms ol li ol,
.cms ol li ul,
.cms ul li ol,
.cms ul li ul {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* h1 to h6 common css start */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: var(--fw-500);
    font-family: var(--ff-primary);
    line-height: 114%;
    font-style: normal;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    color: var(--PrimaryColor);
}

body h1 {
    font-size: var(--fs-h1);
}

body h2 {
    font-size: var(--fs-h2);
}

body h3 {
    font-size: var(--fs-h3);
}

body h4 {
    font-size: var(--fs-h4);
}

body h5 {
    font-size: var(--fs-h5);
}

body h6 {
    font-size: var(--fs-h6);
}


@media (max-width: 991.98px) {
    body h1 {
        font-size: 38px;
    }

    body h2 {
        font-size: 32px;
    }

    body h3 {
        font-size: 26px;
    }

    body h4 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    body h1 {
        font-size: var(--fs-h2);
    }

    body h2 {
        font-size: 28px;
    }
}

/* h1 to h6 common css end */

body img {
    max-width: 100%;
    width: auto;
}

/* common site title css start*/
.main-title {
    font-size: 38px;
    font-family: var(--ff-secondary);
    font-weight: var(--fw-700);
}


@media (max-width: 991.98px) {
    .main-title {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .main-title {
        font-size: 30px;
    }
}

/* common site title css end*/

/*common container css start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1296px;
    }
}

/*common container css end*/

/* thumbnail css start */
.thumbnail-container.object-fit img,
.thumbnail-container.object-fit iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .thumbnail-container,
body .thumbnail_container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0;
}

body .thumbnail {
    margin: 0;
    display: block;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 0 0;
}

body .thumbnail a,
body .thumbnail img,
body .thumbnail iframe {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

/* thumbnail css end */

/* section gap css start */
.section-gap {
    position: relative;
    z-index: 1;
    padding: 75px 0;
}

.section-gap.double-gap-t {
    padding-top: 150px;
}

.section-gap.double-gap-b {
    padding-bottom: 150px;
}

.section-gap.double-gap {
    padding: 150px 0;
}

@media (max-width: 1399.98px) {
    .section-gap {
        padding: 50px 0;
    }

    .section-gap.double-gap-t {
        padding-top: 100px;
    }

    .section-gap.double-gap-b {
        padding-bottom: 100px;
    }

    .section-gap.double-gap {
        padding: 100px 0;
    }
}

@media (max-width: 1199.98px) {
    .section-gap {
        padding: 40px 0;
    }

    .section-gap.double-gap-t {
        padding-top: 80px;
    }

    .section-gap.double-gap-b {
        padding-bottom: 80px;
    }

    .section-gap.double-gap {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {
    .section-gap {
        padding: 35px 0;
    }

    .section-gap.double-gap-t {
        padding-top: 70px;
    }

    .section-gap.double-gap-b {
        padding-bottom: 70px;
    }

    .section-gap.double-gap {
        padding: 70px 0;
    }
}

@media (max-width: 767.98px) {
    .section-gap {
        padding: 30px 0;
    }

    .section-gap.double-gap-t {
        padding-top: 60px;
    }

    .section-gap.double-gap-b {
        padding-bottom: 60px;
    }

    .section-gap.double-gap {
        padding: 60px 0;
    }
}

/* section gap css end */

/* common button css start */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: var(--ff-primary);
    font-weight: var(--fw-700);
    line-height: 100%;
    border-radius: 100px;
    padding: 19px 30px;
    text-transform: capitalize;
    outline: 0;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    overflow: hidden;
    border: 1px solid;
}

@media (max-width: 991.98px) {
    .btn {
        padding: 15px 25px;
    }
}

.btn .icon {
    display: inline-block;
    margin-top: -2px;
}

.btn .icon svg {
    width: 11px !important;
    height: 10px !important;
    transition: all 0.5s ease-in-out;
}

.btn .icon svg path {
    transition: all 0.5s ease-in-out;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
    box-shadow: none !important;
}

.btn.btn-primary {
    color: var(--WhiteColor);
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}


.btn.btn-primary:visited,
.btn.btn-primary:active,
.btn.btn-primary:visited,
.btn.btn-primary:focus {
    color: var(--WhiteColor);
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

@media (min-width: 1200px) {
    .btn.btn-primary:hover {
        background: var(--SecondaryColor);
        color: var(--BlackColor);
        border-color: var(--SecondaryColor);
    }

    .btn.btn-primary:hover svg path {
        stroke: var(--BlackColor);
    }
}

.btn.btn-primary.outline {
    color: var(--PrimaryColor);
    background-color: var(--WhiteColor);
    border-color: var(--PrimaryColor);
}

.btn.btn-primary.outline:visited,
.btn.btn-primary.outline:active,
.btn.btn-primary.outline:visited,
.btn.btn-primary.outline:focus {
    color: var(--PrimaryColor);
    background-color: var(--WhiteColor);
    border-color: var(--PrimaryColor);
}

@media (min-width: 1200px) {
    .btn.btn-primary.outline:hover {
        background: var(--PrimaryColor);
        color: var(--WhiteColor);
    }

    .btn.btn-primary.outline:hover svg path {
        fill: var(--WhiteColor);
        stroke: none;
    }
}

/* common button css end */

/* width */
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: rgba(var(--BlackColorRGBA), 0.1);
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: var(--PrimaryColor);
}

.fixed-apply-btn {
    position: fixed;
    z-index: 11;
    right: 22px;
    top: 50%;
    height: fit-content;
    transform: translateY(calc(-50% - 80px)) rotate(-90deg);
    transform-origin: right;
}

.fixed-apply-btn a {
    border-radius: 22px 22px 0 0;
    padding: 15px 30px;
    font-size: var(--fs-md);
    text-transform: uppercase;
    position: relative;
    transition: 0.3s ease-in-out;
    background: #FF0000;
    color: var(--WhiteColor);
    font-weight: var(--fw-700);
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}

.fixed-apply-btn a:hover {
    background: var(--TertiaryColor);
}

.fixed-apply-btn a .icon svg path {
    transition: 0.3s ease-in-out;
    fill: #fff;
}

.fixed-apply-btn a .icon svg {
    height: 22px;
    width: 22px;
}

.fixed-apply-btn a:hover .icon svg path {
    fill: var(--BlackColor);
}

.fixed-apply-btn .icon {
    transform: rotate(90deg);
}

@media(max-width:767px) {
    .fixed-apply-btn a {
        padding: 6px 20px;
        font-size: var(--fs-sm);
    }

    .fixed-apply-btn a svg {
        height: 15px !important;
        width: 15px !important;
    }
}

.header-section {
    padding-top: 30px;
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    background: var(--WhiteColor);
}

.header-section .header-wrap {
    border-radius: 25px 25px 45px 45px;
}

.header-section.mobile-stick .header-wrap {
    box-shadow: 0px 0px 20px 0px rgba(var(--BlackColorRGBA), 0.1);
}

.header-section .logo {
    display: flex;
    align-items: center;
    background: var(--WhiteColor);
    border-radius: 25px 0 0 45px;
    justify-content: end;
    position: relative;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.logged-in .header-section {
    padding-top: 62px;
}

.header-section.mobile-stick .logo {
    width: 200px;
    padding-left: 40px;
}

.header-section.mobile-stick {
    padding-top: 0 !important;
    background: transparent;
}

.logged-in .header-section.mobile-stick {
    padding-top: 32px !important;
}

.header-section .logo img {
    /* max-width: 131px; */
    /*max-width: 190px;
	height: auto !important;*/
	width:190px;
    height:auto !important;
    max-width:190px;
    display:block;
}

.header-section.mobile-stick .logo img {
    max-width: 100%;
}

.header-section .r-content {
    /*     padding-left: 112px; */
    padding-left: 40px;
    background: var(--WhiteColor);
    border-radius: 0 25px 45px 0;
    transition: all 0.5s ease-in-out;
}

.header-section.mobile-stick .r-content {
    /* 	padding-left:55px; */
    padding-left: 40px;
}

.header-section .contact {
    background: linear-gradient(90deg, var(--SecondaryColor) 0%, #DEB417 100%);

    border-radius: 25px 25px 0 0;
    align-items: center;
    padding: 0px 0px 0px 55px;
}

.header-section .menu {
    margin-left: 0 !important;
    list-style: none;
}

.header-section .menu li+li {
    margin-top: 0 !important;
}

.header-section .sub-menu {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.header-section .contact-btn-wrap {
    margin-left: 0;
    list-style: none;
}

.header-section .contact-info {
    margin-left: 0;
    list-style: none;
}

.header-section .contact-btn-wrap li+li {
    margin-top: 0;
}

.header-section .sub-menu li+li {
    margin-top: 0;
}

.header-section .contact ul li {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: var(--PrimaryColor);
    font-weight: var(--fw-500);
    line-height: 22px;
}

.header-section .contact ul li svg {
    height: 15px !important;
    width: 15px !important;
}

.header-section .left-item {
    display: flex;
    gap: 34px;
    margin-left: 0 !important;
}

.header-section .left-item li+li {
    margin-top: 0 !important;
}

.header-section .right-item {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.header-section .menu-wrap {
    background: var(--PrimaryColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0px 45px 0;
    padding-left: 55px;
    position: relative;
}

.header-section .menu-wrap::before {
    content: "";
    height: 100%;
    width: 70px;
    background: var(--PrimaryColor);
    position: absolute;
    right: 100%;
    top: 0;
}

.header-section .menu-wrap::after {
    content: "";
    height: 100%;
    width: 70px;
    background: var(--WhiteColor);
    position: absolute;
    right: 100%;
    top: 0;
    border-radius: 0 0 45px 0;
}

.header-section .menu-in {
    display: flex;
    flex-grow: 1;
    height: 100%;
    align-items: center;
}

.header-section .menu {
    padding-right: 23px;
}


.header-section .btn-wrap .btn {
    border: transparent;
    padding: 33px 30px;
    color: var(--WhiteColor);
    font-size: var(--fs-sm);
    background: linear-gradient(277deg, var(--PrimaryColor) 0.18%, #1B75B8 100%);
    border-radius: 0 0px 45px 0;
    white-space: nowrap;

}

.header-section .menu-bar {
    display: none;
}

.header-section .overlay {
    display: none;
}

.header-section .menu li {
    position: relative;
}

.header-section .menu li a {
    text-transform: uppercase;
}

.header-section .partner-btn {
    display: inline-block;
    padding: 11px 62px;
    font-weight: var(--fw-700);
    color: var(--PrimaryColor);
    border-radius: 0 25px 0 0;
    background: linear-gradient(90deg, #DEB417 0%, var(--SecondaryColor) 100%);
}

@media(min-width:1200px) {
    .header-section .menu .current-menu-parent>a {
        color: var(--SecondaryColor);
    }

    .header-section .menu .current-menu-item>a {
        color: var(--SecondaryColor);
    }

    .header-section .menu .sub-menu .current-menu-item>a {
        color: var(--BlackColor);
    }

    .header-section .menu {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        width: 100%;
    }

    .header-section .menu li a {
        font-size: 14px;
        font-weight: var(--fw-500);
        color: var(--WhiteColor);
    }

    .header-section .menu>li>a:hover {
        color: var(--SecondaryColor);
    }

    .header-section .menu li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    .header-section .sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--WhiteColor);
        width: 250px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(var(--BlackColorRGBA), 0.1);
        transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }

    .header-section .sub-menu .is-open-a>a {
        padding-right: 25px;
    }

    .header-section .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .header-section .sub-menu .is-open {
        position: absolute;
        top: 10px;
        right: 15px;
        pointer-events: none;
        transform: rotate(-90deg);
    }

    .header-section .sub-menu .is-open svg path {
        fill: var(--PrimaryColor);
    }

    .header-section .sub-menu li a {
        color: var(--PrimaryColor);
        padding: 10px 20px;
        display: block;
        transition: all 0.5s;
    }

    .header-section .sub-menu li a:hover {
        color: var(--BodyColor);

    }

    .header-section .sub-menu li+li {
        border-top: 1px solid rgba(var(--PrimaryColorRGBA), 0.1);
    }

    .header-section.mobile-stick {
        animation: 1s ease .5s normal both 1 running fadeInDown;
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            transform: none;
        }
    }

}

@media(max-width:1399.98px) {
    .header-section .r-content {
        /*         padding-left: 80px; */
        padding-left: 40px;
    }
}

@media(max-width:1199.98px) {
    .header-section .menu .current-menu-parent>a {
        color: var(--SecondaryColor);
    }

    .header-section .menu .current-menu-item>a {
        color: var(--SecondaryColor);
    }

    .header-section .menu-bar {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 33px;
        background: linear-gradient(277deg, var(--PrimaryColor) 0.18%, #1B75B8 100%);
        border-radius: 0 20px 20px 0;
    }

    .header-section .menu-bar svg path {
        fill: var(--WhiteColor) !important;
    }

    .header-section .overlay {
        display: block;
        position: fixed;
        height: 100vh;
        width: 100%;
        background: rgba(var(--WhiteColorRGBA), 0.6);
        z-index: 998;
        top: 0;
        right: 100%;
        backdrop-filter: blur(2px);
        transition: 0.5s ease;
    }

    .header-section .overlay.active {
        right: 0;
    }

    .header-section .sub-menu {
        display: none;
    }


    .header-section .menu-header {
        padding: 30px 20px;
        color: var(--WhiteColor);
        font-weight: var(--fw-500);
        letter-spacing: 3px;
        font-size: 19px;
        background: linear-gradient(277deg, var(--PrimaryColor) 0.18%, #1B75B8 100%);
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .header-section .menu-in {
        position: fixed;
        display: flex;
        flex-direction: column;
        z-index: 999;
        top: 0;
        right: -320px;
        height: 100vh;
        width: 320px;
        padding-left: 40px;
        overflow-y: auto;
        transition: 0.5s ease;
    }

    .header-section .menu-in.active {
        right: 0;
    }

    .header-section .is-open {
        position: absolute;
        width: 25px;
        text-align: center;
        top: 12px;
        right: 10px;
        transition: all 0.5s ease;
    }


    .header-section .menu .is-open-a>a {
        padding-right: 28px;
    }

    .header-section .menu {
        padding-right: 0;
        width: 100%;
        background: var(--PrimaryColor);
    }

    .header-section .close-icon {
        position: absolute;
        background: linear-gradient(277deg, #1B75B8 0.18%, var(--PrimaryColor) 100%);
        width: 40px;
        height: 35px;
        border-radius: 8px 0 0 8px;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);


    }

    .header-section .menu li a {
        width: 100%;
        color: var(--WhiteColor);
        display: block;
        padding: 12px 20px;
        font-size: var(--fs-md);
        font-weight: var(--fw-500);
    }

    .header-section .sub-menu li a {
        padding-left: 30px;
        font-size: var(--fs-sm);
    }


    .header-section li .is-open.is-close {
        transform: rotate(180deg);
    }

    .header-section .sub-menu .sub-menu li a {
        padding-left: 40px;
    }

    .header-section .menu li {
        border-top: 1px solid rgba(var(--WhiteColorRGBA), 0.2);
    }

    .header-section .contact {
        padding: 0px 0px 0px 20px;
    }

    .header-section .btn-wrap {
        height: 100%;
        display: flex;
        flex-grow: 1;
    }

    .header-section .menu-wrap {
        padding-left: 0px;
        height: 100%;
        border-radius: 0 20px 20px 0;
        justify-content: flex-end;
    }

    .header-section .btn-wrap .btn {
        padding: 33px;
        height: 100%;
        border-radius: 0 20px 20px 0;
        width: 100%;
    }

    .header-section .left-item {
        gap: 24px;
    }

    .header-section .menu-wrap::after {
        content: none;
    }

    .header-section .menu-wrap::before {
        content: none;
    }

    .header-section .r-content {
        padding-left: 0px;
    }

    .header-section .logo img {
        /*         max-width: 100px; */
        max-width: 165px;
    }

    .header-section.mobile-stick .logo img {
        max-width: 165px;
    }

    .header-section .logo {
        /*         width: 150px; */
        width: 190px;
        justify-content: center;
        box-shadow: 0 0 10px rgba(var(--BlackColorRGBA), 0.1);
        border-radius: 20px 0 0 20px;
        padding: 10px;
    }


    .header-section .contact-info {
        background: var(--PrimaryColor);
        padding: 20px 15px 15px 15px;
        flex-direction: column;
        flex-grow: 1;
        width: 100%;
    }

    .header-section .contact-info li {
        background: var(--WhiteColor);
        border-radius: 10px;
        padding: 10px;
        display: flex;
        gap: 8px;
        font-size: var(--fs-sm);
        color: var(--PrimaryColor);
        font-weight: var(--fw-500);
    }

    .header-section .contact-info li+li {
        margin-top: 5px;
    }

    .header-section .share-btn {
        background: var(--SecondaryColor) !important;
        color: var(--PrimaryColor) !important;
    }

    .header-section.mobile-stick .logo {
        /* 		width:auto; */
        padding-left: 10px;
    }

    .header-section.mobile-stick .r-content {
        padding-left: 0px;
    }

    .header-section.mobile-stick .header-wrap {
        border-radius: 20px;
    }

    .header-section .contact-btn-wrap {
        gap: 12px;
        margin-right: 12px;
    }

    .header-section .contact-btn-wrap a {
        display: inline-flex;
        height: 40px;
        width: 40px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, #C6E25E 0%, #E4DC32 100%);

    }

    .header-section .contact-btn-wrap svg {
        height: 16px !important;
        width: 16px !important;
    }

    .header-section .contact-btn-wrap svg path {
        fill: var(--BlackColor) !important;
    }

    .header-section {
        background: transparent;
    }
}

@media(max-width:991.98px) {
    .header-section {
        padding-top: 20px;

    }

    .logged-in .header-section {
        padding-top: 52px;
    }

    .logged-in .header-section.mobile-stick {
        padding-top: 0px !important;
    }
}

@media(max-width:767.98px) {
    .header-section .menu-wrap {
        border-radius: 0 15px 15px 0;
    }

    .header-section .btn-wrap .btn {
        border-radius: 0 15px 15px 0;
    }

    .header-section .logo {
        /*         width: 122px; */
        width: 140px;
        border-radius: 15px 0 0 15px;
    }

    .header-section .logo img {
        max-width: 100%;
    }

    .header-section.mobile-stick .logo {
        width: 140px;
    }

    .header-section.mobile-stick .logo img {
        max-width: 100%;
    }

    .header-section .contact-btn-wrap a {
        width: 35px;
        height: 35px;
    }

}

@media(max-width:575.98px) {
    .header-section .container {
        max-width: 100%;
        padding: 0;
    }

    .header-section .header-wrap {
        border-radius: 0;
    }

    .header-section .row {
        --bs-gutter-x: 0;
    }

    .header-section .logo {
        border-radius: 0;
        padding: 0 10px;
    }

    .header-section .menu-bar {
        border-radius: 0;
    }

    .header-section {
        padding-top: 0 !important;
    }

    .logged-in .header-section {
        padding-top: 46px !important;
    }

    .header-section .menu-bar {
        padding: 19px;
    }
}


.hero-section {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.hero-section .hero-title {
    font-size: 55px;
    font-weight: var(--fw-700);
    background: linear-gradient(90.82deg, var(--SecondaryColor) 1.43%, var(--TertiaryColor) 98.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    font-family: var(--ff-secondary);
}

.hero-section .hero-subtitle {
    font-size: 34px;
    font-weight: var(--fw-700);
    margin-bottom: 10px;
    margin-top: 0;
    font-family: var(--ff-secondary);
}

.hero-section .hero-small-title {
    font-size: var(--fs-md);
    font-weight: var(--fw-500);
    margin-bottom: 45px;
    color: var(--PrimaryColor);
}

.hero-section .hero-desc {
    font-size: var(--fs-md);
    line-height: 24px;
    max-width: 512px;
    margin-bottom: 32px;
    margin-top: 0;
}

.hero-section .hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-section .feature-list {
    display: flex;
    max-width: 465px;
    gap: 26px;
}

.hero-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hero-section .feature-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.hero-section .feature-item span {
    font-size: 14px;
    display: inline-block;
    color: var(--PrimaryColor);
    font-weight: var(--fw-700);
    line-height: 17px;
    width: 109px;
}

/* Right Side */

.hero-section .hero-image-wrapper {
    position: relative;
    text-align: center;
}

.hero-section .hero-image-wrapper .img-wrap::after {
    content: "";
    width: 100%;
    height: 204px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(var(--BlackColorRGBA), 0) 21.51%, var(--WhiteColor) 89.15%);

}

.hero-section .hero-main-img {
    max-width: 100%;
}

.hero-section .floating-card {
    position: absolute;
    background: var(--WhiteColor);
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: -10px 14px 24px 0px rgba(var(--BlackColorRGBA), 0.102);
    display: flex;
    border: 1px solid #EEEDF3;
    align-items: center;
    gap: 15px;
    width: 186px;
    z-index: 2;
    animation: floatCard 4s ease-in-out infinite;
}


@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-section .floating-card img {
    width: 26px;
    object-fit: contain;
}

.hero-section .floating-card .sm-title {
    margin: 0;
    font-size: var(--fs-sm);
    font-weight: var(--fw-600);
    color: var(--BlackColor);
    text-align: start;
    line-height: 18px;
}

.hero-section .card-1 {
    top: 20px;
    right: -10px;
    padding: 15px 18px;
    gap: 10px;
}

.hero-section .card-2 {
    top: 170px;
    right: 20px;
}

.hero-section .card-3 {
    bottom: 70px;
    left: 35%;
}

.hero-section .card-4 {
    bottom: 25px;
    left: 0;
}

@media(max-width:1399px) {
    .hero-section .hero-title {
        font-size: 70px;
    }
}

@media(max-width:1199px) {

    .hero-section .hero-title {
        font-size: 52px;
        text-align: center;
    }

    .hero-section .hero-subtitle {
        font-size: 32px;
        text-align: center;
    }

    .hero-section .hero-image-wrapper {
        margin-top: 60px;
        width: 100%;
    }

    .hero-section .card-2 {
        right: 50px;
    }

    .hero-section .card-3 {
        left: 40%;
    }

    .hero-section .hero-btns {
        justify-content: center;
    }

    .hero-section .floating-card {
        transform: scale(.9);
    }

    .hero-section .hero-desc {
        max-width: 100%;
        text-align: center;

    }

    .hero-section .hero-small-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .hero-section .feature-list {
        max-width: 100%;
        justify-content: center;
    }

    .hero-section .feature-item span {
        width: auto;

    }
}

@media(max-width:767px) {

    .hero-section .hero-image-wrapper .img-wrap::after {
        height: 100px;
    }

    .hero-section .hero-title {
        font-size: 42px;
    }

    .hero-section .hero-subtitle {
        font-size: 28px;
    }

    .hero-section .hero-small-title {
        margin-bottom: 20px;
    }

    .hero-section .floating-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .hero-section .floating-card {
        position: relative;
        left: auto;
        box-shadow: none;
        width: 48%;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        display: flex;
        padding: 10px 12px;
        gap: 8px !important;
        animation: none;
    }

    .hero-section .floating-card .sm-title {
        font-size: 12px;
    }

    .hero-section .feature-list {
        flex-wrap: wrap;
        gap: 10px;
    }
}



.footer-section {
    position: relative;
    padding: 90px 0 36px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-section::after {
    content: "";
    width: 774px;
    height: 291px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2026/07/footer-shape.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    mix-blend-mode: Luminosity;
}

.footer-section .footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(237, 242, 255, 0.878);

}

.footer-section .footer-logo img {
    max-width: 200px;
}

.footer-section .footer-text {
    margin-top: 10px;
    line-height: 28px;
    max-width: 294px;
}

.footer-section .footer-title {
    font-size: var(--fs-h5);
    font-weight: var(--fw-700);
    margin-bottom: 30px;
    color: var(--BlackColor);
}

.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-links li {
    margin-bottom: 7px;
}

.footer-section .footer-links li+li {
    margin-top: 0;
}

.footer-section .footer-links li a {
    text-decoration: none;
    transition: .3s;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}

.footer-section .footer-links li a:hover {
    color: var(--PrimaryColor);
    padding-left: 8px;
}

.footer-section .footer-links li a::before {
    content: "•";
    color: var(--BlackColor);
    position: absolute;
    left: 0;

}

.footer-section .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 23px;
}

.footer-section .contact-list li+li {
    margin-top: 0;
}

.footer-section .contact-list li a:hover {
    color: var(--PrimaryColor);
}

.footer-section .contact-list .icon {
    flex-shrink: 0;
    margin-top: 6px;
}

.footer-section .contact-list svg {
    display: block;
}

.footer-section .social-icons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.footer-section .social-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, #C6E25E 0%, #E4DC32 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .4s ease-in-out;
}

.footer-section .social-icons a img {
    margin-top: 0px;
    width: 19px;
    height: 18px;
}

.footer-section .social-icons a:hover {
    transform: translateY(-4px);
    background: var(--TertiaryColor);
}

.footer-section .social-icons a:hover svg path {
    fill: var(--WhiteColor) !important;
}

.footer-section .footer-bottom {
    margin-top: 35px;
    padding-top: 36px;
    border-top: 2px solid #1b6ba9;
    text-align: center;
    font-size: 12px;
}


/* Responsive */
@media(max-width:991px) {

    .footer-section {
        padding: 70px 0 20px;
    }

    .footer-section .footer-title {
        margin-bottom: 20px;
    }

    .footer-section .footer-text {
        max-width: 100%;
    }

    .footer-section .footer-bottom {
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media(max-width:767px) {
    .footer-section .footer-bottom {
        margin-top: 20px;
        margin-bottom: 40px;

    }

    .footer-section::after {
        display: none;
    }

    .footer-section .contact-list li {
        margin-bottom: 10px;
    }

    .footer-section .social-icons {
        margin-top: 15px;
    }

    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-logo {
        text-align: center;
    }
}


.single-post .site-main,
.single-post .widget-area {
    max-width: 1140px;
    margin: 0 auto;
}

.single-post #comments,
.single-post #secondary {
    display: none;
}

.single-post h1.entry-title {
    margin-bottom: 30px;
}

.fixed-apply-btn {
    display: none;
}

.whatsapp-btn {
    position: fixed;
    left: 15px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #198754 !important;
    color: var(--WhiteColor) !important;
    padding: 8px 14px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 9999;
}

@media(max-width:767px) {
    .footer-btns .btn-left {

        background: #198754 !important;

    }
}


.whatsapp-btn img {
    width: 28px;
    height: 28px;
}

.whatsapp-btn span {
    color: var(--WhiteColor);
    font-size: 14px;
    font-weight: 500;
}

.footer-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
}

.footer-btns .btn-main {
    display: flex;
    justify-content: space-between;
}


.footer-btns .btn-primary {
    border-radius: 0px;
    padding: 12px 7px;
    gap: 7px;
    width: 100%;
    border: none;
}




.footer-section .review {
    border-right: 2px solid #1b6ba9;
    padding-right: 30px;
    margin-right: 30px;
    display: flex !important;
    align-items: center !important;
}

.footer-find {
    background-color: #ffa74f !important;
    color: black !important;
}

.footer-find path {
    stroke: black !important;
}

.footer-disclaimer p {
    font-size: 12px;
}

.footer-find-btn .btn-d-find {
    position: fixed;
    right: 15px;
    bottom: 20px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 9999;
    background-color: #ffa74f !important;
    color: black !important;
    border: unset !important;
}

.footer-find-btn .btn-d-find svg path {
    stroke: black !important;
}

.iepf-claim-section {
    padding: 40px;
}

@media(max-width:767px) {
    .iepf-claim-section {
        padding: 15px !important;
    }
}

.page-id-19697 .expertise-section {
    display: none;
}

.page-id-19665 .iepf-claim-section .shape-3 {
    width: 160px;
    height: 386px;
    top: 200px;
    left: 0;
    background: url(../images/bg-prop-1-left.png);
    background-size: contain;
    background-position: left;
    transform-origin: left center;
    animation: pageFlip 5s ease-in-out infinite;
    filter: brightness(0.5);
}

.page-id-19665 .iepf-claim-section {

    position: relative;
}

.page-id-19665 .iepf-claim-section {
    z-index: 1;
}

.page-id-19665 .iepf-claim-section:before {
    content: '';
    position: absolute;
    top: 40px;
    right: 38%;
    width: 35px;
    height: 60px;
    background: url(../images/procedure1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: breathe 3s ease-in-out infinite;
    z-index: -1;
    filter: brightness(3.5);
}

@media(max-width:1399px) {
    .page-id-19665 .iepf-claim-section:before {
        right: 35%;
    }
}

@media(max-width:1199px) {
    .page-id-19665 .iepf-claim-section:before {
        right: 33%;
    }
}

@media(max-width:991px) {
    .page-id-19665 .iepf-claim-section:before {
        right: 30%;
    }
}

@media(max-width:767px) {
    .footer-section .review {
        margin-right: 0;
        padding-right: 0;
        border: none;
        justify-content: center !important;
    }

    .whatsapp-btn {
        display: none;
    }

    .page-id-19665 .iepf-claim-section:before {
        right: 25%;
        top: 10px;
        width: 30px;
        height: 40px;
    }
}

@media(max-width:575px) {
    .page-id-19665 .iepf-claim-section:before {
        right: 10%;
    }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #dc3232;
    font-weight: 600;
    border-radius: 7px;
    background: #FEF2E5;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #8dd193;
    background: #FEF2E5;
    color: #46b450;
    font-weight: 600;
    border-radius: 7px;
}

.wpcf7 form .wpcf7-response-output {
    background: #FEF2E5;
    border: 2px solid #00a0d2;
    color: #00a0d2;
    font-weight: 600;
    border-radius: 7px;
}


.wpcf7 form .wpcf7-not-valid-tip {
    color: #ff7070;
    font-weight: 600;
    letter-spacing: 0.1px;
}

/* .wpcf7-form #phone-field{
    max-width: 426px !important;
} */
.wpcf7 .country-box {
    display: flex;
    gap: 10px;
    align-items: start;
}

#email-error-msg {
    color: #ff7070 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px !important;
}

.wpcf7 .country-left .selected-flag {
    position: relative;
    border-radius: 12px !important;
    line-height: 1.5;
    padding: 15px 12px !important;
    border: 1px solid #0B7A6A99 !important;
}

.wpcf7 .country-left .flag-list li {
    margin-top: 0;
    padding: 5px 10px !important;
}

.wpcf7 .country-left .flag-list li:first-child {
    padding-top: 10px !important;
}

.wpcf7 .country-left .flag-list li:last-child {
    padding-bottom: 10px !important;
}

.wpcf7 .country-left .flag-list {
    border-radius: 12px !important;
}

.wpcf7 .country-left .code-field {
    appearance: none;
    padding-right: 35px;
}

.wpcf7 .country-left .selected-flag:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 5 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22227 2.88072L-2.51805e-08 0.576062L0.555468 -1.94277e-07L2.5 2.01663L4.44453 -2.42803e-08L5 0.576062L2.77773 2.88072C2.70407 2.95709 2.60417 3 2.5 3C2.39583 3 2.29593 2.95709 2.22227 2.88072Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);

}

@media(max-width:1199px) {
    .wpcf7 .country-left .code-field {
        padding-right: 30px;
        padding-left: 15px;
    }

    .wpcf7 .country-left .selected-flag:before {
        width: 7px;
        height: 7px;
    }

    .wpcf7 .mobile-country {
        width: calc(100% - 85px);
    }
}

@media(max-width:991px) {
    .wpcf7 .country-left .code-field {
        padding-right: 30px;
    }

    .wpcf7 .mobile-country {
        width: calc(100% - 95px);
    }
}

@media(max-width:767px) {
    .wpcf7 .country-left .selected-flag {
        border-radius: 7px !important;
        padding: 10px 10px !important;
    }

    .wpcf7 .country-left .flag-list {
        border-radius: 7px !important;
    }

    .wpcf7 .country-left .selected-flag:before {
        right: 9px;
    }
}

@media(max-width:575px) {
    .wpcf7 .country-box {
        gap: 5px;
    }

    .wpcf7 .country-left .code-field {
        padding-right: 20px;
        padding-left: 10px;
    }

    .wpcf7 .mobile-country {
        width: calc(100% - 60px);
    }

    .wpcf7 .country-left .selected-flag {
        font-size: 12px !important;
        line-height: 1.4;
    }
}


.footer-section .ti-widget.ti-goog .ti-header {
    padding: 0 !important;
}

/* 404 page */

.not-found-pages .main-img {
    max-width: 450px;
    margin: auto
}

.not-found-pages .main-text-wrapper {
    padding-top: 30px
}

.not-found-pages .main-text-wrapper .main-text {
    font-size: 180px;
    font-weight: 700
}

@media (max-width: 767px) {
    .not-found-pages .main-text-wrapper .main-text {
        font-size: 140px
    }
}

.not-found-pages .main-text-wrapper .line {
    height: 30px;
    width: 10px;
    border-radius: 10px;
    background-color: #01519b;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: error-anim 1.5s infinite linear normal
}

@media (max-width: 767px) {
    .not-found-pages .main-text-wrapper .line {
        transform: translate(-50%, 0px)
    }
}

.not-found-pages .main-text-wrapper .line::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 10px;
    border-radius: 10px;
    background-color: var(--PrimaryColor);
    left: 37px;
    top: 7px;
    transform: rotate(45deg)
}

.not-found-pages .main-text-wrapper .line::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 10px;
    border-radius: 10px;
    background-color: var(--PrimaryColor);
    right: 37px;
    top: 7px;
    transform: rotate(-45deg)
}

.footer-section .ti-goog.ti-review-text-mode-readmore {
    margin-top: 0px !important;
}

.footer-section .ti-widget.ti-goog .ti-widget-container {
    margin-bottom: 0px !important;
}

@keyframes error-anim {
    0% {
        top: -5px
    }

    50% {
        top: 0
    }

    100% {
        top: -5px
    }
}

.postid-19233 .repocean-grid-main div.review-link {
    padding-top: 0 !important;
}

.find-list {
    margin-top: 25px;
    margin-left: 0 !important;
    margin-bottom: 60px;
}

.iepf-form .botshield-captcha-arithmetic .botshield-captcha-question {
    font-size: 14px;
    font-weight: 700;
    color: var(--WhiteColor);
}

.iepf-form .botshield-captcha-arithmetic .botshield-captcha-input {
    max-width: 100% !important;
    background: var(--WhiteColor) !important;
    border: 1px solid #0B7A6A99 !important;
    padding: 15px 20px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    width: 100% !important;
    line-height: 1.5 !important;
    height: auto !important;
}

.iepf-form .botshield-captcha-helper {
    color: var(--WhiteColor);
    margin-top: 10px;
}

.page-template-find-your-shares .iepf-claim-section .captcha-398 {
    display: none;
}

.iepf-form .botshield-captcha-challenge {
    gap: 0;
}

#rc-anchor-container {
    border-radius: 12px !important;
}

.iepf-form .iepf-btn {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .iepf-form .botshield-captcha-arithmetic .botshield-captcha-input {
        padding: 10px 10px !important;
        border-radius: 7px !important;
    }
}

@media (max-width: 575px) {
    .iepf-form .botshield-captcha-arithmetic .botshield-captcha-input {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .iepf-form .botshield-captcha-arithmetic .botshield-captcha-question {
        font-size: 12px;
        line-height: normal;
    }

    .iepf-form .botshield-captcha-helper {
        margin-top: 5px;
        font-size: 12px;
    }

    .find-list {
        margin-bottom: 40px;
    }
}

/* thanyou-section start  */

.thanyou-section .thankyou-content {
    text-align: center;
}

.thanyou-section .thankyou-content .main-title {
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--PrimaryColor);
    line-height: 1;
    font-size: 60px;
}

.thanyou-section .thankyou-content .sub-title {
    font-family: var(--ff-secondary);
    margin-bottom: 10px;
    font-weight: var(--fw-700);
    font-size: 30px;
}

.thanyou-section .thankyou-content p {
    margin: auto;
    margin-bottom: 40px;
    max-width: 700px;
}

.thanyou-section .thankyou-content img {
    width: 100px;
    margin: auto;
    margin-bottom: 15px;
    object-fit: contain;
}

@media(max-width:991.98px) {
    .thanyou-section .thankyou-content .main-title {
        font-size: 50px;
    }
}

@media(max-width:767.98px) {
    .thanyou-section .thankyou-content .main-title {
        font-size: 35px;
    }

    .thanyou-section .thankyou-content p {
        margin-bottom: 30px;
    }

    .thanyou-section .thankyou-content .sub-title {
        font-size: 25px;
    }
}

/* thanyou-section end  */

.footer-section .g-logo {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.footer-section .badge-content .service-title {
    font-size: 12px !important;
    color: #000;
}

.footer-section .badge {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 12px 18px 12px 18px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}



.footer-section .divider {
    width: 1px;
    align-self: stretch;
    background: #e2e2e2;
}

.footer-section .badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-section .stars-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-section .stars {
    display: flex;
    gap: 2px;
}

.footer-section .star {
    width: 20px;
    height: 20px;
    fill: #fbbc05;
}

.footer-section .score {
    font-weight: 700;
    font-size: 17px;
    color: #202124;
}


.footer-section .verified-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #5f6368;
}

.footer-section .info-icon {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #9aa0a6;
    stroke-width: 1.5;
}

/* Iepf Claim start  */

.expertise-section {
    overflow: hidden;
}

.expertise-title {
    font-size: 30px;
    font-weight: var(--fw-700);
    margin-bottom: 0;
    font-family: var(--ff-secondary);
}

/* Marquee */
.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-marquee::before {
    content: "";
    pointer-events: none;
    height: 100%;
    width: 78px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--WhiteColor) 5.77%, rgba(var(--BlackColorRGBA), 0) 100%);
    z-index: 1;
}

.logo-marquee::after {
    content: "";
    pointer-events: none;
    height: 100%;
    width: 78px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, var(--WhiteColor) 5.77%, rgba(var(--WhiteColorRGBA), 0) 100%);
    z-index: 1;


}

.logo-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    will-change: transform;
}

.logo-item {
    flex-shrink: 0;
}

.logo-item img {
    max-height: 60px;
    width: auto;
    transition: .3s;
}

.logo-item:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media(max-width:1199px) {

    .expertise-title {
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
    }

    .logo-track {
        gap: 50px;
    }

    .logo-item img {
        max-height: 45px;
    }
}

.iepf-claim-section {
    background: var(--PrimaryColor);
}

.iepf-claim-section .claim-title p {
    color: var(--WhiteColor);
}

.iepf-claim-section .main-title {
    margin-bottom: 20px;
    color: var(--WhiteColor);
}

.iepf-claim-section .iepf-img {
    max-width: 475px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.iepf-claim-section .iepf-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.iepf-claim-section .iepf-list li .icon {
    flex-shrink: 0;
}

.iepf-claim-section .iepf-list li .icon svg path {
    fill: var(--WhiteColor) !important;
}

.iepf-claim-section .iepf-list li p {
    font-weight: var(--fw-400);
    font-size: var(--fs-sm);
    line-height: 27px;
    margin-top: 0;
    color: var(--WhiteColor);
}

.iepf-claim-section .iepf-list li p strong {
    font-weight: var(--fw-700);
}

.iepf-claim-section .claim-title {
    font-weight: var(--fw-500);
    font-size: var(--fs-h2);
    line-height: 1.1;
    color: var(--BlackColor);
    margin-top: 30px;
}

.iepf-claim-section .claim-title strong {
    font-weight: var(--fw-700);
}

@media(max-width:1199px) {
    .iepf-claim-section .iepf-img {
        max-width: 425px;
    }

    .iepf-claim-section .main-title {
        margin-bottom: 60px;
    }
}

@media(max-width:991px) {
    .iepf-claim-section .iepf-img {
        max-width: 415px;
        margin: auto;
        margin-bottom: 30px;
    }

    .iepf-claim-section .claim-title {
        margin-top: 50px;
    }

    .iepf-claim-section .main-title {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .iepf-claim-section .claim-title {
        margin-top: 40px;
        font-size: 25px;
        line-height: normal;
    }
}

.iepf-input p label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--WhiteColor);
}

.iepf-input p label span {
    color: var(--WhiteColor);
}

.iepf-input {
    margin-bottom: 15px;
    position: relative;
}

.find-share-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.iepf-input input,
.iepf-input textarea,
.iepf-input select {
    background: var(--WhiteColor);
    border: 1px solid #0B7A6A99;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px;
    /* 	max-width: 510px; */
    width: 100%;
    line-height: 1.5;
}

.iepf-input .mobile-country {
    flex-grow: 1;
}

.iepf-input textarea {
    min-height: 110px;
    height: 110px;
}

.find-share-wrap input,
.find-share-wrap textarea,
.find-share-wrap select {
    width: 100%;
    max-width: 100%;
}

.iepf-form .iepf-btn {
    position: relative;
    max-width: max-content;
}

.iepf-claim-section .iepf-right {
    margin-left: 60px;
}

.iepf-form .wpcf7-submit {
    background: linear-gradient(90deg, var(--SecondaryColor) 0%, #DEB417 100%);
    color: rgba(255, 255, 255, 1);
    padding-right: 50px;
    transition: all 0.5s ease-in-out;
    border-color: transparent;
    color: #000;
}

.iepf-form .wpcf7-submit:hover {
    color: var(--BlackColor);
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

.iepf-form .iepf-btn .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    display: flex !important;
}

.iepf-form .iepf-btn .icon svg path {
    stroke: var(--BlackColor) !important;
}

.iepf-form .iepf-btn .wpcf7-spinner {
    position: absolute;
    background-color: #ffffff;
    top: 15px;
}

.iepf-form .iepf-btn .wpcf7-spinner:before {
    background-color: #1c5e96;
}

@media(max-width:1199px) {
    .iepf-claim-section .iepf-right {
        margin-left: 40px;
    }
}

@media(max-width:991px) {
    .iepf-form {
        margin-bottom: 25px;
    }

    .iepf-claim-section .iepf-right {
        margin-left: 0px;
    }
}

@media(max-width:767px) {

    .iepf-input input,
    .iepf-input textarea,
    .iepf-input select {
        padding: 10px 10px;
        border-radius: 7px;
    }

    .iepf-input {
        margin-bottom: 15px;
    }
}

@media(max-width:575px) {

    .iepf-input input,
    .iepf-input textarea,
    .iepf-input select {
        font-size: 12px;
        line-height: 1.4;
    }

    .iepf-input p label {
        font-size: 12px;
        line-height: normal;
    }

    .iepf-input {
        margin-bottom: 10px;
    }
}

/* Iepf Claim end  */

.faq-section .accordion .accordion-item {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    position: relative;
}

@media(min-width:1200px) {
    .faq-section .container {
        max-width: 864px;
    }
}

.faq-section::after {
    content: "";
    height: 40px;
    width: 96px;
    position: absolute;
    top: 135px;
    right: 10%;
    z-index: -1;
    background: url('/wp-content/uploads/2026/07/faq-shape.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.faq-section .accordion .accordion-item+.accordion-item {
    padding: 0px 0 !important;
    margin-top: 30px;
}

.faq-section .accordion .accordion-item .accordion-button {
    margin-top: 0;
    font-size: var(--fs-h5);
    position: relative;
    border: 0;
    padding: 23px 45px 23px 27px;
    background: var(--WhiteColor);
    color: var(--PrimaryColor);
    font-weight: var(--fw-700);
    text-decoration: none;
    box-shadow: 0px 14px 24px 0px rgba(var(--BlackColorRGBA), 0.078);
    border-radius: 16px;
    line-height: 24px;

}

.faq-section .accordion-item .accordion-button::after {
    position: absolute;
    top: 25px;
    right: 23px;
}

.faq-section .accordion .accordion-item .accordion-button:after {
    background-size: 14px auto;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2001 5.93992H5.98009V10.1999H4.20009V5.93992H8.7887e-05V4.27992H4.20009V-7.9155e-05H5.98009V4.27992H10.2001V5.93992Z' fill='%231C5F98'/%3E%3C/svg%3E%0A");
    background-position: center center;
}

.faq-section .accordion-item .accordion-body {
    padding: 18px 30px 10px 30px;
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='2' viewBox='0 0 8 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00005 9.70364e-05V1.5401H4.88162e-05V9.70364e-05H8.00005Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 10px auto;
    transform: none;
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

@media(max-width:1199px) {
    .faq-section::after {
        top: 80px;
        right: 40px;
    }
}

@media(max-width:767px) {
    .faq-section::after {
        top: -23px;
    }

    .faq-section .accordion .accordion-item .accordion-button {
        font-size: var(--fs-h6);
        padding: 18px 40px 18px 22px;
        border-radius: 10px;
    }

    .faq-section .accordion-item .accordion-button::after {
        top: 21px;
        right: 18px;
    }

    .faq-section .accordion-item .accordion-body {
        padding: 15px 20px 5px 20px;
    }

    .faq-section .accordion .accordion-item+.accordion-item {
        margin-top: 20px;
    }
}

/* authority-section-start */

.authority-section {
    overflow: hidden;
}

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

.authority-section .claimant-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;
}

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

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

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

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

.authority-section::before {
    content: '';
    position: absolute;
    top: 70px;
    right: -80px;
    width: 260px;
    height: 150px;
    background: var(--TertiaryColor);
    border-radius: 80px 0 0 80px;
    /* transform:rotate(35deg); */
    z-index: -1;
    animation: morphWave 7s ease-in-out infinite;
}

.authority-section::after {
    content: '';
    position: absolute;
    top: 170px;
    left: 80px;
    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;

}

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

    .authority-section::after {
        top: 70px;
        left: 20px;
    }

    .authority-section::before {
        width: 200px;
        height: 120px;
    }
}

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

    .authority-section::after {
        top: 20px;
        left: 15px;
        width: 50px;
        height: 60px;
    }

}

@media (max-width: 767px) {
    .authority-section::after {
        left: 5%;
        top: 8px;
        width: 38px;
        height: 45px;
    }

    .authority-section::before {
        content: none;
    }

    .authority-section .claimant-card {
        box-shadow: none;
    }
}

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

@keyframes morphWave {

    0%,
    100% {
        border-radius: 60px 0 0 60px;
        transform: translateY(0) rotate(35deg);
    }

    25% {
        border-radius: 80px 0 0 100px;
        transform: translateY(-10px) rotate(35deg);
    }

    50% {
        border-radius: 100px 0 0 60px;
        transform: translateY(10px) rotate(35deg);
    }

    75% {
        border-radius: 70px 0 0 120px;
        transform: translateY(-5px) rotate(35deg);
    }
}

/* authority-section-end */


/* documents-section-start  */
.documents-section {
    background-color: #EDF2FF;
    overflow: hidden;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-blend-mode: luminosity;
}

.documents-section h6 {
    color: var(--BlackColor);
    font-weight: var(--fw-700);
    margin: 20px 0;
}

.documents-section .documents-content {
    max-width: 834px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.documents-section .reason-card {
    background: #EDF2FF;
    border: 1px solid #D3EBFF;
    box-shadow: 10px 14px 34px 0px #0000000A;
    border-radius: 16px;
    padding: 20px 27px;
    gap: 10px;
    height: 100%;
    align-items: start !important;
}

.documents-section .iepf-title {
    font-weight: var(--fw-700);
    font-size: var(--fs-md);
    color: var(--BlackColor);
}

@media(max-width:1199px) {
    .documents-section .reason-card {
        padding: 15px 15px;
    }
}

@media(max-width:991px) {
    .documents-section .reason-card p {
        line-height: 24px;
    }

    .documents-section .reason-card {
        border-radius: 10px;
    }
}

/* documents-section-end  */

@media(min-width:1200px) {
    .iepf-procedure-section .container {
        max-width: 1080px;
    }
}

.iepf-procedure-section .section-subtitle {
    font-weight: var(--fw-700);
    font-size: var(--fs-h6);
    margin-bottom: 10px;
    color: var(--BlackColor);
}

.iepf-procedure-section .section-description {
    max-width: 833px;
    margin: 0 auto;
}


.iepf-procedure-section .step-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.iepf-procedure-section .step-wrapper+.step-wrapper {
    margin-top: 10px;
}

/* Left Step Badge */
.iepf-procedure-section .step-badge {
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-weight: var(--fw-700);
    font-size: var(--fs-h6);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    width: 90px;
    padding: 11px 16px;
    border-radius: 8px 0 0 8px;
    z-index: 2;
}

/* Right Content Box */
.iepf-procedure-section .step-content-box {
    border: 1px solid #BDE1FF;
    border-left: 5px solid var(--PrimaryColor);
    border-radius: 20px;
    padding: 24px 18px;
    flex-grow: 1;
    margin-left: -3px;
    z-index: 1;
    transition: all 0.5s ease;
}

.iepf-procedure-section .step-wrapper:hover .step-content-box {
    border-color: var(--PrimaryColor);

}

.iepf-procedure-section .step-title {
    color: var(--BlackColor);
    font-weight: var(--fw-700);
    font-size: var(--fs-h6);
    margin-bottom: 10px;
}

.iepf-procedure-section .shape-3 {
    width: 160px;
    height: 386px;
    top: 200px;
    left: 0;
    background: url(../images/bg-prop-1-left.png);
    background-size: contain;
    background-position: left;
    transform-origin: left center;
    animation: pageFlip 5s ease-in-out infinite;

}

.iepf-procedure-section::after {
    content: '';
    position: absolute;
    top: 70px;
    right: 21%;
    width: 35px;
    height: 60px;
    background: url(../images/procedure1.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: breathe 3s ease-in-out infinite;
    z-index: -1;

}

@media(max-width:1399.98px) {
    .iepf-procedure-section .shape-3 {
        width: 100px;
        height: 240px;
        top: 40%;
    }
}

@media(max-width:1199.98px) {
    .iepf-procedure-section::after {
        top: 30px;
    }
}

@media(max-width:767.98px) {
    .iepf-procedure-section .shape-3 {
        display: none;
    }

    .iepf-procedure-section::after {
        top: 10px;
    }
}

/* Responsive adjustments */
@media (max-width: 576px) {

    .iepf-procedure-section .step-badge {
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 100%;
    }

    .iepf-procedure-section .step-content-box {
        margin-left: 0;
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        background: #EDF2FF;
        border: 1px solid #BDE1FF !important;
    }

    .iepf-procedure-section .step-wrapper {
        align-items: start;
        gap: 20px;
    }

    .iepf-procedure-section .timeline-container {
        position: relative;
    }

    .iepf-procedure-section .timeline-container::after {
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 25px;
        background: #BDE1FF;
    }
}

.overview-section .Account-main {
    height: 100%;
    box-shadow: 10px 14px 34px 0px #0000001A;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 38px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overview-section .feature-icon {
    flex-shrink: 0;
}

.overview-section .Account-main .Demat-Account {
    gap: 10px;
}

.overview-section .Overview-account {
    padding: 38px 36px;
}

.overview-section .main-title {
    margin-bottom: 50px;
}

.overview-section .Overview-content .Overview-title {
    font-size: var(--fs-sm);
    font-weight: var(--fw-700);
    color: var(--BlackColor);
    line-height: 24px;
}

.overview-section .Overview-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--TertiaryColor);
}

.overview-section .Overview-box {
    gap: 20px;
    box-shadow: 10px 14px 34px 0px #0000001A;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 38px 48px;
    height: 100%;

}

.overview-section::after {
    content: "";
    width: 318px;
    height: 233px;
    position: absolute;
    bottom: 43px;
    left: -50px;
    background: url(../images/stats-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation:
        floatRotate 10s ease-in-out infinite,
        glowPulse 4s ease-in-out infinite;
    z-index: -1;

}

.overview-section::before {
    content: "";
    width: 90px;
    height: 80px;
    position: absolute;
    top: 70px;
    right: 21%;
    background: url(../images/stats-shape-2.png) no-repeat;
    background-size: contain;
    animation: breathe 3s ease-in-out infinite;
    z-index: -1;
}

.hero-section.service-banner .card-2 {
    bottom: 22%;
    top: auto;
}

.hero-section.service-banner .card-3 {
    bottom: 50px;
}

@media (max-width: 991px) {}

/* overview-section-end  */

@media(max-width:1399.98px) {
    .overview-section::after {
        width: 270px;
        height: 180px;
    }

    .overview-section::before {
        top: 50px;
    }
}

@media(max-width:1199.98px) {
    .overview-section::before {
        top: 30px;
    }

    .hero-section.service-banner .card-2 {
        right: 0;
    }
}

@media(max-width:991px) {
    .overview-section .Overview-box {
        padding: 30px;
    }

    .overview-section::before {
        right: 15%;
    }

    .overview-section .Account-main {
        gap: 20px;
    }
}

@media(max-width:767px) {
    .overview-section .Overview-box.Overview-account {
        margin-bottom: 0;
    }

    .hero-section.service-banner .card-3 {
        bottom: 0;
    }

    .overview-section .Overview-box {
        margin-bottom: 30px;
        height: auto;
    }

    .overview-section .main-title {
        margin-bottom: 30px;
    }

    .overview-section::after {
        display: none;
    }

    .overview-section::before {
        right: 10%;
        top: 20px;
        width: 50px;
        height: 60px;
    }

    .page-id-19347 .authority-section::after {
        top: 17%;
    }

    .page-id-19347 .iepf-procedure-section::after {
        top: -16px;
    }

    .page-template-nriservice .iepf-process-section::after {
        top: 21% !important;
        left: 5px;
    }

    .page-template-nriservice .faq-section::after {
        height: 27px;
        width: 80px;
        right: 20px;
    }

    .postid-19216 .overview-section::before {
        right: 4%;
        width: 45px !important;
        top: 0 !important;
    }

    .page-template-nriservice .iepf-process-section::before {
        bottom: -25px;
        left: 10%;
    }

    .postid-19216 .faq-section::after {
        top: 8px;
    }

    .postid-19233 .faq-section::after {
        top: 10px;
    }
}

@media (max-width: 500px) {
    .overview-section .Overview-box {
        flex-wrap: wrap;
        padding: 25px;
    }

    .overview-section .Account-main {
        padding: 25px;
    }
}

.category-section .cat-nav {
    padding: 11px 0;
    background: #F9F8D6;
    border-bottom: 1px solid var(--TertiaryColor);
    position: sticky;
    top: 124px;
    z-index: 10;
}

.category-section .faq-section::after {
    content: none;
}

.category-section .category-wrap {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.category-section .category-wrap.dragging {
    cursor: grabbing;
}

.category-section .category-list {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width: max-content;
    margin-bottom: 2px;
}

.category-section .category-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    border-radius: 50px;
    border: 1px solid #FAE1C5;
    font-weight: var(--fw-500);
    background: #FFF9F1;
    color: var(--BlackColor);
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
}

.category-section .category-pill.active {
    background: #d8cb88;
    border-color: #d8cb88;
}

.category-section .category-pill span {
    font-weight: var(--fw-700);
}

.category-section .category-pill:hover {
    background: var(--WhiteColor);
    box-shadow: 0 4px 10px rgba(var(--BlackColorRGBA), .08);
}

.category-section .category-pill:hover {
    background: #d8cb88;
    border-color: #d8cb88;
}

/* Hide scrollbar */
.category-section .category-wrap::-webkit-scrollbar {
    height: 2px;
}

.category-section .category-wrap::-webkit-scrollbar-thumb {
    background: #d8cb88;
    border-radius: 20px;
}

.category-section .cat-faq-wrap .faq-section:nth-child(even) {
    background: #F9F8D6;
}

.postid-19216 .overview-section::before {
    top: 30px;
    width: 75px;
    height: 65px;

}

@media(max-width:1199px) {
    .category-section .category-list {
        gap: 20px;
    }

    .category-section .cat-nav {
        top: 113px;
    }
}

@media(max-width:991px) {
    .category-section .cat-nav {
        top: 115px;
    }
}

@media(max-width:767px) {
    .category-section .category-list {
        gap: 10px;
    }

    .postid-19233 .iepf-procedure-section {
        padding-top: 10px;
    }

    .postid-19233 .iepf-procedure-section::after {
        top: -25px;
        right: 15%;
    }

    .postid-19229 .overview-section::before {
        right: 7%;
        top: 12px;
        width: 45px;
    }

    .postid-19229 .authority-section::after {
        display: none;
    }

    .postid-19229 .faq-section::after {
        top: 10px;
    }

    .category-section .cat-nav {
        top: 96px;
    }

    .postid-18967 .faq-section {
        margin-top: 20px;
    }

    .postid-18967 .faq-section::after {
        top: -10px;
    }

    .postid-19451 .overview-section+.overview-section::before {
        top: -18px;
    }

    .postid-19451 .iepf-procedure-section::after {
        top: -12px;
    }

    .postid-19451 .iepf-process-section::before {
        display: none;
    }
}

@media(max-width:575px) {
    .category-section .cat-nav {
        top: 68px;
    }
}

.page-template-faq .iepf-procedure-section::after {
    display: none;
}

.page-template-faq .text p {
    text-align: center;
    margin-bottom: 20px;
}

.thresh-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.thresh-table th,
.thresh-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.thresh-table th {
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-weight: 600;
}

.thresh-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.thresh-table tbody tr:hover {
    background-color: #eef5ff;
}

.thresh-table td:first-child {
    font-weight: 600;
    white-space: nowrap;
}

.thresh-table .check {
    color: #0f8f5f;
    font-weight: 600;
}

.thresh-table .cross {
    color: #FF0000;
    font-weight: 600;
}

.comparison-section .thresh-table td:first-child {
    white-space: unset;
}

.comparison-section .thresh-table {
    margin-top: 0px;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .thresh-table {
        font-size: 13px;
    }

    .thresh-table th,
    .thresh-table td {
        padding: 10px;
    }
}
.postid-19216 .hero-section.service-banner .card-3 {
    bottom: 5px !important;
}

.postid-19451 .hero-section .hero-title {
    font-size: 50px;
}

.page-template-blog .hero-section .hero-title {
    margin-bottom: 18px;
    line-height: normal;
}

@media (max-width: 1399px) {
    .page-template-partner-with-us .hero-section .hero-title {
        font-size: 50px;
    }
}

.postid-19216 .hero-section .card-3 {
    width: 228px;
}

@media(max-width:1199px) {
    .postid-19216 .hero-section .card-3 {
        left: 30%;
    }
}

@media(max-width:767px) {
    .postid-19216 .hero-section .card-3 {
        width: 48%;
        left: 0;
    }
}

.postid-19451 .overview-section::before {
    top: -3px;
}

.postid-19451 .overview-section.section-gap.double-gap-t::before {
    top: 30px;
}

.postid-19451 .iepf-procedure-section::after {
    right: 10%;
}

@media (max-width: 1399px) {
    .postid-19451 .overview-section::before {
        width: 70px;
    }
}

@media(max-width:1199px) {
    .postid-19451 .overview-section.section-gap.double-gap-t::before {
        top: 10px;
    }

    .postid-19451 .iepf-procedure-section::after {
        top: 0px;
    }

    .postid-19451 .overview-section::before {
        width: 55px;
        height: 70px;
    }

    .postid-19451 .faq-section::after {
        top: 100px;
        width: 70px;
    }
}

@media(max-width:991px) {
    .postid-19451 .overview-section::before {
        width: 50px;
        height: 60px;
    }

    .postid-19451 .iepf-procedure-section::after {
        right: 1%;
        width: 30px;
        height: 40px;
    }

    .postid-19451 .iepf-process-section::after {
        width: 60px;
    }
}

@media(max-width:767px) {
    .postid-19451 .faq-section::after {
        top: 0;
        width: 60px;
        height: 30px;
    }
}

.postid-19509 .iepf-process-section::before {
    bottom: -25px;
}

.postid-19509 .iepf-process-section::after {
    top: 10px;
}

.postid-19229 .authority-section::after {
    top: 70px;
}


@media(max-width:1399px) {
    .postid-19509 .authority-section::after {
        top: 120px;
        width: 45px;
        height: 60px;
    }

    .postid-19509 .iepf-procedure-section::after {
        top: 30px;
    }

    .postid-19509 .faq-section::after {
        right: 5%;
    }

    .postid-19509 .iepf-process-section::before {
        bottom: -40px;
        width: 45px;
        height: 60px;
    }

    .postid-18964 .iepf-process-section::before {
        bottom: 15px;
    }

    .postid-19229 .overview-section::before {
        top: 25px;
    }

    .postid-19229 .iepf-procedure-section::after {
        top: 50px;
    }

    .postid-19229 .iepf-process-section::before {
        bottom: 10px;
        width: 45px;
        height: 60px;
    }

    .postid-19229 .faq-section::after {
        right: 5%;
    }

    .postid-18967 .iepf-process-section::before {
        bottom: 10px;
    }

    .postid-18967 .faq-section::after {
        right: 5%;
    }
}

@media(max-width:1199px) {
    .postid-19509 .authority-section::after {
        height: 50px;
        left: 10px;
    }

    .postid-19509 .iepf-procedure-section::after {
        right: 12%;
    }

    .postid-19509 .faq-section::after {
        width: 70px;
    }

    .postid-19509 .iepf-process-section::before {
        bottom: -30px;
        width: 40px;
        height: 50px;
    }

    .postid-19509 .iepf-process-section::after {
        width: 70px;
    }

    .postid-18964 .iepf-process-section::before {
        bottom: 10px;
        width: 40px;
        height: 50px;
    }

    .postid-19229 .overview-section::before {
        top: 20px;
        width: 60px;
    }

    .postid-19229 .authority-section::after {
        top: 10px;
    }

    .postid-19229 .iepf-procedure-section::after {
        top: 20px;
    }

    .postid-19229 .faq-section::after {
        top: 20px;
    }

    .postid-18967 .iepf-process-section::before {
        width: 40px;
        height: 50px;
    }
}

@media(max-width:991px) {
    .postid-19509 .authority-section::after {
        height: 40px;
        top: 30px;
    }

    .postid-19509 .iepf-process-section::after {
        width: 50px;
        top: 5px;
    }

    .postid-18964 .iepf-process-section::after {
        width: 70px;
    }

    .postid-19229 .iepf-process-section::after {
        width: 60px;
    }

    .postid-19229 .iepf-process-section::before {
        width: 40px;
        height: 50px;
    }

    .postid-18967 .overview-section::before {
        width: 70px;
    }
	
}

@media(max-width:767px) {
    .postid-19509 .authority-section::after {
        top: 2px;
        left: 0;
		height: 30px;
		 width: 30px;
    }

    .postid-19509 .iepf-procedure-section::after {
        right: 2%;
        top: 60px;
        width: 30px;
        height: 35px;
    }

    .postid-19509 .faq-section::after {
        width: 50px;
        top: 70px;
    }

    .postid-18964 .iepf-process-section::before {
        bottom: 10px;
        width: 30px;
        height: 40px;
    }

    .postid-19229 .iepf-procedure-section::after {
        width: 30px;
        height: 50px;
        top: 10px;
    }

    .postid-19229 .iepf-process-section::before {
        width: 35px;
        height: 45px;
    }

    .postid-19229 .faq-section::after {
        top: 15px;
    }

    .postid-18967 .overview-section::before {
        width: 50px;
    }

    .postid-18967 .iepf-process-section::before {
        width: 35px;
        height: 45px;
    }
}

@media(max-width:575px) {
    .postid-19233 .iepf-procedure-section::after {
        width: 28px;
        height: 50px;
    }

    .postid-19509 .faq-section::after {
        top: -13px;
        left: 8%;
    }
}

@media(max-width:359px) {
    .postid-19509 .authority-section::after {
        top: 5px;
        height: 33px;
    }
}

.phone-min-error {
    color: #ff7070;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 14px;
}

.postid-19509 .hero-section {
    padding-bottom: 80px;
}

@media(max-width:767px) {
    .postid-19509 .hero-section {
        padding-bottom: 50px;
    }
}

.postid-19216 .overview-section::before {
    top: 0 !important;
    width: 60px !important;
    height: 60px !important;
}

.postid-19216 .iepf-procedure-section::after {
    top: 40px;
}

.postid-19216 .iepf-process-section::before {
    bottom: 4px;

}

@media (max-width: 991px) {
    .postid-19233 .iepf-procedure-section::after {
        top: -25px;
    }

    .postid-19216 .iepf-procedure-section::after {
        top: 0;
    }
}

.google-review:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 21%;
    width: 35px;
    height: 60px;
    background: url('/wp-content/uploads/2026/07/procedure1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    animation: breathe 3s ease-in-out infinite;
    z-index: -1;
}

.google-review:before {
    content: "";
    height: 40px;
    width: 96px;
    position: absolute;
    bottom: 20px;
    left: 10%;
    z-index: -1;
    background: url('/wp-content/uploads/2026/07/faq-shape.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .google-review:before {
        width: 45px;

        bottom: 0;
    }
}

@media (max-width: 767px) {
    .google-review:after {
        right: 5%;
        top: 0;
    }
}

@media (max-width: 575px) {
    .google-review:after {
        width: 32px;
        height: 32px;
    }
}

/* blog-section-start */

.blog-section h6 {
    color: var(--BodyColor);
    font-weight: var(--fw-700);
    margin-top: 35px;
}

.blog-section .why-is-in {
    overflow: hidden;
}

.blog-section .thumbnail-container {
    border-radius: 15px;
    padding-bottom: 60.05%;
}

.blog-section .why-is-in img {
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 15px;
}

.blog-section .why-is-in:hover img {
    transform: scale(1.01);
}

.blog-section .csm_wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media(max-width:991.98px) {
    .blog-section h6 {
        margin-top: 20px;
    }
}

@media(max-width:767.98px) {
    .blog-section .why-is-in {
        margin-bottom: 30px;
    }
}

.page-template-partner-with-us .hero-section .hero-image-wrapper .img-wrap::after {
    background: none;
}

.page-template-partner-with-us .hero-section {
    padding-bottom: 75px;
}

@media (max-width: 1199px) {
    .page-template-partner-with-us .hero-section .hero-btns {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .page-template-partner-with-us .hero-section .hero-image-wrapper {
        margin-top: 30px;
    }

    .page-template-partner-with-us .hero-section {
        padding-bottom: 30px;
    }
}

.iepf-claim-section.find-your-share .iepf-form iframe{
	width:100% !important;
}

@media(max-width:767px){
	
.iepf-claim-section.find-your-share .main-title{
     margin-bottom: 20px !important;
   }
	
}