:root {
    --custom-primary-color: #19359b;
    --custom-secondary-color: #ffd16e;

    --custom-primary-text-color: #004a97;
    --custom-secondary-text-color: #f9f9f9;

    --custom-primary-btn-color: #4c4cf1;
    --custom-primary-btn-hover-color: #4242db;
    --custom-secondary-btn-color: #f9f9f9;

    --custom-primary-accent-color: #30b52f;
    --custom-secondary-accent-color: #ffd207;
}
html,
body {
    font-family: "Roboto", sans-serif;
}

.text-green {
    color: var(--custom-primary-text-color);
}
/* Common for all */
.help-block {
    color: red;
}

.form-section {
    display: none;
}

.form-section.current {
    display: inherit;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5) url(include/images/load.gif) no-repeat center
        center;
}

/* Nav pages*/
#nav-pages {
    padding: 10px 30px;
}

#nav-pages .logo-width {
    max-width: 235px;
}

#nav-pages .sec-info-lock-width {
    max-width: 60px;
}

#nav-pages .sec-info-text {
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nav-pages {
        padding: 10px 0;
    }
    #nav-pages .logo-width {
        max-width: 200px;
    }
    #nav-pages .sec-info-lock-width {
        max-width: 40px;
    }
    #nav-pages .sec-info-text {
        line-height: 1;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #nav-pages {
        padding: 10px 0;
    }
    #nav-pages .logo-width {
        max-width: 180px;
    }
    #nav-pages .sec-info-lock-width {
        max-width: 40px;
    }
    #nav-pages .sec-info-text {
        line-height: 1;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }
}

/* Footer  */
#footer {
    color: #ffffff;
    /* background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

#footer .overlay {
    padding: 60px 0;
    width: 100%;
    background-color: rgb(0 0 0/ 100%);
}

#footer .nav-link {
    font-size: 18px;
    color: #ffffff;
}

#footer .nav-link:hover,
#footer .nav-link:active,
#footer .nav-link:focus {
    color: #fff;
    text-decoration: underline;
}

#footer p {
    font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer .nav-link {
        padding-left: 0;
    }
    #footer .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #footer .nav-link {
        font-size: 14px;
        padding-left: 0;
    }
    #footer p {
        font-size: 14px;
    }
}

/* Sub pages  */
#sub-pages {
    padding: 100px 0;
    background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
    #sub-pages {
        padding: 30px 0;
    }
}

#sub-pages a {
    font-weight: 700;
    color: #2f8cff;
    text-decoration: underline;
}

/* Cookie strip bottom */
#cookie {
    background-color: rgb(76, 190, 156);
    color: rgb(255, 255, 255);
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 10px 15px 10px 35px;
    z-index: 9999;
}

#cookie h5 {
    color: #fff;
}

#cookie p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.1;
}

#cookie a {
    font-size: 14px;
    color: #ff8d02;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    #cookie p,
    #cookie a {
        font-size: 12px;
    }
    #cookie {
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0px;
        padding: 10px 15px 10px 10px;
    }
}

/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
}

#form-main {
    background-image: url(../images/form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
#form-main .overlay {
    width: 100%;
    background-color: #0000004a;
    padding: 30px 0 70px;
}
.btn {
    border-radius: 8px;
}
#form-main h2 {
    color: #fff;
    margin-bottom: 40px;
}

#form-main .progress {
    height: 30px;
    border-radius: 12px 12px 0 0;
    background-color: #e5e7eb;
}

.form-main-body {
    padding: 30px 60px;
}

.one-box-new {
    width: 100%;
    top: 65px;
    background-color: #f9fafb;
    color: #000;
    border-radius: 12px;
    box-shadow: 0px 4px 10px #80808078;
}
.form-bottom {
    background-color: #e5e7eb;
    padding: 15px 15px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}
input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
}

