.blog-card.loading,
.date_of_birth_input::after,
.dropdown-menu {
    pointer-events: none;
    pointer-events: none
}

.btn_servicecard a,
.how_workinner_section,
.logo,
.nav-links,
.why_choosecard,
header {
    display: flex
}

.homepage_content h1,
.title_heading h2 {
    font-family: Marcellus, serif;
    font-weight: 400
}

.details_imgcard .slider_imgcard img,
.how_workimgcard img,
.img_faqcard img {
    max-height: 100%;
    min-height: 100%
}

#loader,
.custom-checkbox-label input:checked+.styled-checkbox svg {
    opacity: 1
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    top: unset !important;
    margin: 0;
    font-family: Poppins, sans-serif;
    background-color: #faf4f0;
    color: #333
}

.container_custome {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1450px
}

header {
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 0;
    z-index: 1000;
    position: absolute;
    width: calc(100% - 100px);
    gap: 1rem
}

.logo {
    align-items: center
}

.logo img {
    height: 40px;
    margin-right: 10px
}

.nav-links {
    align-items: baseline;
    gap: 33px;
    transition: transform .4s;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 72%
}


.nav-links a {
    text-decoration: none;
    color: #151515;
    transition: color .3s;
    font-size: 17px
}

.apply_now_block button,
.text_set_title,
.underline,
.whatsapp-link {
    text-decoration: underline
}

.nav-links a:hover {
    color: #1d8348
}

.inner_nav_set a.active {
    color: #1d8348;
    font-weight: 600
}

.right-section {
    display: flex;
    align-items: center;
    gap: 15px
}

.language-select {
    padding: 0 5px;
    border-bottom: 1px solid #dddDDD80;
    border: unset;
    background: unset;
    font-size: 17px;
    color: #ccc8c5;
    border-bottom: 1px solid #ccc8c5;
    border-radius: unset;
    outline: 0
}

.dropdown-wrapper {
    position: relative;
    width: 214px;
    user-select: none
}

.dropdown-toggle {
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left;
    padding: 8px 40px 7px 20px;
    font-size: 17px;
    color: #cecac7;
    cursor: pointer;
    position: relative
}

.dropdown-toggle::before {
    content: "";
    border-bottom: 1px solid #ddd;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 11px
}

#google_translate_element::after,
.dropdown-toggle::after {
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-position: center
}

.dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path d='M7 10L12 15L17 10' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    transition: transform .3s;
    border: none
}

.dropdown-wrapper.open .dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg)
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    z-index: 10;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .2s;
    display: block;
    padding: 0
}

.dropdown-wrapper.open .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
    display: block
}

.dropdown-menu div {
    padding: 12px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background .2s
}

.dropdown-menu div:hover {
    background: #5b2c6f;
    color: #ffff
}

.enquire-btn {
    background-color: #5b2c6f;
    color: #fff;
    padding: 12px 27px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color .3s;
    font-family: Poppins;
    width: max-content;
    font-size: 15px
}

.enquire-btn:hover {
    background-color: #007c45
}

.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333
}

@media (max-width:1024px) {
    .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -350px;
        width: 250px;
        height: 100vh;
        background-color: #faf5ef;
        padding: 20px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
        transition: right .4s
    }

    body.contrast-mode .nav-links {
        background-color: #000 !important;
        box-shadow: -2px 0 5px rgb(219 207 207)
    }

    .nav-links.show-menu {
        right: 0
    }

    .hamburger {
        display: flex;
        order: 3
    }

    .enquire-btn {
        display: none
    }
}

.baar_imgcard,
.custome_table_img_block,
.custome_table_img_block1,
.date_of_birth_input,
.feed_backblock,
.form__datablock,
.our_mission_vision,
.why_work_with_us_set {
    position: relative
}

#desktop_view,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.closbtn,
.custom-checkbox-label input,
.custom-radio-label input,
.dropzone input[type=file],
.hidden {
    display: none
}

.show-menu .closbtn {
    display: none;
    background: #007c45;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    align-items: center;
    justify-content: center
}

.homepage_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.homepage_content {
    min-width: 300px;
}
.homepage_section .homepage_content {
    padding: 20px;
}

.homepage_content h1 {
    font-size: clamp(2rem, 4vw + 1rem, 3.8rem);
    margin-bottom: 10px
}

.homepage_content p {
    margin: 25px 0 0;
    color: #898785;
    font-size: 22px
}

.banner_btn {
    margin: 50px 0 0
}

.banner_btn .btn_theme {
    border-radius: 50px;
    background: unset;
    border: 1px solid #22405e;
    padding: 16px 30px;
    color: #22405e;
    font-weight: 500
}

.btn_theme:hover {
    background-color: #0aa784;
    color: #fff !important;
    border-color: #0aa784
}

.referral-btn {
    background-color: #e0e0e0;
    color: #333
}

.banner_btn .enquire-btnbanner {
    background-color: #6c136e;
    color: #fff;
    padding: 16px 40px;
    border: unset;
    font-size: 16px
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    color: #0aa784
}

.custom-checkbox-label input:checked~.styled-checkbox+span,
.custom-checkbox-label input:checked~span,
.item {
    color: #000
}

.bannerimg {
    flex: 1;
    min-width: 300px
}

.bannerimg img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.space_sectionblock {
    margin: 80px 0;
    padding: 80px 0
}

.title_heading h2 {
    font-size: clamp(2rem, 4vw + 1rem, 3.7rem)
}

.homepage_content h1 span,
.slider_cardititle h5:hover,
.title_heading h2 span {
    color: #007c45
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #007c45 !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    background: unset !important;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    border: 1px solid #c7c7c7 !important
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important
}

.item {
    align-items: center;
    background-color: #fefcfa;
    justify-content: center;
    width: 100%;
    padding: 25px;
    transition: .5s;
    margin-bottom: 30px
}

.commonbtn,
.footer-col,
.footer-col a:hover,
.footer-col ul li a:hover,
.support_ndies .title_heading,
.we_can_help_with_section .service-item:hover .text h3,
.we_can_help_with_section .service-item:hover i {
    color: #fff
}

