﻿
/* # General
================================ */

body {
    margin: 0px;
    padding: 0px;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: "Muli","Helvetica Neue","Helvetica","Arial", "sans-serif" !important;
}

/* # Header, Main Menu
================================ */
p {
    font-size: 15px;
}

.navbar {
    opacity: 0.8;
    margin-bottom: 0;
    background-color: #fff;
    transition: all 0.2s ease-out;
}

.navbar-container {
    position: relative;
}

.navbar .navbar-nav li a {
    font-size: 15px;
    /* text-transform: uppercase; */
    color: #2E1C05;
    transition: all 0.2s ease-out;
    font-weight: 500;
}


.navbar-default {
    margin-bottom: 0px !important;
}

.navbar-brand {
    font-size: 25px;
    transition: all 0.2s ease-out;
    color: rgba(200,100,0,0.8);
}

.navbar-scroll {
    opacity: 1;
}

.navbar-scroll {
    position: fixed;
    z-index: 9;
    box-shadow: rgb(0 0 0 / 4%) 0px 5px 15px;
    top: 0px;
    background: white;
    width: 100%;
}

/*-----------onload popup css-----------*/
.popup-overlay {
    display: none;
    /*position: fixed;*/
    /*inset: 0;*/
    /*background: rgba(0,0,0,0.6);*/
    /*z-index: 9999;*/
}

.popup-box {
    background: radial-gradient(19% 51% at 51% 34%, rgba(128, 237, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(32% 85% at 100% 38%, rgb(0 40 100 / 8%) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(16% 43% at 0% 56%, rgb(51 126 219 / 17%) 0%, rgba(255, 255, 255, 0) 100%), rgb(247, 249, 253);
    width: 380px;
    /* padding: 20px; */
    box-shadow: 4px 13px 51px 7px rgb(10 51 80 / 16%);
    right: 47px;
    top: 128px;
    z-index: 999;
    position: fixed;
    border: 1px solid #859eb6;
    border-radius: 6px;
    overflow: hidden;
}
.djaaaa-ak-ami {
    margin-top: 5px;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 17px;
}

.close-btn {
    position: absolute;
    top: 2px;
    right: 18px;
    cursor: pointer;
    font-size: 26px;
    /* color: #ffffff; */
    font-weight: 100;
}
/*.dknaiaa-a-ami {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}*/
.SideOption {
    transform: rotate(270deg);
    position: fixed;
    top: 200px;
    right: -65px;
    z-index: 99;
    display: grid;
}
    .SideOption .uyfvyuy_tri {
        background: #0f5fa6;
        cursor: pointer;
        padding: 10px 11px;
        float: left;
        border-top-left-radius: 7px;
        border-top-right-radius: 8px;
        right: 0;
        text-transform: uppercase;
        position: relative;
        color: #fff;
        font-weight: 600;
        border: none;
        display: block;
        width: 167px;
        text-align: center;
        letter-spacing: .5px;
        font-size: 15px;
        box-shadow: 0 -.5rem 12px rgb(0 0 0 / 18%);
        text-decoration: none;
    }
/*---------onload popup css-------------*/

@media (min-width: 768px) {
    .navbar {
        min-height: 109px !important;
    }

    .navbar-nav > li > a {
        padding: 0;
        line-height: 70px;
    }

    .navbar-brand {
        font-size: 28px;
        padding: 0;
        padding: 0px 10px !important;
        height: auto !important;
        line-height: 120px;
    }

    #top-social-menu {
        /* display: initial; */
    }

    /* Navbar when scrolled */

    /* .navbar-scroll {
        height: 70px;
    }*/

    .navbar-scroll #top-social-menu {
        display: none;
        transition: all 0.2s ease-out;
    }

    .navbar-scroll .navbar-brand {
        height: 70px;
        line-height: 70px;
    }

    .navbar-scroll .navbar-nav > li > a {
        opacity: 1;
        padding: 0;
        /*margin-top: 0;*/
    }
}

/* # Hover Link Effect
================================ */
@media (min-width: 768px) {
    .navbar-nav > li > a::after {
        position: absolute;
        top: 113%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #07294d;
        content: '';
        opacity: 0;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transform: translateY(-10px);
    }

    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after {
        height: 2px;
        opacity: 1;
        transform: translateY(0px);
    }
}

/* # Social menu
================================ */

#top-social-menu {
    /*position: absolute;*/
    top: 7px;
    right: 0;
    font-size: 12px;
    z-index: 101;
    padding-right: 0px;
    list-style: none;
    color: #2E1C05;
    transition: all 0.2s ease-out;
    float: right;
    margin-bottom: 0px;
}

    #top-social-menu li {
        float: left;
        padding: 10px 15px;
    }

        #top-social-menu li:last-child {
            padding-right: 0;
        }

        #top-social-menu li a {
            text-decoration: none;
            color: #2E1C05;
        }

            #top-social-menu li a:hover {
                text-decoration: none;
                color: #543A1A;
            }

    #top-social-menu i {
        font-size: 16px;
        transition: all 0.2s ease-in;
    }

        #top-social-menu i:hover {
            text-decoration: none;
            color: #543A1A;
        }



.navbar-default {
    background-color: #f8f8f8;
    /* border-color: #e7e7e7; */
    border: none !IMPORTANT;
}



.box {
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid #000;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
}

.subheading-text {
    list-style: none;
    font-size: 35px;
    line-height: 50px;
}

@media (min-width: 768px) {

    .full-width-img {
        padding-top: 110px;
        height: 1000px;
    }

    .subheading-text {
        font-size: 50px;
        line-height: 70px;
    }

    .box {
        margin-top: 100px;
        padding: 80px 20px;
    }
}


.section-black,
.section-white {
    padding: 50px 0;
    color: #fff;
    line-height: 1.7;
}

    .section-black h3,
    .section-white h3 {
        margin-bottom: 60px;
    }

    .section-black p,
    .section-white p {
        margin-bottom: 60px;
    }

.section-black {
    background: linear-gradient(#363437, #121112);
}

.section-white {
    background: linear-gradient(#ffffff, #f3f3f3);
    color: #0e0d0e;
}

a.navbar-brand.Logo_img {
    width: 143px;
}

img.logos_img {
    width: 100%;
    /* padding: 10px 0px; */
}

.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 0px;
}

.navbar-nav > li > a {
    padding: 0px;
}

.top-social {
    float: right;
    width: 100%;
    border-bottom: 1px solid #8080804a;
    /* position: relative; */
    /* right: 76px; */
    padding: 0 116px;
    /* width: 1170px; */
}




.contain {
    position: relative;
    width: 100%;
}

    .contain h1 {
        padding-top: 16px;
        font-size: 26px;
        font-weight: normal;
        margin-top: 20px;
        padding-bottom: 10px;
    }

img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
}

li {
    border-color: rgba(255, 255, 255, 0.25);
    color: inherit;
}

.phone-info {
    /* color: #ffffff; */
    font-weight: normal;
}

.phone-info {
    vertical-align: middle;
    /* filter: brightness(0) invert(1); */
}

.sub_menu > ul > li {
    background: transparent;
}

ul.menu {
    display: flex;
    list-style: none;
    gap: 20px;
    float: right;
    margin: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
}

a.navbar-brand.Logo_img {
    padding-top: 0px;
}

span.heading_ {
    color: #36a8d6;
}

span.heading_ {
    color: #36a8d6;
    font-size: 12px;
}

