body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif !important;
}

.new-page-title-card h1 {
    text-transform: capitalize;
}

.nheader01 {
    position: relative;
}

.nheader01 .navbar-ntoggler {
    margin: 0;
    padding: 0px 12px 1px;
    width: fit-content;
    box-shadow: none !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    font-size: 20px;
    color: #2b3d93;

    .navbar-toggler-icon::before {
        display: none;
    }
}

.nheader01 .header-top .navbar .navbar-brand {
    max-width: 120px;
    margin: 0;
}

.nheader01 .header-top .navbar {
    padding: 10px 0;
    background: #F5FBFF;
    border-bottom: 1px solid #DBE5F0;
}

.nheader01 .header-top .navbar .navbar-nav .nav-link {
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #56546D;
}

.nheader01 .header-top .navbar .navbar-nav {
    gap: 60px;
    margin-right: 30px;
}

.nheader01 .header-top .navbar .navbar-nav .nav-link.active,
.nheader01 .header-top .navbar .navbar-nav .nav-link:hover {
    color: #14436D;
}

.nheader01 .header-contact-btn,
.nheader01 .header-login-btn {
    background: #fff !important;
    border: 1px solid #363382 !important;
    color: #363382 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 22px;
    margin: 0;
}

.nheader01 .header-contact-btn i {
    color: #FC3B36;
    font-size: 18px;
}

.nheader01 .header-login-btn {
    color: #fff !important;
    background: #363382 !important;
}

.nheader01 .header-login-btn i {
    color: #363382;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24px;
    height: 24px;
}

.header-btn-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header-services-nav ul {
    list-style: none;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    margin: 0;
}

.header-services-nav ul li .header-service-link {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #363382;
    text-wrap: nowrap;
}

.header-services-nav {
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 100%;
}

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 999;
}

.nheader-blank-space span {
    display: block;
    content: "";
    width: 100%;
    height: 85px;
}

.header-top.active {
    position: fixed;
    animation: slidedown 0.6s ease-in-out;
}

.nheader-service-drop {
    /*display: none;*/
}

.header-top.active .nheader-service-drop {
    display: block;
}

@keyframes slidedown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.nheader-service-drop .dropdown-menu {
    background: #363382 !important;
}

.nheader-service-drop .dropdown-menu .dropdown-item:hover,
.nheader-service-drop .dropdown-menu .dropdown-item:focus {
    background: #fff !important;
    color: #363382 !important;
}

.copyright-footer {
    background: #072540;
    padding: 20px 0;
}

.copyright-text {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.copyright-text a {
    text-decoration: underline;
    color: #FC3B36;
}

.footer-section {
    background: #02192F;
    padding: 60px 0;
    color: #fff;
}

.nfooter-between-hc {
    display: block;
    width: 1px;
    content: "";
    min-height: 100%;
    border-left: 1px solid #FC3B36;
}

.nfooter-between-hr {
    display: block;
    width: 100%;
    content: "";
    height: 1px;
    border-top: 1px solid #FC3B36;
    margin: 60px 0;
}

.footer-top-section {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}

.footer-logo-link {
    width: 125px;
}

.footer-top-right {
    display: flex;
    gap: 30px;
    height: 100%;
}

.nfooter-sub-heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer-socials-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 14px;
    align-items: center;
}

.footer-socials-nav ul li a {
    width: 30px;
    display: block;
}

.footer-app-link {
    display: block;
    width: 100px;
}

.nfooter-first-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.nfooter-first-card ul li .footer-contact-links {
    display: flex;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    align-items: normal;
    font-weight: 400;
    font-size: 16px;
}

.nfooter-first-card ul li .footer-contact-links i {
    margin-top: 4px;
}

.footer-sub-heading {
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 24px;
}

.nfooter-link-list {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

.nfooter-link-list li .footer-direct-link {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.new-popular-service-section {
    background: url(../img/sub-service-bg.png) , #ebf6ff;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0 60px;
}

.new-sub-heading {
    margin-bottom: 40px;
    color: #02192F;
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
}

.our-popular-service-card {
    height: 100%;
    background: #fff;
    border-top: 2px solid #FC3B36;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 14px 0px #36338240;
}

.opsc-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: #EAE9FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363382;
    font-size: 28px;
}

.our-popular-service-card hr {
    border-color: #DBE5F0;
    margin: 30px 0;
}

.our-psc-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #02192F;
}

.opsc-price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #02192F;
}