.slider_cardititle {
    margin: 11px 0 25px
}

.slider_cardititle h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: Marcellus
}

.slider_cardititle h4 {
    font-size: 22px;
    margin: 0;
    transition: .5s;
    font-weight: 400;
    font-family: Poppins
}

.slider_cardititle h5,
.why_choose_us .slider_cardititle h4 {
    font-family: Marcellus
}

.slider_readmore {
    transition: .5s;
    width: 0
}

.slider_carddesign {
    margin-top: 40px
}

.btn_readmore {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.commonbtn {
    background-color: #6c136e;
    padding: 9px 18px;
    border-radius: 50px;
    border: none
}

.why_choosecard>div {
    width: 50%
}

.why_choosecard>div img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.why_chooosecard_text {
    background: #fefcfa;
    padding: 50px 80px;
    align-content: center;
    position: relative;
    overflow: hidden
}

.why_chooosecard_text p {
    color: #898987;
    margin-top: 15px
}

.form__datablock {
    background-color: #fefcfa;
    width: 75%;
    margin: auto;
    padding: 35px 77px 50px;
    text-align: center;
    z-index: 1
}

.form__datablock h5 {
    font-size: 18px;
    color: #7fbb9f;
    font-weight: 400
}

.form_input select,
input,
textarea {
    width: 100%;
    border-bottom: 1px solid #cbcac8 !important;
    border: none;
    outline: 0;
    padding: 16px;
    font-size: 15px;
    margin: 0;
    color: #151515;
    font-family: Poppins;
    font-weight: 400;
    background-color: unset;
    text-overflow: ellipsis;
}

.form_input {
    margin-bottom: 30px
}

input::placeholder,
textarea::placeholder {
    color: #a6a4a3 !important
}

.feed_backblock::after {
    position: absolute;
    top: -48px;
    right: 200px;
    background-image: url("../images/service_text-img.png");
    width: 165px;
    height: 78px;
    content: '';
    background-size: 100% 100%
}

.feed_backblock::before {
    position: absolute;
    top: 30%;
    right: 0;
    background-image: url("../images/line-img.png");
    width: 135px;
    height: 556px;
    content: '';
    background-repeat: no-repeat
}

.feed_backblock .purple_shape {
    position: absolute;
    top: 247px;
    left: 0
}

.purple_shape {
    position: absolute;
    bottom: -39px;
    left: -2px;
    z-index: -1
}

.service_textimg {
    position: absolute;
    top: -73px;
    left: 50px;
    z-index: -1
}

.img_top img,
.service_textimg img {
    max-width: 100%
}

.testimonial-slider {
    position: relative;
    width: 70%;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 12px;
    padding: 25px 0
}

.slider-container {
    display: flex;
    transition: transform .8s
}

.slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-box {
    padding: 55px 40px 40px 30px;
    background-color: #fff;
    max-width: 750px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 238px
}

.quate_img {
    position: absolute;
    top: -25px;
    left: 50px;
    content: '';
    z-index: 9999
}

.testimonial-box p {
    font-size: 17px;
    color: #909090;
    margin-bottom: 20px;
    font-family: Poppins;
    flex: 1;
    display: flex;
    align-items: center
}

.accordion-header h3,
.apply_now_block p,
.step-title {
    font-family: Marcellus;
    font-weight: 400
}

.testimonial-box h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #151515;
    margin: 0
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%)
}

.clint_name {
    border-top: 1px solid #e5e5e5;
    padding: 30px 25px 20px
}

@media (max-width:768px) {
    
    .make_enquire {
        justify-content: center;
    }

    div.why_work_with_us_set::before {
        top: 26px;
        right: 26px
    }

    .homepage_section {
        flex-direction: column
    }

    .homepage_content {
        text-align: center
    }

    .testimonial-slider {
        width: 90%
    }

    .testimonial-box {
        padding: 20px
    }
}

@media (max-width:480px) {
    .testimonial-box p {
        font-size: .9rem
    }

    .testimonial-box h4 {
        font-size: 1rem
    }

    .navigation span {
        font-size: 1.5rem;
        padding: 8px
    }
}

.support_ndies {
    background-image: url("../images/support-img.png");
    width: 100%;
    height: 100%;
    padding: 143px;
    text-align: center;
    position: relative
}

.ndies_logo {
    margin: 130px 0 0
}

.steps-container {
    padding-top: 25px;
    position: relative;
    z-index: 1
}

.step {
    margin-bottom: 80px
}

.step-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: Marcellus
}

.step-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.step-line {
    height: 1px;
    background-color: #aaa
}

.how_imgblock {
    width: 159px;
    height: calc(100% - 120px);
    align-content: end;
    margin-left: 80px
}

.how_imgblock img {
    z-index: 1;
    position: relative;
    max-width: 100%
}

.green_shapecard {
    position: absolute;
    right: -2px;
    top: -25px
}

.whyimg_top {
    display: flex;
    justify-content: end;
    position: relative
}

.whyimg_top .how_imgblock {
    margin-right: 80px;
    position: absolute;
    top: -122px
}

.service_card {
    background-color: #fff;
    padding: 15px
}

.how_workimgcard img,
.img_faqcard img,
.slider_imgcard img {
    max-width: 100%;
    min-width: 100%
}

.service_carddetails .item {
    margin-top: 35px;
    background-color: #fefcfa
}

.details__imgcard {
    margin: 100px 0
}

.details_imgcardtext {
    align-content: end;
    margin-top: 92px
}
.details_cardinfo p {
    margin-bottom: 0;
}
.details_imgcard .slider_imgcard {
    height: 500px
}

.details_cardinfo {
    background: #fff;
    padding: 100px;
    margin-left: -100px
}

.img_top {
    position: absolute;
    right: 0
}

.how_worksection {
    padding: 80px 0
}

.how_workcard {
    background-color: #fff;
    padding: 110px 50px;
    width: 100%;
}
.how_its_wrok {
    flex: 1;
    display: flex;
}