.navbar-default {
    background-color: #f8f8f8;
    border: none;
}

.container.new_add_nav {
    border-bottom: 1px solid #8080802e;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 14px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 0px;
    margin: 0px;
}


.section1 {
    position: relative;
    /* background: #ecf5fc; */
    padding-top: 106px;
    /* height: 505px; */
}

.tumpnaill_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .tumpnaill_img img {
        max-width: 100%;
        height: auto;
        opacity: 0.8;
    }

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    color: #002864;
    font-weight: 500;
}

#owl-carousel2 .btn {
    text-shadow: none;
    display: inline-block !important;
    width: auto;
}

.wht:before {
    background: #fff;
}

.heading_para {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #333;
}

#owl-carousel2 .btn span {
    text-shadow: none;
    display: inline-block !important;
    width: auto;
    color: white;
    font-weight: 500;
}

.content_heading:before, .content_heading:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #1d719d;
    left: 0;
    vertical-align: middle;
    top: 9px;
}

.content_heading:after {
    width: 85px;
    left: initial;
    right: 108px;
}

h4.content_heading {
    color: #1e222f;
    position: relative;
    font-size: 41px;
    line-height: 50px;
}

a.btn.wht.rsABlock.aos-init {
    background: #0b95ce;
}




@media (min-width: 768px) {
    .about {
        padding-block-start: 50px;
    }
}

.about {
    padding-block-start: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .about-banner {
        padding: 15px;
        padding-inline-end: 0;
    }
}

.about-banner {
    position: relative;
    z-index: 1;
}

figure {
    margin: 0 0 1rem;
}

@media (min-width: 1200px) {
    .about-banner .img-holder {
        margin-inline: 0;
    }
}

@media (min-width: 768px) {
    .about-banner .img-holder {
        max-width: max-content;
        margin-inline: auto;
        border-radius: 10px;
    }
}

.img-holder {
    aspect-ratio: var(--width) / var(--height);
    /* background-color: #37a8d6; */
    overflow: hidden;
}

