
    /* @supports (font-variation-settings: normal) {
        h5, h6 { font-family: InterVariable, sans-serif; }
    }
    p, a {
        font-family: "Open Sans",Lato,Arial,Helvetica,sans-serif
    } */

    h1, h2, h3, h4, h5, h6, p, a, span, ul, li, button {
        font-family: 'InterVariable',sans-serif;
        font-feature-settings: "cv08","cv05","cv10","ss01";
    }



    
    /*** Spinner Start ***/
    /*** Spinner ***/
    #spinner {
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-out, visibility 0s linear .5s;
        z-index: 99999;
    }

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
    /*** Spinner End ***/

    .back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        transition: 0.5s;
        z-index: 99;
    }

    /*** Button Start ***/
    .btn {
        font-weight: 600;
        transition: .5s;
    }

    .btn-square {
        width: 32px;
        height: 32px;
    }

    .btn-sm-square {
        width: 34px;
        height: 34px;
    }

    .btn-md-square {
        width: 44px;
        height: 44px;
    }

    .btn-lg-square {
        width: 56px;
        height: 56px;
    }

    .btn-square,
    .btn-sm-square,
    .btn-md-square,
    .btn-lg-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        border-radius: 50%;
    }

    .btn.btn-primary {
        box-shadow: inset 0 0 0 0 #0C2345 !important;
    }
    .btn.btn-primary:hover {
        /* box-shadow: inset 300px 0 0 0 var(--bs-light) !important; */
        color: #ffffff !important;
    }

    .btn.btn-secondary {
        box-shadow: inset 0 0 0 0 var(--bs-primary);
    }

    .btn.btn-secondary:hover {
        box-shadow: inset 300px 0 0 0 #03A9F4;
        color: var(--bs-light) !important;
        border: 1px solid #03a9f4;
    }
    .btn-secondary {
        color: #ffffff !important;
        background-color: #0a66dd;
        border-color: #0a66dd;
    }

    .btn-hover {
        transition: 0.5s;
    }

    .btn-hover:hover {
        color: var(--bs-secondary) !important;
    }

    img {
        width: 100%;
    }

    /*** Sub Title Start ***/
    .sub-title {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-primary);
    }

    .sub-title::before {
        content: "";
        width: 100px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: -110px;
        /* border: 1px solid #03A9F4 !important; */
    }

    /*** Topbar Start ***/
    .fixed-top .container {
        transition: 0.5s;
    }

    .topbar {
        padding: 2px 10px 2px 20px;
        background: var(--bs-primary) !important;
    }

    .topbar a,
    .topbar a i {
        transition: 0.5s;
    }

    .topbar a:hover,
    .topbar a i:hover {
        color: var(--bs-secondary) !important;
    }
    button.apointtop-btn {
        background-color: #0d68dd;
        border: 1px solid #ffffff;
        font-size: 14px;
    }
    i.fa.fa-calendar {
        color: #fff;
    }

    @media (max-width: 576px) {
        .topbar {
            display: none;    
        }
    }
    /*** Topbar End ***/


    /*** Navbar ***/
    .navbar-light .navbar-nav .nav-link {
        /* font-family: 'Yantramanav', sans-serif; */
        position: relative;
        padding: 15px 6px;
        color: #000000 !important;
        font-size: 15px;
        /* font-weight: 500; */
        outline: none;
        transition: .5s;
        margin: 18px 10px 18px 0px;
    }

    .navbar-light .navbar-nav .nav-link.active:hover {
        background-color: #0a66dd;
        color: #fff !important;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        /* font-weight: 500; */
        color: #000000;
        text-align: inherit;
        white-space: nowrap;
        background-color: rgba(0,0,0,0);
        border: 0;
        font-size: 15px;
    }
    .sticky-top.navbar-light .navbar-nav .nav-link {
            padding: 15px 6px;
            color: var(--dark) !important;
            font-size: 15px !important;
            color: #040404 !important;
        }
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #0a66dd;
        color: #fff !important;
    }
    /* .navbar-light .navbar-nav .nav-link:hover, */
    .navbar-light .navbar-nav .nav-link.active {
        color: #0a66dd !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        vertical-align: middle;
        margin-left: 6px;
    }

    ul.dropdown-menu ul {
        list-style-type: none;
    }

    .dropdown-menu {
        left: -40px;
    }

    .dropdown-submenu.Custom_menu > .dropdown-menu {
        left: -95% !important;
    }
    .dropdown-submenu > .dropdown-menu.Custom_menu2 {
        left: -224% !important;
       
    }


    /* -------min-width: 1900px-------- */
    @media (min-width: 1900px) {
        .sticky-top.navbar-light .navbar-nav .nav-link {
            font-size: 20px !important;
        }
        button.btn.btn-secondary.rounded-pill.text-white.py-2.px-4.flex-wrap.flex-sm-shrink-0 a {
            font-size: 20px;

        }
        .sticky-top.navbar-light .navbar-brand img {
            max-height: 50px;
        }
        .navbar-light .navbar-brand img {
            max-height: 50px;
        }
        .navbar-light .navbar-nav .nav-link {
            font-size: 20px;
        
        }
        .container-fluid.bg-secondary.px-5.d-none.d-lg-block a, i {
            font-size: 18px !important;
        }
        .buy-Choose i {
            font-size: 38px !important;
        }
        .buy-Choose h3 {
            font-size: 21px !important;
        }
        .buy-Choose p {
            font-size: 19px !important;
        }
        .valuation-menu i {
            font-size: 40px !important;
        }
        .valuation-menu h3 {
            font-size: 21px !important;
        }
        .valuation-menu p {
            font-size: 19px !important;
        }
        .valuation-menu {
            padding: 20px 10px !important;
            height: 265px !important;
        }
        .valuation-section-3menu {
            padding: 10px 15px !important;
            height: 225px !important;
        }
        section.valuation-section-3 p {
            font-size: 19px !important;
        }
        section.valuation-section-3 img {
            max-width: 123px !important;
        }
        p {
            font-size: 19px !important;
        }
        h2.accordion-header button {
            font-size: 19px !important;
        }
        .accordion-item ul li {
            font-size: 18px !important;
        }
        i.fa.fa-circle {
            font-size: 7px !important;
        }
        .Process_item {
            height: 370px !important;
        }
        .Meeting-menu {
            height: 140px !important;
        }
        section.buy-business-section1.mt-0.pt-0 .buy-Choose {
            height: 550px !important;
        }
        .Proven p {
            font-size: 16px !important;
        }
        .Proven {
            height: 295px !important;
        }
        .buy-Choose h6 {
            padding: 8px 0px;
            font-size: 20px;
        }
        .dropdown-item {
            font-size: 20px !important;
        }
        .SECTORS-menu2 {
            height: 375px !important;
        }
        .SECTORS-menu3 {
            height: 375px !important;
        }
        .SECTORS-menu {
            height: 375px !important;
        }
    }

    @media (min-width: 1200px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 90%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 10px;
            transition: .5s;
            opacity: 0;
        }
    }
  
    @media (max-width: 1199px) {
    .package-card {
        height: 830px !important;
    }
    .Proven {
        height: 360px !important;
    }
    .navbar-light .navbar-brand img {
        max-height: 40px !important;
    }
    nav.navbar a {
        font-size: 14px !important;
    }
    .navbar-light .navbar-nav .nav-link {

        margin: 18px 8px 18px 0px !important;
    }
    section.buy-business-section1.mt-0.pt-0 .buy-Choose {
    height: 550px !important;
    } 
    }

    @media (max-width: 1024px) {
        .Proven {
        height: 400px !important;
        }
    }

    @media (max-width: 1099px) {
        nav.navbar a {
            font-size: 13px !important;
        }
        .navbar-light .navbar-brand img {
            max-height: 38px !important;
        }
        button.apointtop-btn {
            font-size: 11px !important;
        }
    }

    @media (max-width: 991.98px) {
        .sticky-top.navbar-light {
            position: relative;
            background: var(--bs-white);
        }

        .navbar.navbar-expand-lg .navbar-toggler {
            padding: 10px 20px;
            border: 1px solid #0a66dd;
            color: #0a66dd;
        }

        .navbar-light .navbar-collapse {
            margin-top: 15px;
            border-top: 1px solid #DDDDDD;
        }

        .navbar-light .navbar-nav .nav-link,
        .sticky-top.navbar-light .navbar-nav .nav-link {
            padding: 10px 0;
            margin-left: 0;
            color: var(--bs-dark) !important;
        }

        .navbar-light .navbar-brand img {
            max-height: 45px;
        }
    
    }
    @media (max-width: 576px) {
        .header-carousel .owl-nav .owl-prev,
        .header-carousel .owl-nav .owl-next {
            top: 630px;
            transition: 0.5s;
        }

        .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
            width: 95% !important;
        }
        .modal-content {
            width: 90% !important;
        }
        .modal-content span {
            width: 35%;
        }
    
    }

    @media (max-width: 992px) {
        .header-carousel .header-carousel-item,
        .header-carousel .header-carousel-item img {
            margin-top: 0;
            transition: 0.5s;
        }

    }

    @media (min-width: 992px) {
        .header-carousel .owl-nav .owl-prev,
        .header-carousel .owl-nav .owl-next {
            margin-top: 50px;
        }
    }

    @media (min-width: 992px) {
        .navbar-light {
            position: absolute;
            width: 100%;
            top: 0;
            /* border-bottom: 1px solid #000; */
            left: 0;
            border-bottom: 1px solid rgb(10 102 221 / 23%);
            z-index: 999;
            background-color: #fefefe !important;
        }
        
        .sticky-top.navbar-light {
            position: fixed;
            background: #ffffff !important;
        }
        .navbar-light .navbar-nav .nav-link.nav-contact::before {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .video.h-100.seller_menu p {
            padding-right: 40px !important;
        }
        .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
            height: 620px !important;
        }
        .modal-content {
            width: 55% !important;

        }
        section.Opportunities-section {
            margin: 60px 30px !important;
        }
        .package-card.package_1 {
            height: 360px;
        }
        .package-card {
            height: 640px !important;
        }
        .navbar-light .navbar-nav .nav-link {
            margin: 0px;
        }
        .Meeting-menu {
            height: max-content !important;
        }
        .home-query {
        padding-top: 0px !important;
        }
        .Business_card img {
            width: 100% !important;
            height: 185px !important;
            object-fit: cover !important;
            object-fit: cover;
        }
        .container-fluid.home-banner {
            margin-top: 0px !important;
        }
        .navbar-light .navbar-brand img {
            max-height: 55px;
        }
        .sale_data {
            text-align: center;
            margin: 30px 0px 0px 0px;
        }
        .calendar {
            margin: 5px 0px 40px 0px;
        }
        section.about-section {
        margin: 0px 0px 20px 0px !important;
            padding-top: 0px !important; 
        }
        .navbar-light {
            border-bottom: 1px solid rgb(10 102 221 / 23%);
        }
        .container-fluid.bg-breadcrumb.banner-Business {
            padding: 2px 0 50px 0 !important;
        }
        section.buy-business-section1 {
            margin: 30px 0px 60px 0px !important;
            padding-top: 0px !important;
        }
        .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
            padding: 8px !important;
            font-size: 15px !important;
            margin: 0px !important;
        }
        .Business_card.Buyers img {
            height: auto !important;
        }
        .Deliverables ul li {
            width: 40% !important;
            margin: 10px 10px !important;
        }
        .Proven {
            height: 230px !important;
            margin: 15px 0px;
        }
        section.SECTORS-INTEREST img {
            max-width: 30% !important;
        }
        section.buy-business-section1.mt-0.pt-0 .buy-Choose {
            height: 490px !important;
        }
    }
    @media (max-width: 767px) {
        .home-banner h1 {
            font-size: 30px !important;
            line-height: 35px !important;
            letter-spacing: 1px;
        }
        .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
            padding: 80px !important;
        }
        .Services-man {
            margin: 10px 0px !important;
        }
        .col-md-2.Services-border {
            border-right: none !important;
        }
        .Services-man {
            border-bottom: 1px solid #fff;
        }
        .card {
            min-width: 100%;
            margin: 0px 5px;
        }
        .sale_data {
            text-align: center;
            margin: 20px 0px;
        }
        .video.h-100.seller_menu {
            margin-bottom: 50px;
        }
        .two-section div {
            margin: 5px 0px;
        }
        select#category {
            margin: 13px 0px !important;
            width: 100%;
        }
        select#location {
            color: #000;
            padding: 13px 16px;
            border-radius: 5px;
        }
        input#searchQuery {
            padding: 13px 16px;
            border-radius: 5px;
        }
        .modal-content {
            width: 75% !important;
        }
        .wrapper {
            width: 80% !important;
            margin: 0 auto;
        }
        .sign-img img {
            display: none;
        }
        .package-card {
        height: max-content !important;
        }
        .buy-Choose {
            height: max-content !important;
        }
        .valuation-section-3menu {
            height: max-content !important;
        }
        .container-fluid.home-banner {
            padding: 10px 0 50px 0 !important;
            margin-top: 0px !important; 
            height: max-content !important;
        }
        .package-card.package_1.active {
            margin-top: 20px !important;
        }
        .btn-4 {
            padding: 9px 50px !important;
        }
        .btn-5 {
            padding: 9px 80px !important;
        }
        .Business_card img {
            height: auto !important;

        }
        .row.filter-section select#ctl00_cphWeb_ddlCategory {
            margin: 10px 0px;
        }
        .row.filter-section select#ctl00_cphWeb_ddlInvestmentRange {
            margin: 10px 0px;
        }
        .row.filter-section {
            text-align: center;
        }
        .listing-header img {
            height: auto !important;
        }
        .sale-Overview ul li {
        padding: 16px 20px;
        margin: 5px 0px;
        width: 100% !important;
        max-width: 100% !important;
        }
        .sale-Overview ul {
            justify-content: center !important;
        flex-wrap: wrap;
        }
        .Meeting-menu {
            height: max-content;
        }
        .Proven {
            padding: 15px 10px 10px 10px;
            height: max-content !important;
        }
        .Process_item {
            height: max-content !important;
        }
        section.buy-business-section1.mt-0.pt-0 .buy-Choose {
            height: max-content !important;
        }
     
    }

    @media (max-width: 575px) {
        .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
            padding: 20px !important;
        }
        .carousel-caption.deark .input-group {
            width: 60%;
            margin: 0 auto;
        }
        .home-banner h1 {
            font-size: 30px !important;
            line-height: 40px !important;
            
        }
        .container-fluid.home-banner .input-group select {
            color: #000 !important;
            width: 100%;
            margin: 10px 0px;
        }
        .container-fluid.home-banner .input-group input {
            padding: 5px 12px;
            margin: 0px 0px 10px 0px !important;
            border: none;
        }
        .container-fluid.home-banner .input-group input {
            padding: 7px 10px !important;
            border-radius: 0px;
        }
        section.sale-section {
            margin: 60px 0px !important;
        }
        .sale_data p {
            text-align: justify;
        }
        section.sale-section .card {
            margin: 0px 25px 0px 0px;
        }
        form#form1 .input-group {
            justify-content: center;
        }
        form#form1 {
            margin: 0px 10px !important;
        }
        .testimonial-item.border.text-center.rounded {
        height: max-content !important;
        }
        .container-fluid.home-banner input#btnSearch {
            padding: 7px 30px !important;
        }
        h3.text-primary.display-3.mb-4.wow.fadeInDown {
            font-size: 35px !important;
        }
    .weekdays, .days {
        width: 100% !important;
        
    }
        

    }

    @media (max-width: 440px) {
        .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
            height: 663px !important;
        }
        .carousel-caption.deark .input-group {
            width: 90%;
            margin: 0 auto;
        }
        .modal-content {
            padding: 20px;
        }
        .home-banner h1 {
            font-size: 25px !important;
            line-height: 35px !important;
        }
        .popup-flex h3 {
            font-size: 17px;
        }
        .popup-flex p {
            font-size: 13px;
        }
        .modal-content span {
            width: 45% !important;
        }
        .wrapper {
            width: 90% !important;
            margin: 0 auto;
        }
        .rc-anchor-normal .rc-anchor-pt {
            right: 30px !important;
        }
        .rc-anchor-logo-img-portrait {
        margin: 0px !important
        }
        .rc-anchor-logo-portrait {
            margin: 0px !important;
        }
        form .content {
            font-size: 14px !important;
        }
        .wrapper form {
            padding: 10px 30px 50px 30px !important;
        }
        section.sell-business2 {
            margin: 0px 40px 60px 40px !important;
        }
        .Services_form form .form-group {
            width: 100% !important;
        }
        .group-main-div .form-group {
            width: 100% !important;
        }
        section.Opportunities-section {
            margin: 60px 0px !important;
        }
        .modal-content {
            width: 90% !important;
        }
        .Deliverables ul li {
            width: 100% !important;
        }
    }
    @media (max-width: 395px) {
        h3.text-primary.display-3.mb-4.wow.fadeInDown {
            font-size: 30px !important;
            margin-bottom: 20px !important;
        }
        .Opportunities_data h3, h2 {
            font-size: 25px !important;
        }
        
    }


    .dropdown .dropdown-menu a:hover {
        background: #0a66dd;
        color: var(--bs-white);
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
    /*** Carousel Hero Header Start ***/
    /* Position the nested dropdown correctly */
    .dropdown-submenu {
        position: relative;
    }
    
        .dropdown-submenu > .dropdown-menu {
            top: 5px !important;
            left: -133% !important;
            /* margin-top: -40px; */
            display: none !important;
            position: absolute;
        }
       
    /* Display nested dropdown on hover */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }


    .header-carousel {
        position: relative; 
    }

    .header-carousel .owl-nav .owl-prev {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        border-radius: 60px;
        background: #c8cfd908;
        color: var(--bs-white);
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }
    .header-carousel .owl-nav .owl-next {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        border-radius: 60px;
        background: #c8cfd908;
        color: var(--bs-white);
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        transition: 0.5s;
    }

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }


    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
        position: relative;
        width: 100%;
        height: 510px;
        margin-top: 95px;
        display: block;
        object-fit: cover;
        transition: 0.5s;
    }
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100%;
        height: 100%;
        position: absolute;
        top: -95px;
        left: 0;
        padding: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: start;
        /* background: rgb(0 0 0 / 68%); */
    }

    .header-carousel .header-carousel-item .carousel-caption.deark {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        padding: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(0 0 0 / 68%) !important;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        position: relative;
        width: 100%;
        /* margin-bottom: 60px !important;
        padding-bottom: 60px !important; */
        text-align: center;
        /* margin-left: 60px; */
        /* padding-left: 60px !important; */
    }
    /*** Carousel Hero Header End ***/


    /*** Single Page Hero Header Start ***/
    .bg-breadcrumb {
        position: relative;
        padding: 50px 0 0px 0;
        background: linear-gradient(rgb(28 27 25 / 58%), rgb(0 0 0 / 40%)), url(../img/login_banner.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    h3.text-primary.display-3.mb-4.wow.fadeInDown {
        font-size: 50px 
    }
    li.breadcrumb-item a {
        color: #fff;
    }
    @media (max-width: 992px) {
        .bg-breadcrumb {
            padding-top: 50px;
        }

    }
    /*** Single Page Hero Header End ***/


    /*** Counter Facts Start ***/
    .counter-facts {
        background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/cilnt-banner.png);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom: 2px solid #f28b00;
        border-image: linear-gradient(0.98turn, rgb(242 139 0), rgb(12 35 69), rgba(56, 2, 155, 0));
        border-image-slice: 1;
    }


    .counter-facts .counter {
        position: relative;
        text-align: center;
        width: 200px;
        min-height: 215px;
        padding: 10px 15px;
        margin: 0 auto;
        border-radius: 100px;
        box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
        background: var(--bs-white);
    }

    .counter-facts .counter:before {
        content: "";
        position: absolute;
        height: 105px;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 10px 10px 0 0;
        background-color: var(--bs-primary);
        
    }
    .counter-facts .counter .counter-icon {
        position: relative;
        width: 120px;
        height: 100px;
        border-radius: 10px 10px 0 0;
        font-size: 50px;
        line-height: 90px;
        color: var(--bs-primary) !important;
        display: flex;
        
    }

    .counter-facts .counter h3 {
        color: var(--bs-white);
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        display: flex;
    }
    .counter-facts .counter .counter-value {
        font-size: 30px;
        font-weight: 700;
        display: block;
        color: var(--bs-secondary);
    }

    @media screen and (max-width: 1200px) {
        .counter-facts .counter { margin-bottom: 40px; 
        }
    }
    /*** Counter Facts End ***/


    /*** Training Start ***/
    .training-carousel .owl-stage-outer {
        margin-top: 30px;
    }

    .training-carousel .owl-nav .owl-prev,
    .training-carousel .owl-nav .owl-next {
        position: absolute;
        top: 0;
        padding: 10px 35px;
        border: 1px solid var(--bs-secondary);
        color: var(--bs-white);
        background: var(--bs-secondary);
        border-radius: 50px;
        transition: 0.5s;
    }

    .training-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .training-carousel .owl-nav .owl-next {
        right: 0;
    }

    .training-carousel .owl-nav .owl-prev:hover,
    .training-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }

    .training .training-item .training-img {
        position: relative;
        overflow: hidden;
        transition: 0.5s;
    }

    .training .training-item .training-img img {
        transition: 0.5s;
    }

    .training .training-item:hover .training-img img {
        transform: scale(1.2);
    }
    /*** Training End ***/



    /*** Dance Class Start ***/
    .class-carousel .owl-stage-outer {
        margin-top: 30px;
    }

    .class-carousel .owl-nav .owl-prev,
    .class-carousel .owl-nav .owl-next {
        position: absolute;
        top: 0;
        padding: 10px 35px;
        border: 1px solid var(--bs-secondary);
        color: var(--bs-white);
        background: var(--bs-secondary);
        border-radius: 50px;
        transition: 0.5s;
    }

    .class-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .class-carousel .owl-nav .owl-next {
        right: 0;
    }

    .class-carousel .owl-nav .owl-prev:hover,
    .class-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }

    .class .class-item .class-img {
        position: relative;
        overflow: hidden;
        transition: 0.5s;
    }

    .class .class-item .class-img img {
        transition: 0.5s;
    }

    .class .class-item:hover .class-img img {
        transform: scale(1.3);
    }
    /*** Dance Class End ***/


    /*** Blog Start ***/
    .blog-carousel .owl-stage-outer {
        margin-top: 30px;
    }

    .blog-carousel .owl-nav .owl-prev,
    .blog-carousel .owl-nav .owl-next {
        position: absolute;
        top: 1px;
        padding: 10px 35px;
        border: 1px solid var(--bs-secondary);
        color: var(--bs-white);
        background: var(--bs-secondary);
        border-radius: 50px;
        transition: 0.5s;
    }

    .blog-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .blog-carousel .owl-nav .owl-next {
        right: 0;
    }

    .blog-carousel .owl-nav .owl-prev:hover,
    .blog-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }

    .blog .blog-item .blog-img {
        position: relative;
        overflow: hidden;
        transition: 0.5s;
    }

    .blog .blog-item .blog-img img {
        transition: 0.5s;
    }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.3);
    }
    /*** Blog End ***/

    /*** Team Start ***/
    .team-carousel .owl-stage-outer {
        margin-top: 30px;
    }
    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        position: absolute;
        top: 1px;
        padding: 10px 35px;
        border: 1px solid var(--bs-secondary);
        color: var(--bs-white);
        background: var(--bs-secondary);
        border-radius: 50px;
        transition: 0.5s;
    }

    .team-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .team-carousel .owl-nav .owl-next {
        right: 0;
    }

    .team-carousel .owl-nav .owl-prev:hover,
    .team-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
        color: var(--bs-primary) !important;
    }

    .team .team-carousel .team-item .team-img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .team .team-carousel .team-item .team-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        transition: 0.5s;
        z-index: 2;
    }

    .team .team-carousel .team-item .team-img .team-icon {
        position: absolute;
        bottom: -100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px;
        display: flex;
        opacity: 0;
        transition: 0.5s;
        z-index: 3;
    }

    .team .team-carousel .team-item:hover .team-img .team-icon {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }

    .team .team-carousel .team-item .team-content {
        position: relative;
        background: var(--bs-secondary);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 1;
        transition: 0.5s;
    }

    .team .team-carousel .team-item .team-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: var(--bs-primary) !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: 0.5s;
        z-index: -1;
    }

    .team .team-carousel .team-item:hover .team-content a,
    .team .team-carousel .team-item:hover .team-content p {
        color: var(--bs-white) !important;
    }

    .team .team-carousel .team-item:hover .team-content::after {
        height: 100% !important;
    }

    .team .team-carousel .team-item .team-img img {
        transition: 0.5s;
    }

    .team .team-carousel .team-item:hover .team-img img {
        transform: scale(1.1);
    }
    /*** Team End ***/


    /*** Vidie Gallery Start ***/
    /*** Youtube Video start ***/
    .gallery .tab-class {
        text-align: center;
    }

    .gallery .nav-item {
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .gallery .nav-item a span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery .nav-item a.active {
        background: #1e5eac !important;
        border-radius: 10px;
    }

    .gallery .nav-item a.active span {
        color: var(--bs-white) !important;
    }


    .video {
        position: relative;
    }

    .video .btn-play {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: content-box;
        display: block;
        width: 23px;
        height: 44px;
        border-radius: 50%;
        transition: 0.5s;
        

    }

    .video .btn-play:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 70px;
        height: 70px;
        background: var(--bs-white);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: 0.5s;
    }

    .video .btn-play:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 50px;
        height: 50px;
        background: var(--bs-secondary);
        border-radius: 50%;
        transition: all 300ms;
    }

    .video .btn-play span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 23px solid var(--bs-primary);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 5px;
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0;
        }
    }

    #videoModal {
        z-index: 99999;
    }

    #videoModal .modal-dialog {
        position: relative;
        max-width: 800px;
        margin: 60px auto 0 auto;
    }

    #videoModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #videoModal .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: -30px;
        z-index: 999;
        font-size: 30px;
        font-weight: normal;
        color: #ffffff;
        background: #000000;
        opacity: 1;
    }
    /*** Youtube Video End ***/

    /*** Vidieo Gallery End ***/

    /*** Testimonial Start ***/
    .testimonial-carousel .owl-stage-outer {
        margin-top: 30px;
    }
    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
        position: absolute;
        top: 1px;
        padding: 10px 35px;
        border: 1px solid #0a66dd;
        color: var(--bs-white);
        background: #0a66dd;
        border-radius: 50px;
        transition: 0.5s;
    }
    .testimonial-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    .testimonial-carousel .owl-nav .owl-next {
        right: 0;
    }

    .testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 100px 0 0 0 #0dcaf0 !important;
        color: #ffffff !important;
        border: 1px solid #0dcaf0;
    }
    /*** Testimonial End ***/


    /*** Contact Start ***/
    .contact button.btn.btn-primary.w-100:hover {
        /* box-shadow: inset 700px 0 0 0 var(--bs-light) !important; */
        color: #ffffff !important;
    }
    /*** Contact End ***/


    /*** Footer Start ***/
    .footer {
        background: #024397;
    }
    .footer i.fas.fa-phone-alt.text-primary.me-2 {
        color: #fff !important;
    }
    .footer .footer-item .footer-link {
        line-height: 30px;
        color: var(--bs-white);
        transition: 0.5s;
        font-weight: 300;
    }

    .footer .footer-item .footer-link:hover {
            /* letter-spacing: 1px; */
            color: #14d8ff !important;
        }
    /*** Footer End ***/

    /*** copyright Start ***/
    .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: #024397 !important;
    }
    /*** copyright end ***/

    /* -------------------------6/3/25------------------------ */
    /* -------------------------6/3/25------------------------ */
    /* -------------------------6/3/25------------------------ */

    i.fas.fa-biohazard.me-3 {
        color: #f28b00;
    }
    a.navbar-brand.p-0 h1 {
        color: #0C2345 !important;
        font-size: 28px;
    }
    a.btn.btn-secondary.rounded-pill.text-white.py-2.px-4.flex-wrap.flex-sm-shrink-0 {
        margin-right: 5px;
    }
    .home-banner h1 {
        font-size: 45px;
        line-height: 65px;
        letter-spacing: 1px;
    }
    span.fw-normal {
        color: #0dcaf0;
    }
    span {
        color: #0a66dd;
    }
    i.fa.fa-arrow-up {
        color: #fff;
    }
    .gallery {
        text-align: center;
        margin-top: 60px;
        padding-top: 60px;
    }
    li.nav-item.bg-light.border.border-primary.rounded-pill.mb-4 {
        border-radius: 10px;
    }
    .video.h-100.seller_menu {
        text-align: start;
    }
    .video.h-100.seller_menu span {
        font-size: 21px;
        font-weight: 500;
        color: #0c2345;
        padding-right: 41px;
    }
    .video.h-100.seller_menu p {
        font-size: 18px;
        color: #000000e6;
        padding-right: 89px;
        margin-top: 8px;
        text-align: justify;
    }
    .btn-primary:hover {
        color: #000;
        background-color: #03A9F4;
        border-color: #03A9F4;
    }
    .center {
        align-items: center;
    }
    .testimonial h1 {
        font-size: 40px;
    }
    .footer i {
        color: #fff;
    }
    .footer-item button {
        color: #fff;
    }
    /* ----------------login pages css start hear---------------------- */
    /* =------------------------------- */
    section.banner {
        background-image: url('../img/login_banner.jpg');
        height: 270px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top !important;
        margin-top: 70px;
        background-blend-mode: overlay;
        background-color: #00000063;
        margin-bottom: 60px;
    }

    .wrapper {
        width: 410px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
        margin-bottom: 60px;
    }
    .wrapper .title{
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        line-height: 100px;
        color: #fff;
        user-select: none;
        border-radius: 15px 15px 0 0;
        background: linear-gradient(-135deg, #c850c0, #4158d0);
    }
    .wrapper form{
        padding: 10px 30px 50px 30px;
    }
    .wrapper form .field{
        height: 50px;
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .wrapper form .field input{
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 17px;
        padding-left: 20px;
        border: 1px solid lightgrey;
        border-radius: 25px;
        transition: all 0.3s ease;
    }
    .wrapper form .field input:focus,
    form .field input:valid{
        border-color: #4158d0;
    }
    .wrapper form .field label{
        position: absolute;
        top: 50%;
        left: 20px;
        color: #999999;
        font-weight: 400;
        font-size: 17px;
        pointer-events: none;
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }
    form .field input:focus ~ label,
    form .field input:valid ~ label{
        top: 0%;
        font-size: 16px;
        color: #4158d0;
        background: #fff;
        transform: translateY(-50%);
    }
    form .content{
        display: flex;
        width: 100%;
        height: 50px;
        font-size: 16px;
        align-items: center;
        justify-content: space-around;
    }
    form .content .checkbox{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    form .content input{
        width: 15px;
        height: 15px;
        background: red;
    }
    form .content label{
        color: #262626;
        user-select: none;
        padding-left: 5px;
    }
    form .content .pass-link{
        color: "";
    }
    form .field input[type="submit"]{
        color: #fff;
        border: none;
        padding-left: 0;
        margin-top: -10px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        background: linear-gradient(-135deg, #c850c0, #4158d0);
        transition: all 0.3s ease;
    }
    form .field input[type="submit"]:active{
        transform: scale(0.95);
    }
    form .signup-link{
        color: #262626;
        margin-top: 20px;
        text-align: center;
    }
    form .pass-link a,
    form .signup-link a{
        color: #4158d0;
        text-decoration: none;
    }
    form .pass-link a:hover,
    form .signup-link a:hover{
        text-decoration: underline;
    }
    /* =------------------------------- */
    /* ----------------login pages css end hear---------------------- */

    /* -----------Registration pages css start hear-------------- */
    .container .title {
        font-size: 25px;
        font-weight: 500;
        position: relative;
        color: #000;
    }
    .container .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    }
    .content form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
    }
    form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
    }
    form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    }
    .user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    }
    .user-details .input-box input:focus,
    .user-details .input-box input:valid {
    border-color: #9b59b6;
    }
    form .gender-details .gender-title {
    font-size: 20px;
    font-weight: 500;
    }
    form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
    }
    form .category label {
    display: flex;
    align-items: center;
    cursor: pointer;
    }
    form .category label .dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
    }
    #dot-1:checked~.category label .one,
    #dot-2:checked~.category label .two,
    #dot-3:checked~.category label .three {
    background: #9b59b6;
    border-color: #d9d9d9;
    }
    form input[type="radio"] {
    display: none;
    }
    form .button {
    height: 45px;
    margin: 35px 0
    }
    form .button input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    }
    form .button input:hover {
    background: linear-gradient(-135deg, #71b7e6, #9b59b6) !important;
    }
    .signup span {
        color: #000;
    }
    .sign-img img {
        width: 100%;
    }
    .sign-img {
        text-align: center;
    }
    .signup{
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
        margin-bottom: 60px;
        padding: 10px;
    }
    /* Responsive media query code for mobile devices */
    @media(max-width: 584px) {
    .container {
        max-width: 100%;
    }
    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }
    form .category {
        width: 100%;
    }
    .content form .user-details {
        max-height: 300px;
        overflow-y: scroll;
    }
    .user-details::-webkit-scrollbar {
        width: 5px;
    }
    }
    /* Responsive media query code for mobile devices */
    @media(max-width: 459px) {
    .container .content .category {
        flex-direction: column;
    }
    }
    /* -----------Registration pages css end hear-------------- */
    /* =----------8/3/25-------------- */
    .btn-1 {
        background-color: #04b2e3;
    }
    .btn-2 {
        background-color: #FF9800;
    }
    .btn-3 {
        background-color: rebeccapurple;
    }
    .container-fluid.wow.zoomInDown {
        position: absolute;
        bottom: 0px;
        z-index: 99;
        background-color: rgb(0 0 0 / 68%) !important;
        padding: 25px 0px;
    }
    .bottom-banner {
        position: relative;
    }
    .bottom-banner h2 {
        text-align: center;
        color: #fff;
        padding: 15px 0px 0px 0px;
    }
    .bottom-banner p {
        color: #fff;
        font-size: 18px;
        margin: 0px;
    }
    .bottom-banner {
        text-align: center;
    }
    .bottom-banner a {
        font-size: 20px;
    }
    .btn-4 {
        background-color: #36a6d5;
        padding: 9px 15px !important;
        font-size: 16px !important;
        font-weight: 300;
    }
    .btn-5 {
        background-color: #dd922d;
        padding: 9px 60px !important;
        font-size: 16px !important;
        font-weight: 300;
    }
    .btn-6 {
        background-color: #9255cf;
        padding: 9px 11px !important;
        font-size: 16px !important;
        font-weight: 300;
    }
     section.Services-man_section {
        margin: 0px 0px 0px 0px;
        text-align: center;
        /* background-color: #006cd2; */
        padding: 35px 0px 0px 0px;
    }
    .Services-man h2 {
        font-size: 17px !important;
        color: #000000;
    }
    .Services-man p {
        color: #000000;
    }
    section.Services-man_section i {
        color: #0c3b79;
        font-size: 35px !important;
    }

  
    .Services-man i {
        color: #000000;
        font-size: 2.5rem !important;
        margin-bottom: 15px !important;
    }
    
    .col-md-2.Services-border {
        border-right: 1px solid #000000;
    }
        .Services-man.man2 {
        padding: 15px 5px 23px 5px;
        border: 1px solid #badbf5;
        height: 150px;
        background-color: #E6F0F8;
        border-radius: 5px;
        margin-bottom: 35px;
    }
    section.Services-man_section img {
        width: 100%;
        max-width: 70px;
        /* border: 1px solid #ffffff; */
        margin-bottom: 10px;
        /* padding: 2px; */
        /* background-color: #fff; */
    }
    section.Why-Choose {
        margin: 60px 0px;
    }
    section.Why-Choose h2 {
        text-align: start;
        /* margin-bottom: 40px; */
        font-weight: 600;
    }
    section.Why-Choose p {
        font-size: 16px;
        color: #000;
        padding-right: 20px;
        text-align: justify;
    }
    section.Why-Choose p span {
        font-weight: 600;
        color: #000000;
        font-size: 17px;
    }
    .Services-border2 {
        border-right: 0px !important;
    }
    button.btn.btn-secondary.rounded-pill.text-white.py-2.px-4.flex-wrap.flex-sm-shrink-0 a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    .btn-primary {
        color: #000;
        background-color: #0a66dd;
        border-color: #0a66dd;
        color: #ffffff;
    }
    section.sale-section {
        margin: 60px;
        padding-top: 50px;
    }
    .Buyers-section {
        margin: 60px;
        background: #fff;
        padding: 60px 0px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    /* -[--------------silder css link hear start-------------- */
    .card{
        padding:0;
        
    }
    .card-wrapper{
        
    }

    h5.card-title {
        font-size: 17px;
        color: #2a9cc6;
        line-height: 30px;
        font-weight: 500 !important;
    }
    .card-body p {
        font-size: 16px;
        padding-right: 9px;
        line-height: 28px;
        margin: 0px;
        color: #000000 !important;
    }
    .map_icon {
        padding-top: 7px;
        margin-bottom: 15px;
    }
    .map_icon p {
        display: inline;
        padding-right: 10px;
        color: #0c0c0c;
        font-weight: 500;
        font-size: 15px;
    }
    i.fa.fa-star {
        color: #f18f0c;
        padding-right: 3px;
    }
    i.fa.fa-map-marker {
        color: #a30000;
    }
    ul.run {
        display: flex;
        list-style-type: none;
        padding: 0px;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0px;
        margin: 0px;
    }
    ul.run li {
        width: 50%;
        line-height: 35px;
        color: #2c2c2c;
    }
    ul.run2 {
        border-top: 1px solid #dfd3d3;
        display: flex;
        list-style-type: none;
        padding: 0px;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 0px 0px 0px;
        margin: 0px;
    }
    ul.run li {
        line-height: 35px;
        color: #2c2c2c;
    }
    span.carousel-control-next-icon {
        background-color: #4a4848;
    }
    span.carousel-control-prev-icon{
        background-color: #4a4848;
    }
    .carousel-item {
        transition: transform 0.4s ease-in-out !important;
    }
    /* -[--------------silder css link hear end-------------- */
    /* ---------------------------------------------- */
    .sme-v3-smalltext {
        font-size: 15px;
    }
    i.fa.fa-info-circle {
        font-size: 12px;
    }
    .sme-v3-bolder span {
        color: #0a66dd;
        font-weight: 500;
        padding: 0px 2px;
    }
    button.runbtn2 {
        color: #ffffff !important;
        /* font-weight: 500; */
        /* text-shadow: 0 1px 0 rgba(255,255,255,.3); */
        background-color: #0a66dd;
        background-image: linear-gradient(to bottom, #04bfd7 0, #0a66dd 100%);
        border-color: #05b6d8 #0a6fdd #05b3d8;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #05a4d8;
        font-size: 15px;
        padding: 6px 10px;
    }
    .sme-v3-single-line.fg-primary-600.sme-v3-right-justify {
        margin-right: 10px;
        line-height: 24px;
        border-right: 1px solid #d9d9d9;
        padding: 0px 5px 0px 0px;
    }
    .carousel-control-next {
        right: -15px;
    }
    .carousel-control-prev {
        left: -15px;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 20px;
        box-shadow: 1px 1px 2px 0 #e0e8f0;
        border: 1px solid #0a66dd33;
        border-radius: 10px;
    }
    .sale_data p {
        font-size: 15px;
        line-height: 29px;
        color: #000;
    }
    .btn-check:focus+.btn-primary, .btn-primary:focus {
        color: #ffffff;
        background-color: #0c2345;
        border-color: #0c2345;
        box-shadow: 0 0 0 .25rem rgba(209,60,92,.5);
    }
    div#navbarCollapse button {
        padding: 7px 20px !important;
    }
    /* -------seal silder css hear------- */
    .Business-sel img {
        width: 100%;
        max-width: 40px;
    }
    .Business-sel {
        display: flex;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    .sel_tital {
        padding-left: 10px;
    }
    .sel_tital h5 {
        font-size: 17px;
        margin-bottom: 2px;
        font-weight: 600;
    }
    .sel_tital ul {
        list-style-type: none;
        padding: 0px;
        color: #000;
        margin: 0px;
        padding-bottom: 5px;
    }
    ul.socal_icon {
        padding: 0px;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        margin-bottom: 7px;
    }
    ul.socal_icon li {
        font-weight: 500;
    }
    i.fa.fa-envelope-o {
        color: #1565C0;
    }
    i.fa.fa-phone {
        color: #4CAF50;
    }
    i.fa.fa-facebook-official {
        color: #097eb3;
    }
    i.fa.fa-linkedin-square {
        color: #659fb9;
    }
    ul.socal_icon i {
        font-size: 12px;
    }
    .brand p {
        font-size: 15px;
        line-height: 25px;
        padding: 0px !important;
        margin: 8px 0px;
    }
    .brand {
        margin-top: 25px;
    }
    ul.run.run3 {
        padding: 0px;
    }
    /* --------seal silder css end----------- */
    section.Contact_button {
        text-align: center;
        /* margin-bottom: 60px; */
    }
    section.Contact_button button {
        padding: 10px 20px !important;

    }
    section.Contact_button button a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        font-family: InterVariable, sans-serif;
    }
    .form-control:focus {
        color: #000000;
        background-color: #fff;
        border-color: #0a66dd;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(10 102 221 / 20%);
    }
    .form-check-input:focus {
        border-color: #0a66dd;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(10 102 221 / 21%);
    }
    .testimonial-content.p-4 p {
        font-size: 15px !important;
        text-align: center;
        font-weight: 300;
    }
    .container-fluid.footer.py-5.wow.fadeIn {
        font-size: 15px;
    }

    /* --------road map css stert------------- */
    section.Road-map {
        text-align: center;
    }
    section.Road-map img {
        width: 100%;
        max-width: 85px;
    }
    .rite-side-icon{
            margin-top: 60px;
            padding-top: 60px;
            text-align: start;

    }
    .rite-side-icon img {
        max-width: 400px !important;
        margin-top: 40px;
    }
    .left-side-icon img {
        max-width: 120px !important;
        margin-top: 40px;
    }
    .left-side-icon{
        margin-top: 60px;
        padding-top: 60px;
        text-align: center;

    }
    .rite-side-data{
        padding-top: 35px;
        margin-top: 60px;
    }
    .rite-side-data h6 {
        margin-top: 60px;
    }
    .icon-mean {
        display: flex;
        align-items: center;
    }
    .left-side-icon img {
        width: 320px !important;
    }
    /* --------road map css end------------- */

    /* ------Schedule Your Meeting section css steart------- */

    .form-group {
        margin-bottom: 15px;
    }
    span[for$='Validator'] {
        color: red; /* Red color for error messages */
        font-size: 10px; /* Reduced font size */
        margin-top: 3px; /* Reduced space above error message */
        display: block; /* Ensures error message appears below the input */
        padding-left: 5px; /* Adds a little padding to the left for better alignment */
    }
    .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        margin-top: 5px;
        border: 1px solid #4158d0;
        border-radius: 4px;
    }
    .form-group {
        border: solid 1px #e6e6eb;
        padding: 10px;
    }

    .form-group input[type="submit"] {
        background-color: #0d68dd;
        color: white;
        border: none;
        cursor: pointer;
    }

    .form-group input[type="submit"]:hover {
        background-color: #03A9F4;
    }

    .form-group input[type="reset"] {
        background-color: #f44336;
        color: white;
        border: none;
        cursor: pointer;
    }

    .form-group input[type="reset"]:hover {
        background-color: #e53935;
    }
    section.Meeting_form {
        margin: 60px 0px;
    }
    form#form1 {
        box-shadow: 0 10px 40px 0 rgb(62 57 107 / .1),0 2px 9px 0 rgb(62 57 107 / .1);
        border-radius: 7px;
        padding: 15px 0px;
    }
    /* ------- */
    .calendar {
        /* border: 1px solid #104162; */
        padding: 15px;
        /* border-radius: 20px; */
        /* box-shadow: 2px 2px 10px rgb(10 102 221 / 41%); */
        /* background-image: url('../img/about img.jpeg'); */
        /* background-blend-mode: overlay; */
        /* background-repeat: no-repeat; */
        /* background-size: cover; */
        /* background-position: center; */
        background-color: #000000;
        font-size: 16px;
    }
    .calendar-icon-heading img {
        width: 100%;
        max-width: 75px;
        background-color: #fff;
        border-radius: 100%;
        padding: 6px;
        border: 1px solid #0a66dd;
    }
    .days div:hover {
        background-color: #00BCD4;
        color: #fff;
        border: 1px solid #00BCD4;
    }
    .month {
        font-size: 20px;
        /* font-weight: bold; */
        color: #f1dc3c;
        text-align: center;
        margin-bottom: 10px;
    }
    .weekdays, .days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        /* background-color: #cbcbcb; */
        padding: 10px 10px 10px 10px;
        border: 1px solid #0a66dd2b;
        width: 63%;
        margin: 0 auto;
    }
    .weekdays div, .days div {
        padding: 1px;
    }
    .weekdays {
        font-weight: bold;
    }
    .weekdays, .days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        background-color: #fff;
        padding: 10px 10px 10px 10px;
    }
    section.Meeting_form h2 {
        text-align: center;
        margin-bottom: 35px;
        font-weight: 800;
    }

    .calendar-icon-heading {
        text-align: center;
        padding: 15px 0px 0px 0px;
    }
    .calendar-icon-heading h3 {
        font-size: 20px !important;
        padding: 10px 0px 0px 0px;
        color: #ffffff;
    }
    .weekdays div {
        border: 1px solid #00BCD4;
        margin-bottom: 10px;
        font-size: 15px;
        border-radius: 2px;
        color: #000000;
    }
    .nav-buttons.metting {
        padding: 20px 0px 7px 0px;
        text-align: center;
    }
    .nav-buttons.metting button {
        padding: 5px 18px;
        font-size: 12px;
        background-color: #0a66dd;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 2px;
    }
    section.intro-section {
        margin: 60px 0px;
    }
    section.intro-section img {
        width: 100%;
        max-width: 100%;
    }
    section.intro-section h3 {
        margin-bottom: 15px;
        font-size: 35px;
    }
    section.intro-section p {
        font-size: 16px;
        text-align: justify;
        color: #262222;
    }
    .kalra-img {
        text-align: center;
    }
    .days div {
        background: #0a66dd;
        border-radius: 3px;
        border: 1px solid #0a66dd;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }
    /* --------Schedule Your Meeting section css end-------- */

    section.Meeting-section {
        background-color: #e1efff;
        padding: 60px 0px;
        margin: 60px 0px;
    }
    section.Meeting-section h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .Meeting-menu {
        display: flex;
        margin: 20px 0px;
        border: 1px solid #0a66dd;
        padding: 10px;
        border-radius: 10px;
        height: 125px;
    }
    .Meeting-menu button {
        margin-right: 10px;
        background-color: #0a66dd;
        border: 1px solid #97c1f1;
        padding: 4px 14px;
        font-size: 17px;
        margin-top: 3px;
        font-weight: 800;
        color: #fff;
        border-radius: 5px;
    }
    section.Meeting-section button {
        margin-right: 10px;
        background-color: #0a66dd;
        border: 1px solid #97c1f1;
        padding: 4px 14px;
        font-size: 17px;
        font-weight: 800;
        color: #fff;
        border-radius: 5px;
    }
    .Meeting-menu h3 {
        font-size: 20px;
    }
    section.Why-Choose img {
        width: 100%;
        padding: 10px;
    }


    /* ------------------- */
    .carousel-caption p {
        color: #000;
    }
    .carousel-caption h4 {
        margin-bottom: 5px !important;
    }
    /* ----- */
    section.Road-map {
        background-image: url('../img/errow-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .two-section {
        text-align: center;
        margin: 60px 0px;
    }
    .two-section p {
        color: #000;
        margin: 0px;
        font-size: 16px;
        font-weight: 300;
    }
    .two-section h2 {
        margin-bottom: 20px;
    }
    select#category {
        margin: 0px 5px;
        border-radius: 5px;
        color: #000;
        padding: 13px 16px;
    }
    ::placeholder {
        color: #000 !important;
    }
    select#location {
        color: #000;
    }
    .Meeting-menu p {
        color: #000000;
    }
    input#searchQuery {
        border-radius: 5px;
    }
    select#location {
        border-radius: 5px 0px 0px 5px;
    }
    .testimonial-item.border.text-center.rounded p {
        color: #000;
    }
    .kalra-img {
        text-align: center;
    }

    .calendar-day[style*="pointer-events: none"] {
        background-color: #b1b1b138;
        color: red;
        border: 1px solid #99989847;
    }

    .alert-info {
        background-color: #d9edf7;
        color: #31708f;
        border-color: #bce8f1;
        padding: 10px;
        margin-bottom: 10px;
    }
    section.login-section {
        margin: 60px 0px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0 0 0 / 53%);
        padding-top: 170px;
    }

    .modal-content {
        background-color: #ffffff;
        margin: auto;
        padding: 30px;
        border: 3px solid #063d85;
        width: 40%;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .popup-flex {
        display: flex;
        align-items: center;
        text-align: start;
    }
    .sign-up-popup button {
        width: 100%;
        margin: 5px 0px;
        border: 1px solid #063d85;
        background-color: #ffffff;
        padding: 10px;
        color: #000000;
        border-radius: 5px;
    }
    .modal-content h5 {
        font-size: 23px;
        font-weight: 600;
        color: #000000;
        text-align: center;
    }
    .popup-flex h3 {
        font-size: 20px;
        color: #063d85;
        margin: 0px;
        margin-bottom: 4px;
    }
    span.btn.back-login {
        border: 1px solid #063d85;
        margin-top: 5px;
    }
    .modal-content a {
        color: #000000 !important;
        font-weight: 400;
        text-align: center;
    }
    .popup-flex p {
        margin: 0px;
    }
    .popup-flex img {
        width: 100%;
        max-width: 45px;
        height: 45px;
        background-color: #061c39;
        margin-right: 10px;
        border-radius: 5px;
    }
    .modal-content span {
        width: 30%;
        margin: 0 auto;
    }
    .modal-content span a {
        color: #fff;
    }

    /* ------------------------------------------- */
    .container-fluid.bg-breadcrumb.banner-Business {
        position: relative;
        padding: 90px 0 50px 0;
        background: linear-gradient(rgb(28 27 25 / 58%), rgb(0 0 0 / 40%)), url(../img/Business.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
    }
    section.Opportunities-section {
        margin: 60px 0px;
        margin: 60px;
    }
    section.Opportunities-section p {
        color: #181717;
        /* text-align: justify; */
    }
    .Business_card h3 {
        font-size: 17px;
        margin: 15px 0px;
        color: #2a9cc6;
        line-height: 25px;
    }
    .Business_card u {
        color: #333333;
        font-size: 14px;
    }
    .Business_card p {
        font-size: 14px;
        text-align: start !important;
        color: #333333;
        margin: 0px;
    }
    .Business_card {
        box-shadow: 0px 0px 3px 0px;
        margin: 20px 0px;
        color: #3f93ffe8;
        border-radius: 5px;
    }
    .Business_card u {
        color: #333333;
        font-size: 14px;
    }
    .data-main-div {
        padding: 3px 7px 13px 13px;
    }
    .data-main-div p a {
        color: #0a66dd;
    }
    .INR-div p {
        margin: 0px;
    }
    .INR-div {
        margin-bottom: 15px;
    }
    .Raise-Funds-btn button {
        margin: 2px 4px 2px 0px;
        border: 1px solid #00000061;
        background-color: #ffffff;
        color: #000000;
        border-radius: 5px;
        padding: 4px 7px;
        font-size: 13px;
    }
    .Raise-Funds-btn {
        margin-bottom: 10px;
    }
    .Raise-Funds-btn p {
        margin: 15px 0px;
    }
    .INR-div p i {
        font-size: 13px;
        font-weight: 600;
    }
    .Raise-Funds-btn p i {
        color: #089300;
    }
    .Contact_bus {
        text-align: center;
        border-top: 1px solid #3e84df63;
        padding-top: 10px;
    }
    .Contact_bus a {
        font-weight: 600;
        color: #0a66dd;
    }
    section.Schedule-Meeting-form .form-group {
        border: none;
    }
    .group-main-div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-shadow: 0px 0px 6px rgb(10 102 221 / 71%);
        padding: 10px;
    }
    .group-main-div .form-group {
        width: 50%;
        margin: 0px;
    }
    .group-main-div label {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
    .form-control:disabled, .form-control:read-only {
        /* background-color: #e9ecef; */
        color: #000;
    }
    section.Schedule-Meeting-form {
        margin: 60px 0px;
    }
    .Opportunities-form {
        box-shadow: 0px 0px 3px 0px;
        margin-top: 60px;
        color: #3f93ffe8;
    }
    .Opportunities-form form {
        padding: 15px;
    }
    .opp-form-heading {
        background-color: #0a66dd;
        padding: 15px;
    }
    .form-select:focus {
        border-color: #0a66dd;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(10 102 221 / 28%);
    }
    .opp-form-heading h3 {
        margin: 0px;
        color: #fff;
    }
    .Opportunities-form form {
        padding: 15px;
        color: #333333;
    }
    .Opportunities-form ::placeholder {
        color: #848383 !important;
    }
    /* -------Investor & Buyers css---------- */
    .Investor-MAIN_CARD {
        display: flex;
        align-items: center !important;
        background-color: #eee;
        justify-content: space-between;
        padding: 6px 8px 6px 8px
    }
    .Investor-MAIN_CARD img {
        width: 100%;
        max-width: 70px;
        border-radius: 100%;
        height: 70px;
    }
    .Investor-MAIN_CARD h3 {
        margin: 0px;
    }
    .Investor-MAIN_CARD img {
        width: 100%;
        max-width: 60px;
        border-radius: 100%;
        padding: 6px;
        height: 60px;
        object-fit: cover;
    }
    .Investor-MAIN_CARD p {
        font-size: 12px;
    }
    .Investor-MAIN_CARD ul {
        display: flex;
        padding: 0;
        list-style-type: none;
        align-items: center;
    }
    .Investor-MAIN_CARD ul li {
        padding: 0px 7px;
        color: #000;
        font-size: 20px;
    }
    i.fa.fa-diamond {
        color: #0a66dd;
    }

    @media (max-width: 294px) {
        .navbar-light .navbar-brand img {
            max-height: 70px;
            margin-bottom: 15px;
        }
        .navbar {
            justify-content: center;
        }
        .wrapper form {
            padding: 10px 10px 35px 10px !important;
        }
    
    }
    /* --------------Business Valuation-------------------------- */
    section.valuation-section-1 {
        margin: 60px 0px;
        text-align: center;
        color: #000000e0;
    }
    section.valuation-section-2 {
        margin: 60px 0px;
    }
    section.valuation-section-2 h2 {
        text-align: center;
        font-size: 30px;
    }
    .valuation-menu h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .valuation-menu {
        background-color: #e1efff;
        padding: 20px;
        border-radius: 15px;
        height: 230px;
        margin: 20px 0px;
    }
    .valuation-menu p {
        font-size: 15px;
        color: #000000e0;
    }
    .valuation-menu {
        text-align: center;
    }
    .valuation-menu i {
        font-size: 40px;
        color: #0a66dd;
        padding: 2px 0px 6px 0px;
    }
    section.valuation-section-1 p {
        font-size: 15px;
    }
    section.valuation-section-3 h2 {
        text-align: center;
        font-size: 30px;
    }
    section.valuation-section-1 h2 {
        font-size: 25px;
        text-transform: uppercase;
    }
    section.valuation-section-3 p {
        color: #000000e0;
        font-size: 15px;
        margin: 0px;
    }
    section.valuation-section-3 {
        margin-bottom: 40px;
    }
    section.valuation-section-3 img {
        width: 100%;
        max-width: 100px;
        padding: 10px;
    }
    .valuation-section-3menu {
        display: flex;
        align-items: center;
        border: 1px solid #d3e0ef;
        padding: 10px;
        height: 140px;
        margin: 20px 0px;
        border-radius: 15px;
    }
    .Income_Approach {
        width: 70%;
    }
    section.valuation-section-4 {
        margin-bottom: 60px;
        background-color: #e1efff;
        padding: 60px 0px;
    }
    section.valuation-section-4 p {
        color: #000000e0;
        font-size: 16px;
    }
    .Why-Choose_data {
        text-align: center;
        margin-bottom: 35px;
    }
    i.fa.fa-check-circle-o {
        color: #f3ff2d;
    }
    .Why-Choose_menu p {
        border: 1px solid #9d9d9d4a;
        padding: 10px;
        background-image: url("../../img/Why Choose img.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #000000c7;
        background-blend-mode: overlay;
        color: #fff !important;
        border-radius: 5px;
    }
    section.valuation-section-4 img {
        width: 100%;
        max-width: 364px;
        border-radius: 5px;
    }
    /* ------ Buy a Business ------ */
    section.buy-business-section1 {
        margin: 60px 0px;
    }
    section.buy-business-section1 {
        margin: 90px 0px 0px 0px;
        text-align: center;
        padding-top: 90px;
    }
    section.buy-business-section1 p {
        color: #383737;
    }
    section.buy-business-section1 h2 {
        font-size: 28px;
        line-height: 40px;
    }
    section.buy-business-section1 img {
        width: 100%;
        max-width: 341px;
        /* height: 312px; */
        /* border-radius: 100%; */
        margin: 0px 0px 7px 0px;
    }


    .btn-50lakhs {
        background-color: #007bff;
        color: #fff;
    }
    button.btn.btn-50lakhs:hover {
        background-color: #2ba847;
        color: #fff;
    }
    .btn-all-sizes { 
        background-color: #28a745 !important;
        color: #fff;
        }
        button.btn.btn-all-sizes:hover {
            color: #fff;
            background-color: #007bff !important;
        }
    .package-container {
        display: none; /* Hide all packages initially */
        margin-top: 20px;
    }
    .package-card {
        /* color: #0a66dd; */
        padding: 15px;
        /* margin: 10px; */
        border-radius: 5px;
        /* box-shadow: 7px -7px 0px 4px; */
        /* outline: 1px solid #cdc7c7; */
        background-color: #f6f6f6;
        height: 720px;
        margin: 20px 0px;
    }
    .Package-fist_div {
        margin-top: 50px;
    }
    .btn-check:focus+.btn, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(79 219 241 / 47%);
    }
    .package-card ul {
        font-weight: 500;
        padding: 0px;
        list-style-type: none;
        text-align: start;
        line-height: 25px;
        color: #2f2f30;
    }
    .package_menu {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 1px solid #0a66dd38;
        padding-bottom: 20px;
    }
    .package_menu h3 {
        margin: 0px;
        line-height: 33px;
        margin-bottom: 10px;
        font-size: 23px;
    }
    .package_menu p {
        color: #000000 !important;
        margin: 0px;
        font-weight: 300;
    }
    .package_menu button {
        background-color: #0a66dd;
        border: 2px solid #0a66dd;
        color: #fff;
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 5px;
        margin-top: 20px !important;
    }
    .package_menu button:hover {
        transition: 2s;
        background-color: #03A9F4;
        border: 2px solid #03A9F4;
    }
    .package-card i.fa.fa-check {
        color: #0a66dd;
    }

    .package-card ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .package-card ul p {
        margin: 0px;
        padding: 6px 0px;
        font-size: 14px;
        font-weight: 300;
        color: #000 !important;
    }
    .package-card.sell-package button {
        background-color: #0a66dd;
        border: 2px solid #0a66dd;
        color: #fff;
        font-size: 18px;
        padding: 15px 15px;
        border-radius: 5px;
        width: 100%;
    }
    .package-card.sell-package button:hover {
        transition: 2s;
        background-color: #03A9F4;
        border: 2px solid #03A9F4;
    }
    section.sell-business2 {
        margin: 0px 60px 60px 60px;
    }
    .package-card.sell-package {
        height: 835px;
    }
    .package-card.sell-package p {
        color: #000;
    }
    .data_bay_main {
        text-align: center;
        margin-bottom: 30px;
    }
    .Package-fist_div h2 {
        text-align: center;
        font-weight: 700;
        margin: 20px 0px;
    }
    /* --------Services_form--------- */
    .Services_form .form-group {
        border: none;
    }
    .Services_form form {
        display: flex;
        flex-wrap: wrap;
    }
    .Services_form form .form-group {
        width: 50%;
        color: #000;
        font-weight: 500;
    }
    section.Services_form-section {
        margin: 60px 0px;
        padding-top: 60px;
    }

    .Services_form button {
        background: linear-gradient(354deg, #6d2be3ba, #03A9F4);
        padding: 7px 36px;
        font-size: 20px;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        margin-left: 10px;
    }
    .Services_form {
        box-shadow: 0px 0px 10px rgb(150 172 197);
        padding: 15px;
        border: 2px solid #eee;
        text-align: start;
    }
    .group-main-div b {
        color: #000000;
    }
    .Opportunities_data h3, h2 {
        font-size: 30px;
    }
    .Opportunities_data div {
        margin: 20px 0px;
    }
    .buy-Choose {
        padding: 15px 25px 25px 25px;
        border: 1px solid #1eb6fb3d;
        border-radius: 5px;
        height: 200px;
        margin: 20px 0px;
        text-align: center;
    }
    .buy-Choose h3 {
        font-size: 18px;
        color: #0a66dd;
        margin: 0px;
    }
    .buy-Choose p {
        color: #333333 !important;
        font-size: 15px;
    
    }
    section.valuation-section-3.sell-busines .valuation-section-3menu {
        background-color: #e1efff;
    }
    .buy-Choose i {
        font-size: 30px;
        color: #074388;
        padding: 10px 12px 10px 0px;
    }
    .data_bay_main p {
        color: #000;
    }
    section.Services_form-section.valuation-section-3.sell-busines .valuation-section-3menu {
        height: 120px;
        margin-top: 0px;
    }
    .testimonial-item.border.text-center.rounded {
        height: 470px;
    }
    section.buy-business-section1.section2 {
        margin-top: 60px !important;
        /* padding-top: 60px !important; */
    }
    .package-card.package_1 {
        /* box-shadow: 7px -7px 0px 4px; */
        margin-top: -15px;
        border: 1px solid #abe0f7;
    }
    div#under50 h6 {
        margin-bottom: 60px;
    }

    /* -------------------home banner css ------------------------------- */
    .container-fluid.home-banner {
        position: relative;
        padding: 90px 0 50px 0;
        /* background: linear-gradient(rgb(28 27 25 / 58%), rgb(0 0 0 / 40%)), url('../img/about img.jpeg'); */
        background-position: center top;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
        background-position: top;
        background-image: url("../img/about img.jpeg");
        background-color: #000000c9;
        background-blend-mode: overlay;
        height: 600px;
        margin-top: 50px;
    }
    /* -------------------------------------------------- */
    section.Valuation-popup button {
        margin: 20px;
        font-size: 20px;
        padding: 9px 51px;
        border: 1px solid #063d85;
        background-color: #063d85;
        border-radius: 5px;
        color: #fff;
    }
    section.Valuation-popup {
        text-align: center;
    }
    section.Valuation-popup .package-card {
        height: max-content !important;
    }
    .Valuation-popup-menu {
        padding: 13px 15px 0px 15px;
        color: #000000;
        text-align: start;
        /* border-radius: 5px; */
        /* padding-left: 30px; */
    }
    section.Valuation-popup h2 {
        color: #000000;
    }
    .Valuation-popup-menu h3 {
        font-size: 20px;
        color: #0a66dd;
    }
    .Valuation-popup-main {
        padding: 20px;
        border: 2px solid #ffffff;
        background-color: #ffffff;
    }
    .Valuation-popup-main ul {
        display: flex;
        justify-content: space-between;
        padding: 0px;
        list-style-type: none;
    }
    .Valuation-popup-menu.first_m {
        border-bottom: 1px solid #607d8b61;
    }
    /* ------Pitch Deck---------- */
    section.Pitch-Deck-section {
        margin: 60px 0px;
    }
    section.Pitch-Deck-section p {
        color: #000000;
        font-size: 15px;
        text-align: center;
        padding-right: 20px;
    }
    /* .Pitch-Deck-Amount {
        background-color: #fff;
        outline: 1px solid #7adaff87;
        border-radius: 5px;
        padding: 20px;
        color: #000;
        margin-top: 45px;
        width: 60%;
        margin: 0 auto;
    } */
    .Pitch-Deck-Amount ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        padding: 0px;
        padding: 0px 15px;
    }
    .Pitch-Deck-Amount button {
        margin-left: 15px;
        padding: 5px 20px;
        font-size: 20px;
        background-color: #0a66dd;
        color: #fff;
        border: 1px solid #0a66dd;
        border-radius: 5px;
    }
    section.Pitch-Deck-section ul {
        color: #000;
        /* padding: 0px 0px 0px 15px; */
        line-height: 30px;
        list-style-type: none;
    }
    .hover-data ul {
        padding: 0px;
        list-style-type: none;
        text-align: start;
        color: #000;
        font-size: 15px;
        border: 1px solid #e7e5e5;
        padding: 10px;
        display: none;
        width: 35%;
    }
    /* ------------ */
    .hover-data ul {
        list-style: none;
        padding: 0;
        width: 400px;
        margin: auto;
    }

    .hover-data li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 8px;
        background: #f9f9f9;
        position: relative;
    }


    .fa-info-circle {
        color: #007bff;
        cursor: pointer;
        font-size: 18px;
        position: relative;
    }

    .hover-data {
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
        background: white;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        width: 250px;
        font-size: 14px;
        z-index: 100;
    }

    .hover-data ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .hover-data li {
        padding: 5px 0;
    }

    /* Show hover data when hovering over the info icon */
    .info-container {
        position: relative;
        display: inline-block;
    }

    .info-container:hover .hover-data {
        display: block;
    }

    /* --------------------------- */
    .Valuation-popup-menu.first_m ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 13px;
        padding: 0px;
        justify-content: space-between !important;
    }
    .Valuation-popup-menu.first_m ul li {
        width: 50%;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .input-box label {
        color: #000;
        font-weight: 500;
        margin-bottom: 5px;
    }
    div#ctl00_cphWeb_ctl01 {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .form-control:disabled, .form-control:read-only {
        background-color: #ffffff;
    }
    .FAQ-section {
        margin: 90px 0px;
        color: #333333 !important;
        padding-top: 60px;
    }
    h2.accordion-header button {
        color: #333333;
        /* font-weight: 500; */
    }
    .accordion-button:not(.collapsed) {
        color: #0a66dd;
        background-color: #adcffb4f;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }
    section.Privacy-Policy-section {
        background-image: url('../../img/police bg-img.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: max-content;
        background-position: center;
        padding: 60px 0px;
        color: #000;
    }

    /* ------------------------------------- */
    .h3-single-cosultancy .img img {
        border-radius: 5px 5px 0 0;
        border: #c3bbbb solid 1px;
    }
    .h3-single-cosultancy .content {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        bottom: 110px;
        -webkit-box-shadow: 0 0 14px 0 rgba(1, 1, 1, 0.2);
        box-shadow: 0 0 14px 0 rgba(1, 1, 1, 0.2);
        left: 20px;
        margin-bottom: -110px;
        padding: 44px 18px 18px;
        position: relative;
        text-align: center;
        width: 89%;
        z-index: 2;
    }
    .h3-single-cosultancy {
        border-radius: 5px 5px 0 0;
        margin: 0 0 30px;
        position: relative;
    }
    .h3-single-cosultancy .content .title, .h3-single-cosultancy .content .title a {
        color: #00324c;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0 0 6px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .h3-top-agency-area {
        padding: 60px 0px;
    }
    .h3-single-cosultancy .content .text {
        color: #333333;
        line-height: 24px;
    }
    .h3-single-cosultancy .content .icon span {
        background: #00324c none repeat scroll 0 0;
        border-radius: 100px;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        height: 50px;
        line-height: 48px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 50px;
    }
    .h3-single-cosultancy .content .icon {
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
    }
    .h3-single-cosultancy:hover .content .icon span {
        background: #07cae0 none repeat scroll 0 0;
    }
    .h3-single-cosultancy .title::before {
        display: none;
    }
    .accordion-button:focus {
        z-index: 3;
        border-color: #0a66dd;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(10 102 221 / 21%);
    }
    .accordion-item ul li {
        color: #000;
        margin: 5px 0px;
    }
    .accordion-item p{
        color: #000;
    }

    .contact .col-lg-6.wow.fadeInRight ul {
        color: #232424;
        font-weight: 500;
        list-style-type: none;
        font-size: 22px;
        padding: 0px;
    }
    .contact .d-flex.align-items-center.mb-3 i {
        border-radius: 5px;
        padding: 9px;
        color: #104385 !important;
        /* font-size: 28px; */
        /* border: 1px solid #104385; */
    }
    .contact i.fas.fa-share-alt.fa-2x {
        color: #134586;
    }
    /* ------------------------------------------ */

    .profile-circle {
        width: 100%;
        margin: 0 auto;
        max-width: 70px;
        background-color: #0a66dd;
        padding: 3px 0px;
        font-size: 35px;
        display: flex;
        align-items: center;
        height: 70px;
        text-align: center;
        justify-content: space-around;
        font-weight: 800;
        color: #ffffff;
        border-radius: 100%;
    }
    .INVESTER-POPUP .modal-content {
        width: 75%;
        padding: 20px !important;
    }
    .INVESTER-POPUP {
        padding-top: 40px;
    }
    .INVESTER-POPUP p.email {
        text-align: center;
        color: #55e50e;
        padding: 5px 0px 12px 0px;
        margin: 0px;
    }
    .INVESTER-POPUP .modal-footer {
        border: 0px;
        padding-top: 0px;
    }
    .Business_card .data-main-div form {
        text-align: center;
        padding-top: 8px;
    }
    section.contact-heading {
        margin-top: 60px;
        padding-top: 60px;
        text-align: center;
    }
    section.contact-heading h3 {
        margin: 20px 0px;
        font-weight: 600;
    }
    .container-fluid.home-banner .input-group input {
        padding: 12px;
    }
    .container-fluid.home-banner .input-group select {
        color: #000 !important;
    }

    /* -------about------------- */
    section.about-section {
        margin: 60px 0px 20px 0px;
        padding-top: 60px;
    }
    .divone {
        text-align: center;
        color: #000;
    }
    .divone h2 {
        font-weight: 800;
        margin-bottom: 20px;
    }
    .divtwo {
        background-color: #fff;
        padding: 20px;
        color: #000;
        margin: 20px 0px;
    }
    section.about-section2 {
        background-image: url('../../img/about-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        background-blend-mode: overlay;
        background-color: #0a66dd0f;
    }
    .divtwo ul {
        list-style-type: disc;
        padding-left: 0;
        line-height: 33px;
        list-style-type: none;
    }
    .divtwo h3 {
        font-size: 22px;
        font-weight: 700;
        color: #0a66dd;
        margin-top: 30px;
    }
    .divtwo i.fa.fa-check {
        font-size: 15px;
        padding-right: 5px;
    }
    .home-query {
        margin: 60px 0px;
        padding-top: 60px;
    }
    .Business_card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .modal-content.sb-detail {
        width: 100%;
    }

    .modal-contentss.sb-detail {
        background-color: #ffffff;
        border-radius: 12px;
    }
    /* .modal-header {
        background-color: #0a66dd;
    } */
        
    h5#contactSellerLabel {
        color: #fff;
    }
    span.initials {
        color: #fff;
    }
    .description-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 2;       /* Show only 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3em;             /* Roughly 2 lines depending on font-size */
        margin-bottom: 0.5em;
    }

    .read-more-link {
        display: inline-block;
        /* font-weight: bold; */
        font-size: 14px;
        color: #007bff;
        text-decoration: none;
        margin-bottom: 10px;
    }
    ul.run2 li a {
        color: #0a66dd !important;
    }

    .read-more-link:hover {
        text-decoration: underline;
    }
    section.seller-section {
        margin: 60px 0px 0px 0px;
        padding: 5px 0px 60px 0px;
        background-color: #edededd1;
    }
    /* -------------------- */
    .listing-header h2 {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .listing-header {
        background: url('pharmacy-image.jpg') no-repeat center center;
        background-size: cover;
        color: black;
        /* padding: 1.5rem 1.5rem; */
        text-align: start;
        background-color: #fff;
        border-radius: 7px;
        margin: 60px 0px 20px 0px;
        border: 1px solid #e6e6eb;
        box-shadow: 0 0 40px 0 rgb(234 238 249 / .5);
    }

    .listing-header a {
        margin: 0px 5px 0px 0px;
        padding: 5px 10px;
        border-radius: 2px;
        line-height: 32px;
        color: #3f3e50;
        font-size: 12px;
        border: 1px solid #e6e6eb;
    }

    .listing-header span{
        color: #3f3e50 !important;
    }
    .listing-header h2 span {
        font-size: 20px;
        color: #3f3e50;
    }
    .sale-buttons {
        margin: 10px 0px;
        padding: 1.5rem 1.5rem;
    }
    .sale-buttons p {
        margin: 0px 0px 8px 0px;
        font-size: 18px;
    }
    .listing-header a:hover {
        background-color: #0a66dd;
        border-radius: 2px;
    }
    .listing-header a:hover span {
        color: #fff !important;
    }
    .sidebar_header {
        border: 1px solid #ddd;
        padding: 15px 20px;
        /* margin-bottom: 15px; */
        border-radius: 5px 5px 0px 0px;
        background: #f8f9fa;
    }
    .info-card, .sidebar {
        border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 0px 0px 5px 5px;
        background: #f8f9fa;
    }
    .sidebar_header {
        margin-top: 60px;
        border-bottom: none;
    
    }
    .sidebar_header h4 {
        margin: 0px;
        color: #3f3e50;
        font-size: 20px;
    }
    .sidebar td {
        padding: 10px 13px;
        border: 1px solid #e6e6eb;
        color: #1c1c1c;
        font-size: 17px;
        width: 50%;
        font-size: 16px;
        font-weight: 300;
    }
    .sidebar td span {
        color: #1c1c1c;
    }
    .sidebar table {
        margin: 0px 0px 25px 0px;
    }

    .Documents {
        border: 1px solid #ddd;
        padding: 20px;
        border-top: none;
        margin-bottom: 15px;
        border-radius: 0px 0px 5px 5px;
        background: #f8f9fa;
    }
    .doks_header{
        border: 1px solid #ddd;
        padding: 15px 20px;
        /* margin-bottom: 15px; */
        border-radius: 5px 5px 0px 0px;
        background: #f8f9fa; 
    }
    .doks_header h4 {
        margin: 0px;
        color: #3f3e50;
        font-size: 20px;
    }
    .Documents p {
        color: #000000;
        margin: 0px 0px 10px 0px;
    }
    .Documents i {
        color: #db1818;
        padding: 2px;
        font-size: 12px;
        margin-left: 4px;
    }
    .Documents-menu {
        display: flex;
        justify-content: space-between;
    }
    i.fa.fa-download {
        color: #3f3e50;
        font-size: 14px;
    }
    .sale-Overview span {
        color: #000;
        font-weight: 300;
    }
    .sale-Overview ul {
        display: flex;
        justify-content: start;
        padding: 0px;
        list-style-type: none;
    }
    .sale-Overview ul li {
        text-align: center;
        border: 1px solid #e6e6eb;
        padding: 10px 20px;
        color: #3f3e50;
        margin-right: 30px;
        box-shadow: 0 0 40px 0 rgb(234 238 249 / .5);
    }
    section.buy-business-section1 p a {
        color: #f90000a6;
    }
    section.buy-business-section1.mt-0.pt-0 .buy-Choose h3 {
        margin: 0px 0px 5px 0px;
    }
    section.buy-business-section1.mt-0.pt-0 .buy-Choose {
    height: 450px;
    background-color: #f6f6f6;
    border: 1px solid #1eb6fb75;
    }
    .PitchDeck-payheading {
        padding: 60px 0px 30px 0px;
        text-align: center;
    }
    .Pitch-Deck-pay {
        box-shadow: 0px 0px 6px rgb(202 217 233 / 87%);
        padding: 35px;
        border: 2px solid #eee;
        text-align: start;
    }
    .PitchDeck-payheading h4 {
        font-size: 30px;
    }
    p {
        color: #333333 !important;
        font-size: 15px;
    }
    .footer-item.d-flex.flex-column p {
        color: #fff !important;
        font-weight: 300 !important;
    }
    .Business_card.Buyers img {
        height: auto;
    }
    .footer-item.d-flex.flex-column .btn-lg-square {
        height: 35px;
        width: 35px;
    }
    .container-fluid.contact.py-5 .btn-lg-square {
        height: 35px;
        width: 35px;
    }
    .mb-5.faq-section h3 {
        font-size: 20px;
        text-align: center;
        margin: 15px 0px;
    }

    .testimonial {
    text-align: center;
}
/* ------------ */

.SECTORS-menu {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #18D2FD;
    box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
    padding: 30px 25px 12px 25px;
    margin: 30px 5px;
    height: 365px;
}

.SECTORS-menu3 {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #18D2FD;
    box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
    margin: 0px 5px 0px 5px;
    --e-column-margin-right: 5px;
    --e-column-margin-left: 5px;
    padding: 30px 25px 36px 25px;
    height: 365px;
    margin: 30px 5px;
}

.SECTORS-menu2 {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #000000;
    box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
    margin: 0px 5px 0px 5px;
    --e-column-margin-right: 5px;
    --e-column-margin-left: 5px;
    padding: 30px 25px 36px 25px;
    height: 365px;
    margin: 30px 5px;
}
/* ------------------------------ */
section.Process-section {
      text-align: center;
  }
  .Process_item {
      border: 1px solid #eee;
      padding: 10px;
      height: 325px;
  }
  /* -------legal servicer------- */
  .Proven h3 {
      font-size: 15px;
      text-align: start;
  }
  section.OUR-SERVICES {
      margin: 60px 40px 40px 40px;
      text-align: center;
  }
  section.OUR-SERVICES h2 {
      text-align: center;
      margin-bottom: 35px;
      font-weight: 700;
  }
  .Proven {
      border: 1px solid #1eb6fb75;
      padding: 20px;
      border-radius: 5px;
      height: 300px;
      background-color: #f6f6f6;
      margin: 10px 0px;
  }
  section.OUR-SERVICES {
      margin: 60px 30px 40px 30px;
  }
  /* .Proven:hover {
      box-shadow: 0px 0px 5px 2px;
      color: #37cfe361;
      background-color: #37cfe361;
      border: 1px solid #37cfe361;
  } */
  .Proven p {
      font-size: 14px;
      text-align: justify;
      font-weight: 300;
      color: #000 !important;
  }
  section.OUR-SERVICES.stwo .Proven {
      /* padding: 15px; */
      height: 240px;
  }

  .Financial {
      text-align: center;
  }
  .Financial p {
      text-align: center !important;
  }
  .Financial h2 {
      text-align: center !important;
  }
  .Detailed h3 {
      text-align: center;
      margin-bottom: 25px;
      font-weight: 700;
  }
  i.fa.fa-file-excel-o {
      color: #ff0000;
  }

  .Number-data ul {
      display: flex;
      padding: 0px;
      list-style-type: none !important;
      flex-wrap: wrap;
      align-items: center;
      padding: 0px 40px 0px 0px;
  }
  i.fa.fa-circle {
      font-size: 6px;
      margin-right: 6px;
      color: #444744;
  }
  .divtwo h2 {
      font-size: 22px;
  }
  .Process_item h3 {
      margin-top: 7px;
      color: #0a66dd;
      font-size: 25px;
  }
  section.Process-section h2 {
      font-weight: 700;
      margin-bottom: 25px;
  }
  .faq-heading {
      text-align: center;
  }
  .faq-heading h2 {
      font-weight: 700;
  }
  .group-main-div p {
      color: #000 !important;
  }

  section.buy-business-section1.mt-0.pt-0 .buy-Choose p {
      text-align: justify;
      font-weight: 300;
      color: #000 !important;
  }
  .mb-5.faq-section p.d-inline-block.btn.btn-secondary {
      color: #fff !important;
  }
.faqdata {
    box-shadow: 0px 0px 6px rgb(10 102 221 / 71%);
    padding: 1px 10px 10px 10px;
    padding: 15px;
}
  .col-lg-6.wow.fadeInUp p.d-inline-block.btn.btn-secondary {
      color: #fff !important;
  }
  section.Deliverables {
      text-align: center;
      margin-bottom: 20px;
  }
  section.Deliverables h2 {
      margin-bottom: 25px;
      font-weight: 700;
  }
  .Scope-menu {
      border: 1px solid #7adaff87;
      margin: 10px 0px;
      padding: 15px 0px;
      height: 70px;
  }
  .Scope-menu p {
      margin: 0px;
  }

  /* ------------ */

  /* Popup Overlay */
  .Pitch-Deck-section .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
    /* Popup Box */
    .Pitch-Deck-section .popup {
      display: none;
      position: fixed;
      top: 50%;
      height: 500px;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      overflow-y: auto;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 700px;
      z-index: 1000;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  }

  .Pitch-Deck-section .close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: #888;
   }
  /* ------------ */
  .SECTORS-menu {
      border-style: solid;
      border-width: 0px 0px 5px 0px;
      border-color: #18D2FD;
      box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
      padding: 30px 25px 12px 25px;
      margin: 30px 5px;
      height: 365px;
  }

  .SECTORS-menu3 {
      border-style: solid;
      border-width: 0px 0px 5px 0px;
      border-color: #18D2FD;
      box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
      margin: 0px 5px 0px 5px;
      --e-column-margin-right: 5px;
      --e-column-margin-left: 5px;
      padding: 30px 25px 36px 25px;
      height: 365px;
      margin: 30px 5px;
  }

  .SECTORS-menu2 {
      border-style: solid;
      border-width: 0px 0px 5px 0px;
      border-color: #000000;
      box-shadow: -4px 6px 17px 0px rgba(0, 0, 0, 0.23);
      margin: 0px 5px 0px 5px;
      --e-column-margin-right: 5px;
      --e-column-margin-left: 5px;
      padding: 30px 25px 36px 25px;
      height: 365px;
      margin: 30px 5px;
  }
  section.SECTORS-INTEREST .col-md-2 {
      padding: 0px;
  }
  section.SECTORS-INTEREST {
      padding: 60px 50px 32px 50px;
      margin-bottom: 60px;
  }
  .SECTORS-INTEREST h3 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  .elementor-divider {
      border: 2px solid #375382;
      width: 14%;
  }
  section.SECTORS-INTEREST h2 {
      font-weight: 800;
  }
  section.SECTORS-INTEREST .col-lg-2 {
      padding: 0px;
  }
  section.SECTORS-INTEREST img {
      width: 100%;
      margin-bottom: 15px;
      max-width: 50%;
  }
  section.buy-business-section1.section2.mt-5 {
  margin-top: 0px;
  padding-top: 0px;
  }
  .buy-Choose h6 {
  color: #333333 !important;
  text-align: start;
  padding: 5px 0px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  }
  section.buy-business-section1.mt-0.pt-0 .buy-Choose h3 {
  text-align: start;
  }
  section.buy-business-section1.mt-0.pt-0 .d-flex {
  align-items: center;
  }
  section.Unlocking-valuation {
    background-color: #002147;
    padding: 50px 0px;
}
section.Unlocking-valuation h2 {
    color: #fff;
}
section.Unlocking-valuation p {
    color: #fff !important;
    margin-top: 15px;
}
.get-valuation {
    text-align: center;
}
.get-valuation a button {
    color: #000000;
    background-color: #fff;
    padding: 15px 25px;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 10px;
}
section.legal-data ul {
    list-style-type: disclosure-closed;
    color: #333333;
    line-height: 30px;
    font-size: 15px;
    padding: 0px 0px 0px 22px;
}
section.SECTORS-INTEREST h2 {
    text-align: center;
}
/* ---------------AI css-------------- */
.aibtn p {
    position: fixed;
    z-index: 9999;
    /* top: 0; */
    color: #ffffff !important;
    right: 42px;
    bottom: 25px;
    margin: 0px;
    background-color: #0a66dd;
    padding: 9px;
}
.aibtn {
    position: relative !important;
}
button#chatbutton img {
    display: none;
}
.chatbuttonhover {
    transition: linear 500ms;
    width: 129px !important;
    height: 40px !important;
    border-radius: 0px !important;
    background-color: #010616;
    position: fixed;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 10px 2px #002147;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #18254ba2;
}
.bottomRight {
    bottom: 25px;
    right: 42px !important;
    background-color: #0a66dd00 !important;
    border: none !important;
}

.aibtn i {
    color: #ffffff !important;
}
.chatbuttonhover:hover {
    transform: none !important;
}
/* ----------- */
section.legal-data ul li a {
    color: #333333 !important;
}
section.legal-data h2 {
    font-size: 24px;
    margin-top: 35px;
}
.pagination a {
    padding: 0px 5px;
}
/* ---------------------- */
a.blink{
	animation: blink 1s linear infinite;
    color: #fff;
	}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
/* -------------- */