.how_workimgcard {
    flex: 1.2
}
.contact_info_icon {
   word-break: break-all;
}
.step_card {
    margin-top: 30px;
    font-size: 18px
}

.step-number {
    font-size: 40px;
    opacity: .2;
    margin-bottom: -10px;
    -webkit-text-stroke-color: #097b4d !important;
    color: #423f3f00 !important;
    -webkit-text-stroke-width: 1px
}
.date_of_birth_input input {
    text-align: start !important;
}

.step-title {
    color: #333
}

.img_faqcard {
    width: 100%;
    height: 390px
}

.img_faqcard_title {
    padding-left: 50px
}

.btn_servicecard {
    margin: 50px 0 100px;
    display: flex;
    gap: 1rem
}
.yellow-underline .enquire-btn {
    color: #000 !important;
}
body .careers_page p {
    padding: 0;
}
.apply_now_block p {
    padding: 0 !important;
}

.btn_servicecard .enquire-btn {
    display: block !important;
    padding: 12px 27px !important
}

.accordion-item,
.accordion_custom_container .accordion-item {
    background: #fefbfa;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    cursor: pointer;
    align-items: center;
    transition: background-color .3s
}

.accordion-header h3 {
    margin: 0;
    font-size: 17px
}

.accordion-content {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    transition: height .4s;
    font-size: 14px;
    color: #666
}

.accordion-header span {
    transition: transform .3s
}

#tooltip,
.styled-checkbox svg {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.accordion-item.active .accordion-header span {
    transform: rotate(180deg)
}

.accordian_container {
    margin-top: 25px
}

.accordian_container .accordion .active {
    padding-bottom: 20px
}

.referalbtn {
    background: unset;
    border: 1px solid #22405e;
    padding: 12px 30px;
    border-radius: 50px;
    color: #22405e;
    font-weight: 500;
    font-size: 15px
}

.details__imgcard .card_block img {
    min-width: 100%;
    max-width: 100%
}

.title_heading p {
    color: #898785;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    padding: 0 9px
}

.curve_line {
    position: relative;
    padding-bottom: 25%
}

.curve_line::before {
    position: absolute;
    top: -143px;
    right: -74px;
    background-image: url("../images/curve_line.png");
    width: 537px;
    height: 606px;
    content: '';
    background-repeat: no-repeat;
    z-index: 2
}

.accordion_custom_container .custom_table tbody tr td:first-child,
.why_choose_us .title_heading {
    text-align: center
}

.title_heading {
    position: relative;
    z-index: 1
}

.why_choose_us .form__datablock {
    width: 56%
}

.about_text_img {
    position: absolute;
    bottom: -150px
}

.styled-checkbox,
.styled-radio {
    position: relative;
    margin-right: 8px
}

.apply_now_block {
    background: #fffFFF80;
    padding: 30px;
    position: relative;
    margin-bottom: 20px
}

.apply_now_block p {
    color: #151515;
    font-size: 30px;
    margin: 0
}

.apply_now_block button {
    color: #007c45;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
    border: none;
    background: 0 0;
    padding: 0
}

.blog-card a,
.blog_main_content a,
.footer-col a,
.footer-col ul li a,
.top_bar_content_right li a {
    text-decoration: none
}

.career_work_with_us h6,
.get_in_touch_block h2 {
    font-family: Marcellus;
    color: #151515;
    font-weight: 400
}

.career_work_with_us h6 {
    font-size: 30px;
    margin: 47px 0 20px
}

.career_work_with_us ul li {
    color: #898887;
    font-size: 22px;
    font-weight: 400;
    margin: 12px 0
}

.career_work_with_us {
    padding-bottom: 70px;
}

.career_work_with_us .why_choosecard>div img {
    min-width: 100%
}

.our_mission_vision .service_textimg {
    bottom: -200px;
    left: 0;
    top: unset
}

.why_work_with_us_set::before {
    position: absolute;
    content: "";
    background-image: url("../images/tree_wall.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -101px;
    z-index: 2;
    width: 131px;
    height: 100px;
    right: 140px
}

.get_in_touch_block .contact_info_icon {
    display: inline-flex;
    align-items: start;
    gap: 19px;
    width: 100%;
    color: #8f8d8b;
    font-size: 18px;
    font-weight: 400
}

.get_in_touch_block h2 {
    margin: 37px 0 44px;
    font-size: 40px
}

.get_in_touch_block p {
    font-size: 22px
}

.mobility_assistance p,
.referrer_details h3 {
    font-family: Marcellus;
    font-size: 30px;
    color: #151515
}

.get_in_touch_block {
    margin: 100px 0;
}

.title_heading p b {
    color: #151515;
    font-weight: 500
}

.contact_page .title_heading p b::before {
    content: "•";
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.mobility_assistance p {
    font-weight: 400
}

.mobility_assistance {
    text-align: start;
    width: 100%;
    padding: 0 35px
}

.custom-radio-group {
    display: flex;
    gap: 45px;
    align-items: center
}

.custom-checkbox-label,
.custom-radio-label {
    align-items: center;
    color: #d2d0cf;
    cursor: pointer;
    font-size: 18px
}

.custom-radio-label {
    display: flex;
    flex-wrap: wrap
}

.styled-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block
}

.custom-radio-label input:checked+.styled-radio::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.custom-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center
}

.custom-checkbox-label {
    display: flex;
    font-weight: 400
}

.styled-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.styled-checkbox svg {
    width: 14px;
    height: 10px
}

.custom-checkbox-label input:checked+.styled-checkbox {
    background-color: #a7a7a7;
    border-color: #a7a7a7
}

.submit_referral_btn {
    background-color: #5c2964;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 27px;
    margin: 5% auto 2%;
    border: none
}

.date_of_birth_input::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../images/calendar.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.accordion_custom_container .accordion_custom_section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px
}

.accordion_custom_container .title_text {
    display: flex;
    align-items: start;
    gap: 70px;
    padding-top: 22px
}