#form-main .abc-radio label {
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    border-radius: 5px;
    text-align: center;
    color: var(--custom-primary-btn-color);
    font-size: 18px;
    font-weight: 700;
    min-width: 226px;
    margin-bottom: 18px;
    margin-left: -5px;
    cursor: pointer;
    border: 1px solid var(--custom-primary-btn-color);
    display: block;
}

#form-main .abc-radio input[type="radio"]:checked + label {
    background-color: var(--custom-primary-btn-color);
    color: #fff;
}

#form-main .abc-radio label:hover {
    background-color: var(--custom-primary-btn-color);
    color: #fff;
}

#form-main .progress-bar {
    display: block;
    padding: 15px 0;
}

.btn-purple {
    color: var(--custom-secondary-btn-color);
    background-color: var(--custom-primary-btn-color);
    border-radius: 12px;
    padding: 10px 24px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}

.btn-purple:hover {
    color: #fff;
    background-color: var(--custom-primary-btn-hover-color);
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .form-main-body {
        padding: 30px 40px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #form-main .overlay {
        padding: 30px 0 50px;
    }
    .form-bottom {
        font-size: 14px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #form-main .overlay {
        padding: 30px 0 40px;
    }
    .form-main-body {
        padding: 30px 30px;
    }
    .form-bottom {
        font-size: 14px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #form-main .overlay {
        padding: 30px 0 30px;
    }
    .form-main-body {
        padding: 25px 20px 15px;
    }
    .form-main-body h4 {
        font-size: 19px;
    }
    .form-main-body h5 {
        font-size: 18px;
    }
    #form-main .abc-radio label {
        padding: 12px 10px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    small {
        font-size: 12px;
    }
    ::placeholder {
        font-size: 16px;
    }
    .form-bottom {
        display: none;
    }
}
/* for section nav-top */
#nav-top {
    background-color: var(--custom-primary-color);
    color: #fff;
    padding: 15px 0;
}

#nav-top a {
    color: #fff;
}

#nav-top ul {
    margin-bottom: 0;
    padding-inline-start: 0px;
}

#nav-top ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 12px;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
}

#nav-top ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#nav-top ul li {
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    margin-right: 12px;
    padding-left: 15px;
}

/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #nav-top ul {
        font-size: 12px;
    }
}

/* for section One */
h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

p {
    font-size: 17px;
}

/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 36px;
    }
    p {
        font-size: 16px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}

/* for section two */
#two {
    padding: 100px 0;
    background-color: var(--custom-primary-color);
}

#two h1 {
    color: var(--custom-primary-text-color);
}

.two-num {
    position: absolute;
    font-size: 48px;
    line-height: 60px;
    color: #f0f3f9;
    right: 20px;
    top: 45px;
    font-weight: 700;
}

.two-box {
    position: relative;
    padding: 15px 30px 9px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #fff;
    transition: all 700ms ease 100ms;
    min-height: 260px;
}
.two-width {
    width: 65px;
    padding-bottom: 25px;
    padding-top: 12px;
}
.two-width-1 {
    width: 75px;
    padding-bottom: 15px;
    padding-top: 12px;
}
.two-2-img {
    width: 48px;
    padding: 27px 0;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #two {
        padding: 80px 0;
    }
    #two h4 {
        font-size: 20px;
    }
    .two-box {
        padding: 8px 12px 7px;
        min-height: 264px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #two {
        padding: 70px 0;
    }
    .two-box {
        padding: 7px 10px 5px;
        min-height: 265px;
    }
    .two-num {
        top: 20px;
    }
    .two-box p {
        font-size: 14px;
        margin-bottom: 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #two {
        padding: 60px 0;
    }
    .two-box {
        margin-bottom: 25px;
        min-height: 236px;
        padding: 20px 20px 10px;
    }
    .two-num {
        top: 28px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #two {
        padding: 60px 0 40px;
    }

    .two-box {
        margin-bottom: 25px;
        padding: 15px 20px 5px;
        min-height: 225px;
    }

    .two-num {
        top: 15px;
        font-size: 45px;
    }
    .two-width {
        width: 70px;
        padding-bottom: 20px;
        padding-top: 5px;
    }
}
/* for section three */
#three {
    padding: 120px 0;
    background-color: #f0f3f9;
}