.opsc-submit-btn {
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    background: linear-gradient(90deg, #514EA6 0%, #2D28B4 100%);
    border: none !important;
    padding: 16px 40px;
    border-radius: 10px;
}

.opsc-btm-align {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.opsc-top-align {
    display: flex;
    align-items: center;
    gap: 16px;
}

.new-faq-section {
    background: #ecf7ff;
    padding: 80px 0;
}

.new-faq-accordions .accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact-submit-btn {
    color: #fff !important;
    background: #363382 !important;
    border: 1px solid #363382 !important;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

.new-faq-accordions .accordion-item .accordion-collapse {
    background: #fff;
}

.new-faq-accordions .accordion-button,
.new-faq-accordions .accordion-item {
    background: #fff;
    box-shadow: none !important;
}

.new-faq-accordions .accordion-button.collapsed,
.new-faq-accordions .accordion-item {
    background: transparent;
}

.new-faq-accordions .accordion-button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
}

.gradient-bg {
    background: linear-gradient(180deg, #0167b9c2 0%, #0167b94f 50%, #0167b912 100%);
}

.mobile-screen-bg {
    padding: 60px 0;
    min-height: calc(100vh - 200px);
    width: 100%;
    background-size: auto calc(100vh - 160px);
    background-repeat: no-repeat;
    background-position: top 120px right 260px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

















.login-header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.login-header {
    background: #fff;
    border-bottom: 1px solid #ACA9D6;
    padding: 10px 0;
}

.login-logo {
    max-width: 110px;
}

.login-back-link {
    text-decoration: none;
    font-size: 18px;
    color: #363382;
}

.login-form .form-control {
    border-color: #dcdcdc;
    padding: 10px 18px;
    border-radius: 8px;
    box-shadow: none;
}

.login-roles-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.login-roles-group .lrole-btn {
    background: transparent !important;
    border: 1px solid #8C8BB6 !important;
    border-radius: 10px;
    color: #8C8BB6 !important;
    padding: 10px 36px 10px 18px;
}

.login-roles-group .form-check {
    padding: 0;
    margin: 0;
    position: relative;
}

.btn-check:checked+.lrole-btn,
.lrole-btn.active {
    background-color: #2D28B4 !important;
    color: #fff !important;
    border-color: #FC3B36 !important;
}

.lrole-btn {
    position: relative;
}

.login-roles-group .lrole-btn::before,
.lrole-btn::before {
    content: "";
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #8c8bb6;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.login-roles-group .lrole-btn::after,
.lrole-btn::after {
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #fc3b36;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.btn-check:checked+.lrole-btn::before,
.lrole-btn.active::before {
    border: 1px solid #fc3b36;
}

.btn-check:checked+.lrole-btn::after,
.lrole-btn.active::after {
    display: block;
}

.form-mobile-input-group,
.password-input-group {
    position: relative;
}

.form-mobile-input-group .form-control {
    border: 1px solid #DCDCDC;
    padding: 10px 18px 10px 60px;
}

.login-form .form-label {
    color: #56546D;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}

.login-form .form-control:focus {
    border-color: #2D28B4;
}

.form-mobile-input-group .input-group-text {
    position: absolute;
    z-index: 9;
    padding: 0;
    width: 50px;
    border: none !important;
    background: transparent !important;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    box-shadow: none !important;
}

.password-input-group .form-control,
.login-otp-input .form-control {
    border: 1px solid #dcdcdc;
}

.password-input-group .password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    color: #B3B3B3;
}

.forgot-pass-btn,
.resend-otp-btn {
    font-size: 14px;
    font-weight: 400;
    color: #14436D;
    text-align: end;
    width: 100%;
    display: block;
    margin-top: 6px;
    text-decoration: underline !important;
}

.login-submit-btn {
    background: #363382 !important;
    color: #fff !important;
    border: 1px solid #363382 !important;
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.login-sign-text {
    text-align: center;
    color: #56546D;
    font-weight: 500;
    font-size: 16px;
}

.login-sign-text a {
    color: #FC3B36;
    text-decoration: underline !important;
}

.login-page-align {
    padding: 60px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAE9FF 100%);
    min-height: calc(100vh - 71px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page-align {
    padding: 60px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EAE9FF 100%);
    min-height: calc(100vh - 71px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-card {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 0px 24px 0px #544CBD47;
    padding: 36px;
}

.login-heading {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 18px;
    color: #14436D;
}

.login-heading span {
    color: #FC3B36;
}

.otp-inputs-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.otp-timer {
    font-size: 14px;
    margin: 4px 0 0;
}

.otp-visible.active,
.submit-otp-show {
    display: none;
}

.submit-otp-show.show {
    display: block;
}

.login-form-card.signup-card {
    max-width: 900px;
}

.image-input {
    position: relative;
    border: 1px dashed #dcdcdc;
    border-radius: 10px;
    padding: 10px;
}

.image-input img {
    aspect-ratio: 9/5;
    object-fit: contain;
}

.image-input input {
    position: absolute;
    z-index: 9;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.steps-page-section {
    padding: 60px 0;
}

.apply-steps-btn {
    background: linear-gradient(90deg, #514EA6 0%, #2D28B4 100%) !important;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 36px;
    border-radius: 10px;
    border: none;
    display: block;
    width: fit-content;
}

.steps-section-cards {
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
}

.steps-section-cards .step-count {
    min-width: 120px;
    color: #FC3B36;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}

.step-card-content-heading {
    color: #14436D;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.apply-btn-for-steps {
    margin-left: 132px;
}

.header-btm-services {
    border-bottom: 1px solid #dbe5f0;
}

.service-apply-form-section {
    padding: 60px 0;
}

.service-apply-form-section {
    padding: 60px 0;
}

.service-apply-left {
    border-radius: 10px;
    border: 1px solid #DBE5F0;
    padding: 18px 16px;
}

.related-service-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    gap: 12px;
    text-wrap: nowrap;
}

.relate-service-link {
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #575757;
    background: transparent;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: block;
    width: fit-content;
    transition: 0.4s;
}

.relate-service-link.active,
.relate-service-link:hover {
    color: #fff !important;
    background: #363382 !important;
}

.related-service-nav {
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbe5f0;
}

.apply-form-groups {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe5f0;
    margin-bottom: 30px;
}

.apply-form-heading {
    color: #FC3B36;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.apply-form-group .form-label {
    color: #02192F;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
}

.apply-form-group .form-control {
    box-shadow: none !important;
}

.apply-form-group .form-control:focus {
    border: 1px solid #02192F;
}

.file-upload {
    position: relative;
    margin-bottom: 10px;
}

.file-upload .form-control {
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 8px;
}

.file-upload span {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: #DFF2FF;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.preview-container {
    max-width: 360px;
    margin-left: auto;
    width: fit-content;
}

.preview-container img {
    max-width: 100%;
    height: auto;
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.checkout-service-card {
    border-radius: 10px;
    border: 1px solid #DBE5F0;
    padding: 16px 12px;
}

.checkout-service-card .form-check {
    display: flex;
    align-items: center;
}

.checkout-service-card .form-check .serviceplan-price {
    margin-left: auto;
    color: #14436D;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
}

.checkout-service-card .form-check .form-check-label {
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.checkout-service-card .form-check .form-check-input {
    padding: 8px;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
}

.checkout-service-card .form-check .form-check-input:checked {
    background-color: #14436D;
    border-color: #14436D;
}

.checkout-service-heading {
    color: #02192F;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #02192F;
}

.checkout-cpn-applying {
    position: relative;
}

.checkout-cpn-applying .input-group-text {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 4px 5px;
    border: 0;
    color: #fff;
    background: #02192F;
    border-radius: 50% !important;
    font-size: 12px;
}

.checkout-cpn-applying .form-control {
    border: 1px solid #DBE5F0;
    padding: 10px 10px 10px 40px;
}

.checkout-cpn-applying .cpn-apply-btn {
    background: #363382 !important;
    color: #fff !important;
    border: 1px solid #363382 !important;
    border-radius: 0;
}

.checkout-pay-btn {
    display: block;
    background: #363382 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 6px;
    border: 1px solid #363382 !important;
}

.checkout-service-table tr td:last-child, .checkout-service-table tr th:last-child {
    text-align: right;
    font-weight: 500;
    color: #14436d;
}

.checkout-service-table tr td, .checkout-service-table tr th {
    padding: 10px 6px;
    border: none;
    font-size: 14px;
}

.checkout-service-table tr th {
    background: #F7F7FC;
    font-weight: 500;
    border-top: 1px solid #DBE5F0;
}

.text-red {
    color: #fc3b36 !important;
}

.overlay_bg_70::before {
    background-color: rgb(54 51 130);
}

section.overlay_bg_70.parallax_bg {
    padding: 60px 0;
}