.accordion_custom_container .title_text h3 {
    flex-shrink: 0;
    font-size: 16px;
    color: #151515;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
    min-width: 100px
}

.accordion_custom_container .title_text p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #898785;
    font-weight: 400
}

.accordion_custom_container .custom_list {
    list-style: disc;
    padding-left: 20px;
    color: #666
}

.accordion_custom_container .custom_list li {
    margin-bottom: 5px
}

.accordion_custom_container .custom_table {
    width: 100%;
    border-collapse: collapse
}

.accordion_custom_container .table_block {
    width: 100%;
    overflow: auto
}

.accordion_custom_container .custom_table thead {
    background-color: #f7f4f0
}

.accordion_custom_container .custom_table td,
.accordion_custom_container .custom_table th {
    border: 1px solid #e0dcdc;
    padding: 22px 15px;
    text-align: center;
    background-color: #faf4f0
}

.accordion_custom_container .custom_table th {
    font-weight: 500;
    color: #151515;
    text-align: center;
    background-color: #f7f3ef
}

.accordion_custom_container .custom_table tbody tr:nth-child(odd) {
    background-color: #fcfaf8
}

.policies_and_procedures .accordion-content {
    background: #faf4f0;
    margin-top: 25px
}

.policies_and_procedures .accordion-item {
    background: unset
}

.policies_and_procedures .accordion-header {
    background: #fefbfa;
    border: 1px solid #dddDDD80
}

.accordion-content strong,
.content_text_set strong,
.custom_table strong,
.title_text strong {
    color: #151515;
    font-weight: 500;
    font-size: 14px
}

.title_text .list_menu li {
    margin: 16px 0 0
}

.accordion_custom_section .list_menu {
    margin-bottom: 0
}

.accordion_custom_section .custom_table td ul li {
    color: #898785;
    font-size: 14px;
    font-weight: 400;
    margin: 9px 0
}

.policies_and_procedures .accordian_container .accordion-content {
    margin-top: 3px;
    transition: unset
}

.accordion_custome_table,
.accordion_custome_table .title_text {
    padding-bottom: 0
}

.accordion_custom_section .list_menu li {
    margin: 12px 0;
    font-size: 14px;
    color: #898785
}

.accordion_custom_section .content_para {
    padding-left: 22px;
    padding-top: 15px
}

.accordion_custom_section .content_para li,
.accordion_custom_section .content_para p {
    margin: 12px 0;
    color: #898785;
    line-height: 24px;
    font-size: 14px
}

.accordion_custom_section .content_para h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500
}

.accordion-content b,
.content_para ul li b {
    color: #007c45;
    font-weight: 600
}

.accordion-content .form {
    color: #000;
    font-weight: 600
}

.content_text_set {
    margin-left: 1rem
}

.risk_managment_chart_container {
    display: flex;
    justify-content: center;
    align-items: center
}

.risk_managment_chart_container .risk-cycle {
    position: relative;
    width: 300px;
    height: 300px
}

.risk_managment_chart_container .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    text-align: center;
    box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, .3)
}

.risk_managment_chart_container .identify {
    background-color: #3498db;
    top: 7%;
    left: 40%
}

.risk_managment_chart_container .assessing {
    background-color: #5dade2;
    top: 33%;
    left: 75%
}

.risk_managment_chart_container .treat {
    background-color: #27ae60;
    top: 69%;
    left: 61%
}

.risk_managment_chart_container .review {
    background-color: #229954;
    top: 68%;
    left: 15%
}

.risk_managment_chart_container .report {
    background-color: #58d68d;
    top: 33%;
    left: -1%
}

.risk_managment_chart_container .arrow {
    width: 22px;
    height: 22px;
    position: absolute
}

.risk_managment_chart_container .arrow1 {
    top: 27%;
    left: 70%;
    transform: rotate(-48deg)
}

.risk_managment_chart_container .arrow2 {
    top: 61%;
    left: 80%;
    transform: rotate(26deg)
}

.risk_managment_chart_container .arrow3 {
    top: 85%;
    left: 47%;
    transform: rotate(101deg)
}

.risk_managment_chart_container .arrow4 {
    top: 62%;
    left: 10%;
    transform: rotate(153deg)
}

.risk_managment_chart_container .arrow5 {
    top: 28%;
    left: 28%;
    transform: rotate(235deg)
}

.risk_managment_chart_container .arrow img {
    max-width: 50px
}

.text_set_title {
    font-weight: 500;
    color: #000
}

.accordion_custom_container .custom_table .no_border {
    min-width: 100px;
    border: none
}

.policies_and_procedures .accordion-content {
    display: none;
    height: unset
}

.custome_table_img_block::after,
.custome_table_img_block::before {
    height: 100px;
    background-size: cover;
    z-index: 2;
    background-repeat: no-repeat;
    position: absolute;
    content: ""
}