#three h2 {
    color: var(--custom-primary-text-color);
    padding: 0px 0px 10px 0px;
}

.three-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--custom-primary-text-color);
}
.three-box {
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 20px 25px;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    gap: 25px;
    min-height: 115px;
    border-radius: 12px;
}
.three-bg {
    border-radius: 12px;
}
.three-a {
    border-radius: 12px;
    background-image: url(../images/three-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.border-three {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #00000017;
}

.three-box p {
    font-size: 16px;
}

.three-1 {
    max-width: 50px;
}
.btn-span {
    background-color: #e5f2ff;
    border: 1px solid #004a97;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
    padding: 4px 20px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #three {
        padding: 100px 0;
    }
    .three-1 {
        max-width: 50px;
    }
    .three-box {
        padding: 15px;
        margin-bottom: 18px;
        gap: 20px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #three {
        padding: 80px 0;
    }
    .three-box {
        padding: 15px;
        margin-bottom: 20px;
        gap: 20px;
        min-height: 125px;
    }
    .three-box h3 {
        font-size: 18px;
    }
    .three-1 {
        max-width: 60px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #three {
        padding: 60px 0;
    }
    .three-box {
        padding: 15px;
        margin-bottom: 20px;
        gap: 20px;
        min-height: 125px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    .three-1 {
        max-width: 52px;
    }
    .three-box h3 {
        font-size: 17px;
    }
    .three-box p {
        font-size: 15px;
    }
    #three {
        padding: 50px 0;
    }
    .three-box {
        padding: 15px 10px;
        margin-bottom: 20px;
        gap: 12px;
        min-height: 120px;
    }
}

/* for section four */
#four h2 {
    margin-bottom: 20px;
}

#four {
    background-color: var(--custom-primary-color);
    padding: 120px 0;
    color: #fff;
}

.btn-green {
    background-color: var(--custom-primary-btn-color);
    color: var(--custom-secondary-btn-color);
    border: 1px solid var(--custom-primary-btn-color);
    padding: 12px 20px;
    font-weight: 600;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    color: #fff;
    background-color: var(--custom-primary-btn-hover-color);
    border: 1px solid var(--custom-primary-btn-hover-color);
}

.btn-white {
    background-color: var(--custom-secondary-btn-color);
    color: var(--custom-primary-btn-color);
    border: 1px solid var(--custom-primary-btn-color);
    padding: 12px 20px;
    font-weight: 600;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: #fff;
    color: var(--custom-primary-btn-hover-color);
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #four {
        padding: 100px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #four {
        padding: 70px 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #four {
        padding: 60px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #four {
        padding: 50px 0;
    }
}
/* for section five */
#five {
    padding: 120px 0;
}
.five-box {
    flex-flow: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 25px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 19px 20px;
    display: flex;
    margin: 15px;
    min-height: 180px;
}
#five ul {
    list-style: none;
}
#five ul li {
    position: relative;
    margin-bottom: 16px;
}
#five ul li::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    left: -38px;
    top: 0;
    background-image: url(../images/check/8.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#five .fa-ul > li {
    margin-bottom: 16px;
    font-size: 16px;
}

#five .fa-check:before {
    color: var(--custom-primary-accent-color);
    margin-right: 11px;
    font-size: 20px;
}

