        @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700;600;500&family=Raleway:wght@300;400;500;600;700&display=swap");

        body {
            font-family: "Raleway", sans-serif;
            font-weight: normal;
            transition: all 150ms ease-in-out;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            transition: all 150ms ease-in-out;
        }

        ul,
        li,
        a,
        p,
        span {
            /* transition: all 150ms ease-in-out; */
        }

        /**** Style for New Banner ****/

        .banner_v2_wrap {
            /* position: relative;
            padding: 64px 0;
            overflow: hidden; */
            /* background-image: var(--dark-gr); */
            /* background-color: #4db3e0; */
            background-image: linear-gradient(95deg, rgb(29, 123, 164), rgba(0, 0, 0, 0)), url(..//images//home_banner.jpg);
            height: 500px;
            /* background: unset; */
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center 48%;
            padding: 64px 0;
        }

        .banner_box22 {
            /* position: relative;
            padding: 64px 0;
            overflow: hidden; */
            /* background-image: var(--blue-gr); */
            background-image: linear-gradient(120deg, #1d7ba4 0%, #000733 85%);
        }

        .banner_v2_wrap .bg_img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .banner_v2_wrap .banner_inner {
            position: relative;
            z-index: 1;
        }

        .banner_v2_wrap .banner_inner .banner_info {
            width: 100%;
            max-width: 650px;
        }

        .banner_v2_wrap .banner_inner .banner_info h1 {
            font-size: 46px;
            line-height: 1.25;
            font-weight: 300;
            letter-spacing: 0px;
            color: var(--white);
            margin: 0;
            position: relative;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

        .banner_v2_wrap .banner_inner .banner_info h1 span {
            display: block;
            font-weight: 700;
        }

        .banner_v2_wrap .banner_inner .banner_info h1::after {
            content: "";
            width: 65%;
            height: 1px;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .banner_v2_wrap .banner_inner .banner_info h2 {
            font-size: 46px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: 0px;
            margin: 0;
            color: #11CCFF;
        }

        .banner_v2_wrap .banner_inner .banner_info a {
            font-size: 18px;
            font-weight: 600;
            /* background-color: #27abed; */
            /* background-color: #1e2f97; */
            background-color: #27abec;
            color: #fff;
            display: inline-block;
            margin-top: 50px;
            padding: 18px 30px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
        }

        .banner_v2_wrap .banner_inner .banner_info a:hover {
            background-color: #fff;
            color: #1e2f97;
        }

        .banner_v2_wrap .banner_inner .banner_img {
            position: absolute;
            top: -45px;
            right: -150px;
            width: 660px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: bottom;
            object-position: bottom;
        }

        @media (max-width: 992px) {
            .banner_v2_wrap {
                padding: 0;
            }

            .banner_v2_wrap .banner_inner .banner_info {
                padding: 65px 0;
            }

            .banner_v2_wrap .banner_inner .banner_img {
                position: relative;
                top: auto;
                right: auto;
                display: block;
                margin: 0 auto;
                bottom: -44px;
            }
        }

        @media (max-width: 575px) {
            .banner_v2_wrap .banner_inner .banner_info h1 {
                font-size: 38px;
            }

            .banner_v2_wrap .banner_inner .banner_info h2 {
                font-size: 38px;
            }

            .banner_v2_wrap .banner_inner .banner_info a {
                font-size: 16px;
                padding: 15px 25px;
            }

            .banner_v2_wrap .banner_inner .banner_img {
                bottom: -30px;
                width: 455px;
            }

            .banner_v2_wrap {
                height: unset;
                background-size: cover;
            }

            .tail_wrap .dw_item figure img {
                object-fit: inherit !important;
            }
        }

        /**** Style for all Section Heading ****/

        .sec_heading {
            margin-bottom: 45px;
        }

        .sec_heading h3 {
            font-size: 36px;
            line-height: 1.25;
            color: #111;
            margin: 0;
            margin-bottom: 10px;
        }

        .sec_heading h3 span {
            color: #1e2f97;
            margin-left: 10px;
        }

        .sec_heading p {
            font-size: 18px;
            line-height: 1.5;
            font-weight: 500;
            color: #242424;
            margin: 0;
            padding: 0;
        }

        .sec_heading.text-white h3,
        .sec_heading.text-white p {
            color: var(--white);
        }

        @media (max-width: 575px) {
            .sec_heading {
                margin-bottom: 40px;
            }

            .sec_heading h3 {
                font-size: 32px;
            }

            .sec_heading p {
                font-size: 16px;
            }
        }

        .w700 {
            width: 100%;
            max-width: 700px;
            margin: 0 auto !important;
        }

        .w1020 {
            width: 100%;
            max-width: 1020px;
            margin: 0 auto !important;
        }

        .w1080 {
            width: 100%;
            max-width: 1080px;
            margin: 0 auto !important;
        }

        /**** Style for Tailored Solutions ****/

        .tail_wrap {
            padding: 60px 0;
            padding-bottom: 75px;
        }

        .tail_wrap .row {
            margin: -5px;
        }

        .tail_wrap .row .col-12 {
            padding: 5px;
        }

        .tail_wrap .dw_item {
            background-color: #edeff3;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
        }

        .tail_wrap .dw_item figure {
            width: 100%;
            height: 249px;
            background-color: #27abed;
            margin: 0;
            position: relative;
        }

        .tail_wrap .dw_item figure img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: bottom;
            position: absolute;
            width: 100%;
        }

        .tail_wrap .dw_item .dw_con {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            gap: 16px;
            padding: 24px;
            min-height: 400px;
        }

        .tail_wrap .dw_item .dw_con h3 {
            font-size: 24px;
            line-height: 1.5;
            font-weight: 500;
            color: #111;
            margin: 0;
            min-height: 70px;
        }

        .tail_wrap .dw_item .dw_con P {
            font-size: 16px;
            line-height: 1.75;
            font-weight: 500;
            color: #242424;
            padding: 0;
            margin: 0;
            min-height: 245px;
        }

        .tail_wrap .dw_item .dw_con a {
            display: inline-flex;
            font-size: 16px;
            font-weight: 600;
            color: #1e2f97;
            position: relative;
            width: fit-content;
        }

        .tail_wrap .dw_item .dw_con a::before {
            content: "";
            background-color: #1e2f97;
            width: 0;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0px;
            transition: all 400ms ease-in-out;
        }

        .tail_wrap .dw_item .dw_con a:hover::before {
            width: 100%;
        }

        @media (max-width: 768px) {
            .dw_item .dw_con {
                min-height: auto;
            }
        }

        @media (max-width: 1400px) {
            .tail_wrap .dw_item .dw_con {
                min-height: 400px;
            }
        }

        /**** Style for Schedule COnsultation ****/

        .schedule_wrap {
            position: relative;
            padding: 80px 0;
            padding-top: 70px;
            background-image: var(--reverse-blue-gr);
        }

        .schedule_wrap .sch_inner {
            position: relative;
        }

        .schedule_wrap .sch_inner .sch_info {
            width: 100%;
            max-width: 465px;
        }

        .schedule_wrap .sch_inner .sch_info h3 {
            font-size: 30px;
            color: #fff;
            line-height: 1.3;
            margin: 0;
            margin-bottom: 32px;
            /* max-width: 465px; */
        }

        .schedule_wrap .sch_inner .sch_info a {
            font-size: 18px;
            font-weight: 600;
            background-color: #1e2f97;
            color: #fff;
            display: inline-block;
            margin-top: 50px;
            padding: 18px 30px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
        }

        .schedule_wrap .sch_inner .sch_info a:hover {
            background-color: #fff;
            color: #1e2f97;
        }

        .schedule_wrap .sch_inner .sch_info ul {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .schedule_wrap .sch_inner .sch_info ul li {
            color: white;
            font-family: Lato;
            font-size: 17px;
            font-weight: 400;
            line-height: 27.2px;
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .schedule_wrap .sch_inner .sch_info ul li i {
            color: #60935D;
            font-size: 24px;
        }

        .schedule_wrap .sch_inner img {
            position: absolute;
            bottom: -90px;
            right: 0;
            width: 460px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: bottom;
            object-position: bottom;
        }

        @media (max-width: 768px) {
            .schedule_wrap {
                overflow: hidden;
            }

            .schedule_wrap .sch_inner img {
                position: relative;
                right: auto;
                display: block;
                margin: 0 auto;
                width: 100%;
                max-width: 460px;
            }
        }

        @media (max-width: 575px) {
            .schedule_wrap .sch_inner .sch_info a {
                font-size: 16px;
                padding: 14px 25px;
            }
        }

        /**** Style for Footer ****/

        footer {
            padding: 64px 0;
            padding-bottom: 25px;
            background-color: #111;
            position: relative;
            overflow: hidden;
        }

        footer .f_widget {
            margin-bottom: 35px;
        }

        footer .f_widget h4 {
            font-size: 24px;
            color: #fff;
            line-height: 1.5;
            margin: 0;
            margin-bottom: 20px;
        }

        footer .f_widget ul {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        footer .f_widget ul li {
            display: block;
            line-height: 1.7;
        }

        footer .f_widget ul li a {
            display: inline-block;
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            position: relative;
            padding-left: 20px;
            transition: all 400ms ease-in-out;
        }

        footer .f_widget ul li a::before {
            content: "";
            width: 6px;
            height: 6px;
            background-color: #747474;
            position: absolute;
            top: 8px;
            left: 0;
            transition: all 400ms ease-in-out;
        }

        footer .f_widget ul li a::after {
            content: "";
            background-color: #3db4ef;
            width: 0;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 20px;
            transition: all 400ms ease-in-out;
        }

        footer .f_widget ul li a:hover {
            color: #3db4ef;
        }

        footer .f_widget ul li a:hover::before {
            border-radius: 50%;
            transform: rotate(360deg);
            background-color: #fff;
        }

        footer .f_widget ul li a:hover::after {
            width: 75%;
        }

        footer .footer_bottom {
            align-items: flex-end;
        }

        footer .footer_bottom .f_social {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        footer .footer_bottom .f_social li {
            display: block;
        }

        footer .footer_bottom .f_social li a {
            display: block;
            font-weight: normal;
            background-color: #cfcfcf;
            color: #111;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 20px;
            border-radius: 50%;
            position: relative;
            overflow: hidden;
            transition: all 300ms ease-in-out;
        }

        footer .footer_bottom .f_social li a i {
            position: relative;
            z-index: 1;
        }

        footer .footer_bottom .f_social li a img {
            filter: invert(1);
            width: 13px;
            height: 16px;
            margin-bottom: 2px;
            position: relative;
            z-index: 1;
            transition: all 300ms ease-in-out;
        }

        footer .footer_bottom .f_social li a:hover {
            color: #fff;
            background-color: #1e2f97;
        }

        footer .footer_bottom .f_social li a:hover img {
            filter: none;
        }

        footer .footer_bottom p {
            padding: 0;
            font-size: 18px;
            font-weight: normal;
            color: #fff;
            letter-spacing: 3px;
            margin: 0;
        }

        footer .footer_bottom p a {
            display: inline-block;
            color: inherit;
        }

        footer .footer_bottom p a:hover {
            color: #3db4ef;
        }

        footer .footer_bottom .f_brand {
            width: 100%;
            max-width: 750px;
            display: flex;
            margin: 0 auto;
            margin-right: 0;
            gap: 25px;
        }

        footer .footer_bottom .f_brand a {
            display: block;
        }

        footer .footer_bottom .f_brand a img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        footer .footer_bottom .terms_link {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 20px;
            margin: 25px 0;
            margin-bottom: 15px;
        }

        footer .footer_bottom .terms_link li {
            display: inline-block;
            position: relative;
        }

        footer .footer_bottom .terms_link li::after {
            content: "";
            background-color: #939393;
            width: 1px;
            height: 15px;
            position: absolute;
            top: 1px;
            right: -10px;
        }

        footer .footer_bottom .terms_link li a {
            display: block;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #939393;
            transition: all 300ms ease-in-out;
        }

        footer .footer_bottom .terms_link li a:hover {
            color: #27abed;
        }

        footer .footer_bottom .terms_link li:last-child::after {
            content: none;
        }

        @media (max-width: 992px) {
            footer .f_widget h4 {
                margin-bottom: 10px;
            }

            footer .footer_bottom {
                display: grid;
                justify-content: stretch;
                gap: 30px;
            }

            footer .footer_bottom .col-12:first-child {
                order: 2;
            }

            footer .footer_bottom .f_social {
                justify-content: center;
                margin-bottom: 10px;
            }

            footer .footer_bottom .f_social li {
                display: block;
            }

            footer .footer_bottom .f_social li a {
                width: 32px;
                height: 32px;
                line-height: 32px;
                font-size: 18px;
            }

            footer .footer_bottom .f_social li a img {
                margin-bottom: 4px;
                margin-right: 1px;
            }

            footer .footer_bottom p {
                text-align: center;
                font-size: 15px;
            }

            footer .footer_bottom .f_brand {
                margin: 0 auto;
                max-width: 500px;
            }

            footer .footer_bottom .terms_link {
                justify-content: center;
            }
        }

        /*** Style for Anunta at a Glance ***/

        .glance_wrap {
            position: relative;
            overflow: hidden;
            padding: 60px 0;
            padding-bottom: 75px;
            background-color: #f3f3f5;
        }

        .glance_wrap .glance_ul {
            padding-inline-start: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .glance_wrap .glance_ul li {
            display: flex;
            align-items: center;
            background-color: #fff;
            border-radius: 5px;
            padding: 25px 15px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        }

        .glance_wrap .glance_ul li img {
            width: 60px;
            height: 60px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        .glance_wrap .glance_ul li h4 {
            display: inline-block;
            width: calc(100% - 60px);
            padding-left: 15px;
            font-size: 16px;
            line-height: 1.25;
            font-weight: 500;
            color: #111;
        }

        .glance_wrap .glance_ul li h4 span {
            display: block;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 30px;
            color: #1e2f97;
            margin-bottom: 5px;
        }

        .glance_wrap .cl_review {
            padding-left: 45px;
            position: relative;
        }

        .glance_wrap .cl_review h3 {
            font-size: 28px;
            line-height: 1.5;
            color: #111;
            margin: 0;
            margin-bottom: 15px;
        }

        .glance_wrap .cl_review .clr_item p {
            font-size: 18px;
            font-weight: 500;
            color: #242424;
            line-height: 1.75;
            margin: 0;
            padding: 0;
            margin-bottom: 40px;
        }

        .glance_wrap .cl_review .clr_item .clr_con {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .glance_wrap .cl_review .clr_item .clr_con h4 {
            width: calc(100% - 125px);
            display: inline-block;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 500;
            font-style: italic;
            color: #1e2f97;
            margin: 0;
        }

        .glance_wrap .cl_review .clr_item .clr_con h4 span {
            display: block;
        }

        .glance_wrap .cl_review .clr_item .clr_con figure {
            position: relative;
            width: 125px;
            height: 125px;
            margin: 0;
        }

        .glance_wrap .cl_review .clr_item .clr_con figure .profile_img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            border-radius: 50%;
            overflow: hidden;
        }

        .glance_wrap .cl_review .clr_item .clr_con figure .quote_icon {
            position: absolute;
            top: 15px;
            left: -5px;
            width: 30px;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        .glance_wrap .cl_review .cl_review_slide {
            margin: 0;
        }

        .glance_wrap .cl_review .slick-dots {
            bottom: auto;
            top: -48px;
            width: auto;
            right: 0;
        }

        .glance_wrap .cl_review .slick-dots li {
            margin: 0 4px;
        }

        .glance_wrap .cl_review .slick-dots li button {
            background-color: #c2c2c2;
            width: 10px;
            height: 10px;
            opacity: 1;
        }

        .glance_wrap .cl_review .slick-dots li.slick-active button {
            background-color: #1e2f97;
        }

        @media (max-width: 992px) {
            .glance_wrap .row {
                gap: 50px;
            }

            .glance_wrap .cl_review {
                padding: 0;
            }
        }

        @media (max-width: 575px) {
            .glance_wrap .glance_ul li {
                display: grid;
                gap: 20px;
                padding: 20px 10px;
            }

            .glance_wrap .glance_ul li img {
                width: 100%;
                height: 50px;
            }

            .glance_wrap .glance_ul li h4 {
                width: 100%;
                padding: 0;
                text-align: center;
            }

            .glance_wrap .cl_review .clr_item p {
                font-size: 16px;
            }

            .glance_wrap .cl_review .clr_item .clr_con {
                display: grid;
                justify-content: stretch;
                gap: 15px;
            }

            .glance_wrap .cl_review .clr_item .clr_con h4 {
                width: 100%;
                text-align: center;
                order: 2;
            }

            .glance_wrap .cl_review .clr_item .clr_con figure {
                display: block;
                margin: 0 auto;
                width: 100px;
                height: 100px;
            }

            .glance_wrap .cl_review .slick-dots {
                top: auto;
                bottom: -40px;
                width: 100%;
            }
        }

        /**** Style for Our Recognition ****/

        .reco_wrap {
            position: relative;
            background-color: #fff;
            padding: 60px 0;
            padding-bottom: 75px;
        }

        .reco_wrap .reco_slide {
            position: relative;
        }

        .reco_wrap .reco_slide a {
            display: block;
            width: 100%;
            height: 115px;
        }

        .reco_wrap .reco_slide a img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        .reco_wrap .reco_slide .slick-next,
        .reco_wrap .reco_slide .slick-prev {
            display: block !important;
            top: 50%;
            transform: translate(0, -50%);
            width: 50px;
            height: 50px;
            background-color: transparent;
            border-radius: 0px;
        }

        .reco_wrap .reco_slide .slick-prev {
            left: -55px;
            right: auto;
        }

        .reco_wrap .reco_slide .slick-prev::before {
            content: "\e64a";
            font-family: 'themify';
            background-color: transparent;
            border-radius: 0px;
            color: #1e2f97;
            border: none;
            font-size: 50px;
            padding: 0;
        }

        .reco_wrap .reco_slide .slick-next {
            left: auto;
            right: -55px;
        }

        .reco_wrap .reco_slide .slick-next::before {
            content: "\e649";
            font-family: 'themify';
            background-color: transparent;
            border-radius: 0px;
            color: #1e2f97;
            border: none;
            font-size: 50px;
            padding: 0;
        }

        @media (max-width: 992px) {
            .reco_wrap .reco_slide a {
                height: 115px;
            }
        }

        @media (max-width: 575px) {
            .reco_wrap .reco_slide a {
                height: 100px;
            }
        }

        .right_pr_inner .main_row {
            margin: 0 -5px;
        }

        .right_pr_inner .main_row .main_col {
            padding: 0 5px;
        }

        .right_pr_inner .com_card {
            /* background-image: linear-gradient(120deg, #fff 0%, #9ae8ff 120%); */
            /* background-color: #3db4ef; */
            background-color: #2d376f;
            padding: 25px;
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            min-height: 355px;
            width: 100%;
            margin-bottom: 15px;
        }

        .right_pr_inner .com_card h5 {
            font-size: 20px;
            color: #fff;
            line-height: 1.3;
            margin: 0;
            margin-bottom: 10px;
        }

        .right_pr_inner .com_card p {
            font-size: 17px;
            line-height: 1.75;
            font-weight: 500;
            margin: 0;
            padding: 0;
            color: #fff;
        }

        .right_pr_inner .com_point {
            background-color: #fff;
            color: #242424;
            padding: 10px 15px;
            box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            border-radius: 5px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 55px;
        }

        .right_pr_inner .sub_row {
            margin: 0 -5px;
        }

        .right_pr_inner .sub_row .sub_col {
            padding: 5px;
        }

        .right_pr_inner .sub_row .sub_col:nth-child(2) .com_point {
            background-color: #2d376f;
            /* background-image: var(--reverse-blue-gr); */
            /* background-image: #3db4ef; */
            color: #fff;
            font-size: 15px;
            line-height: 24px;
            font-weight: 700;
            letter-spacing: 1px;
            position: relative;
        }

        .right_pr_inner .sub_row .sub_col .com_point .left_point {
            display: block;
            background-color: #2d376f;
            width: 15px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: -15px;
            transform: translate(0, -50%);
        }

        .right_pr_inner .sub_row .sub_col .com_point .left_point::before {
            width: 0px;
            height: 0px;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 15px solid #2d376f;
            content: "";
            position: absolute;
            top: -8px;
            left: -10px;
        }

        .right_pr_inner .sub_row .sub_col .com_point .right_point {
            display: block;
            background-color: #2d376f;
            width: 15px;
            height: 24px;
            position: absolute;
            top: 50%;
            right: -15px;
            transform: translate(0, -50%);
        }

        .right_pr_inner .sub_row .sub_col .com_point .right_point::before {
            width: 0px;
            height: 0px;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 15px solid #2d376f;
            content: "";
            position: absolute;
            top: -8px;
            right: -10px;
        }

        @media (max-width: 992px) {
            .right_pr_inner {
                width: 850px;
            }

            .right_pr_inner .main_row {
                margin: -10px -5px;
            }

            .right_pr_inner .main_row .main_col {
                padding: 10px 5px;
            }

            .right_pr_inner .com_card {
                padding: 20px;
            }

            .right_pr_inner .com_card h5 {
                font-size: 18px;
                margin-bottom: 8px;
            }

            .right_pr_inner .com_card p {
                font-size: 14px;
            }

            .right_pr_inner .com_point {
                padding: 5px 10px;
                font-size: 15px;
                min-height: 54px;
            }

            .right_pr_inner .sub_row {
                margin: -10px -5px;
            }

            .right_pr_inner .sub_row .sub_col {
                padding: 10px 5px;
            }

            .right_pr_inner .sub_row .sub_col:nth-child(2) .com_point {
                font-size: 14px;
                line-height: 22px;
                letter-spacing: 0;
            }

            .rpr_wrap {
                overflow: auto;
            }
        }

        /**** Style for Why Anunta Page ****/

        .banner_wrap.bg-blue.about_banner {
            background-image: linear-gradient(60deg, #4eb6e3 0%, #000c59 120%);
        }

        .banner_wrap.mdm_banner.about_banner .banner_img {
            height: 400px;
            margin: 0;
            margin-bottom: -35px;
        }

        .bg_grey2 {
            background-color: #f6f4fc;
        }

        .about_anunta {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
        }

        .about_anunta .row {
            align-items: center;
            margin: 0;
        }

        .about_anunta .row .col-12 {
            padding: 0;
        }

        .about_anunta .row .col-12:last-child {
            padding-left: 60px;
        }

        .about_anunta img {
            width: 100%;
            max-width: 400px;
            height: 400px;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
            overflow: hidden;
        }

        .about_anunta h3 {
            font-size: 36px;
            line-height: 1.25;
            color: #111;
            margin: 0;
            margin-bottom: 20px;
        }

        .about_anunta h3 span {
            color: #1e2f97;
            margin-left: 6px;
        }

        .about_anunta p {
            font-size: 17px;
            line-height: 1.75;
            font-weight: 500;
            color: #242424;
            margin: 0;
            padding: 0;
        }

        .about_anunta p:last-child {
            margin-top: 15px;
        }

        .about_anunta a {
            font-size: 17px;
            font-weight: 500;
            background-color: #27abed;
            color: #fff;
            margin-top: 25px;
            display: inline-block;
            padding: 12px 30px;
            border-radius: 5px;
            transition: all 300ms ease-in-out;
        }

        .about_anunta a:hover {
            background-color: #1e2f97;
        }

        @media (max-width: 1400px) {
            .banner_wrap.bg-blue.about_banner {
                padding: 25px 0;
            }

            .banner_wrap.bg-blue.about_banner .banner_img {
                margin: 20px 0;
                margin-bottom: -60px;
            }
        }

        @media (max-width: 768px) {
            .banner_wrap.bg-blue.about_banner {
                padding: 40px 0;
                overflow: visible;
            }

            .banner_wrap.bg-blue.about_banner .banner_img {
                height: auto;
                margin: 0 auto;
                margin-bottom: -68px;
                width: 95%;
                max-width: 400px;
            }
        }

        @media (max-width: 1200px) {
            .about_anunta .row .col-12:last-child {
                padding-left: 30px;
            }
        }

        @media (max-width: 992px) {
            .about_anunta {
                padding: 70px 0;
                padding-top: 80px;
            }

            .about_anunta .row {
                gap: 30px;
            }

            .about_anunta img {
                display: block;
                margin: 0 auto;
            }

            .about_anunta h3 {
                margin-bottom: 15px;
            }

            .about_anunta p:last-child {
                margin-top: 10px;
            }

            .about_anunta .row .col-12:last-child {
                padding: 0;
            }
        }

        @media (max-width: 575px) {
            .about_anunta h3 {
                font-size: 32px;
            }

            .transform_box_wrap .trans_small_box,
            .transform_box_wrap .trans_small_box p {
                min-height: auto;
            }
        }

        .about_count {
            padding-inline-start: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            margin-top: 45px;
        }

        .about_count li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            background-color: #f3f3f5;
            border-radius: 5px;
            padding: 30px 15px;
            font-size: 16px;
            line-height: 1.25;
            font-weight: 500;
            color: #111;
            transition: all 300ms ease-in-out;
        }

        .about_count li span {
            display: block;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 30px;
            color: #1e2f97;
            margin-bottom: 10px;
            transition: all 300ms ease-in-out;
        }

        .about_count li:hover {
            background-color: #3db4ef;
            color: #fff;
        }

        .about_count li:hover span {
            color: #fff;
        }

        @media (max-width: 768px) {
            .about_count {
                grid-template-columns: repeat(2, 1fr);
                margin-top: 35px;
            }

            .about_count li {
                padding: 25px 10px;
            }
        }

        @media (max-width: 575px) {
            .about_count {
                gap: 10px;
            }

            .about_count li span {
                margin-bottom: 5px;
            }
        }

        .inf_seq h4 {
            font-size: 28px;
            line-height: 1.5;
            color: #111;
            margin: 0;
            margin-bottom: 15px;
        }

        .inf_seq ul {
            padding-inline-start: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

        .inf_seq ul li {
            display: block;
            width: 100%;
            height: 150px;
            background-color: #fff;
            border-radius: 5px;
            padding: 25px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
            transition: all 300ms ease-in-out;
        }

        .inf_seq ul li img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        .inf_seq ul li:hover {
            transform: translateY(-5px) scale(1.05);
        }

        @media (max-width: 575px) {
            .inf_seq ul {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .inf_seq ul li {
                height: 135px;
            }
        }

        /**** Style for Career Page ****/

        .banner_wrap.inner_page_banner .banner_info .link_btn {
            font-size: 17px;
            font-weight: 600;
            background-color: #1e2f97;
            color: #fff;
            display: inline-block;
            padding: 15px 25px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
            width: 125px;
            text-align: center;
            margin-top: 15px;
        }

        .banner_wrap.inner_page_banner .banner_info .link_btn:hover {
            background-color: #fff;
            color: #1e2f97;
        }

        .when_choose {
            margin-top: 50px;
            text-align: center;
        }

        .when_choose h4 {
            font-size: 28px;
            line-height: 1.5;
            color: #111;
            margin: 0;
            margin-bottom: 15px;
        }

        .when_choose ul {
            padding-inline-start: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

        .when_choose ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            background-color: #f3f3f5;
            border-radius: 5px;
            padding: 30px 10px;
            font-size: 18px;
            line-height: 1.6;
            font-weight: 700;
            color: #1e2f97;
            transition: all 300ms ease-in-out;
            min-height: 150px;
        }

        .when_choose ul li:hover {
            background-color: #3db4ef;
            color: #fff;
        }

        @media (max-width: 992px) {
            .when_choose {
                margin-top: 40px;
            }

            .when_choose ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .when_choose ul li {
                width: 48.7%;
            }
        }

        @media (max-width: 650px) {
            .when_choose {
                margin-top: 30px;
            }

            .when_choose h4 {
                font-size: 24px;
            }

            .when_choose ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .when_choose ul li {
                width: 100%;
                font-size: 17px;
                line-height: 1.5;
                min-height: auto;
            }
        }

        .w555 {
            width: 100%;
            max-width: 555px !important;
        }

        .emp_testimonial {
            padding: 50px 0;
            padding-bottom: 80px;
            position: relative;
            background-color: #fff;
        }

        .emp_testimonial .emp_test_inner {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }

        .emp_testimonial .emp_test_inner .emp_test_item {
            border-radius: 5px;
            text-align: center;
        }

        .emp_testimonial .emp_test_inner .emp_test_item p {
            font-size: 16px;
            font-weight: 500;
            color: #242424;
            margin: 0;
            margin-bottom: 25px;
            padding: 0;
            font-style: italic;
        }

        .emp_testimonial .emp_test_inner .emp_test_item p i {
            display: block;
            font-size: 80px;
            width: 80px;
            height: 60px;
            line-height: 60px;
            margin: 0 auto;
            margin-bottom: 15px;
            opacity: 0.3;
            color: #1e2f97;
        }

        .emp_testimonial .emp_test_inner .emp_test_item h4 {
            font-size: 15px;
            line-height: 1.5;
            font-weight: 600;
            color: #111;
            margin: 0;
        }

        .emp_testimonial .emp_test_inner .emp_test_item h4 span {
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
            color: #1e2f97;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide {
            margin: 0;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide .slick-list {
            margin: -25px;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide .slick-list .slick-slide {
            padding: 25px;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide .slick-dots {
            bottom: 0px;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide .slick-dots li button {
            background-color: #000;
            width: 10px;
            height: 10px;
            opacity: 0.2;
        }

        .emp_testimonial .emp_test_inner .emp_test_slide .slick-dots li.slick-active button {
            background-color: #1e2f97;
            opacity: 1;
        }

        .looking_for {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .looking_for li {
            display: block;
            font-size: 17px;
            line-height: 1.5;
            font-weight: 500;
            color: #242424;
            position: relative;
            padding-left: 34px;
        }

        .looking_for li::before {
            content: "\eb7b";
            font-family: remixicon !important;
            background-color: #1e2f97;
            color: #fff;
            width: 22px;
            height: 22px;
            display: block;
            border-radius: 50%;
            font-size: 12px;
            text-align: center;
            line-height: 24px;
            position: absolute;
            top: 1px;
            left: 0;
        }

        @media (max-width: 768px) {
            .looking_for {
                gap: 15px;
            }

            .looking_for li {
                font-size: 16px;
            }

            .looking_for li::before {
                top: 2px;
            }
        }

        /**** Style for Event List Page ****/

        .bpage_title {
            background-image: linear-gradient(60deg, #4eb6e3 0%, #000c59 120%);
            padding: 60px 0;
            position: relative;
        }

        .bpage_title .row {
            margin: 0;
        }

        .bpage_title .row .col-12 {
            padding: 0;
        }

        .bpage_title ul {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            gap: 10px 25px;
            flex-wrap: wrap;
        }

        .bpage_title ul li {
            display: inline-block;
            position: relative;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 1px;
            color: #F5FAF8;
            border-radius: 4px;
            background: rgba(7, 30, 34, 0.1);
            padding: 6px 8px;
            transition: all 250ms ease-in-out;
        }

        .bpage_title ul li::before {
            content: "";
            width: 1px;
            height: 13px;
            background-color: #F5FAF8;
            position: absolute;
            top: 10px;
            right: -15px;
            transform: rotate(25deg);
        }

        .bpage_title ul li a {
            display: block;
            color: inherit;
            transition: none;
            padding: 6px 8px;
            margin: -6px;
        }

        .bpage_title ul li:hover {
            background-color: #F5FAF8;
            color: #111;
        }

        .bpage_title ul li:last-child::before {
            content: none;
        }

        .bpage_title .page_title_heading {
            font-size: 28px;
            color: #fff;
            text-align: right;
        }

        @media (max-width: 768px) {
            .bpage_title {
                padding: 48px 0;
                padding-top: 40px;
            }

            .bpage_title .row {
                gap: 20px;
            }

            .bpage_title .row .col-12:first-child {
                order: 2;
            }

            .bpage_title ul {
                justify-content: center;
            }

            .bpage_title .page_title_heading {
                text-align: center;
                font-size: 26px;
            }
        }

        .evlist_wrap {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
            background-color: #fff;
        }

        .evlist_wrap .row {
            margin: -12px;
        }

        .evlist_wrap .row .col-12 {
            padding: 12px;
        }

        .evlist_wrap .evlist_item {
            background-color: #edeff3;
            overflow: hidden;
            border-radius: 5px;
        }

        .evlist_wrap .evlist_item figure {
            width: 100%;
            height: 250px;
            position: relative;
            margin: 0;
            overflow: hidden;
        }

        .evlist_wrap .evlist_item figure::after {
            content: "";
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0) 100%);
            width: 100%;
            height: 75%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .evlist_wrap .evlist_item figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transition: all 200ms ease-in-out;
        }

        .evlist_wrap .evlist_item figure span {
            position: absolute;
            bottom: 10px;
            right: 15px;
            display: block;
            color: #F5FAF8;
            z-index: 1;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
        }

        .evlist_wrap .evlist_item figure span i {
            font-weight: normal;
            font-size: 18px;
            margin-right: 5px;
        }

        .evlist_wrap .evlist_item .evlist_con {
            padding: 15px;
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .evlist_wrap .evlist_item .evlist_con .item_title {
            font-size: 22px;
            line-height: 1.5;
            color: #1e2f97;
            font-weight: 600;
            transition: all 300ms ease-in-out;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .evlist_wrap .evlist_item .evlist_con .date {
            display: block;
            color: #242424;
            z-index: 1;
            font-size: 14px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

        .evlist_wrap .evlist_item .evlist_con .date i {
            font-weight: normal;
            font-size: 18px;
            margin-right: 5px;
        }

        .evlist_wrap .evlist_item .evlist_con p {
            font-size: 15px;
            font-weight: 500;
            color: #242424;
            line-height: 1.65;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .evlist_wrap .evlist_item .evlist_con .sch_btn {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            color: #1e2f97;
            margin: 10px 0;
            margin-bottom: 5px;
        }

        .evlist_wrap .evlist_item:hover figure img {
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .evlist_wrap .row {
                margin: -10px;
            }

            .evlist_wrap .row .col-12 {
                padding: 10px;
            }

            .evlist_wrap .evlist_item figure {
                height: 225px;
            }

            .evlist_wrap .evlist_item figure span {
                letter-spacing: 0px;
            }

            .evlist_wrap .evlist_item figure span i {
                font-size: 16px;
            }

            .evlist_wrap .evlist_item .evlist_con .item_title {
                font-size: 20px;
            }

            .evlist_wrap .evlist_item .evlist_con .date i {
                font-size: 16px;
            }

            .evlist_wrap .evlist_item .evlist_con .sch_btn {
                font-size: 15px;
            }
        }

        @media (max-width: 575px) {
            .evlist_wrap .row {
                margin: 0;
                gap: 20px;
            }

            .evlist_wrap .row .col-12 {
                padding: 0;
            }
        }

        /*---------------------schedule-section--------------------------*/

        .enterprise_schedule .sch_inner .sch_info {
            max-width: 710px;
        }

        .enterprise_schedule .sch_inner .sch_info h3 {
            max-width: unset;
        }

        .desktop_schedule .sch_inner .sch_info {
            max-width: 800px;
        }

        /**** Style for Our Team Box ****/

        .ot_item {
            display: block;
            border-radius: 5px;
            overflow: hidden;
            background-color: #1e2f97;
        }

        .ot_item figure {
            margin: 0;
            width: 100%;
            height: 325px;
            position: relative;
        }

        .ot_item figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .ot_item figure .overlay {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(130deg, rgba(91, 206, 255, 0.2) 0%, rgba(0, 12, 89, 0.5) 120%);
            opacity: 0;
            transition: all 300ms ease-in-out;
        }

        .ot_item .ot_con {
            padding: 20px 10px;
            min-height: 145px;
            position: relative;
        }

        .ot_item .ot_con h3 {
            font-size: 20px;
            line-height: 26px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: 1px;
            margin: 0;
            margin-bottom: 10px;
        }

        .ot_item .ot_con p {
            font-size: 15px;
            line-height: 20px;
            font-weight: 500;
            color: var(--white);
            padding: 0;
            margin: 0;
        }

        .ot_item .ot_con span {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

        .ot_item .ot_con span::after {
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 0;
            height: 1px;
            content: "";
            background-color: #27abed;
            transition: all 300ms ease-in-out;
        }

        .ot_item:hover figure .overlay {
            opacity: 0.8;
        }

        .ot_item:hover .ot_con span {
            color: #27abed;
        }

        .ot_item:hover .ot_con span::after {
            width: 100%;
        }

        .ot_item.team_details {
            margin-right: 15px;
        }

        .ot_item.team_details .ot_con {
            min-height: auto;
        }

        @media (max-width: 992px) {
            .ot_item.team_details {
                width: 100%;
                max-width: 325px;
                margin: 0 auto;
            }
        }

        /**** Style for Our Teams Page ****/

        .our_teams_wrap {
            position: relative;
            padding: 60px 0;
            padding-bottom: 75px;
            background-color: var(--white);
        }

        .our_teams_wrap .row {
            margin: -15px;
            justify-content: center;
        }

        .our_teams_wrap .row .col-12 {
            padding: 15px;
        }

        @media (max-width: 768px) {
            .our_teams_wrap .row {
                margin: -10px;
            }

            .our_teams_wrap .row .col-12 {
                padding: 10px;
            }
        }

        @media (max-width: 575px) {
            .our_teams_wrap .row {
                margin: 0;
                gap: 25px;
            }

            .our_teams_wrap .row .col-12 {
                padding: 0;
            }
        }

        /**** Style for Team Details Page ****/

        .team_details_wrap {
            position: relative;
            padding: 60px 0;
            padding-bottom: 75px;
            background-color: var(--white);
        }

        .team_details_wrap .row {
            align-items: center;
        }

        .team_details_wrap .td_para {
            position: relative;
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .team_details_wrap .td_para::before {
            content: "\ec51";
            font-family: remixicon !important;
            position: absolute;
            top: -65px;
            left: -10px;
            font-size: 70px;
            opacity: 0.5;
            color: #1e2f97;
            height: 70px;
            width: 70px;
            line-height: 70px;
        }

        .team_details_wrap .td_para p {
            font-size: 16px;
            line-height: 1.7;
            font-weight: 500;
            color: #242424;
            margin: 0;
            padding: 0;
        }

        @media (max-width: 992px) {
            .team_details_wrap .row {
                gap: 55px;
            }

            .team_details_wrap .td_para {
                margin-top: 0;
            }
        }

        @media (max-width: 768px) {
            .team_details_wrap .row {
                gap: 25px;
            }

            .team_details_wrap .td_para {
                margin: 0;
            }

            .team_details_wrap .td_para::before {
                display: none;
            }

            .team_details_wrap .td_para p {
                font-size: 15px;
            }
        }

        /**** Style for Contact Us Page ****/

        .con_wrap {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
            background-color: var(--white);
        }

        .con_wrap .con_tabs_inner .nav {
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
        }

        .con_wrap .con_tabs_inner .nav li {
            display: block;
        }

        .con_wrap .con_tabs_inner .nav li a {
            display: block;
            font-size: 18px;
            font-weight: 600;
            background-color: #27abec;
            color: var(--white);
            padding: 12px 20px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
            min-width: 150px;
            text-align: center;
        }

        .con_wrap .con_tabs_inner .nav li a.active {
            background-color: #1e2f97;
        }

        .con_wrap .ct_inner .row {
            margin: -5px;
            justify-content: center;
        }

        .con_wrap .ct_inner .row .col-12 {
            padding: 5px;
        }

        .con_wrap .ct_inner .ct_item {
            border-radius: 8px;
            background: var(--white);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            padding: 25px;
            position: relative;
            transition: 0.3s;
            border: 3px solid var(--white);
            height: 100%;
        }

        .con_wrap .ct_inner .ct_item:hover {
            border: 3px solid #3db4ef;
        }

        .con_wrap .ct_inner .ct_item h4 {
            color: #1e2f97;
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            margin: 0;
            margin-bottom: -10px;
        }

        .con_wrap .ct_inner .ct_item ul {
            padding-inline-start: 0;
            margin: 0;
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .con_wrap .ct_inner .ct_item ul li {
            font-size: 15px;
            line-height: 1.5;
            font-weight: normal;
            color: #242424;
            font-family: "Poppins", sans-serif;
        }

        .con_heading {
            font-size: 36px;
            line-height: 1.25;
            color: #111;
            margin: 0;
            margin-bottom: 25px;
        }

        .con_heading span {
            color: #1e2f97;
            margin-left: 10px;
        }

        @media (max-width: 768px) {
            .con_wrap .con_tabs_inner .nav {
                gap: 10px;
            }

            .con_wrap .con_tabs_inner .nav li a {
                font-size: 15px;
                padding: 12px 15px;
            }
        }

        @media (max-width: 575px) {
            .con_wrap .con_tabs_inner .nav {
                margin-bottom: 25px;
            }

            .con_wrap .con_tabs_inner .nav li a {
                font-size: 15px;
                padding: 12px;
                min-width: 125px;
            }

            .con_wrap .ct_inner .row {
                margin: 0;
                gap: 15px;
            }

            .con_wrap .ct_inner .row .col-12 {
                padding: 0;
            }

            .con_wrap .ct_inner .ct_item {
                height: auto;
                padding: 15px;
            }

            .con_wrap .ct_inner .ct_item ul li {
                font-size: 14px;
            }

            .con_heading {
                font-size: 28px;
                margin-bottom: 20px;
            }
        }

        .con_form {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
            background-color: #f6f4fc;
        }

        .con_form form {
            display: block;
            margin-top: 35px;
        }

        .con_form form .row {
            margin: -10px;
        }

        .con_form form .row .col-12 {
            padding: 10px;
        }

        .con_form form input,
        .con_form form textarea {
            width: 100%;
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #111;
            background-color: var(--white);
            border: solid 2px #ebebeb;
            outline: none;
            padding: 12px 15px;
            transition: all 300ms ease-in-out;
            border-radius: 5px;
        }

        .con_form form input:focus,
        .con_form form textarea:focus {
            border-color: #3db4ef;
        }

        .con_form form textarea {
            min-height: 150px;
            resize: none;
        }

        .con_form form .form-check {
            min-height: auto;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            cursor: pointer;
        }

        .con_form form .form-check input {
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .con_form form .form-check label {
            font-size: 14px;
            font-weight: 500;
            color: #242424;
            cursor: pointer;
        }

        .con_form form .btn_submit {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            background-color: #1e2f97;
            color: var(--white);
            padding: 12px 20px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
            min-width: 150px;
            text-align: center;
            margin-top: 10px;
        }

        .con_form form .btn_submit:hover {
            background-color: #27abec;
        }

        @media (max-width: 992px) {
            .con_form form {
                margin-top: 25px;
            }

            .con_form form .row {
                margin: -8px;
            }

            .con_form form .row .col-12 {
                padding: 8px;
            }
        }

        @media (max-width: 575px) {
            .con_form form .row {
                margin: 0;
                gap: 15px;
            }

            .con_form form .row .col-12 {
                padding: 0;
            }

            .con_form form input,
            .con_form form textarea {
                font-size: 15px;
                border: solid 1px #ebebeb;
            }

            .con_form form textarea {
                min-height: 150px;
                resize: none;
            }

            .con_form form .form-check {
                margin-top: 10px;
            }

            .con_form form .form-check label {
                font-size: 13px;
            }

            .con_form form .btn_submit {
                font-size: 16px;
                padding: 10px 15px;
            }
        }

        .static_loc {
            position: relative;
            padding: 60px 0;
            padding-bottom: 75px;
            background-color: var(--white);
        }

        .static_loc .row {
            margin: -5px;
            margin-top: 30px;
            justify-content: center;
        }

        .static_loc .row .col-12 {
            padding: 5px;
        }

        .static_loc .sl_item {
            border-radius: 8px;
            background: var(--white);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            padding: 25px;
            position: relative;
            transition: 0.3s;
            border: 3px solid var(--white);
            height: 100%;
        }

        .static_loc .sl_item:hover {
            border: 3px solid #3db4ef;
        }

        .static_loc .sl_item h4 {
            color: #1e2f97;
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            margin: 0;
            margin-bottom: 12px;
        }

        .static_loc .sl_item ul {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .static_loc .sl_item ul li {
            font-size: 15px;
            line-height: 1.5;
            font-weight: normal;
            color: #242424;
            font-family: "Poppins", sans-serif;
        }

        .static_loc .sl_item p {
            font-size: 15px;
            line-height: 1.5;
            font-weight: normal;
            color: #242424;
            font-family: "Poppins", sans-serif;
            margin: 0;
            padding: 0;
        }

        .static_loc .sl_item.email {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        @media (max-width: 575px) {
            .static_loc .row {
                margin: 0;
                margin-top: 20px;
                gap: 15px;
            }

            .static_loc .row .col-12 {
                padding: 0;
            }

            .static_loc .sl_item {
                padding: 15px;
            }

            .static_loc .sl_item ul li {
                font-size: 14px;
            }

            .static_loc .sl_item p {
                font-size: 14px;
            }

            .static_loc .sl_item.email {
                gap: 15px;
            }
        }

        /**** Style for News List & Details ****/

        .news_lwrap {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
            background-color: var(--white);
        }

        .news_lwrap .row {
            margin: -10px;
        }

        .news_lwrap .row .col-12 {
            padding: 10px;
        }

        .news_lwrap .nl_item {
            display: block;
            background-color: #edeff3;
            overflow: hidden;
            border-radius: 5px;
        }

        .news_lwrap .nl_item figure {
            width: 100%;
            height: 250px;
            position: relative;
            margin: 0;
            overflow: hidden;
        }

        .news_lwrap .nl_item figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transition: all 200ms ease-in-out;
        }

        .news_lwrap .nl_item .nl_con {
            padding: 15px;
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .news_lwrap .nl_item .nl_con h3 {
            font-size: 22px;
            line-height: 1.5;
            color: #1e2f97;
            font-weight: 600;
            transition: all 300ms ease-in-out;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .news_lwrap .nl_item .nl_con span {
            display: block;
            color: #242424;
            z-index: 1;
            font-size: 14px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

        .news_lwrap .nl_item .nl_con span i {
            font-weight: normal;
            font-size: 18px;
            margin-right: 5px;
        }

        .news_lwrap .nl_item .nl_con P {
            font-size: 15px;
            font-weight: 500;
            color: #242424;
            line-height: 1.65;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .news_lwrap .nl_item:hover figure img {
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .news_lwrap .nl_item figure {
                height: 225px;
            }

            .news_lwrap .nl_item .nl_con h3 {
                font-size: 20px;
            }

            .news_lwrap .nl_item .nl_con span i {
                font-size: 16px;
            }
        }

        @media (max-width: 575px) {
            .news_lwrap .row {
                margin: 0;
                gap: 20px;
            }

            .news_lwrap .row .col-12 {
                padding: 0;
            }
        }

        .news_dwrap {
            padding: 60px 0;
            padding-bottom: 75px;
            position: relative;
            background-color: var(--white);
        }

        .news_dwrap .nd_img {
            margin: 0;
            position: relative;
            width: 100%;
            height: 550px;
            border-radius: 5px;
            overflow: hidden;
        }

        .news_dwrap .nd_img::before {
            content: "";
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0) 100%);
            width: 100%;
            height: 75%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .news_dwrap .news_header {
            margin-bottom: 25px;
        }

        .news_dwrap .news_header img {
            display: inline-block;
            vertical-align: middle;
            width: 175px;
            height: 135px;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
            overflow: hidden;
        }


        .news_dwrap .news_header .news_info {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 180px);
            padding-left: 20px;
        }

        .news_dwrap .news_header .news_info h3 {
            font-size: 24px;
            line-height: 1.6;
            color: #111;
            font-weight: 700;
            margin: 0;
            margin-bottom: 10px;
        }

        .news_dwrap .news_header .news_info ul {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .news_dwrap .news_header .news_info ul li {
            display: block;
            color: #242424;
            z-index: 1;
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 1px;
            font-family: "Poppins", sans-serif;
        }

        .news_dwrap .news_header .news_info ul li i {
            font-weight: normal;
            font-size: 18px;
            margin-right: 5px;
        }

        .news_dwrap .nd_para {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .news_dwrap .nd_para p {
            font-size: 15px;
            font-weight: 500;
            color: #242424;
            line-height: 1.65;
            padding: 0;
            margin: 0;
        }

        @media (max-width: 575px) {
            .news_dwrap .news_header {
                margin-bottom: 20px;
            }

            .news_dwrap .news_header img {
                margin-bottom: 20px;
            }

            .news_dwrap .news_header .news_info {
                display: block;
                padding: 0;
                width: 100%;
            }

            .news_dwrap .news_header .news_info ul {
                gap: 15px;
            }

            .news_dwrap .news_header .news_info ul li {
                font-size: 13px;
                letter-spacing: 0.5px;
            }

            .news_dwrap .news_header .news_info ul li i {
                font-size: 16px;
            }

            .news_dwrap .news_header .news_info h3 {
                font-size: 20px;
                line-height: 1.5;
                margin-bottom: 5px;
            }

            .news_dwrap .nd_para {
                gap: 12px;
            }

            .news_dwrap .nd_para p {
                font-size: 14px;
                line-height: 1.6;
            }
        }

        /**** Style for Event List Filter & Tag ****/

        .ev_filter {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            gap: 15px;
        }

        .ev_filter .row {
            margin: 0;
        }

        .ev_filter .row .col-12 {
            padding: 0;
        }

        .ev_filter .ev_select {
            background-color: #edeff3;
            width: 100%;
            max-width: 300px;
            position: relative;
            border-radius: 3px;
            overflow: hidden;
        }

        .ev_filter .ev_select select {
            background-color: transparent;
            outline: none;
            padding: 12px 15px;
            padding-right: 35px;
            font-size: 15px;
            font-weight: 500;
            width: 100%;
            color: #242424;
            -webkit-appearance: none;
        }

        .ev_filter .ev_select::before {
            content: "\ea4e";
            font-family: remixicon !important;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(0, -50%);
            font-size: 20px;
        }

        .ev_filter .ev_ser {
            background-color: #edeff3;
            width: 100%;
            max-width: 300px;
            position: relative;
            border-radius: 3px;
            overflow: hidden;
        }

        .ev_filter .ev_ser input {
            padding: 12px 15px;
            padding-right: 35px;
            font-size: 15px;
            font-weight: 500;
            width: 100%;
            background-color: transparent;
            color: #242424;
            outline: none;
        }

        .ev_filter .ev_ser i {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translate(0, -50%);
            font-size: 18px;
        }

        @media (max-width: 575px) {
            .ev_filter {
                display: grid;
                gap: 10px;
                justify-content: stretch;
            }

            .ev_filter .ev_select {
                max-width: 100%;
            }

            .ev_filter .ev_ser {
                max-width: 100%;
            }
        }

        .ev_tag {
            padding-inline-start: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 5px;
        }

        .ev_tag li {
            display: block;
            background-color: #27abed;
            padding: 6px 12px;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            border-radius: 50px;
        }

        /**** Style for Schedule a Meeting Modal ****/

        .sch_meet_modal .modal-content {
            border-radius: 5px;
        }

        .sch_meet_modal .modal-dialog {
            width: 100%;
            max-width: 800px;
        }

        .sch_meet_modal .modal_inner {
            position: relative;
            padding: 30px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .sch_meet_modal .modal_inner .btn_close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 32px;
            height: 32px;
            line-height: 37px;
            background-color: transparent;
            color: #111;
            font-size: 22px;
            transition: all 300ms ease-in-out;
        }

        .sch_meet_modal .modal_inner .btn_close:hover {
            color: #27abec;
        }

        .sch_meet_modal .modal_inner h3 {
            font-size: 24px;
            color: #111;
            text-align: center;
            margin: 0;
        }

        .sch_meet_modal .modal_inner form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .sch_meet_modal .modal_inner form .row {
            margin: -8px;
        }

        .sch_meet_modal .modal_inner form .row .col-12 {
            padding: 8px;
        }

        .sch_meet_modal .modal_inner form input,
        .sch_meet_modal .modal_inner form textarea {
            width: 100%;
            display: block;
            font-size: 15px;
            font-weight: 500;
            color: #111;
            background-color: #f6f4fc;
            outline: none;
            padding: 12px 15px;
            transition: all 300ms ease-in-out;
            border-radius: 5px;
            border: solid 1px #e6e4ed;
        }

        .sch_meet_modal .modal_inner form input:focus,
        .sch_meet_modal .modal_inner form textarea:focus {
            border-color: #3db4ef;
        }

        .sch_meet_modal .modal_inner form textarea {
            min-height: 100px;
            resize: none;
        }

        .sch_meet_modal .modal_inner form .modal_footer {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 15px;
        }

        .sch_meet_modal .modal_inner form .modal_footer button {
            display: block;
            background-color: #1e2f97;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            border-radius: 5px;
            border: 1px solid #1e2f97;
            padding: 12px;
            min-width: 130px;
            text-align: center;
            transition: all 250ms ease-in-out;
        }

        .sch_meet_modal .modal_inner form .modal_footer button:hover {
            border-color: #27abec;
            background-color: #27abec;
        }

        @media (max-width: 768px) {
            .sch_meet_modal .modal-content {
                border-radius: 5px;
            }

            .sch_meet_modal .modal-dialog {
                width: 95%;
                max-width: 800px;
            }

            .sch_meet_modal .modal_inner {
                padding: 20px 15px;
                padding-bottom: 30px;
                gap: 20px;
            }

            .sch_meet_modal .modal_inner .btn_close {
                top: 12px;
                right: 12px;
                width: 30px;
                height: 30px;
                line-height: 34px;
                font-size: 18px;
            }

            .sch_meet_modal .modal_inner h3 {
                font-size: 20px;
            }

            .sch_meet_modal .modal_inner form {
                gap: 0;
            }

            .sch_meet_modal .modal_inner form .row {
                margin: 0;
                gap: 12px;
            }

            .sch_meet_modal .modal_inner form .row .col-12 {
                padding: 0;
            }

            .sch_meet_modal .modal_inner form .modal_footer {
                gap: 10px;
            }

            .sch_meet_modal .modal_inner form .modal_footer button {
                padding: 10px;
                min-width: 115px;
            }
        }

        @media (max-width: 575px) {
            .sch_meet_modal .modal-content {
                border-radius: 0;
                height: 100vh;
            }

            .sch_meet_modal .modal-dialog {
                margin: 0;
                width: 100%;
            }

            .sch_meet_modal .modal_inner {
                padding: 15px;
            }

            .sch_meet_modal .modal_inner .btn_close {
                top: 15px;
                right: 10px;
            }

            .sch_meet_modal .modal_inner form .modal_footer {
                position: fixed;
                bottom: 0;
                left: 0;
                padding: 10px;
                width: 100%;
                margin: 0;
            }
        }


        /**** Style for Blog CTA ****/
        .bcta_wrap {
            position: relative;
            padding: 80px 0;
            padding-top: 70px;
            background-image: var(--reverse-blue-gr);
            overflow: hidden;
        }

        .bcta_wrap .bcta_img {
            position: absolute;
            bottom: -90px;
            right: 0;
            width: 460px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: bottom;
            object-position: bottom;
        }

        .bcta_wrap .bcta_inner {
            position: relative;
        }

        .bcta_wrap .bcta_inner .bcta_info {
            width: 100%;
            max-width: 520px;
        }

        .bcta_wrap .bcta_inner .bcta_info p {
            font-size: 17px;
            font-weight: 500;
            color: #fff;
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
        }

        .bcta_wrap .bcta_inner .bcta_info h3 {
            font-size: 36px;
            color: #fff;
            line-height: 1.3;
            margin: 0;
            margin-bottom: 30px;
        }

        .bcta_wrap .bcta_inner .bcta_info a {
            font-size: 18px;
            font-weight: 600;
            background-color: #1e2f97;
            color: #fff;
            display: inline-block;
            padding: 18px 30px;
            border-radius: 5px;
            transition: all 250ms ease-in-out;
        }

        .bcta_wrap .bcta_inner .bcta_info a:hover {
            background-color: #fff;
            color: #1e2f97;
        }

        @media (max-width: 768px) {
            .bcta_wrap {
                padding: 0;
                padding-top: 60px;
            }

            .bcta_wrap .bcta_img {
                position: relative;
                bottom: auto;
                left: auto;
                width: 100%;
                max-width: 400px;
                margin: 0 auto;
                display: block;
            }

            .bcta_wrap .bcta_inner .bcta_info {
                padding-bottom: 48px;
            }
        }

        @media (max-width: 575px) {
            .bcta_wrap .bcta_inner .bcta_info p {
                font-size: 15px;
            }

            .bcta_wrap .bcta_inner .bcta_info h3 {
                font-size: 30px;
            }

            .bcta_wrap .bcta_inner .bcta_info a {
                font-size: 16px;
                padding: 14px 25px;
            }
        }


        /**** Style for Why Anunta New Page ****/
        .wc_accordion .accordion-item {
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 10px;
            border-radius: 5px;
            overflow: hidden;
            border: none;
        }

        .wc_accordion .accordion-item .acc-btn {
            display: block;
            width: 100%;
            text-align: left;
            color: #071E22;
            background-color: #fff;
            padding: 12px 15px;
            font-size: 20px;
            font-weight: 700;
            position: relative;
            transition: all 250ms ease-in-out;
        }

        .wc_accordion .accordion-item .acc-btn span {
            font-weight: 600;
        }

        .wc_accordion .accordion-item .acc-btn img {
            width: 25px;
            height: 25px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            margin-right: 15px;
            vertical-align: middle;
        }

        .wc_accordion .accordion-item .acc-btn::after {
            content: "\ea13";
            font-family: remixicon !important;
            position: absolute;
            top: 13px;
            right: 15px;
            width: 28px;
            height: 28px;
            line-height: 28px;
            background-color: #3db4ef;
            text-align: center;
            color: #fff;
            font-weight: normal;
            border-radius: 3px;
            transition: all 250ms ease-in-out;
        }

        .wc_accordion .accordion-item .acc-btn[aria-expanded=true] {
            background-color: #3db4ef;
            color: #fff;
        }

        .wc_accordion .accordion-item .acc-btn[aria-expanded=true]::after {
            background-color: #fff;
            color: #1e2f97;
            content: "\f1af";
        }

        .wc_accordion .accordion-item .wc_info {
            color: #242424;
            font-size: 17px;
            font-weight: 500;
            line-height: 1.6;
            padding: 15px;
            margin: 0;
        }

        @media (max-width: 575px) {
            .wc_accordion .accordion-item .acc-btn {
                font-size: 16px;
            }

            .wc_accordion .accordion-item .acc-btn img {
                width: 20px;
                height: 20px;
                margin-right: 10px;
            }

            .wc_accordion .accordion-item .acc-btn::after {
                width: 22px;
                height: 22px;
                font-size: 15px;
                line-height: 22px;
            }

            .wc_accordion .accordion-item .wc_info {
                font-size: 15px;
            }
        }

        .banner_wrap.inner_page_banner.why_us_banner {
            background-image: linear-gradient(95deg, rgb(30, 47, 151), rgba(0, 0, 0, 0)), url(..//images/why_anunta_banner.jpg);
            height: 500px;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
        }

        @media (max-width: 575px) {
            .banner_wrap.inner_page_banner.why_us_banner {
                background-size: cover;
                padding-top: 20px;
            }
        }

        .ds_wrap {
            position: relative;
            padding: 60px 0;
            padding-bottom: 75px;
            text-align: center;
        }

        .ds_wrap .ds_inner {
            /* width: 100%;
            max-width: 1000px;
            margin: 0 auto; */
            margin-top: 20px;
        }

        .ds_wrap .ds_inner .ds_info {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
            gap: 20px;
            margin-top: 20px;
        }

        .ds_wrap .ds_inner h3 {
            font-size: 30px;
            line-height: 1.5;
            color: #111;
            margin: 0;
            /* padding: 15px 0; */
        }

        .ds_wrap .ds_inner h3 span {
            display: block;
            font-size: 15px;
        }

        .ds_wrap .ds_inner .ds_info img {
            width: 100px;
            height: 100px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
        }

        .ds_wrap .ds_info i {
            display: block;
            /* margin: 0 auto; */
            /* margin-bottom: 15px; */
            width: 65px;
            height: 65px;
            padding: 10px;
            font-size: 45px;
            line-height: 45px;
            background-color: #1e2f97;
            color: #fff;
            border-radius: 50%;
            position: absolute;
            top: 70%;
            left: 66%;
        }

        .ds_wrap p {
            color: #242424;
            font-size: 17px;
            font-weight: 500;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            padding-bottom: 50px;
        }
        .ds_wrap .ds_info img{
            border-radius: 50%;
        }
        @media (max-width: 575px) {
            .ds_wrap .ds_inner .ds_info {
                gap: 15px;
            }

            .ds_wrap .ds_inner .ds_info h3 {
                font-size: 18px;
            }

            .ds_wrap .ds_inner i {
                width: 50px;
                height: 50px;
                font-size: 25px;
                line-height: 30px;
            }

            .ds_wrap p {
                font-size: 15px;
            }
        }

        .about_anunta .whyus_count {
            margin-top: 50px;
        }

        .about_anunta .whyus_count .row {
            margin: -15px;
        }

        .about_anunta .whyus_count .row .col-12 {
            padding: 15px;
        }

        .about_anunta .whyus_count .whyus_item img {
            width: 60px;
            height: 60px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            display: inline-block;
            vertical-align: middle;
        }

        .about_anunta .whyus_count .whyus_item .whyus_info {
            margin-top: 15px;
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 65px);
            padding-left: 10px;
            min-height: 70px;
        }

        .about_anunta .whyus_count .whyus_item .whyus_info h3 {
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            font-size: 25px;
            color: #1e2f97;
            margin: 0;
            margin-bottom: 5px;
            transition: all 300ms ease-in-out;
        }

        .about_anunta .whyus_count .whyus_item .whyus_info p {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 600;
            color: #242424;
            margin: 0;
            padding: 0;
        }

        @media (max-width: 992px) {
            .about_anunta .whyus_count .row {
                gap: 0;
            }
        }

        @media (max-width: 575px) {
            .about_anunta .whyus_count {
                margin-top: 30px;
            }

            .about_anunta .whyus_count .whyus_item img {
                width: 50px;
                height: 50px;
            }

            .about_anunta .whyus_count .whyus_item .whyus_info {
                width: calc(100% - 55px);
            }

            .about_anunta .whyus_count .whyus_item .whyus_info h3 {
                font-size: 22px;
                margin-bottom: 3px;
            }

            .about_anunta .whyus_count .whyus_item .whyus_info p {
                font-size: 14px;
                line-height: 1.5;
                font-weight: 600;
                color: #242424;
                margin: 0;
                padding: 0;
            }
        }

        .reco_wrap.why_reco .sec_heading h4 {
            font-size: 24px;
            line-height: 1.5;
            color: #111;
            margin: 5px 0;
        }

        .reco_wrap.why_reco .sec_heading p {
            font-size: 16px;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        @media (max-width: 575px) {
            .reco_wrap.why_reco .sec_heading h4 {
                font-size: 18px;
            }

            .reco_wrap.why_reco .sec_heading p {
                font-size: 14px;
            }
        }