.content_para h5 {
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.border_set {
    border-bottom: 1px solid #e0dcdc;
    padding: 5px 10px
}

.border_set:last-child {
    border-bottom: none
}

.list_menu span {
    display: block;
    margin: 12px 0
}

.accordion_custom_section .title_text p {
    margin-bottom: 10px;
    line-height: 24px
}

.content_para_inner_content {
    padding-top: 10px
}

.list_style li {
    list-style: none
}

.lower_alpha_set li {
    list-style: lower-alpha
}

.list_auto li {
    list-style: auto
}

.custome_table_img_block::after {
    background-image: url('../images/tree_wall.png');
    top: -123px;
    width: 131px;
    right: -45px
}

.custome_table_img_block::before {
    background-image: url('../images/service_text-img.png');
    bottom: 85px;
    width: 209px;
    left: -237px
}

.custome_table_img_block1::after {
    position: absolute;
    content: "";
    background-image: url('../images/tree_wall.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: -75px;
    z-index: 2;
    width: 107px;
    height: 74px;
    right: -21px
}

.custome_table_img_block1::before {
    position: absolute;
    content: "";
    background-image: url('../images/service_text-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 85px;
    z-index: 2;
    width: 149px;
    height: 77px;
    left: -166px
}

.accordion_custom_container .custome_table_img_block1 {
    width: 83%;
    margin: auto
}

.btn_readmore:hover {
    background: rgb(0 124 69 / 70%)
}

.btn_readmore:hover svg path {
    stroke: #fff
}

.btn_readmore {
    transition: .5s
}

#goog-gt-tt,
.goog-logo-link,
.goog-te-balloon-frame,
.goog-te-banner-frame,
.goog-te-gadget span,
.gskiptranslate,
body.contrast-mode .feed_backblock .purple_shape,
body.contrast-mode .green_shapecard,
body>.skiptranslate,
div#goog-gt- {
    display: none !important
}

.goog-te-gadget {
    color: transparent !important
}

.goog-text-highlight {
    background: 0 0 !important;
    box-shadow: none !important
}

#google_translate_element select {
    background: 0 0;
    border: 1px solid #fff;
    width: 100%;
    text-align: left;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    font-weight: 500;
    border-radius: 1rem;
    margin: 5px 0
}

#google_translate_element option {
    background-color: #5b2c6f;
    color: #fff;
    max-width: 214px !important
}

#google_translate_element {
    position: relative;
    width: 220px;
    user-select: none;
    overflow: hidden
}

#google_translate_element::after {
    content: "";
    position: absolute;
    right: 4%;
    top: 53%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'><path d='M7 10L12 15L17 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    transition: transform .3s;
    border: none
}

.inner_nav_set::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.inner_nav_set::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #f5f5f5
}

.inner_nav_set::-webkit-scrollbar-thumb {
    background-color: #1d8348
}

.slider_cardititle h5 {
    color: #151515;
    cursor: pointer
}

@media (min-width:576px) {
    .applynow_model .modal-dialog {
        max-width: 800px;
        margin: 8.75rem auto 1.75rem
    }
}

@media (max-width:576px) {
    .applynow_model .modal-dialog {
        margin: 8.75rem auto 1.75rem
    }
}

.applynow_model .modal-footer {
    border-top: none;
    display: block;
    padding: 1rem 3rem 3rem
}

.applynow_model .modal-footer::after {
    position: absolute;
    right: 165px;
    background-image: url("../images/how__work.png");
    width: 87px;
    height: 85px;
    content: '';
    background-size: 100% 100%
}

.applynow_model .model_close {
    position: absolute;
    right: 24px;
    top: 13px;
    z-index: 10
}

.applynow_model {
    padding-right: 0 !important
}

.dropzone .upload-box {
    border: 2px dashed #d3d3d3;
    border-radius: 8px;
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    transition: border-color .3s;
    position: relative;
    overflow: hidden
}

#loader,
.dropzone .file-overlay {
    top: 0;
    height: 100%;
    text-align: center
}

.dropzone .upload-box:hover {
    border-color: #999;
    color: #555
}

.dropzone .upload-icon {
    font-size: 24px;
    margin-bottom: 5px;
    color: #999
}

.dropzone .file-overlay {
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute
}

.dropzone .file-overlay .file-name {
    flex-grow: 1;
    text-align: center
}

.dropzone .file-overlay .remove-btn {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    margin-left: 10px
}

.dropzone .remove-btn {
    z-index: 10000;
    position: absolute;
    top: 7px;
    right: 10px;
    background: gray;
    padding: 3px;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff
}

.set_datepicker .form-control {
    display: unset;
    width: 100%;
    height: unset;
    padding: 16px;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 400;
    line-height: unset;
    color: #151515;
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-radius: unset;
    transition: unset
}

.form-control:focus {
    color: unset;
    background-color: unset;
    outline: 0;
    box-shadow: unset
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month,
.flatpickr-day.selected,
.flatpickr-day:hover,
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
    background: #6c136e !important;
    color: #fff !important
}

.flatpickr-day.selected {
    border-color: #6c136e !important
}

.dropzone .remove-btn svg {
    width: 10px;
    height: 13px
}

.footer-col ul,
.we_can_help_with_section .services-list {
    list-style: none;
    padding: 0
}

.we_can_help_with_section .service-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    transition: .3s;
    font-size: 1.1em;
    color: #555;
    width: 100%;
    border: 2px solid #e0d8d8
}

.we_can_help_with_section {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    margin: 0 0 7px
}

.we_can_help_with_section .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    background-color: #007c45;
    color: #fff
}

.we_can_help_with_section .service-item i {
    font-size: 30px;
    color: #007c45;
    margin-right: 20px
}

.we_can_help_with_section .service-item .text {
    flex: 1
}

.we_can_help_with_section .service-item .text h3 {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.we_can_help_with_section .title_heading {
    margin-bottom: 3rem
}

.service_header {
    margin-bottom: 40px
}

.negative-contrast-color {
    color: #ff0 !important
}

.high-contrast-color {
    background-color: #000 !important;
    color: #fff !important
}

#accessTherapyCareersForm .modal-body {
    background-color: #fefcfa;
    border-radius: .5rem
}

.footer-col a {
    display: inline-flex;
    align-items: center;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%
}

.footer-col a i {
    margin-right: 10px
}

.error,
.msg-error {
    color: red !important
}

.footer p span,
.tabel-cell,
footer i.icon-pointer {
    vertical-align: middle
}

.responsive_view_desktop,
.show_hide:hover,
.webimenu ul li.sub-menu:hover>ul {
    display: block !important
}

#capttcha,
#labelcaptcha {
    color: #555
}

form .form-control {
    color: #555 !important
}

form ::placeholder {
    color: #555 !important
}

::placeholder {
    color: red !important;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: red !important
}

::-ms-input-placeholder {
    color: red !important
}

.drop_down {
    column-count: 2;
    width: 573px !important
}

header .ownmenu ul.dropdown li a last-child:hover {
    color: red !important;
    background: 0
}

.drop_down li {
    width: max-content
}

.dropdown-email,
.dropdown-name,
.dropdown-phone,
.filter-style-5,
.footer p span {
    display: inline-block;
    position: relative
}