.five-a {
    background-image: url(../images/five.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 280px;
}

.five-bg {
    position: absolute;
    bottom: -100px;
    left: -100px;
    height: 200px;
    width: 200px;
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.five-b {
    padding: 50px 0 50px 25px;
}

/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #five {
        padding: 100px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #five {
        padding: 80px 0;
    }
    .five-b {
        padding: 25px 0 25px 10px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #five {
        padding: 60px 0 30px;
    }
    .five-b {
        padding: 50px 0 0px 0px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #five {
        padding: 50px 0 30px;
    }
    .five-b {
        padding: 50px 0 0px 0px;
    }
    .five-box {
        padding: 10px 11px;
        margin: 15px 0;
        min-height: 160px;
    }
}
/* for section six */
#six {
    padding: 120px 0;
}

.six-a {
    background-image: url(../images/six.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 280px;
    border-radius: 12px;
}

.six-b {
    padding: 50px 25px 50px 0px;
}

/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #six {
        padding: 100px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #six {
        padding: 80px 0;
    }
    .six-b {
        padding: 25px 10px 25px 0px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #six {
        padding: 30px 0 60px;
    }
    .six-b {
        padding: 0px 0px 20px 0px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #six {
        padding: 30px 0 50px;
    }
    .six-b {
        padding: 0px 0px 20px 0px;
    }
}
/* for section seven */
#seven {
    padding: 120px 0;
}

.seven-box {
    background-color: var(--custom-primary-color);
    padding: 50px 40px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #seven {
        padding: 100px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #seven {
        padding: 80px 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #seven {
        padding: 60px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #seven {
        padding: 50px 0;
    }
    .seven-box {
        padding: 50px 20px;
    }
}
/* for section eight */
#eight {
    padding: 120px 0;
    background-color: #f0f3f9;
}
.eight-a {
    border-radius: 12px;
    background-image: url(../images/eight-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
.eight-bg {
    border-radius: 12px;
}
#eight ul {
    list-style: none;
}
#eight ul li {
    position: relative;
    margin-bottom: 16px;
}
#eight ul li::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    left: -38px;
    top: 0;
    background-image: url(../images/check/8.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#eight .fa-ul > li {
    margin-bottom: 16px;
    font-size: 16px;
}

#eight .fa-check:before {
    color: var(--custom-primary-accent-color);
    margin-right: 11px;
    font-size: 20px;
}

.eight-box-main {
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 25px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px 15px 30px;
    margin: 15px 0;
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.eight-box {
    text-align: center;
}

#eight p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.eight-img {
    max-width: 75px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #eight {
        padding: 100px 0;
    }
    .eight-box-main {
        padding: 20px 15px 20px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #eight {
        padding: 80px 0;
    }
    .eight-box-main {
        padding: 30px 20px 30px;
        min-height: 200px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #eight {
        padding: 60px 0;
    }
    .eight-a {
        margin-bottom: 40px;
    }
    .eight-box-main {
        padding: 15px 20px 20px;
        min-height: 200px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #eight {
        padding: 50px 0;
    }
    .eight-a {
        margin-bottom: 40px;
    }
    .eight-box-main {
        padding: 15px 20px 20px;
        min-height: 185px;
    }
}
/* for section eleven */
#eleven {
    padding: 120px 0;
    background-color: #fff;
}

#eleven p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}
#eleven .owl-carousel .owl-item img {
    display: inline;
}
.nine-box {
    flex-flow: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 25px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 19px 20px;
    display: flex;
    margin: 15px;
    min-height: 190px;
}
.nine-img {
    max-width: 75px;
    padding-bottom: 10px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #eleven {
        padding: 100px 0;
      
    }
    
    .nine-box {
        padding: 40px 2px;
    }
    #eleven p {
        font-size: 17px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #eleven {
        padding: 80px 0;
      
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #eleven {
        padding: 60px 0;
    }
    .nine-box {
        padding: 25px 15px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #eleven {
        padding: 50px 0;
    }
    .nine-box {
        padding: 15px 5px;
        margin: 15px 9px;
        min-height: 165px;
    }
    #eleven p {
        font-size: 16px;
        margin-top: 8px;
        font-weight: 400;
    }
}
/* for section ten */
#ten {
    padding: 120px 0;
    background-color: #f0f3f9;
}