@media (min-width: 1200px) {
    .about-content {
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .about-content, .video-card, .blog {
        position: relative;
    }
}



.section-title {
    text-align: center;
}

    .section-title .span {
        display: inline-block;
        color: #145da0;
        font-size: 30px;
    }


img.img-cover {
    /* border-radius: 18px; */
    height: 100%;
    width: 100%;
}

@media (min-width: 1200px) {
    .shape {
        display: block;
    }
}

.about-shape-2 {
    display: block;
    top: 245px;
    left: -125px;
    animation: bounce 2.5s infinite;
}

.shape {
    position: absolute;
}

@media (min-width: 1200px) {
    .about-shape-3 {
        top: -20px;
        left: 0px;
        z-index: -1;
        opacity: .4;
    }

    .shape {
        display: block;
    }
}

@media (max-width: 992px) {
    .feature_heading {
        text-align: left !important;
    }
}

.shape {
    position: absolute;
}


p.section-subtitle {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.about-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
}

ul.about-list {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.new_ad_about {
    display: grid;
    /* column-gap: 40px; */
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
}


h2.h2.section-title {
    font-weight: 600;
    line-height: 40px;
    margin-top: 0;
    color: #1e222f;
}

p.section-text {
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

#footer-part {
    padding-top: 0rem !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 0 !important;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
}

.footer-top {
    background: #211f2c;
    padding-top: 40px !important;
}

.pad-ttob {
    padding-top: 40px !important;
}

.footer-copyright {
    background-color: #021d3a;
}

.footer-about {
    padding-right: 15px;
}

    .footer-about p {
        color: #fff;
        padding-top: 15px;
        line-height: 24px;
    }

footer p {
    margin-bottom: .25rem;
    color: white;
}

ul {
    list-style-type: none;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 18px;
    margin-top: 10px;
    /* background: #07294d; */
}


    .footer-about ul li a {
        width: 35px;
        line-height: 35px;
        font-size: 20px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        /* background-color: #021d3a; */
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        list-style-type: none;
    }

.row.mt-5 {
    padding-bottom: 20px;
}

.col-lg.col-12.text-white.text-center {
    color: white;
}

footer li a {
    font-size: 12px;
    color: #fff;
    /* letter-spacing: 1px; */
}

.footer-link {
    overflow: hidden;
    list-style-type: none !important;
}

.footer-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    border-image: linear-gradient(357deg, #ffffff00, #ffffff, #ffffff00) 1;
}

.footer-link ul {
    width: 100%;
    overflow: hidden;
}

    .footer-link ul li {
        line-height: 35px;
        left: 0;
    }

        .footer-link ul li a {
            color: white;
            font-size: 13px;
            transition: all .4s linear;
        }

        .footer-link ul li span {
            color:white;
            display: flex;
            align-items: baseline;
            line-height: 26px;
        }

        .footer-link ul li a i {
            margin-right: 8px;
            color: white;
            transition: all .4s linear;
        }

.footer-copyright {
    background-color: #211f2c;
    padding: 10px 0px;
    border-top: 1px solid #ebe9e92e;
}

.about-item span.span {
    color: #333;
    font-size: 16px;
    margin-right: 20px;
}

i.fa.fa-home {
    margin-right: 8px;
    color: white;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

i.fa.fa-clock-o {
    margin-right: 8px;
    color: #96c0ce;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.footer-link ul li a:hover {
    color: white;
}

.footer-link ul li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}










.faq-section {
    /* background: #ecf5fc; */
    padding: 20px 35px;
}

    .faq-section header {
        margin-bottom: 40px;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
    }

        .faq-section header > p {
            font-size: 22px;
            color: #AEB9C6;
        }

    .faq-section h2 {
        font-size: 26px;
        color: #1e222f;
        /* margin-top: 40px; */
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 2.25rem;
        /* border: 1px solid; */
    }

    .faq-section details {
        cursor: pointer;
    }

    .faq-section summary:focus-visible {
        outline: 2px solid orange;
        outline-offset: 8px;
        border-radius: 4px;
    }

    .faq-section summary {
        font-size: 20px;
        color: gray;
        display: flex;
        justify-item: space-between;
        align-items: center;
        /* margin-bottom: 25px; */
    }

        .faq-section summary h4 {
            font-size: 16px;
            color: #07294d;
            margin: 0px;
            flex-grow: 1;
            font-weight: 600;
        }

img.area-icon {
    width: 75px;
    filter: brightness(5.5);
}

.faq-section p {
    font-size: 13px;
}


.faq-section summary::marker {
    display: none;
    content: "";
}

.faq-section details > p {
    max-width: 650px;
    color: #4a4a4a;
    font-size: 15px;
    /* color: #333; */
    /* font-size: 16px; */
    line-height: 171%;
    letter-spacing: .1px;
    margin-bottom: 15px;
    /* padding-left: 10px; */
    padding-top: 17px;
}

.faq-section hr {
    /* border: 1px solid #404e5c38; */
    margin-block-end: 20px;
}

.faq-section summary {
    display: flex !important;
}

.left-section {
    text-align: right;
}

.right-section {
    text-align: left;
}

section.faq {
    padding: 32px 0px;
    background: #ecf5fc;
}

i.fa.fa-chevron-down {
    color: #07294d;
    font-size: 16px;
}

span.grdv_tri {
    color: #07294d;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
}

.wyutyubjh_tri {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

    .wyutyubjh_tri::-webkit-scrollbar {
        width: 5px;
    }


    .wyutyubjh_tri::-webkit-scrollbar-thumb {
        background: #07294d;
        border-radius: 10px;
    }


    .wyutyubjh_tri::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

.frehu_tri {
    padding: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px 12px;
    cursor: pointer;
}

.icon_img {
}

    .icon_img img {
        width: 35px;
        height: 35px;
    }

.tab-content {
    /* width: 55%; */
    line-height: 2;
    padding: 0px 20px;
}

.h4-tabs {
    font-weight: bold;
    font-size: 22px !important;
    color: #1e222f;
    border-bottom: 1px solid #8080804f;
    padding-bottom: 10px;
}

.feature_heading h2 {
    /* margin-bottom:20px; */
    font-size: 26px;
    color: #1e222f;
    /* margin-top: 40px; */
    margin-bottom: 35px;
    font-weight: 600;
    line-height: 2.25rem;
}

h4.aboutheadingcls {
    position: relative;
    color: #07294d;
    font-size: 30px;
    font-weight: 500;
}

.colorclaspanhsh {
    color: #37a8d6;
    font-weight: 600;
    font-size: 30px;
}

.aboutheadingcls::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 22%;
    background: linear-gradient(41deg, #37a8d6 30%, #000000 100%);
}

.tab-content a {
    font-weight: 600;
    color: #1e222f;
}

.relative.details_taxxa {
    display: flex;
    align-items: center;
    margin: 18px 0px;
}

img.absolute.accept_img {
    width: 16px;
}

p.why_taxxa_name {
    margin: 0px;
    padding-left: 13px;
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 16px;
    color: inherit;
    letter-spacing: 0.2px;
    color: #07294d;
}


.pxl-grid-inner {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
}

    .pxl-grid-inner .grid-item {
        /* margin: 15px 15px 15px 15px; */
    }


.grid-item-inner .item-content {
    padding: 0px 0px 31px;
    transition: all 300ms ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.grid-item-inner .item-title {
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0px 4px;
    color: white;
}


.item-excerpt {
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
}

section.payment_section {
    padding: 50px 0px;
    /* background: #ecf5fc; */
}

.bg-storeBlue.mt-5 {
    text-align: center;
}

p.payment_para {
    color: white;
    font-size: 13px;
}

span.block {
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 2.25rem;
}

h2.payment_heading {
    margin-bottom: 20px;
}

.bg-storeBlue.mt-5 {
    text-align: center;
    padding: 0 2rem;
    max-width: 68%;
}

p.payment_para {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

span.block {
    /* font-size: 30px; */
    /* margin-bottom: 20px; */
    font-size: 30px;
    color: white;
    /* margin-top: 40px; */
    /* margin-bottom: 22px; */
    font-weight: bold;
    line-height: 2.25rem;
}

section.payment_section h2.payment_heading {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0px;
}

a.payment_btn {
    padding: 10px 30px;
    /* margin: 10px; */
    /* margin-top: 20px; */
    background: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    color: #0b95ce;
}

.payment_content {
    padding: 0 2rem;
}

.container.new_ad_payment {
    display: flex;
    justify-content: center;
}

a:focus, a:hover {
    color: #37a8d6;
    text-decoration: underline;
}

h4.item-title {
    color: #000000;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom {
    border-right: 1px solid #8080802e;
    padding-right: 10px;
    /* filter: brightness(0) invert(1); */
    font-size: 12px;
}

    li.menu-item.menu-item-type-custom.menu-item-object-custom img {
        margin-right: 5px;
        width: 16px;
    }

.new_add_nav {
    padding: 0 106px;
    border-bottom: 1px solid #80808017;
    background: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    margin: 10px 15px;
    padding: 0px !important;
}

section.why_taxxa {
    margin: 30px 0px;
}

.logo {
    width: 150px;
}

.navbar {
    opacity: 1 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #3f6082 !important;
    font-weight: 600 !important;
}

.footer-link.support.mt-40 ul {
    margin: 0px;
    padding: 0px;
}

span.heading_ {
    color: white;
    font-size: 12px;
}

h2.text-3xl.font-extrabold.text-black {
    font-size: 26px;
    color: #1e222f;
    font-weight: 600;
    line-height: 2.25rem;
}

.textt_about {
    padding-bottom: 5px;
    position: relative;
}

    .textt_about:before {
        content: "\f0a4";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px;
        width: 28px;
        font-size: 25px;
        color: #0b95ce;
        position: absolute;
        left: -35px;
        bottom: 0px;
    }

span.span.textt_about {
    margin-left: 26px;
}

span.blue_n {
    font-size: 26px;
    color: #145da0;
    /* font-weight: 600; */
    /* line-height: 2.25rem; */
}

a.text-custom-white.fs-14 {
    margin-left: 10px;
    color: #002864;
    font-size: 13px;
    border-right: 1px solid #8080802e;
    padding-right: 10px;
}

nav.sub_menu {
    display: flex;
    align-items: center;
}

.container.navbar-container {
    padding: 2px 0px;
    padding-top: 5px;
    background: transparent;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /* display: contents !important; */
}

.content_header {
    /* position: absolute; */
    /* top: 35%; */
    /* left: 10%; */
    width: 2;
    width: 500px;
}

button.owl-prev {
    top: 40%;
}

button.owl-next {
    top: 40%;
}

.item img {
    width: 450px !important;
    margin-top: 0;
}

.feature_heading {
    text-align: center;
    margin-bottom: 17px;
}

.hdgfvd_tri {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.wht.rsABlock.aos-init {
    background: #145da0;
    width: 40%;
}

span.content_head {
    color: #145da0;
    font-size: 41px;
}

.container.new_ad_footer {
    padding-bottom: 30px;
}

.footer-link.support.mt-40 ul {
    /* padding-left: 32px !important; */
}

.footer-link.support.mt-20 {
    margin-top: 20px;
}

.col-lg.col-12.text-white.text-center a {
    color: #fff;
    font-weight: 600;
}

    .col-lg.col-12.text-white.text-center a strong {
        font-size: 12px;
    }

/*.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
    box-shadow: rgb(0 0 0 / 4%) 0px 5px 15px;
}*/
/*.navbar-scroll {
    border-bottom: 1px solid #dddddd !important;
   
}*/

.navbar-default {
    background-color: transparent !important;
}

.footer-about.mt-40 ul {
    padding: 0px;
}

.item .banner_img {
    width: 480px !important;
}

p.shgf_tri {
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
}

h2.text-center.yfgygf_tri {
    margin-bottom: 10px;
}

p.shgf_tri.jhagffv_tri {
    margin-bottom: 20px;
}

.margin_20 {
    margin-bottom: 40px;
}

.pxl-grid-inner.col-md-12 {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    margin: 0px;
}

.content-inner {
    width: 100%;
}


/*section new*/
.benefits_section_tri {
    padding: 45px 0 45px;
    background-image: url(/images/banner/the-mist-banner1.jpg);
    background-blend-mode: overlay;
    background-color: #000000c2;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


.industries_platform {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: baseline;
}

.industries_boxes {
    /* height: 150px; */
    /* width: 16%; */
    align-items: center;
    opacity: 1;
    /* margin: 15px 15px 0; */
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    /* margin-bottom: 20px; */
}

    .industries_boxes .industries_image {
        margin-bottom: 10px;
    }

.industries_content {
    font-size: 15px;
    opacity: 1;
    color: #002864;
}

.indus_bottom_line {
    position: absolute;
    width: 90%;
    margin-top: 16px;
    border-bottom: 1px solid #ffffff7a;
    top: 80%;
    left: 0;
    right: 0;
    /* opacity: .3; */
}


.industries_boxes:not(:last-child)::after {
    display: block;
    content: "";
    width: 1px;
    background: #ffffff7a;
    /* opacity: .3; */
    position: absolute;
    right: -6px;
    height: 115px;
    top: 0;
}

.industries_image img {
    width: 60px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(3000%) hue-rotate(200deg);
}

.industries_platform.aos-init .col-md-2 {
    margin-bottom: 25px;
}

    .industries_platform.aos-init .col-md-2:last-child {
        border-right: 0px solid #80808038;
    }

p.gdhgyf_tri {
    text-align: center;
    font-weight: 600;
}

.havdgf_tri {
    display: flex;
    justify-content: center;
}

a.sgfgtfc_tri {
    padding: 6px 12px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 7px;
    color: #07294d;
}

    a.sgfgtfc_tri:hover {
        text-decoration: none;
        color: #07294d;
    }


/*Product section css*/
h2.hhc-text-card__heading {
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.hhc-text-card__content {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    padding: 0 50px;
    text-align: center;
}

.hhc-text-card__wrapper {
    text-align: center;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.speciality-card {
    height: 100%;
    width: 100%;
}

.speciality-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    padding: .75rem;
}

.speciality-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: start;
}

.product_img {
    /* width:100%; */
    width: 100%;
    height: 400px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

    .product_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2px;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
        margin: 0px;
    }

.afbyh_tri {
    margin: 0px !important;
}

.col-md-12.row.afbyh_tri {
    padding: 27px 0px;
    /* background: linear-gradient(180deg, rgba(230, 242, 245, 0), #e6f2f5 33%, #fdf2ec); */
    background: #ffffff;
    border-radius: 2px;
    /* margin: 20px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;
    margin-bottom: 30px !important;
}

section.product_section {
    padding: 40px 0px 40px;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

.tab-content.mt-3 {
    margin: 30px 0px !important;
}

.nav-link.active {
    background-color: #002864 !important;
    border-color: #002864;
    color: #fff !important;
    pointer-events: none;
}

.nav-link {
    margin-right: 10px;
    align-items: center;
    background-color: transparent;
    border: 1px solid #002864 !important;
    border-radius: 2.5rem !important;
    color: #002864;
    cursor: pointer;
    display: flex;
    /* font-family: Figtree, sans-serif; */
    font-size: 16px;
    font-weight: 500;
    /* height: 2rem; */
    justify-content: space-between;
    letter-spacing: .0375rem;
    line-height: 1.6875rem;
    line-height: 1;
    padding: 11px 25px;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s;
    white-space: nowrap;
}

.mt_15 {
    margin-left: 15px;
}

.nav-tabs {
    border-bottom: none;
}

.lower_btn {
    padding: 20px 11px 0;
    margin: 0;
    border-top: 1px solid #8080801f;
    display: inline-block;
    width: 100%;
}

a.Doctor_btn {
    border: 1px solid #002864;
    color: #002864;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
}

    a.Doctor_btn:hover {
        border: 1px solid #002864;
        background: #002864;
        color: #fff;
    }

.speciality-card__body-lower-title {
    color: #000;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .625rem;
    text-transform: capitalize;
}

.afbyh_tri {
    position: relative;
}

.bottom_product {
    /* position:absolute; */
    /* bottom:0px; */
}

a.Doctor_btn.ml-10 {
}

.bottom_product {
    /* position: relative; */
    /* bottom: 0; */
    /* margin-top: 30px; */
}

.lbs_block_top_gap_mobile.lbs_block_top_gap.lbs-block-container.text-card {
    padding-top: 50px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background: #002864;
}

.heading_n h2 {
    font-weight: 500;
    margin-top: 0;
    color: #369bd3;
    font-size: 25px;
    margin-bottom: 10px;
}

.para {
    color: #000000;
    font-size: 13px;
    line-height: 26px;
}

.tab-panel {
    /* background: #ddd;*/
    position: relative;
    z-index: 1;
}

.tab-panel__header {
    /* background: #343a40; */
    position: relative;
}

    .tab-panel__header ul li {
        /* width: 33.33%; */
    }

    .tab-panel__header a {
        /* text-decoration: none; */
        /* text-transform: uppercase; */
        /* display: block; */
        /* padding: 20px; */
        /* font-size: 18px; */
        /* color: #fff; */
        /* border-right: solid 1px #fff; */
        /* min-width: 150px; */
        /* text-align: center; */
    }

.tab-panel__arrow {
    position: absolute;
    border-width: 20px;
    border-style: solid;
    border-color: #c81c2f transparent transparent transparent;
    transition: transform 0.5s;
}

/*Tab Panel Content area*/
.tab-panel__content {
    overflow: hidden;
}

.tab-panel__content-area {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.5s;
}

.tab-panel__item {
    flex: 100% 1 0;
}

.tab-panel__item__content {
    padding: 75px 0px 10px 0px;
}

.tab-panel__item--active {
    display: block;
}

.tab-active {
    /* background: #c81c2f; */
}

.tab-panel__header ul {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    justify-content: center;
}

.justify-content-center {
    justify-content: center !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.sdf__item {
    padding: 40px;
    border: 1px solid var(--tp-border-2);
    display: flex;
    border-radius: 6px;
    align-items: center;
    position: relative;
    background: var(--tp-common-white);
    transition: 0.3s;
}

.d-flex {
    display: flex;
}

.sdf__item::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    border-radius: 6px;
    height: 100%;
    bottom: 10px;
    z-index: -2;
    border: 1px solid #e9e9e9;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.sdf__item:hover::before {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.sdf__item:hover {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.sdf__icon {
    margin-right: 10px;
}

    .sdf__icon i {
        font-size: 36px;
        color: #9a0818;
    }

.sdf__text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.sdf__text h6 {
    font-size: 16px;
}

.sdf__item {
    border: 1px solid #e9e9e9;
    display: flex;
    border-radius: 6px;
    position: relative;
    height: 95px;
    background: #ffffff;
    transition: 0.3s;
}

.mb-30 {
    margin-bottom: 30px;
}

section.about__area {
    padding-top: 70px;
}

.tab-panel__content {
    margin: 15px 0px 0 !important;
    margin-bottom: 0px !important;
}

.tab-active .nav-link {
    background-color: #337edb !important;
    border-color: #002864;
    color: #fff !important;
    pointer-events: none;
}

h4.hfvdd_tri {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #145da0;
    font-weight: 600;
}

p.ascvghf_tri {
    font-size: 13px;
    color: #333;
    margin: 0px;
    line-height: 20px;
}

.jhgdyg_tri {
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.hsftgf_tri {
    width: 86%;
}

.fsgftfd_tri {
    display: flex;
    margin-bottom: 25px;
    /*height: 87px;*/
    border-bottom: 1px solid #8080801f;
    padding-bottom: 15px;
}

.p-0 {
    padding: 0px !important;
}

.hfvgf_tri {
    padding: 0 5px;
}

a.Doctor_btn.ml-10 span {
    color: #002864;
}

a.Doctor_btn.ml-10:hover span {
    color: #fff;
    text-decoration: none;
}

.fsgftfd_tri.sgyf_tri {
    /* height: 100px; */
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product_img .hfsgf_tri {
    box-shadow: none;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.hfsgyf_tri {
    width: 36px;
}


@media screen and (max-width: 991px) {
    .SideOption {
        top: 335px;
    }
    .popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 999;
    }
    .popup-box{position:unset;width:100%;}
    .dknaiaa-a-ami {
        position: relative;
        top: 27%;
    }

    .new_add_nav {
        padding: 0px;
    }
    .feature{height:auto !important;}
    .hero-section {
        background-position: inherit !important;
    }

    .container-box {
        gap: 0px !important;
    }

    .new_add_nav .flex {
        display: none;
    }

    ul.nav.navbar-nav.navbar-right {
        padding: 0 0px;
    }

        ul.nav.navbar-nav.navbar-right li a {
            padding: 10px 12px !important;
            /*display: block;*/
            margin: 0;
        }

    a.navbar-brand.Logo_img img.logos_img {
        width: 100%;
    }

    a.navbar-brand.Logo_img {
        padding: 0;
        width: 85px;
        margin-left: 10px;
        display: flex;
        align-items: center;
    }

    .content_header {
        width: 100% !important;
        height: 340px;
    }

    h4.content_heading {
        font-size: 30px;
    }

    span.content_head {
        font-size: 35px;
    }

    .section1 {
        padding-top: 68px;
        height: auto;
        top: 0;
    }

    .new_ad_about {
        grid-template-columns: unset;
        padding-top: 0;
    }

    .img-holder.uygrdgdtgygu_tri {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    img.img-cover.uygrtgygu_tri {
        height: auto;
    }

    img.shape.about-shape-2 {
        display: none;
    }

    img.shape.about-shape-3 {
        bottom: auto;
        top: -65px;
    }

    section#about {
        margin: 0;
        padding: 25px 0px 0;
    }

    .tab-panel__header ul {
        justify-content: unset;
        padding: 0 15px;
    }

    .fsgftfd_tri {
        height: auto;
    }

        .fsgftfd_tri.sgyf_tri {
            border-bottom: 1px solid #8080801f;
            padding-bottom: 15px;
            margin-bottom: 25px;
        }

    li.eifojhuo_tri {
        padding: 0 20px;
        margin-top: 12px;
    }

    p.section-text {
        margin-top: 0;
        text-align: left;
    }

    h4.hfvdd_tri {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    p.ascvghf_tri {
        font-size: 16px;
        line-height: 23px;
    }

    .hfvgf_tri {
        padding: 0;
    }

    h2.text-3xl.font-extrabold.text-black, span.blue_n {
        font-size: 22px;
        line-height: 38px;
    }

    .col-md-12.texxa_details_n .col-md-4 {
        padding: 0;
    }

    section.why_taxxa {
        margin: 10px 0px 20px;
    }

    .col-md-12.texxa_details_n .col-md-4 {
        padding: 0;
    }

    section.Benefits_Gst.tab_Features .grid-item.col-md-3 {
        width: 100%;
    }

    section.Benefits_Gst.tab_Features .grid-item-inner.cross-hover {
        height: auto;
    }

    section.payment_section .payment_content {
        padding: 0;
    }

    section.payment_section span.block {
        font-size: 22px;
        line-height: 38px;
    }

    .industries_platform.aos-init .col-md-2 {
        width: 33%;
        border: 0;
    }

    section.payment_section .col-md-12 {
        padding: 0;
    }

    .faq-section {
        max-width: 100%;
        padding: 20px 15px 20px;
    }

        .faq-section h2 {
            margin-bottom: 0px;
            font-size: 22px;
            margin-top: 0;
        }

        .faq-section header {
            margin-bottom: 20px;
        }

        .faq-section summary h4 {
            line-height: 26px;
        }

        .faq-section details > p {
            line-height: 25px;
        }
}

.uygrtgygu_tri {
    width: 530px;
    height: 370px;
}

.uygrdgdtgygu_tri {
    width: 490px;
    /* height: 380px; */
    position: relative;
}

ul.dfasd_tri {
    display: flex;
    flex-wrap: wrap;
}

    ul.dfasd_tri li {
        width: 50%;
    }

.navbar-default .navbar-nav li a.rugihy_tri {
    display: inline-block;
    animation: rainbow-bg 3.5s infinite !important;
    color: #fff !important;
    padding: 6px 15px !important;
    background-color: #002864;
    margin: 0 5px 0;
}

.navbar-scroll .navbar-nav li a.rugihy_tri {
    position: relative;
    /*top: -8px;*/
}

@keyframes rainbow-bg {
    0% {
        background-color: #002864;
    }

    50% {
        background-color: #337edb;
    }

    100% {
        background-color: #002864;
    }
}

.navbar-default .navbar-nav li a.rugihy_tri:after {
    visibility: hidden;
}

.navbar-default .navbar-nav li a.rugihy_tri:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
    animation: ringPulse 1.6s infinite;
    opacity: 1;
    height: auto;
}

@keyframes ringPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(76, 60, 0.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

.yuftg_tri {
    text-align: center;
    margin-top: 20px;
}

button.tuyhhu_tri {
    width: 150px;
    padding: 8px;
    border: 0;
    color: #fff;
    background: #337edb;
    border-radius: 3px;
    font-size: 15px;
}

.industri-button {
    width: auto !important;
}

.fugyug_tri {
    margin-top: 45px;
    padding-top: 20px;
    margin-bottom: 20px;
}

h3.guyhi_tri {
    font-size: 18px;
    color: #b0dcef;
    margin: 0 0 12px;
    border-bottom: 1px solid;
    border-image: linear-gradient(357deg, #ffffff00, #f4f4f4, #ffffff00) 1;
    padding-bottom: 12px;
}

p.guirhyi_tri {
    line-height: 26px;
    font-size: 13px !important;
}

img.fewfgreg_tri {
    /* width: 120px; */
    width: 100%;
}

ul.efwef_tri {
    display: flex;
}

li.fedfefwefwd_tri {
    margin-right: 15px;
    margin-top: 8px;
    width: 45%;
}

li.fedfefwef_tri {
    margin-top: 8px;
    width: 45%;
}

.about-content ul.about-list li.about-item {
    width: 50%;
}

.deddfeg_tri ul.mt-20 {
    display: flex;
    gap: 10px;
}

.footer-link.support .deddfeg_tri ul li a {
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transform: translateX(0px);
    transition: all .4s linear;
}

.footer-link.support .deddfeg_tri a i {
    margin: 0;
    font-size: 15px;
}

.deddfeg_tri {
    margin-top: 20px;
}

.footer-about p.frgrgr_tri {
    margin-top: 0px;
}

span.frefgrgr_tri {
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: white;
}

.footer-link ul.efwef_tri li a {
    transform: translateX(0px);
}

.footer-link.support .deddfeg_tri a:hover {
    background: #ffffff;
}

    .footer-link.support .deddfeg_tri a:hover i {
        color: #0492cc;
    }

.features-section {
    padding: 30px 0px;
    margin: 0px 39px;
    /* background: #fff; */
    /*box-shadow: rgba(99, 99, 99, 0.2) 1px 9px 13px 1px;*/
}

.fetures-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.features-col {
    width: 30%;
}

.feature-box {
    margin-bottom: 14px;
    padding: 10px;
}

    .feature-box .feature-icon {
        display: inline-flex;
        width: 50px;
        height: 50px;
        padding: 7px;
        border: 1px solid #3480da;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

.feature-heading {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #145da0;
    font-weight: 600;
}

.feature-box p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}


.features-image {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 39px;
    /*height: 675px;*/
}

    .features-image img {
        max-width: 100%;
    }

/* RESPONSIVE */
@media (max-width: 992px) {
    .fetures-container {
        flex-direction: column;
        text-align: center;
    }

    .features-col,
    .features-image {
        width: 100%;
    }

    .features-section {
        margin: 0px 10px;
    }
}



.dark-bg {
    background: #337edb;
    padding: 20px 0px;
}


.gst-section {
    padding: 50px 20px;
    background: #fff;
}

.gst-container {
    max-width: 1200px;
    border-bottom: 1px solid #80808024;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 41px;
}

/* LEFT */
.gst-content {
    width: 45%;
}

.greater-heading {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 34px;
    color: #002864 !important;
    margin-bottom: 20px;
}

.greater-para {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .gst-container {
        flex-direction: column;
        text-align: center;
        gap: 0px;
        margin-top: 15px;
    }

    .gst-content,
    .gst-visual {
        width: 100%;
        text-align: left;
    }

    .left-section {
        text-align: left;
    }

    .features-image {
        height: 431px;
    }
}

/* Section */
.hero-section {
    padding: 35px 20px 40px;
    background-image: url(/Images/new-img/about-bg-img.png);
    background-position: top;
    background-repeat: no-repeat;
    object-fit: cover;
}

/* Container */
.container-box {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 40px; */
}

/* Left Content */
.hero-content {
    max-width: 560px;
}

.heading-about .dkankaa-ami-newka {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 29px;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

/* Right Image */
.hero-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    width: 480px;
    display: block;
}

.span-inner {
    display: inline-block;
    color: #145da0;
    font-size: 28px;
    line-height: 12px;
}


/* Responsive */
@media (max-width: 992px) {
    .container-box {
        max-width: auto;
        flex-direction: column;
        text-align: center;
    }

    .heading-about {
        font-size: 36px;
    }

    .hero-content {
        text-align: left;
    }

    .span-inner {
        line-height: 37px;
        margin-top: 11px;
        font-size: 35px;
    }
    .heading-about .dkankaa-ami-newka {
        font-size: 41px;
        line-height: 41px;
    }
    .hero-image img {
        width: 100%;
    }
    .features-image{width:100% !important;padding-top:0px;}

    .faq-section summary h4 {
        font-size: 17px;
    }
    span.span-inner.dbajjaba-ami-newk {
        font-size: 30px;
    }

    .about-inner-heading {
        font-size: 35px !important;
        text-align:center;
    }
}

.about-inner-heading {
    font-size: 32px;
    color: #1e222f;
    font-weight: 600;
}

.greater-results {
    width: 350px;
}


.tabs-wrapper {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 20px
}

.tabs-left {
    width: 35%
}

.footer-about .logo .img-responsive {
    background: white;
    border-radius: 5px;
    padding: 5px 15px;
}

.tab-btn {
    background: #fff;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eee;
    transition: .3s
}

    .tab-btn.active {
        background: #eaf3ff;
        border-color: #cfe3ff
    }

    .tab-btn span.icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #327cd8;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #327dd8;
        font-weight: bold
    }

.tabs-right {
    width: 65%;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #eee
}

.tab-content {
    display: none
}

    .tab-content.active {
        display: block
    }

@media(max-width:768px) {
    .tabs-wrapper {
        flex-direction: column
    }

    .tabs-left, .tabs-right {
        width: 100%
    }

    .top-content {
        order: 2;
    }

    .container.navbar-container {
        padding: 4px 15px;
    }
}

/*================Feature Css=================================*/
section.mian-banner-new {
    position: relative;
    display: flex;
    width: 100%;
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: 308px;
    overflow: hidden;
}

    .img-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgb(0 0 0), #00000033);
    }

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.dhdgddgd-ami {
    position: absolute;
    bottom: 50px;
    color: white;
    box-shadow: 0 4px 10px #082b6129;
    border-radius: 5px;
    margin-left: 93px;
    padding: 25px;
    width: 440px;
}

.djidgdd-ami {
    padding: 10px 15px !important;
    width: 100%;
    color: #555555;
    box-shadow: 4px 2px 3px 0 rgb(1 1 1 / 12%);
    position: absolute;
    bottom: 0px;
    backdrop-filter: blur(10px);
}

h1.jdgjddg-ami {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 14px;
    color: #fff;
}

ul.ddddid-ani {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 0px;
    font-weight: 800;
}

li.djdugdd-ami {
    margin-right: 6px;
    color: #ecae06;
}

.ddddid-ani i.fa.fa-angle-right {
    margin-right: 6px;
    font-weight: 600;
    color: #ecae06;
}

p.djdsss-ami {
    border-left: 2px solid #145da0;
    color: white;
    padding-left: 12px;
}

section.fuh-ami.grhth-ami {
    background-image: url(/Images/mess_bgn.png);
}

section.fuh-ami {
    padding: 40px 0;
    position: relative;
}

    section.fuh-ami.grhth-ami .wuhiu-ami.eueytg-ami {
        display: block;
    }

.wuhiu-ami.eueytg-ami {
    padding: 0;
    display: flex;
}

.pagetitle_section-ami {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 32px;
}

h2.pagetitle-ami {
    font-size: 32px;
    color: #003060;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}

.pagetitle_section-ami:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 77px;
    background: #145da0;
    transform: translate(-50%);
}

p.rguiyu-ami {
    text-align: center;
    margin-bottom: 24px;
}

.grhth-ami .row-ami.uefg-ami.yfgh-ami.guiyi-ami {
    width: 100%;
    position: relative;
    margin-bottom: 29px;
}

.row-ami {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

    .row-ami.uefg-ami.yfgh-ami.guiyi-ami:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, #00286499, #00286487);
    }

.egwgr-ami:nth-child(odd) {
    flex-direction: row;
    text-align: right;
}

.egwgr-ami {
    display: flex;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.row-ami.uefg-ami.yfgh-ami.guiyi-ami .wedw-ami {
    margin: 0 0 15px;
    position: absolute;
}

.egwgr-ami:nth-child(odd) .wedw-ami {
    right: 48.3%;
}

.row-ami.uefg-ami.yfgh-ami .wedw-ami .wefsdw-ami {
    width: 40px;
    height: 40px;
    display: flex;
    min-width: 40px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    color: #ffffff;
    background: #002864;
    margin: auto;
    box-shadow: 0 0 0px 7px #0028642e;
}

.row-ami.uefg-ami.yfgh-ami.guiyi-ami .wrws-ami {
    color: #4a4a4a;
    width: 47%;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #1d59a84a;
    box-shadow: -2px 10px 22px -16px #00000075;
    padding: 14px 15px 14px;
}

.wrws-ami {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
}

span.ugyui-ami {
    font-weight: 700;
    display: block;
    color: #003060;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}

.egwgr-ami:nth-child(even) {
    flex-direction: row-reverse;
    text-align: left;
}

.egwgr-ami {
    display: flex;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.row-ami.uefg-ami.yfgh-ami .egwgr-ami:before {
    content: "";
    position: absolute;
    top: 39px;
    right: 62%;
    left: -44%;
    z-index: 1;
    transition: width 0.3s linear 0s;
}

.text-white {
    color: white !important;
}

.row-ami.uefg-ami.yfgh-ami.guiyi-ami .wedw-ami {
    margin: 0 0 15px;
    position: absolute;
}

.egwgr-ami:nth-child(even) .wedw-ami {
    left: 48.3%;
}

.wrws-ami {
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
}

/*================Feature Css=================================*/

.white_band h4 {
    color: #4b4b4d !important;
}

.feature {
    text-align: center;
    height: 175px;
    margin-bottom: 42px;
}

    .feature .content {
        font-size: 16px;
        color: rgba(75, 75, 77, 1);
    }

.icon-image {
    width: 60px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(3000%) hue-rotate(200deg);
}

.banner-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #07294d;
}

.banner-desc {
    font-weight: 500;
    line-height: 23px;
}

.feature .content {
    width: calc(100% - 75px);
}

.feature .icon, .feature .content {
    display: inline-block;
    vertical-align: top;
}

.mb-45 {
    margin-bottom: 35px;
}



@media screen and (max-width:991px) {
    .dnjaja-ami-new {
        background: white;
    }

    #main-navbar {
        position: fixed;
        z-index: 99;
        width: 100%;
        background: white;
    }

    .collapse.in {
        box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px !important;
        padding-bottom: 10px;
    }

    .dnjaja-ami-new .navbar-nav {
        margin: 0px 0px 0px 0px;
    }

    .dhdgddgd-ami {
        width: auto !important;
        margin-left: auto;
    }

    .egwgr-ami:nth-child(even), .egwgr-ami:nth-child(odd) {
        flex-direction: unset !important;
        text-align: left !important;
    }

    .row-ami.uefg-ami.yfgh-ami.guiyi-ami .wedw-ami {
        position: relative;
        left: 0;
        right: 0;
    }

    .row-ami.uefg-ami.yfgh-ami.guiyi-ami .wrws-ami {
        width: 100% !important;
        margin-left: 20px;
        padding-right: 35px;
    }

    .row-ami.uefg-ami.yfgh-ami.guiyi-ami:before {
        left: 5% !important;
    }
}


/*--------------------About us css------------------*/
.dhva-ami-newjs {
    text-align: start;
}

.jbjjgj-ami {
    display: flex;
    justify-content: center;
}

.dhva-ami-newjs .about-inner-heading {
    line-height: 39px;
}

.djaa-amika-new {
    display: flex;
    align-items: center;
}

h5.djaaa-aikd-ami {
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
}

.dhajjaa-aminew-ha {
    padding: 50px 0px 49px 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.dkkakaamd-mi-new {
    list-style: circle;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.djbjaja-amg-ami {
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
    padding: 30px 0px;
}

.djdbjd-djdbj-new {
    padding: 61px 0px;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
}

section.djbakaa-amna-ami {
    padding: 45px 0px;
}

.dhbaja-ami-new {
    margin-bottom: 24px;
}

.dknakka-laam {
    display: flex;
    align-items: baseline;
}

.djjajaa-ami {
    font-size: 18px;
    color: #002864;
    font-weight: 600;
}

.sssssslank-ami {
    background: #337edb;
    width: 18%;
    padding: 8px;
    border-radius: 50%;
    margin-right: 14px;
    /* height: 60px; */
}

    .sssssslank-ami img {
        filter: brightness(0) invert(1) !important;
    }

.dkakaala-ami {
    width: 75%;
}

.djbjsajaj-ami-new-here {
    padding: 35px 0px;
}

h4.djbaja-ami-new {
    font-size: 22px;
    color: #145da0;
    font-weight: 600;
}

.djbjaja-ami-new {
    filter: brightness(0) invert(1) !important;
    width: 59px !important;
    margin-bottom: 12px;
}

.djbaa-a-aid img {
    border-radius: 0px 20px 20px 0px;
}

.dhaaa-ami-newj {
    width: 395px;
    border-radius: 15px;
}

@media screen and (max-width:991px) {
    .djaa-amika-new {
        flex-direction: column-reverse;
    }

    .djdbjd-djdbj-new .gst-content {
        padding: 0px 16px;
    }

    .dhaaa-ami-newj {
        max-width: 100%;
        height: auto;
        width: 100%;
        border-radius: 0px;
    }

    .djbjaja-amg-ami {
        margin-top: 0px;
    }

    .dhvaj-amibew {
        text-align: center;
    }

    .sssssslank-ami {
        padding: 13px;
        position: relative;
        top: 19px;
    }
}
/*--------------------About us css------------------*/


/*-----------------Partner With us Css--------------------------*/
.section-benefits {
    padding: 10px 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(62%, #f4f4f4), color-stop(62%, #337edb));
    background: linear-gradient(1turn, #f4f4f400 62%, #337edb 0);
}

.benefits-section {
    padding: 35px 0 0;
    text-align: center;
}

    .benefits-section h2 {
        font-size: 33px;
        font-weight: 700;
        margin: 0px 0px 15px 0px;
        color: #fff;
    }

    .benefits-section .benefits-desc {
        font-size: 16px;
        color: #fff;
        width: 40%;
        margin: 5px auto;
        line-height: 26px;
    }

.benefits-container {
    margin: 30px auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.benefit {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 24%;
    display: block;
    box-shadow: 0px 0px 13.57px 0px #0000001f;
    padding: 20px 20px;
    /*margin: 12px 0;*/
    background-color: #fff;
    text-align: left;
    border-radius: 15px;
}

    .benefit .benefit-icons {
        width: 60px;
        height: 58px;
        /* margin-bottom: 20px; */
        padding: 10px;
        background-color: #f0f6ff;
        border-radius: 82px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    .benefit p {
        /* line-height: 27px; */
        font-size: 15px !important;
        /*color: #595959;*/
    }

.dnaka-ami-new-j {
    line-height: 24px;
    /*color: #595959;*/
    list-style: disc;
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 28px;
}

.benefit h3 {
    font-size: 18px;
    margin-top: 8px;
    line-height: 25px;
}

.benefit-icons img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(3000%) hue-rotate(200deg);
    width: 44px;
}

.accounting-partner-sec {
    padding: 50px 0px;
}

.text-start {
    text-align: start;
}

.contact-left-bg {
    background: url(/Images/contact-left-bg.png) left 30px no-repeat;
    width: 100%;
    clear: both;
    /*padding: 20px 0 60px;*/
}

.fjhbaa-ami-new {
    line-height: 27px;
}



.contact-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 3.57px 0px #00000040;
    width: 100%;
    padding-bottom: 20px;
    border-radius: 12px;
    padding-top: 20px;
}

    .contact-form h2 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
        color: #333;
    }

    .contact-form .input-box {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

        .contact-form .input-box input,
        .contact-form .input-box textarea {
            width: 100%;
            padding: 8px 10px;
            border-radius: 4px;
            font-size: 15px;
            margin: 15px 0 0px 0px;
            border: none;
            border: 1px solid #0028645e;
            outline: none;
            resize: none;
        }

        .contact-form .input-box small {
            position: absolute;
            left: 0;
            padding: 5px 0;
            font-size: 16px;
            display: none;
            margin: 10px 0;
            pointer-events: none;
            transition: 0.5s;
            color: #666;
        }

        .contact-form .input-box input:focus ~ span,
        .contact-form .input-box textarea:focus ~ span {
            color: #002864;
            font-size: 12px;
            transform: translateY(-20px);
        }

        .contact-form .input-box .ajbaaa-am {
            width: 100%;
            background: #002864;
            margin-top: 15px;
            color: #FFF;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            padding: 7px 10px;
            font-size: 18px;
            border: 1px solid #002864;
            transition: 0.5s;
        }

            .contact-form .input-box .ajbaaa-am:hover {
                background: #FFF;
                color: #002864;
            }

.dnkaka-ami-nej {
    display: flex;
    justify-content: center;
}

.djbaja-ami-mew-j {
    font-size: 34px;
}

.dnkaaa-ami-new {
    font-size: 20px !important;
    line-height: 33px;
    margin-top: 8px;
    font-style: italic;
    margin-bottom: 11px;
}

.partner-investment {
    padding: 4rem 0;
    background: url(/Images/round.svg) right bottom no-repeat #2361a330;
    background-attachment: fixed;
    background-position: 0 306px;
    background-size: cover;
}

.dkahiaa-ami-new {
    font-size: 31px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 19px;
}

.djaa-amai-j {
    color: #ffffff !important;
    margin-right: 10px;
    font-size: 15px;
    padding: 7px 25px;
    border-radius: 20px;
    background-color: rgb(0 40 100);
    font-weight: 600;
}

.djakaha-aakka-am {
    margin-top: 25px;
}

.djakaa-ami-h {
    line-height: 27px;
}

.kdnaka-ami-new {
    color: black;
    margin-bottom: 17px !important;
    font-size: 23px !important;
}

.iygduy_tri {
    border-radius: 10px;
    border: 1px solid #859eb6;
    height: 100%;
    padding: 15px 15px 5px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 4px 13px 51px 7px rgb(10 51 80 / 16%);
}

.flex_tri {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.icon_section_tri {
    background: #f0f6ff;
    height: 55px;
    width: 55px;
    position: relative;
    padding: 3px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    top: 13px;
    font-size: 20px;
    margin-right: 10px;
}

.iygduy_tri h3.dkdn-asmi {
    margin-bottom: 5px;
}

.flex_tri h3.dkdn-asmi {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 18px;
}

.Who_section_tri {
    margin-bottom: 6px;
    font-size: 13px;
}

span.Who_heading_tri {
    font-weight: 700;
}

p.text-medium-grey.leading-relaxed {
    font-size: 14px !important;
    line-height: 25px;
}

.diknakak-ami-new {
    margin-bottom: 0px;
    font-size: 15px !important;
    background: yellow;
    margin-top: 6px;
    padding: 7px 10px;
    font-weight: 600;
}

.djaakaa-ami-ahka {
    position: sticky !important;
    top: 122px;
}

.dakkaka-ami-new {
    filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(3000%) hue-rotate(200deg);
}

.dgbaja-ami-nw {
    font-size: 14px !important;
    margin-top: 10px;
    line-height: 25px;
}

.contact-us-sep {
    padding: 60px 0px;
    background: #337edb;
}

.clearfix {
    border-right: 1px solid #ffffff57;
    height: 100%;
}

.b-testimonials .b-services-item {
    float: right;
    max-width: 330px;
    margin-bottom: 0;
    margin-right: 12%;
}

    .b-testimonials .b-services-item .services-icon {
        padding-top: 0;
        margin-top: -3px;
    }

.b-services-item .services-icon {
    float: left;
    margin-right: 25px;
    padding-top: 5px;
}

.djbdua-ami {
    filter: brightness(5.5);
    width: 60px;
}

.b-services-item .services-text {
    position: relative;
    overflow: hidden;
}

.b-testimonials .b-services-item .services-text .services-title {
    padding: 15px 0 2px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}

.b-services-item .services-text .services-title {
    position: relative;
    padding: 15px 0 18px;
    letter-spacing: 1.2px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
}

.customColor {
    color: white;
}

.b-services-item .services-text .services-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 1px;
}

.customBgColor, .customPseudoElBg:after, .customPseudoElBg:before {
    background-color: white;
}

.b-testimonials .services-text p {
    color: white;
    font-weight: 700;
    font-style: italic;
}

.djghs-ami {
    padding-left: 15px;
    line-height: 27px;
}

.btn-success-ami {
    background: #211f2c;
    font-size: 15px;
    border: none;
    box-shadow: none;
    text-decoration: none;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 23px;
    color: white;
    font-weight: 500;
}

.text-light-new {
    font-size: 18px !important;
    color: white;
    font-style: italic;
}

.btn-success-ami:hover, .btn-success-ami:focus {
    color: white;
    text-decoration: none;
}


@media (max-width: 991px) {
    .djaaaa-amia-am {
        display: flex;
        flex-wrap: wrap;
    }

    .djaa-amai-j {
        margin-bottom: 12px;
    }

    .contact-info {
        margin-bottom: 40px;
        width: 100%;
        height: auto !important;
    }

    .contact-form {
        width: 100%;
        height: auto !important;
    }

    .haaaja-ami-new {
        width: auto !important;
    }

    .benefit {
        flex-basis: 100%;
        margin: 15px 0px 0px 0px;
    }

    .benefits-section .benefits-desc {
        width: 100%;
    }

    .djaakaa-ami-ahka {
        position: unset !important;
    }

    .flex-ami-new-lk {
        display: block;
    }

    .flex_tri h3.dkdn-asmi {
        line-height: 28px;
    }

    .b-testimonials .b-services-item .services-icon {
        margin-top: 29px;
    }

    .clearfix {
        border-right: 0px solid #ffffff57;
    }

    .djaa-amai-j {
        margin-right: 8px;
        padding: 7px 21px;
    }

    .flex_tri {
        display: unset;
    }

    .iygduy_tri {
        padding: 15px 15px 22px;
    }
}

/*-----------------Partner With us Css--------------------------*/


/*-----------------Why Taxxa Css--------------------------*/
.partner-sec-1 {
    padding: 50px 0px;
}

.b-member-info {
    width: 100%;
}

    .b-member-info .b-mod-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.b-mod-heading .first-heading {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #222;
    margin: 0;
    line-height: 1.1;
}

.b-mod-heading .line-right {
    margin-bottom: 18px;
}

.haaaja-ami-new {
    width: 550px
}

.djbjaja-ami-new-ami {
    border-top: 0px solid #e5e5e5;
    display: flex;
    justify-content: center;
    padding-top: 0px;
}

.daaabaja-ami-new-ami {
    width: 100%;
    background: #0f5fa6 !important;
    border-color: transparent !important;
    color: white !important;
}

.dhaaalla-ami-new-j {
    padding: 15px 15px 0 15px !important;
}

.daaabaja-ami-new-ami:hover, .daaabaja-ami-new-ami:active:focus, .daaabaja-ami-new-ami:active {
    background: #0f5fa6 !important;
    border-color: transparent !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    color: white !important;
}

.ujagaaa-ami-new {
    display: flex;
    margin-bottom: 15px;
    margin-top:11px;
}

.dkaaaakjaa-ami {
    margin-bottom: 2px !important;
    font-weight: 600;
    margin-top: 20px;
}

.djbabjaa-ami-newj {
    width: 45px;
    height: 45px;
    border: 2px solid white;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.daaabja-ai-ami {
    margin-left: -16px;
}

.dhhahaa-ami-new{padding:25px 0px;}
/*-----------------Why Taxxa Css--------------------------*/
.efiuguy_tri iframe {
    width: 100%!important;
    height: 385px!important;
    overflow: auto;
}