.adrress-responsive {
    width: 100px;
    margin: auto
}

.form-control:focus {
    border-color: #5c2964;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5c2964;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5c2964
}

.filter-style-5 {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 15px 10px;
    height: 45px
}

.home-agency .ag-text {
    margin-top: 100px;
    background-color: #0000008f;
    border-radius: 20px
}

.dropdownemail,
.dropdownphone {
    display: none;
    position: absolute;
    right: 0;
    background-color: #5c2964;
    width: max-content;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 111111
}

.dropdownemail a,
.dropdownphone a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.border-right {
    border-right: 3px solid #fff
}

.border-bottom {
    border-bottom: 3px solid #fff
}

.footer p span {
    margin: 0;
    width: calc(100% - 29px)
}

.error {
    font-size: 14px;
    display: block;
    text-align: start;
    padding-top: 10px;
    padding-left: 20px
}

@media only screen and (min-width:1025px) {
    .drop_down {
        column-count: 2 !important
    }

    .brand-logo-div {
        display: flex;
        align-items: center
    }

    .brand-logo-div .goog-te-gadget {
        display: flex
    }

    .brand-logo-div .navcontact select.goog-te-combo {
        padding: 13px 9px 9px
    }
}

@media only screen and (max-width:769px) {
    .mobile_responsive {
        padding-top: 30px
    }

    .email-phone,
    .responsive_view_mobile {
        display: block !important
    }

    .menu-toggle {
        top: 7px
    }

    .accessibility .drop-toggle {
        width: 47%
    }

    .phone-none,
    .responsive_view_desktop {
        display: none !important
    }

    .drop-toggle .drop-btn svg {
        margin-left: 0
    }

    .border-right {
        border-bottom: 3px solid #fff;
        border-right: none
    }
}

@media (max-width:1366px) {
    .drop_down {
        column-count: 2
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile_responsive {
        padding-top: 30px
    }

    .fa-chevron-circle-down {
        padding-top: 19px;
        padding-left: 4px
    }

    .responsive_view_desktop {
        display: none !important
    }

    .responsive_view_mobile {
        display: block !important
    }

    header nav .ownmenu li {
        padding: 0 8px
    }

    .drop_down {
        overflow: scroll;
        column-count: auto;
        z-index: 999 !important;
        max-width: 305px;
        height: 412px !important;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .drop_down li {
        width: max-content !important
    }

    .side-logo {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {

    .mobile_view,
    .responsive_view_desktop {
        display: none !important
    }

    .responsive_view_mobile {
        display: block !important
    }

    .menu-toggle {
        top: -70px;
        background: 0 0
    }

    #desktop_view {
        display: block
    }

    #desktop_view a {
        color: #fff;
        font-weight: 400
    }
}

.accessibility-main a p {
    color: #fff;
    margin-top: 10px
}

.goog-te-gadget {
    font-size: 0px;
    height: 38px
}

@media (max-width:767px) {
    .is-sticky .sticky .logo {
        margin: 0 auto;
        float: none
    }
}

.tabel {
    display: table;
    table-layout: fixed
}

.tabel-cell {
    display: table-cell;
    float: none
}

.post-content .tag {
    position: relative;
    margin: 0
}

.grecaptcha-badge {
    bottom: 40px !important
}

@media only screen and (max-width:991px) {
    .img-none {
        display: none
    }

    .model_set {
        width: 90% !important
    }
}

.btn-2 {
    color: #fff;
    background-color: #5c2964;
    border: 2px solid #fff
}

.back-header,
.btn-2:hover,
body.light-contrast-mode .footer {
    background-color: #fff
}

.btn-2:hover {
    color: #5c2964;
    border: 2px solid #5c2964
}

.accessibility-tool-constract.high-contrast-color ul li a,
.negative-contrast-color.nagative-set,
body.contrast-mode .auther_detail span,
body.contrast-mode .blog-title,
body.contrast-mode .blog_main_content li,
body.contrast-mode .blog_pages p,
body.contrast-mode .common_blog_text,
body.contrast-mode .comparison-table td,
body.contrast-mode .get_in_touch_block .contact_info_icon,
body.contrast-mode .get_in_touch_block h2,
body.contrast-mode .homepage_content h1,
body.contrast-mode .homepage_content p,
body.contrast-mode .main_content h5,
body.contrast-mode .mobility_assistance p,
body.contrast-mode .nav-links .inner_nav_set a,
body.contrast-mode .referrer_details h3,
body.contrast-mode .step-description,
body.contrast-mode .step-title,
body.contrast-mode .title_heading h1,
body.contrast-mode .title_heading h2,
body.contrast-mode .title_heading p,
body.contrast-mode .title_heading p b {
    color: #fff !important
}

.dropdown-email:hover>.dropdownemail,
.dropdown-phone:hover>.dropdownphone {
    display: inline-grid;
    justify-items: stretch
}

.mainhead a {
    color: #fff;
    line-height: normal
}

.border-none {
    border-left: none !important
}

.mainhead li {
    color: #fff;
    border-left: 2px solid;
    margin-left: 10px;
    margin-right: 0;
    font-size: 12px
}

@media only screen and (max-width:767px) and (min-width:320px) {

    .model_set h4,
    h5 {
        font-size: 20px !important
    }

    .heading_text_view h1,
    .heading_text_view h2 {
        font-size: 18px !important
    }

    .webimenu .ownmenu {
        height: 290px !important
    }

    .model_set {
        height: 500px !important
    }

    .ownmenu {
        position: absolute !important;
        overflow-x: hidden !important;
        overflow-y: scroll
    }

    .dropdown-phone,
    .mobile_view,
    .responsive_view_desktop {
        display: none !important
    }

    .responsive_view_mobile {
        display: block !important
    }

    .mobile_set {
        margin-top: 80px !important
    }

    .heading_text_view h2 {
        margin: 0
    }

    .for_that .heading_text_view {
        margin: 10px !important
    }

    .dropdown-email,
    .icon-envelope-open,
    .mobile_view,
    .show_hide {
        display: none
    }

    .drop_down {
        column-count: 1 !important;
        width: unset !important
    }

    #desktop_view {
        display: block;
        color: #fff !important
    }

    #desktop_view a {
        color: #fff !important;
        font-weight: 400
    }

    .home-agency {
        margin-top: 15px !important
    }
}