#ten h2 {
    color: var(--custom-primary-text-color);
    padding: 0px 0px 10px 0px;
}

#ten .fa-star {
    color: var(--custom-primary-accent-color);
    margin-right: 5px;
}

#ten p {
    margin-bottom: 20px;
}

.ten-box {
    padding-right: 15px;
}

.ten-flex {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    align-items: center;
}

.ten-width {
    width: 65px !important;
}

.testimonial-name {
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--custom-primary-text-color) !important;
    text-decoration: none !important;
}

.testimonial-client {
    font-size: 16px;
    font-weight: 500;
    color: var(--custom-primary-text-color);
}
.text-extra-small {
    font-size: 12px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #ten {
        padding: 100px 0;
        
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #ten {
        padding: 80px 0;
        
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #ten {
        padding: 60px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #ten {
        padding: 50px 0;
    }
}
/* for section footer */

#thank-page {
    padding: 80px 0;
    background-color: #f0f3f9;
    min-height: 57vh;
    display: flex;
    align-items: center;
}
.thank-box {
    padding: 50px 40px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    border: 3px solid #fff;
    transition: all 700ms ease 100ms;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
}

/* Nine Starts */
#nine {
    padding: 100px 0 ;
    background-color: #f0f3f9;
}

#nine h1 {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 60px;
    color: #0a3654;
}

#nine h2 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}

#nine .card-link.collapsed .card-header div:after {
    font-family: "FontAwesome";
    content: "\f13a";
    float: right;
    font-size: 22px;
    position: absolute;
    right: -50px;
    color: #c4c4c4;
    top: 0;
}

#nine .accordion .card-header div:after {
    font-family: "FontAwesome";
    content: "\f139";
    font-size: 22px;
    position: absolute;
    right: -50px;
    color: #004a97;
    top: 0;
}

#nine .card {
    background-color: #ffffff;
    border: 1px solid #dbd4d4;
    border-radius: 12px;
    margin-bottom: 20px;
}

#nine .card-body p {
    font-size: 18px;
    color: #082539;
}

#nine .card-link.collapsed {
    color: #0a3654;
    background-color: #ffffff;
    font-weight: 700;
}

#nine .card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(249, 249, 249);
    color: #2c2c2c;
    background-color: #fff;
    font-size: 24px;
}

#nine .footer-box {
    width: 96%;
    position: relative;
}

#nine a {
    color: #1c3749;
}

#nine a.card-link:hover {
    color: #fff;
}

#nine a.card-link.collapsed:hover {
    color: #082539;
}

#nine .card-link {
    color: #fff;
    font-weight: 700;
}

#nine .card-link.collapsed .card-header {
    color: #082539;
    background-color: #fff;
}

#nine .card-link.collapsed .card-header:after {
    background-color: #fff;
    color: #0a3654;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #nine h1 {
        font-size: 45px;
    }
    #nine .accordion .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine .card-link.collapsed .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #nine {
        padding: 70px 0 70px 0;
    }
    #nine h1 {
        font-size: 40px;
    }
    #nine .card-body p {
        font-size: 18px;
    }
    #nine .card-header {
        font-size: 22px;
    }
    #nine .accordion .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine .card-link.collapsed .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    #nine {
        padding: 60px 0 50px;
    }
    #nine .card-header {
        font-size: 22px;
    }
    #nine .accordion .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine .card-link.collapsed .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    #nine .card-body p {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    #nine h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #nine .card-header {
        font-size: 18px;
    }
    #nine .card-body p {
        font-size: 16px;
    }
    #nine .accordion .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine .card-link.collapsed .card-header div:after {
        font-size: 20px;
        right: -25px;
    }
    #nine {
        padding: 50px 0 40px 0;
    }
}
/* Nine Ends */


.service-provider{
    columns: 3;
}
@media screen and (max-width: 767px) {
    .service-provider{
        columns: 1;
    }
}


.form-box{
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 12px;
}