.model_set,
.spinner {
    position: absolute;
    top: 50%;
    left: 50%
}

@media only screen and (max-width:520px) and (min-width:320px) {

    .dropdown-phone,
    .icon-envelope-open {
        display: none
    }
}

@media only screen and (max-width:1500px) and (min-width:1200px) {
    .google-trans-element {
        padding-left: 52px
    }
}

.home-agency {
    background-position: unset !important;
    padding: 20px 0
}

.model_set {
    height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    transform: translate(-50%, -50%) !important;
    width: 51%
}

.ownmenu {
    height: unset !important
}

.loader_img img body {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center
}

.accessibility-btn,
.accessibility-menu li {
    align-items: center;
    gap: 8px;
    cursor: pointer
}

#loader {
    position: fixed;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 99999
}

.spinner {
    width: 4em;
    height: 4em;
    border: .5em solid rgba(0, 0, 0, .1);
    border-left-color: #7983ff;
    border-radius: 50%;
    animation: 1s linear infinite spin
}

.ownmenu>li>a>i {
    font-size: 14px !important;
    line-height: unset !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.top_bar {
    background-color: #6c136e;
    width: 100%;
    height: 50px;
    padding-right: 50px
}

.accessibility-wrapper {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif
}

.accessibility-btn {
    background-color: #4b3b72;
    color: #fff;
    padding: 9px 15px;
    font-size: 14px;
    border: none;
    display: flex;
    border-radius: 4px;
    height: 50px
}

.accessibility-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 179px;
    width: max-content;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10000;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.accessibility-menu h4 {
    margin: 0 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.accessibility-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.accessibility-menu li {
    padding: 6px 10px;
    font-size: 14px;
    display: flex;
    transition: .4s ease-in-out
}

.accessibility-menu li:hover {
    color: #e7bd0a !important
}

.top_bar_content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top_bar_content_left,
.top_bar_content_right ul {
    align-items: center;
    gap: 1rem;
    display: flex
}

.top_bar_content_right ul li {
    list-style: none;
    font-size: 12px;
    color: #fff;
    border-left: 2px solid
}

.top_bar_content_right ul li i {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px
}

.top_bar_content_right ul {
    margin-bottom: 0;
    padding-left: 0
}

.top_bar_content_right li a {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

@keyframes growLine {
    to {
        width: 100%
    }
}

.nav-links a {
    position: relative;
    width: fit-content
}

.inner_nav_set a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 0%;
    background: green;
    animation: .5s ease-in-out .5s forwards growLine
}

.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000
}

.scroll_set.scrolled {
    background: #e3dde4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    height: 60px;
    width: 100%
}

.scroll_set {
    background: 0 0;
    transition: background .3s, box-shadow .3s
}

a.underline-element {
    border-bottom: 2px solid #ff0
}

.readable-font {
    font-family: OpenDyslexic, Arial, sans-serif !important
}

#tooltip {
    position: relative;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    display: inline
}

.banner_section {
    width: 100%;
    height: 574px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.blog-card {
    display: none;
    margin-bottom: 15px;
    opacity: 0;
    transition: opacity .4s, box-shadow .2s, transform .2s
}

.blog-card.visible {
    display: block;
    opacity: 1
}

.blog-card.loading {
    opacity: .6;
    position: relative;
    opacity: .5
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    100% {
        background-position: 200% 0
    }
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    border-radius: 1rem
}

.blog-title {
    color: #151515;
    font-family: Marcellus, serif;
    margin-bottom: 12px;
    transition: .1s
}

.blog-desc {
    font-size: .9rem
}

.blog-topic {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem
}

.blog_card_container {
    margin: 60px 0
}

.auther_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #d0ccc9;
    padding-top: 10px
}

.auther_detail span {
    color: #888684;
    font-weight: 500
}

.common_blog_text {
    color: #888684
}

.blog-card img {
    max-width: 100%;
    min-width: 100%;
    border-radius: 10px
}

.blog-card.loading::after {
    content: '';
    background: repeating-linear-gradient(90deg, #f0f0f0 0, #f0f0f0 10px, #e0e0e0 20px);
    background-size: 200% 100%;
    z-index: 10;
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: .8s linear infinite spin
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.blog_pages h1,
.blog_pages h2,
.blog_pages h3,
.blog_pages h4,
.blog_pages h5,
.blog_pages h6 {
    font-family: Marcellus, serif;
    margin-top: 30px
}

.blog_main_title {
    margin: 0 0 20px
}

.blog_pages p {
    color: #888583
}

.main_content {
    margin: 10px 0 60px
}

.blog_pages::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #9bb4a2;
    filter: blur(30px);
    opacity: .5;
    top: 5%;
    right: -4%;
    z-index: -1
}

.footer {
    padding: 60px 60px 40px;
    background-color: #111
}

.footer-col h3 {
    font-size: 28px;
    margin-bottom: 25px
}

.footer-col ul li a {
    color: #ccc
}

.bottom-bar {
    padding: 15px;
    background-color: #0d0d0d;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #444;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo_textfooter {
    width: 80%;
    margin: 25px 0;
    font-family: Poppins;
    color: #777
}

#zoom-popup {
    display: none;
    position: fixed;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    z-index: 10000000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

body.contrast-mode,
body.contrast-mode .banner_section,
body.contrast-mode .scroll_set.scrolled {
    background: #000 !important
}

body.contrast-mode .blog-card:hover {
    box-shadow: 0 8px 20px rgb(253 249 249 / 20%)
}

body.contrast-mode .hamburger div,
body.light-contrast-mode .top_bar {
    background-color: #fff !important
}

body.contrast-mode .comparison-table tr:hover,
body.contrast-mode .comparison-table tr:nth-child(2n) {
    background-color: unset !important
}

body.contrast-mode .nav-links .inner_nav_set a.active::after {
    background: #fff !important
}

body.contrast-mode .scroll_set.scrolled {
    box-shadow: rgb(198 174 174) 0 5px 15px !important
}

body.contrast-mode .apply_now_block {
    background: #76767680
}

body.contrast-mode .homepage_content .banner_btn a {
    color: #fff !important;
    border: 1px solid #fff
}

body.contrast-mode .banner_section {
    height: 400px !important
}

body.contrast-mode .homepage_content {
    padding: 155px 20px 20px
}

body.contrast-mode button {
    border: 1px solid #fff !important;
    color: #fff !important
}

a.yellow-underline,
body.contrast-mode a.yellow-underline {
    border-radius: 4px !important;
    border: 2px solid transparent !important;
    box-shadow: 0 0 0 1px #000 !important;
    background: #ff0 !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    width: auto;
}
a.yellow-underline .enquire-btn-set {
    color: #000 !important;
}
.goog-te-gadget {
    height: unset;
}

.yellow-underline button{
    background: #ff0 !important;
}
body.lin-underline .slider_cardititle  {
    gap: 15px;
}
.footer-col .yellow-underline img {
    filter: brightness(0);
}
body.lin-underline .nav-links {
    overflow: unset !important
}

a.yellow-underline.active::after {
    bottom: -10px !important
}

body.readable-font-mode,
body.readable-font-mode a,
body.readable-font-mode b,
body.readable-font-mode button,
body.readable-font-mode em,
body.readable-font-mode h1,
body.readable-font-mode h2,
body.readable-font-mode h3,
body.readable-font-mode h4,
body.readable-font-mode h5,
body.readable-font-mode h6,
body.readable-font-mode input,
body.readable-font-mode label,
body.readable-font-mode li,
body.readable-font-mode p,
body.readable-font-mode select,
body.readable-font-mode span,
body.readable-font-mode strong,
body.readable-font-mode textarea {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif !important
}

body.light-contrast-mode #google_translate_element select {
    border: 1px solid #000 !important;
    color: #000 !important
}

.body.light-contrast-mode .bottom-bar p,
body.contrast-mode .faq-section p,
body.light-contrast-mode .footer-col a,
body.light-contrast-mode .footer-col a i,
body.light-contrast-mode .footer-col h3,
body.light-contrast-mode .footer-col ul li a,
body.light-contrast-mode .logo_textfooter p,
body.light-contrast-mode .top_bar_content_right li a,
body.light-contrast-mode .top_bar_content_right ul li i {
    color: #000 !important
}

body.light-contrast-mode .top_bar_content_right ul li {
    border-left: 2px solid #000 !important
}

body.light-contrast-mode .accessibility-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000
}

body.light-contrast-mode .fixed_header {
    border: 1px solid #000
}

body.light-contrast-mode .banner_btn a,
body.light-contrast-mode .enquire-btn,
body.light-contrast-mode button {
    border: 1px solid #000;
    background-color: #fff;
    color: #000
}

.comparison-table tr:nth-child(2n),
.faq-section {
    background-color: #f8fbff
}

body.light-contrast-mode .scroll_set.scrolled {
    background: #fff
}

body.light-contrast-mode .footer-col img {
    filter: brightness(0)
}

.blog-title:hover {
    font-weight: 600;
    color: #1d8348
}

.blog_pages {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 20px 0
}

.blog_banner {
    text-align: center;
    margin-bottom: 30px
}

.blog_banner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.blog_main_title h1 {
    color: #007c45;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
    border-bottom: 2px solid #007c45;
    padding-bottom: 15px
}

.blog_main_content p {
    margin-bottom: 20px;
    font-size: 16px
}

.blog_main_content h2 {
    color: #007c45;
    margin: 30px 0 15px;
    font-size: 24px;
    border-left: 4px solid #007c45;
    padding-left: 15px
}

.blog_main_content h3 {
    color: #007c45;
    margin: 25px 0 15px;
    font-size: 20px
}

.blog_main_content ol,
.blog_main_content ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.blog_main_content li {
    margin-bottom: 10px
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden
}

.comparison-table th {
    background-color: #007c45;
    color: #fff;
    padding: 12px 15px;
    text-align: left
}

.comparison-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd
}

.comparison-table tr:hover {
    background-color: #f1f7ff
}

.faq-section {
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    border-left: 4px solid #007c45
}

.faq-item {
    margin-bottom: 20px
}

.faq-question {
    font-weight: 700;
    color: #007c45;
    margin-bottom: 8px
}

.blog_main_content a {
    color: #0056b3
}

.underline {
    color: #007c45
}

.blog_pages::before {
    position: absolute;
    top: 2.8%;
    left: 0;
    width: 572px;
    height: 351px;
    content: '';
    background-repeat: no-repeat;
    background-image: url("/assets/images/blog/curve_blog.png");
    z-index: -1
}

.blog_pages .container_custome {
    max-width: 1200px
}


.contrast-mode .model_close span {
    color: #000 !important;
}

.about_text_img {
    display: none;
}
.accordian_container .accordion-header.active  span svg{
   transform: rotate(180deg);
}
body.contrast-mode .step_card .step-title {
    color: #000 !important;
}
body.contrast-mode .why_chooosecard_text h2 {
    color: #333 !important;
}
.make_enquire {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
body.lin-underline .fa {
    color: #000 !important;
}
.nav-links .top_bar_content_right li a, .nav-links .top_bar_content_right li a i{
  color: #333;
} 
.nav-links .top_bar_content_right ul li {
    border-left:none ;
}
.nav-links .top_bar_content_right ul {
    flex-wrap: wrap;
    gap: 10px;
}
 .nav-links .top_bar_content_right ul li i {
    margin: 0;
}
.mobile_set_plceholder {
    display: none;
}
.why_choose_card .col-md-4 {
    display: flex;
}