@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
}

.container {
    max-width: 85% !important;
}

img {
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}

header .custom-nav {
    background-color: #F8F9FE;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

header .custom-nav .logo-inn {}

header .custom-nav .logo-inn a {}

.custom-nav .logo-inn a img {
    width: 200px;
}

header .custom-nav .logo-inn .navbar-toggler {}

.custom-nav .logo-inn .navbar-toggler span {}

header .custom-nav .navbar-collapse {
    justify-content: space-between;
}

header .custom-nav .navbar-collapse .navbar-list {
    /* margin-left: 40px; */
    /* margin: 0 auto; */
    width: 84%;
}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav {
    justify-content: center;
}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item {}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link.active {
    color: #fc2841;
}

header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
    color: #333333;
    padding: 0px 18px;
    font-weight: 500;
    font-size: 15px;
}

header .custom-nav .navbar-collapse .get_btn {
    display: flex;
    gap: 3px;
}


header .custom-nav .navbar-collapse .get_btn a.btn-primary {
    background: #0d6efd;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    margin-right: 9px;
}


header .custom-nav .navbar-collapse .get_btn a.btn-danger {
    background: linear-gradient(135deg, #ee2339, #e04253);
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

header .custom-nav .navbar-collapse .get_btn button a {
    color: #fff;
    text-decoration: none;
}

header .custom-nav .navbar-collapse .get_btn button span {
    /* width: 21px; */
    /* height: 21px; */
    margin-left: 0px;
    /* fill: #fff; */
    font-size: 20px;
}

.banner_sec {
    position: relative;
    /* height: 90vh; */
    /* overflow: hidden; */
    background: #040444;
}

.banner_sec .container {
    max-width: 85% !important;
}

.banner_sec .main-sec {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 618px;
    overflow: hidden;
    z-index: -1;
}

.banner_sec .main-sec img {
    object-fit: cover;
    width: 100%;
}

.banner_sec .banner-info {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 64px 0px 45px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner_sec .banner-info .img-heading {
    width: 60%;
}

.banner_sec .banner-info .img-heading h1,
.banner_sec .banner-info .img-heading h2 {
    font-size: 60px;
    color: #fff;
    line-height: 69px;
}

.banner_sec .banner-info .img-heading h2 span {
    font-size: 48px;
    background: -webkit-linear-gradient(64deg, #00BAFD 10%, #016ACA 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_sec .banner-info .img-heading p {
    color: #ee2339;
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
}

.banner_sec .banner-info .img-heading .ai-answer p {
    color: #ffff;
    font-size: 16px;
    font-weight: normal;
}

/* PARTICLES CANVAS */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: linear-gradient(353deg, #052953, #051937); */
}

#typing-text {
    color: #ff6600;
    border-right: 2px solid #ff6600;
    padding-right: 5px;
    white-space: nowrap;
}

.banner_sec .banner-info .img-heading .hero-exp {
    gap: 40px;
    display: flex;
}

.banner_sec .banner-info .img-heading .hero-exp h3 {
    color: #fff;
    font-size: 34px;
    margin: 0;
    font-weight: 700;
}

.banner_sec .banner-info .img-heading .hero-exp p {
    font-size: 19px;
    color: #ffffff;
    font-weight: 300;
}

.banner_sec .banner-info .img-heading .btn1 {
    text-decoration: none;
}

.banner_sec .banner-info .img-heading a button {
    background: #016ACA;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.banner_sec .banner-info .img-heading a button svg {
    width: 19px;
    height: 19px;
    fill: #fff;
    transform: rotate(90deg);
    margin-left: 9px;
}

.banner_sec .banner-info .login-card {
    width: 35%;
}

.login-card {
    background: #fff;
    padding: 34px 30px;
    border-radius: 23px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.login-card h3 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
    font-size: 22px;
}

.login-card h3 span {
    font-weight: 700;
    color: #007bff;
}

.login-card h3 span.red {
    color: #ff3b3b;
}

.login-card p {
    text-align: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

.banner_sec .banner-info .tabs {
    display: flex;
    /* justify-content: space-around; */
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 15px;
    gap: 24px;
}

.tabs button {
    background: none;
    border: none;
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer;
    color: #555;
    transition: 0.3s;
}

.tabs button.active {
    color: #007bff;
    /* border-bottom: 2px solid #007bff; */
}

.tab-content {
    /* display: none; */
}

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

.login-card .form-group {
    margin-bottom: 15px;
    position: relative;
}

.login-card .form-group span {
    position: absolute;
    top: 1px;
    left: 12px;
    font-size: 22px;
}

.login-card .form-group input {
    width: 100%;
    padding: 10px 42px;
    border: 1px solid #aeaeae;
    border-radius: 6px;
    font-size: 14px;
    background: none !important;
    outline: none;
}

.login-card .form-group textarea {
    overflow: auto;
    height: 110px !important;
    border: 1px solid #aeaeae;
}

.form-group .form-select {
    width: 100%;
    padding: 10px 52px;
    border: 1px solid #aeaeae;
    border-radius: 6px;
    font-size: 14px;
    /* background: none !important; */
    outline: none;
}

.btn_rem {

    display: flex;

    justify-content: end;

    align-items: center;

    margin-bottom: 15px;
}

.btn_rem button {
    /* width: 30%; */
    background: #007bff;
    background: linear-gradient(135deg, #ee2339, #e04253);
    color: white;
    border: none;
    padding: 8px 11px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
}

.btn_rem label {
    color: #016ACA;
}

.banner_sec .banner-info .footer-text {}

.banner_sec .banner-info .footer-text p {

    margin: 0;

    color: #333333;

    font-size: 14px;

    font-weight: 500;
}

.banner_sec .banner-info .footer-text a {
    color: #EE2339;
    text-decoration: none;
}

.banner_sec .banner-info .footer-text .sign {
    color: #016ACA;
}

.about-sec {
    padding: 80px 0px 30px;
    overflow: hidden;
}

.about-sec .about-inn {
    margin-bottom: 15px;
}

.about-sec .about-inn h2 {
    font-size: 32px;
    font-weight: bold;
}

.about-sec .about-inn h2 span {
    color: #016ACA;
}

.about-sec .about-inn h2 span.red {
    color: #D31B1A;
}

.about-sec .about_info {}

.about-sec .about_info .about-dex {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.about-sec .about_info .about-dex .about_list {}

.about-sec .about_info .about-dex .about_list p {

    font-size: 14px;

    font-weight: 400;

    color: #4A4A4A;

    line-height: 23px;
}

.about-sec .about_img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.about-sec .about_img img {
    width: 77%;
    animation: floatMove 3s ease-in-out infinite;
}

/* Keyframes */
@keyframes floatMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ================= ABOUT TOOLS SECTION ================= */

.about-sec .about_info .about-dex .about_tools {
    margin-top: 25px;
}

/* UL */
.about-sec .about_info .about-dex .about_tools ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* LI */
.about-sec .about_info .about-dex .about_tools ul li {
    width: 47%;
}

/* TOOL CARD */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool {
    position: relative;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 12px #b8b8b8;
    border-radius: 8px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    transition: all 0.35s ease;
    overflow: hidden;
}

/* TOP HIGHLIGHT BAR */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #016aca, #da3621);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* HOVER CARD */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(1, 108, 207, 0.25);
    border-color: #016aca;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover::before {
    opacity: 1;
}

/* ICON COMMON */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconred,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconflight,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconbook,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .iconcustomer {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

/* ICON BACKGROUNDS */
.icon {
    background: #EFF6FF;
}

.iconred {
    background: #FDF2F8;
}

.iconflight {
    background: #F2FBFD;
}

.iconbook {
    background: #FAF5FF;
}

.iconcustomer {
    background: #FFF2E1;
}

/* ICON SVG */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool svg {
    width: 20px;
    height: 20px;
}

.icon svg {
    fill: #016aca;
}

/* ICON HOVER */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .icon,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .iconred,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .iconflight,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .iconbook,
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .iconcustomer {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(1, 108, 207, 0.35);
}

/* TEXT */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading {
    margin-left: 10px;
}

.about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease;
}

/* TEXT HOVER */
.about-sec .about_info .about-dex .about_tools ul li .listing_tool:hover .icon-heading p {
    color: #016aca;
}

/* DEFAULT HIGHLIGHT (FIRST 3) */
.about-sec .about_info .about-dex .about_tools ul li:nth-child(-n+3) .listing_tool {
    border-color: #016aca;
    box-shadow: 0 10px 25px rgba(1, 108, 207, 0.2);
}



.about-sec .about_info .about_btn {
    text-align: left;
    margin-top: 15px;
}

.about-sec .about_info .about_btn button {
    position: relative;
    overflow: hidden;
    background: #0d6efd;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Sliding layer */
.about-sec .about_info .about_btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #084298;
    /* darker blue */
    transition: all 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.about-sec .about_info .about_btn button:hover::before {
    left: 0;
}

.about-sec .about_info .about_btn button:hover {
    color: #fff;
}


.plan-section {}

.plan-section .head {}

.plan-section .head h3 {}

.plan-section .head p {}

.plan-section .plan-set {
    border: #1473bd 1px solid;
}

.plan-section .plan-set .price-info {
    text-align: center;
    background: linear-gradient(135deg, #1c4da0, #00caff);
    padding: 12px 0px;
    color: #fff;
}

.plan-section .plan-set .price-info h4 {
    font-weight: 100;
    font-size: 28px;
    margin: 0;
}

.plan-section .plan-set .price-info p {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.plan-section .plan-set ul {
    padding: 8px 22px;
}

.plan-section .plan-set ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.plan-section .plan-set ul li span {
    color: #167424;
    font-size: 19px;
    margin-right: 13px;
}

.plan-section .plan-set ul li .mdi-close-circle-outline {
    color: #ff0000;
}

.plan-section .plan-book {
    text-align: center;
    padding: 14px 0px;
}

.plan-section .plan-book a {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #ff0000, #e10056);
    color: #fff;
    padding: 8px 33px;
    font-size: 17px;
    border-radius: 4px;
}



.featur_sec {
    background: linear-gradient(120deg, #a7b5d0 0%, #f1ead5 30%, #bddfe4 100%);
    padding: 37px 0px 37px;
}

.featur_sec .about-inn {
    margin-bottom: 40px;
}

.featur_sec .about-inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #016aca;
}

.featur_sec .about-inn h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.featur_sec .about-inn h2 span {
    color: #ef2339;
}

.featur_sec .about-inn h3 span {
    color: #016ACA;
}

.featur_sec .about-inn h2 .red {
    color: #D31B1A;
}

.featur_sec .about-inn h3 .red {
    color: #D31B1A;
}


.featur_sec .about-inn p {
    color: #4A4A4A;
    text-align: center;
}

.featur_sec .feature_inn {
    display: flex;
    gap: 18px;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #BEBEBEB2;
    padding: 20px 20px;
    border-radius: 11px;
    height: 251px;
    position: relative;
    min-height: 251px;
    border-left: 4px solid #e82f43;
    justify-content: space-around;
    text-decoration: none;
}

.featur_sec .feature_inn .feature_img {
    width: 47px;
}

.featur_sec .feature_inn .feature_img img {}

.featur_sec .feature_inn .feature_heading {}

.featur_sec .feature_inn .feature_heading h2 {
    font-size: 18px;
    font-weight: 700;
    color: #016ccc;
}

.featur_sec .feature_inn .feature_heading p {
    margin: 0;
    font-size: 15px;
    color: #000;
    margin-bottom: 23px;
}

.featur_sec .feature_inn .feature_heading a {
    color: #d51b1a;
    text-decoration: none;
    /* background: #d31b1a; */
    color: #e00707;
    /* padding: 3px 8px 5px; */
    font-size: 15px;
    border-radius: 10px;
    position: absolute;
    bottom: 13px;
    font-weight: 500;
}

.featur_sec .read_more {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.featur_sec .read_more button {
    background: #016ACA;
    border: navajowhite;
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
}

.featur_sec .extra-features {
    margin: 0;
}

/* .our_products {
    padding: 90px 0px;
    position: relative;
}

.our_products .bc-i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    width: 29%;
}

.our_products .produst_head {
    margin-bottom: 50px;
}

.our_products .produst_head h5 {
    color: #fc2841;
    font-size: 16px;
    letter-spacing: 1px;
}

.our_products .produst_head h2 {
    font-weight: 700;
    font-size: 35px;
}

.our_products .produst_head h2 span {

    color: #016ACA;
}

.our_products .produst_head h2 span.red {
    color: #EE2339;
}

.our_products .produst_head p {
    color: #8b8b8b;
    font-size: 18px;
}

.our_products .product_list {}

.our_products .product_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
    margin: 0;
    list-style: none;
}

.our_products .product_list ul li {
    width: 50%;
    padding: 6px 5px;
}

.our_products .product_list ul li .product_tool {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 5px #00000021;
    padding: 4px 6px;
    border-radius: 8px;
    background: #e5e5ff;
    border: #bbbbff 1px solid;
}

.our_products .product_list ul li .product_tool .icon {
    width: 60px;
    height: 60px;
    background: #F2FBFD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 11px;
}

.our_products .product_list ul li .product_tool .icon img {
    width: 37px;
}

.our_products .product_list ul li .product_tool .icon_head {}

.our_products .product_list ul li .product_tool .icon_head p {
    margin: 0;
    font-weight: 500;
    line-height: 19px;
    font-size: 15px;
}

.our_products .product_img {
    position: relative;
    z-index: 2;
}

.our_products .product_img img {
    animation: floatMove 3s ease-in-out infinite;
} */

.our_crm {
    background: linear-gradient(120deg, #EEF0F4 0%, #F6F3EB 30%, #EAF5EF 100%);
    padding: 50px 0px;
}

.our_crm .crm_head {
    text-align: center;
}

.our_crm .crm_head h2 {
    font-size: 32px;
    font-weight: bold;
}

.our_crm .crm_head h2 span {
    color: #016ACA;
}

.our_crm .crm_head h2 span.red {
    color: #EE2339;
}

.our_crm .crm_head p {
    font-size: 13px;
}

.our_crm .register_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.our_crm .register_btn a {}

.our_crm .register_btn a button {
    background: #016ACA;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
}

.our_crm .crm_img {
    position: relative;
}

.our_crm .crm_img img {}

.our_crm .crm_img svg {
    position: absolute;
    top: 48%;
    left: 48%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.our_started {
    padding: 50px 0px;
}

.our_started p {
    text-align: center;
    text-transform: lowercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.our_started h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.our_started span {
    color: #016ACA;
}

.our_started span.red {
    color: #EE2339;
}

.our_started .started_inn {

    background: #333333;

    padding: 21px 35px;

    display: flex;

    flex-direction: column;

    gap: 26px;

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;
}

.our_started .started_inn .inn_img {

    width: 65px;

    height: 65px;
}

.our_started .started_inn .inn_img img {}

.our_started .started_head {}

.our_started .started_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .started_btn {}

.our_started .started_btn a {}

.our_started .started_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .started_btn a button svg {

    fill: #fff;
}

.our_started .use_distri {

    background: #EE2339;

    padding: 21px 35px;

    display: flex;

    flex-direction: column;

    gap: 26px;
}

.our_started .use_distri .use_inn {

    width: 65px;

    height: 65px;
}

.our_started .use_distri .use_inn img {}

.our_started .use_distri .use_head {}

.our_started .use_distri .use_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .use_distri .use_btn {}

.our_started .use_distri .use_btn a {}

.our_started .use_distri .use_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .use_distri .use_btn a button svg {

    fill: #fff;
}

.our_started .supplier_sec {

    background: #016ACA;

    padding: 21px 35px;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

    gap: 26px;

    display: flex;

    flex-direction: column;
}

.our_started .supplier_sec .supplier_inn {

    width: 65px;

    height: 65px;
}

.our_started .supplier_sec .supplier_inn img {}

.our_started .supplier_sec .supplier_head {}

.our_started .supplier_sec .supplier_head h2 {

    text-align: left;

    color: #fff;

    font-size: 20px;

    font-weight: 300;

    margin: 0;
}

.our_started .supplier_sec .use_btn {}

.our_started .supplier_sec .use_btn a {}

.our_started .supplier_sec .use_btn a button {

    border: none;

    background: none;

    color: #fff;

    font-size: 20px;
}

.our_started .supplier_sec .use_btn a button svg {

    fill: #fff;
}

.our_businee {
    padding: 40px 0px;
}

.our_businee .business_inn {
    margin-bottom: 25px;
}

.our_businee .business_inn p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.our_businee .business_inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.our_businee .business_inn span {
    color: #016ACA;
}

.our_businee .business_inn span.red {
    color: #EE2339;
}

.our_businee .slider-one {}

.our_businee .slider-one .item {
    background: #EEF6FF;
    padding: 16px 29px;
    border-radius: 11px;
    height: 228px;
}

.our_businee .slider-one .item .item-info {

    display: flex;

    justify-content: left;

    margin-bottom: 17px;

    align-items: center;
}

.our_businee .slider-one .item .item-info .icon_img {
    width: 45px;
    height: 45px;
    border-radius: 120px;
    overflow: hidden;
    margin-right: 13px;
}

.our_businee .slider-one .item .item-info .icon_img img {}

.our_businee .slider-one .item .item-info .item-head {}

.our_businee .slider-one .item .item-info .item-head h2 {

    font-size: 21px;

    margin: 0;
}

.our_businee .slider-one .item .item-info .item-head p {

    margin: 0;

    font-size: 14px;

    font-weight: 400;
}

.our_businee .slider-one .item .item_content {}

.our_businee .slider-one .item .item_content p {
    color: #333333;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.our_faq {
    padding: 40px 0px;
}

.our_faq .faq_inn {
    margin-bottom: 20px;
}

.our_faq .faq_inn h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.our_faq .faq_inn span {
    color: #016ACA;
}

.our_faq .faq_inn span.red {
    color: #EE2339;
}

.our_faq .my-acc {}

.our_faq .my-acc .accordion-item {
    border: none;
    margin-bottom: 10px;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 10px;
}

.accordion-item {}

.our_faq .my-acc .accordion-item .accordion-header {
    border-bottom: none;
    position: relative;
    padding: 0px 0px;
}

.our_faq .my-acc .accordion-item .accordion-header .accordion-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 40px;
    position: relative;
    padding: 10px 11px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.our_faq .my-acc .accordion-item .accordion-header .accordion-button::after {
    display: none !important;
}


.our_faq .my-acc .accordion-item .accordion-header .accordion-button::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    color: #000;
}


.our_faq .my-acc .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
    color: #000000;
}


.our_faq .my-acc .accordion-item .accordion-collapse {}

.our_faq .my-acc .accordion-item .accordion-collapse .accordion-body {

    padding: 7px 11px;
}

.our_faq .my-acc .accordion-item .accordion-collapse .accordion-body p {
    color: #4A4A4A;
    font-size: 16px;
    margin: 0;
}

.accordion-item.active,
.accordion-item:has(.accordion-collapse.show) {
    background: linear-gradient(to right, #EEF6FF, #F6F3EB);
    color: #fff;
}


.our_footer {
    background-color: #EEF6FF;
    padding: 65px 0px 0px;
}

.our_footer .footer_info {}


.our_footer .footer_info img {

    width: 50%;
}

.our_footer .footer_info p {
    margin-bottom: 7px;
}

.our_footer .footer_info p i {

    padding-right: 10px;
}

.our_footer .footer_info a {
    text-decoration: none;
    color: #000;
    line-height: 30px;
    padding: 0px 4px;
}

.our_footer .footer_info a i {
    padding-right: 21px;
}

.our_footer .footer_info h4 {

    font-size: 16px;

    color: #ea2d42;
}

.our_footer .footer_info ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.our_footer .footer_info ul li {
    line-height: 31px;
}

.our_footer .footer_info ul li a {
    font-size: 14px;
}

.our_footer .footer_info .social_links {
    display: flex;
}

.our_footer .footer_info .social_links a {
    margin-right: 9px;
}

.our_footer .footer_info .social_links a img {
    width: 25px;
}

.our_footer .copyright_sec {
    border-top: 1px solid #ccc;
    padding: 10px 0px;
}

.our_footer .copyright_sec p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.our_footer .copyright_sec p span {
    font-size: 16px;
    color: #000;
}

.our_footer .copyright_sec p a {
    text-decoration: none;
    color: #284ba0;
    font-size: 15px;
    font-weight: 500;
}

.our_footer .copyright_sec p a span {
    color: #ee2339;
}

/* ===============================
   ABOUT FOUNDER SECTION
================================ */
.about-hero {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: #fff;
    padding: 70px 0;
}

.about-hero h1 {
    font-weight: 700;
}

.about-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.icon-box {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1a73e8;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
}


.about-founder {
    /* background: #c0c0c0; */
    padding: 80px 0;
    color: #d1d1d1;
}

/* Small tag */


/* Inner background to keep text clean */
.about-founder .about-tag::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: 28px;
    z-index: -1;
    border: none;
}

/* Hover trigger */
.about-founder .about-tag:hover::before {
    opacity: 1;
    border: none;
}

/* Animation */
@keyframes rotateBorder {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

/* Heading */
.founder-title {
    font-size: 40px;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1.2;
    margin-bottom: 9px;
}

.founder-title span {
    color: #e63649;
}

/* Quote */
.founder-quote {
    font-size: 18px;
    font-style: italic;
    color: #323232;
    margin-bottom: 6px;
}

.about-founder .about-content p {
    color: #000;
    margin-bottom: 5px;
    font-size: 15px;
}

.more-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.4s ease;
}

.more-content.show {
    max-height: 1000px;
    /* large value */
    opacity: 1;
}

.more-content.show p {
    font-size: 15px;
}

.more-content.show ul {
    padding: 0px 24px;
    margin: 0;
}

.more-content.show ul li {
    color: #000;
    font-size: 15px;
}

.read-more-btn {
    margin-top: 15px;
    background: #E91E63;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}


/* ===============================
   IMAGE + BADGE
================================ */

.founder-img-wrap {
    position: sticky;
    max-width: 390px;
    margin: auto;
    top: 100px;
}

/* Image circle */
.founder-img-wrap img {
    width: 100%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* Experience badge (OUTSIDE CIRCLE) */
.exp-badge {
    position: absolute;
    bottom: 20px;
    right: -30px;
    /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ‚Â¥ bahar nikal diya */
    background: #e5374a;
    color: #000;
    padding: 18px 22px;
    border-radius: 60px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.exp-badge span {
    font-size: 28px;
    display: block;
    line-height: 1;
    color: #fff;
}

.exp-badge small {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* Floating animation (optional premium feel) */
.exp-badge {
    animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ===============================
   CONTENT LIST
================================ */

.founder-points {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.founder-points li {
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.founder-points i {
    color: #b6ff00;
    font-size: 16px;
}

/* ===============================
   READ MORE
================================ */

.more-content {
    /* display: none; */
    margin-top: 0;
}

.read-more-btn {
    margin-top: 15px;
    background: transparent;
    color: #e43a4c;
    border: 1px solid #e33a4c;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #e63649;
    color: #ffffff;
}




.services-marquee {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    background: linear-gradient(90deg, #0085ff, #874bc1, #0a4fed);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.marquee-track span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 23px;
    padding: 12px 0px;
    /* background: rgba(255,255,255,0.08); */
    border-radius: 40px;
    white-space: nowrap;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.4); */
    transition: transform 0.3s ease, background 0.3s ease;
}

.marquee-track span img {
    width: 30px;
}

/* .marquee-track span:hover {
  background: #ffb703;
  color: #000;
  transform: scale(1.1);
} */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.hero {
    background: linear-gradient(135deg, #0d6efd, #003eaa);
    color: #fff;
    padding: 90px 0;
}

.customer-logos {
    /* background: linear-gradient(135deg, #0c1592, #0a0d5e); */
    background: #eef6ff;
}

.customer-logos .head {
    text-align: center;
    padding: 12px 0px;
}

.customer-logos .head h2 {
    font-weight: 300;
    font-size: 37px;
    color: #31408e;
}

.customer-logos .head h3 {
    font-weight: 700;
    font-size: 35px;
    color: #ee2339;
}

.customer-logos .head p {
    font-size: 18px;
    color: #414141;
}

.customer-logos img {
    /* max-height: 70px; */
    /* opacity: 0.7; */
    transition: all 0.3s ease;
}

.customer-logos img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.customer-logos .logo-item {

    padding: 0px 16px;

    height: 88px;

    align-items: center;

    display: flex;

    background: #fff;

    justify-content: center;

    border-radius: 12px;

    border: #e2e2e9 1px solid;
}

.customer-logos .logo-item img {}

.customer-logos .extra-info {
    text-align: center;
    background: #016aca;
    padding: 6px 0px;
    border-radius: 6px;
}

.customer-logos .extra-info p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}



.button-action {
    margin-top: 26px;
    /* text-align: center; */
}

.button-action .btn1 {
    background: linear-gradient(135deg, #ee2339, #e04253);
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    border: #ffffff00 1px solid;
    margin-right: 6px;
    color: #fff;
    text-decoration: none;
}

.button-action .btn2 {
    /* background: linear-gradient(135deg, #ee2339, #e04253); */
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    border: #fff 1px solid;
}

.button-action .btn2:hover {
    /* background: linear-gradient(135deg, #ee2339, #e04253); */
    color: #ffffff;
    border: #fff 1px solid;
    /* background: #ffffff; */
}

.web_banner {
    background: linear-gradient(180deg, #016cce, #1c4e7d);
    padding: 74px 0px;
}

.web_banner .web_inn {
    /* text-align: center; */
}

.web_banner .web_inn .web_head {
    text-align: left;
}

.web_banner .web_inn .web_head h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.web_banner .web_inn .web_head h1 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}

.web_banner .web_inn .web_head p,
.web_banner .web_inn .web_head .ai-answer p {
    color: #ffff;
    font-size: 16px;
    font-weight: normal;
}

.web_banner .web_inn .protal_web {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.web_banner .web_inn .protal_web ul {
    padding: 0;
    display: flex;
   justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.web_banner .web_inn .protal_web ul li {
      padding: 0px 13px;
      /* border-radius: 50px; */
      /* width: 27%; */
      margin-right: 8px;
      border-right: 3px solid #ccc;
      list-style: none;
}

.web_banner .web_inn .protal_web ul li:nth-child(1) {

}

.web_banner .web_inn .protal_web ul li:nth-child(2) {
 
}

.web_banner .web_inn .protal_web ul li:nth-child(3) {border-right: 0px solid #ccc;}

.web_banner .web_inn .protal_web ul li a {
    font-size: 17px;
    color: #fffdfd;
    text-decoration: none;
    font-weight: 600;
}

.solution-sec {
    padding: 50px 0px;
}

.solution-sec .solu-inn {}

.solution-sec .solu-inn .solu-head {}

.solution-sec .solu-inn .solu-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: #016ccf;
    margin-bottom: 20px;
}

.solution-sec .solu-inn .solu-head h2 span {
    font-size: 30px;
    font-weight: 700;
    color: #da3621;
}

.solution-sec .solu-inn .solu-head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #016ccf;
    margin-bottom: 4px;
}

.solution-sec .solu-inn .solu-head h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #da3621;
}

.solution-sec .solu-inn .solu-head p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.solution-sec .solu-inn .solu-btn {
    margin-top: 20px;
}

.solution-sec .solu-inn .solu-btn button {
    border: none;
    background: #026fd3;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.solution-sec .solu-img {}





.why-us-blogs {
    padding: 70px 20px;
    background: #f8fafc;
    font-family: Arial, sans-serif;
}

.why-us-blogs .blogs-head {

    text-align: center;
}

.why-us-blogs .blogs-head h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #016aca;
    font-weight: 700;
}

.why-us-blogs .blogs-head h3 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #016aca;
    font-weight: 700;
}

.why-us-blogs .blogs-head h2 span {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ef2339;
    font-weight: 700;
}

.why-us-blogs .blogs-head h3 span {
    font-size: 34px;
    margin-bottom: 10px;
    color: #ef2339;
    font-weight: 700;
}

.why-us-blogs .blogs-head p {
    color: #64748b;
    margin-bottom: 27px;
}

.why-us-blogs .blog-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: all 0.3s ease;
    height: 250px;
}

.blog-card h3 {
    font-size: 17px;
    margin-bottom: 6px;
    color: #016ac9;
    font-weight: 600;
}

.blog-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #282828;
}

.feature-graph-sec {
    padding: 62px 0;
    /* background: linear-gradient(135deg, #0d0d3f, #33003f); */
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #f6f6ff, #f1f1f1);
}

.feature-graph-sec .graph-head {
    margin-bottom: 60px;
}

.graph-head h2 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.feature-graph-sec .graph-head h2 span {
    color: #e10056;
}

.feature-graph-sec .graph-head p {
    color: #040404;
    width: 60%;
    margin: 0 auto;
}

.info-box {
    color: #111;
    padding: 11px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 16px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    background: linear-gradient(120deg, #dde8ff 0%, #fefaff 30%, #fff2e7 100%);
}

.info-box:hover {
    transform: translateY(-5px);
}

.info-box h4 {
    margin-bottom: 8px;
    font-size: 18px;
}

.info-box p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    color: #fff;
}

.yellow {
    background: #ffc107;
}

/* Warning / Highlight */
.green {
    background: #28a745;
}

/* Success / Growth */
.purple {
    background: #6f42c1;
}

/* Innovation */
.blue {
    background: #0d6efd;
}

/* Primary / Trust */
.orange {
    background: #fd7e14;
}

/* Energy / Action */
.teal {
    background: #20c997;
}

/* Balance / Modern */


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

.circle-border {
    padding: 4px;
    border-radius: 12%;
    background: linear-gradient(135deg, #ff6ec4, #7873f5, #42e695);
    display: inline-block;
    transition: all 0.4s ease;
}


.circle {
    border-radius: 12%;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.center-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* @media(max-width: 992px) {

    .info-box {
        margin: 20px auto;
        width: 80%;
    }

    .circle {
        margin: 30px auto;
        width: 250px;
        height: 300px;
    }
} */


.con_banner {
    background: linear-gradient(180deg, #456bea, #031c72);
    padding: 100px 0px;
}

.con_banner .web_inn {}

.con_banner .web_inn .web_head {}

.con_banner .web_inn .web_head h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.contact_section {
    background: #f8f9fb;
}

.contact_left,
.contact_form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact_left h3,
.contact_form h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_left p {
    color: #555;
    margin-bottom: 20px;
}

.contact_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_info li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
}

.contact_info i {
    color: #0d6efd;
    font-size: 18px;
    margin-top: 3px;
}

.contact_info a {
    color: #000;
    text-decoration: none;
}

.map_box iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 10px;
    margin-top: 15px;
}

/* FORM */
.contact_form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

.contact_form .form-control {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
}

.contact_form .btn {
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
}

.pulse i {
    position: relative;
    z-index: 20;
    top: 11px;
    font-size: 30px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 52px !important;
    height: 51px;
    bottom: 29px;
    right: 34px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}



/* SECTION */
.mindmap-section {
    padding: 50px 0;
}

.mindmap-section .minmap-heading {
    text-align: center;
    margin-bottom: 31px;
}

.mindmap-section .minmap-heading h2 {
    font-size: 35px;
    font-weight: 700;
}

.mindmap-section .minmap-heading span {
    font-size: 35px;
    color: #e63448;
    font-weight: 700;
}

.mindmap-wrapper {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 40px; */
    /* flex-wrap: wrap; */
}

/* SINGLE ITEM */
.mindmap-item {
    width: 93%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

/* TOP CIRCLE */
.step-circle.blue {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

.step-circle.orange {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #FF9800;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

.step-circle.teal {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e63548;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* CARD */
.mindmap-card {
    background: #f5efef;
    border-radius: 22px;
    padding: 50px 22px 38px;
    margin-top: -35px;
    position: relative;
    box-shadow: 0px 1px 4px #ccc;
}

/* RIGHT ARROW TAB */
.mindmap-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 24px;
    height: 36px;
    background: #8b5cf6;
    clip-path: polygon(0 0, 0% 0, 100% 50%, 21% 95%, 0 100%);
    border-radius: 2px;
}

/* CARD TEXT */
.mindmap-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mindmap-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.mindmap-card .min-map {}

.mindmap-card .min-map ul {
    padding: 0px 20px;
}

.mindmap-card .min-map ul li {
    list-style: none;
    text-align: left;
    padding: 1px 0px;
    color: #555;
    font-size: 16px;
}

.mindmap-card .min-map ul li i {
    font-size: 15px;
    margin-right: 2px;
}

/* BOTTOM TRIANGLE */
.bottom-triangle {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f1eaff;
}

/* DOTTED LINE */
.dotted-line {
    width: 2px;
    height: 45px;
    margin: 14px auto;
    border-left: 2px dashed #848484;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 76px;
}

/* RESPONSIBLE TAG */
.responsible {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 9px;
    margin-top: 68px;
}

.responsible a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.responsible-text {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.private_sec {
    padding: 60px 0px;
    overflow: hidden;
    background: #e3e3e3;
}

.private_sec .private_img {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.private_sec .private_img img {
    width: 100%;
    height: auto;
    /* transition: transform 0.5s ease; */
}



.private_sec .private_img img {
    min-height: 400px;
    height: 400px;
    object-fit: contain;
}

.private_sec .private_content {
    margin-left: 30px;
}

.private_sec .private_content h2 {
    color: #0d6efd;
    font-size: 35px;
    margin-bottom: 12px;
}

.private_sec .private_content h2 span {
    color: #ee2339;
}

.private_sec .private_content p {
    color: #000;
    font-size: 16px;
}

.private_sec .private_content .celebrate-link {
    color: #e43a4c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.private_sec .private_content .celebrate-link i {
    font-size: 17px;
}

.our_visit {
    padding: 45px 0;
    background: #f8f9fa;
}

/* Heading */
.our_visit .visit-head {
    margin-bottom: 30px;
}

.our_visit .visit-head h2 {
    text-align: center;
    color: #007bff;
    font-size: 32px;
    font-weight: 600;
}

.our_visit .visit-head p {
    text-align: center;
    color: #313131;
    font-size: 16px;

}

/* Slider */
.our_visit .visit-slider {
    position: relative;
}

/* Item */
.our_visit .visit-slider .item {
    padding: 10px;
}

/* Visit Box */
.our_visit .visit-slider .item .visit_box {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    /* display: flex; */
    /* Left image, right content */
    /* align-items: center; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.our_visit .visit-slider .item .visit_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Image (Left) */
.our_visit .visit-slider .item .visit_box .visit_img {
    width: 100%;
    height: 244px;
    overflow: hidden;
    flex-shrink: 0;
}

.our_visit .visit-slider .item .visit_box .visit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.our_visit .visit-slider .item .visit_box:hover .visit_img img {
    transform: scale(1.08);
}

/* Content Right */
.our_visit .visit-slider .item .visit_box .visit_content {
    width: 100%;
    padding: 20px;
    text-align: left;
}

/* Heading + Logo in one line */
.our_visit .visit-slider .item .visit_box .visit_content .visit_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.our_visit .visit-slider .item .visit_box .visit_content .visit_title h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

/* Logo */
.our_visit .visit-slider .item .visit_box .visit_content .visit_title img {
    width: 60px;
    height: auto;
}

/* Description text */
.our_visit .visit-slider .item .visit_box .visit_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 
@media(max-width: 767px){
    .our_visit .visit-slider .item .visit_box .visit_content{
        text-align: center;
    }

    .our_visit .visit-slider .item .visit_box .visit_content .visit_title{
        justify-content: center;
        gap: 10px;
    }
} */

.schedule-model {}

.schedule-model .modal-dialog {
    padding: 0px;
    border: none;
}

.schedule-model .modal-dialog .model-content {}

.schedule-model .schedule-card {
    border-radius: 18px;
    /* padding: 15px; */
    border: none;
}

.schedule-model .schedule-card .modal-header {
    padding: 11px 18px 9px;
    background: #0d6efd;
    border-radius: 16px 16px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.schedule-model .schedule-card .modal-header h5 {
    font-size: 18px;
    color: #fff;
}

.schedule-model .schedule-card .modal-header .close-btn {
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
}

.schedule-model .schedule-card .modal-header .close-btn i {
    font-size: 18px;
    color: #fff;
}

.schedule-model .schedule-card .modal-body {
    padding: 14px;
}

.schedule-model .schedule-card .modal-body form {}

.schedule-model .schedule-card .modal-body form .section-card {
    border: 1px solid #eee;
    padding: 11px;
    border-radius: 12px;
    margin-bottom: 19px;
    background: #fbfbfb;
    box-shadow: 0px 1px 3px #e2e2e2;
}

.schedule-model .schedule-card .modal-body form .section-card h6 {
    /* margin-bottom: 6px; */
    /* border-bottom: 1px solid #ccc; */
    padding: 0px 0px 0px;
    color: #000000;
}

.schedule-model .schedule-card .modal-body form .section-card .form-label {
    font-size: 14px;
}

.schedule-model .schedule-card .modal-body form .section-card .form-control {
    border-radius: 5px;
    box-shadow: inherit;
    border: 1px solid #ccc;
}

.schedule-model .schedule-card .modal-body form .section-card textarea {
    overflow: auto;
    height: 90px !important;
    border: 1px solid #aeaeae;
}

.schedule-model .schedule-card .modal-body form .section-card .btns {
    margin-top: 20px;
}

.schedule-model .schedule-card .modal-body form .btns .btn-light {
    background: aliceblue;
}

.schedule-model .schedule-card .modal-body form .btns .btn-custom {
    background: #e4394b;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(47, 111, 115, 0.15);
    border-color: #2f6f73;
}

/* Fix Flatpickr above everything */
.flatpickr-calendar {
    z-index: 9999 !important;
}

.btn-custom {
    background: #2f6f73;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
}

.btn-custom:hover {
    background: #24585b;
}

.pricing-section {
    padding: 56px 20px;
    background: #d8d0c8;
    background-image: linear-gradient(to right, #16185d, #001073);
}

.pricing-section .price-head {
    margin-bottom: 40px;
}

.pricing-section .price-head .price-info {
    margin-bottom: 25px;
    /* display: block; */
}

.pricing-section .price-head .price-info h2 {
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: #ffffff;
}

.pricing-section .price-head .price-info h2 span {
    color: #ff0000;
}

.pricing-section .price-head .price-input {}

.pricing-section .price-head .price-input span {
    display: block;
    text-align: center;
    border: 1px dashed rgb(232 50 70);
    width: 60%;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 16px;
    color: black;
    border-radius: 9px;
    background: #c3c5ff;
}


.pricing-section .pricing-details {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pricing-section .pricing-details .pricing-card {
    width: 31%;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e92f43;
}

.pricing-section .pricing-details .pricing-card .card-header {
    background: #ffeeee;
    color: #fff;
    /* text-align: center; */
    padding: 31px 20px 30px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    min-height: 150px;
    height: 150px;
    border-bottom: #7c7c7c 1px solid;
}

.pricing-section .pricing-details .pricing-card .card-header .card-info {}

.pricing-section .pricing-details .pricing-card .card-header .card-info h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #000000;
}

.pricing-section .pricing-details .pricing-card .card-header .card-info h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #010101;
}

.pricing-section .pricing-details .pricing-card .card-header .card-info p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #1a1a1a;
}

.pricing-section .pricing-details .pricing-card .card-header .card-btn {
    margin-top: 20px;
}

.pricing-section .pricing-details .pricing-card .card-header .card-btn button {
    width: 100%;
    border: none;
    padding: 8px 0px;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    background: #33445e;
    color: #fff;
}

.pricing-section .pricing-details .pricing-card .card-header .card-btn button:hover {
    background: #ffffff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 9px 0px;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}

.pricing-section .pricing-details .pricing-card .card-body {
    padding: 20px 20px;
    background: #fff;
}

.pricing-section .pricing-details .pricing-card .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* height: 150px; */
    min-height: 137px;
}

.pricing-section .pricing-details .pricing-card .card-body ul li {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 6px;
    font-weight: 500;
}

.pricing-section .pricing-details .pricing-card .card-body ul li i {
    background: #e92d41;
    width: 25px;
    height: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 18px;
}

.pricing-section .pricing-details .pricing-card .card-body .card-btn {}

.pricing-section .pricing-details .pricing-card .card-body .card-btn button {
    width: 100%;
    border: none;
    padding: 8px 0px;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    background: #33445e;
    color: #fff;
}

/* ===== PRICING SECTION ===== */
.pricing-features {
    padding: 20px 20px;
    background: #ffffff;
    text-align: center;
}

.pricing-features .pricing-header {}

.pricing-features .pricing-header h4 {
    font-size: 40px;
    font-weight: 700;
    opacity: 0.4;
}

.pricing-features .pricing-header h2 {
    font-size: 38px;
}

.pricing-features .pricing-cards {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pricing-features .pricing-cards .plan-card {
    padding: 10px 17px;
    border-radius: 12px;
    width: 280px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
    transition: 0.3s ease;
    text-align: justify;
    border: 1px solid #eceaea;
}

.pricing-features .pricing-cards .plan-card:hover {
    transform: translateY(-8px);
}

.pricing-features .pricing-cards .plan-card h2 {
    font-size: 20px;
}

.pricing-features .pricing-cards .plan-card h3 {
    font-size: 23px;
    font-weight: 700;
}

.pricing-features .pricing-cards .plan-card h3 span {
    font-size: 17px;
    font-weight: 200;
}

.pricing-features .pricing-cards .plan-card p {}

.pricing-features .pricing-cards .plan-card span {}

.pricing-features .pricing-cards .plan-card button {
    background: #33445e;
    width: 100%;
    border: none;
    padding: 4px 0px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.features-section {
    padding: 30px 0px;
}

.features-section .features-title {
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 12px;
    color: #3a3a3a;
}

.features-section .feature-accordian {
    background: inherit;
}

.features-section .feature-accordian .accordion-item {
    background: inherit;
    margin-bottom: 6px;
}

.features-section .feature-accordian .accordion-item .accordion-header {
    background: inherit;
}

.features-section .feature-accordian .accordion-item .accordion-header .accordion-button {
    padding: 13px 8px 13px;
    box-shadow: inherit;
    background: rgba(35, 34, 66, 0.04);
    border-radius: 5px !IMPORTANT;
    font-size: 17px;
    font-weight: 600;
    border-bottom: none;
}

.features-section .feature-accordian .accordion-item .accordion-collapse {}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body {}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body .feature-row {
    display: grid;
    grid-template-columns: 10fr 1fr 1fr 1fr;
    padding: 14px 8px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    align-items: center;
}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body .feature-row::last-child {
    border-bottom: none;
}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body .feature-row span {
    color: #000;
    line-height: 48px;
    font-size: 17px;
    font-weight: 500;
}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body .feature-row .check {}

.features-section .feature-accordian .accordion-item .accordion-collapse .accordion-body .feature-row .check i {
    background: #00c800;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 12px;
}

.fea-section {
    padding: 60px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.fea-section .power-head {
    margin-bottom: 50px;
}

.fea-section .power-head .section-title {
    text-align: center;
    color: #016aca;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}


.fea-section .power-head .section-title .line {
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #016aca;
    vertical-align: middle;
    margin: 0 15px;
}

.fea-section .power-head p {
    text-align: center;
}




.fea-section .feature-item {
    font-size: 18px;
    margin-bottom: 18px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    /* border-right: 1px solid #ccc; */
    padding: 0px 29px;
}

.fea-section .feature-item ul {
    padding: 0px;
}

.fea-section .feature-item ul li {
    list-style: none;
    line-height: 34px;
    font-size: 17px;
}

.fea-section .feature-item ul li i {}


@media (min-width: 1200px) {
    .container {
        max-width: 92% !important;
    }

    .mindmap-card .min-map ul {
        padding: 0px 7px;
    }

    .banner_sec .banner-info {
        width: 100%;
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 12px;

    }

    .mindmap-card {

        padding: 50px 22px 8px;

    }

}


@media (min-width: 1400px) {
    .container {
        width: 90% !important;
    }

    .banner_sec .banner-info {
        /* width: 100%; */
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 14px;

    }

    .web_banner .web_inn .web_head h1 {
        font-size: 35px;
    }

    /* .center-img {
        height: 40vh;
    } */

}

@media (max-width: 1366px) {
    .banner_sec {
        /* height: 120vh; */
    }

    .mindmap-card .min-map ul {
        padding: 0px 6px;
    }

    .mindmap-card {
        padding: 50px 7px 8px;
    }

    /* .center-img {
        height: 114vh;
    } */
    .info-box {

        margin: 10px 0;

    }

    .info-box h4 {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .info-box p {
        font-size: 12px;

    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 85% !important;
        width: 85% !important;
    }

    .banner_sec .banner-info {
        width: 100%;
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 15px;

    }
}

@media screen and (max-width: 820px) {
    .banner_sec {
        /* height: 50vh; */
    }

    .banner_sec .banner-info .login-card {
        width: 48%;
    }

    .about-sec .about_img {

        width: 60%;
        justify-content: center;
        margin: 20px auto;
    }

    /* .center-img {
        height: 50vh;
    } */
    .mindmap-card::after {
        display: none;
    }

    .mindmap-card p {
        font-size: 12px;

    }

    .dotted-line {

        bottom: 97px;
    }

    .mindmap-card .min-map ul li i {
        font-size: 11px;

    }
}

@media screen and (max-width: 900px) {
    .container {
        max-width: 95% !important;
    }

    .banner_sec {
        /* height: 73vh; */
    }

    .banner_sec .banner-info .login-card {
        width: 46%;
    }

    header .custom-nav .logo-inn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    /* .center-img {
        height: 54vh;
    } */
    .banner_sec .banner-info .img-heading {
        width: 55%;
    }

    .banner_sec .banner-info .img-heading h1,
    .banner_sec .banner-info .img-heading h2 {
        font-size: 34px;
        color: #fff;
        line-height: 42px;
    }

    .banner_sec .banner-info .img-heading p {
        color: #ee2339;
        font-size: 24px;

    }

    .banner_sec .banner-info {
        width: 93%;

    }

    .mindmap-card::after {
        display: none;
    }

    .login-card .form-group textarea {
        overflow: auto;
        height: 70px !important;
    }

    .about-sec .about_img {

        width: 60%;
        margin: 20px auto;
    }

    .dotted-line {

        bottom: 96px;
    }

    .about-sec .about_img img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner_sec .container {
        max-width: 100% !important;
    }

    .container {
        max-width: 100% !important;
    }

    header .custom-nav .logo-inn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .login-card .form-group textarea {
        overflow: auto;
        height: 109px !important;
    }

    .graph-head h2 {

        font-size: 29px;

    }

    .feature-graph-sec .graph-head p {

        width: 100%;

    }

    .banner_sec .main-sec img {
        object-fit: cover;
        width: 100%;
        height: 635px;
    }

    .banner_sec .main-sec {

        height: inherit;

    }

    .banner_sec .banner-info .img-heading h2 {
        font-size: 27px;
        color: #fff;
        line-height: 37px;
    }

    .banner_sec .banner-info .img-heading p {
        font-size: 25px;

    }

    .banner_sec .banner-info .img-heading .hero-exp h3 {
        font-size: 20px;
    }

    .banner_sec .banner-info .img-heading .hero-exp p {
        font-size: 13px;

    }

    .button-action .btn1 {
        padding: 10px 14px;
        margin-right: -2px;
    }

    .button-action .btn2 {
        padding: 10px 14px;
        margin-right: -2px;
    }

    .banner_sec .banner-info .login-card {
        padding: 13px 18px;
        width: 100%;
    }

    .banner_sec .banner-info .img-heading .hero-exp {
        gap: 22px;
        display: flex;
        justify-content: center;
    }

    .solution-sec .solu-inn .solu-btn {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .featur_sec .feature_inn {
        height: 310px;
    }

    .our_products .product_list ul li {
        width: 50%;
        padding: 6px 5px;
    }

    .customer-logos .head h2 {
        font-weight: 300;
        font-size: 30px;
        color: #31408e;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
        color: #333333;
        padding: 0px 5px;
        font-weight: 500;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item {
        line-height: 30px;
    }

    .banner_sec {
        /* height: 105vh; */
    }

    .banner_sec .banner-info .img-heading h1,
    .banner_sec .banner-info .img-heading h2 {
        font-size: 41px;
        color: #fff;
        line-height: 49px;
    }

    .about-sec .about_img {
        justify-content: center;
    }

    .about-sec .about_img {

        margin-top: 20px;
    }

    .info-box {
        margin: 15px auto;
        width: 100%;
    }

    .banner_sec .banner-info {
        top: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 30px 20px;
    }

    .our_footer .footer_info img {
       width: 45%;
        margin-bottom: 18px;
    }

    .our_footer .footer_info {
    margin-top: 14px;
}

    .circle {
        margin: 1px auto;
        width: 100%;
        /* height: 300px; */
    }

    .pulse {

    width: 47px !important;
    height: 47px;
    bottom: 23px;
    right: 26px;
 

}
.pulse i {
    position: relative;
    z-index: 20;
    top: 9px;
    font-size: 28px;
}
.our_footer {
    background-color: #EEF6FF;
    padding: 35px 0px 0px;
}
    header .custom-nav .navbar-collapse .navbar-list {
        margin-left: 40px;
        margin: 0;
    }

    .login-card {
        margin-top: 9px;
    }

    .solution-sec .solu-inn .solu-head {
        margin-bottom: 13px;
    }

    header .custom-nav .logo-inn .navbar-toggler {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_sec .banner-info .img-heading {
        width: 100%;
        text-align: center;
    }

    .customer-logos .extra-info p {

        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
    }

    .web_banner .web_inn .web_head {
        text-align: center;
    }

    .web_banner .web_inn .protal_web {

        text-align: center;
    }

    .button-action {
        gap: 15px;
        margin-top: 16px;
        text-align: center;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 14px;

    }

    /* .center-img {
        height: 45vh;
    } */

    .mindmap-card::after {
        display: none;
    }

    .pricing-section .price-head .price-input span {

        width: 100%;

    }

    .pricing-features .pricing-header h2 {
        font-size: 32px;
    }

    .fea-section .power-head .section-title .line {
        width: 13px;
        display: none;
    }

    .fea-section .power-head .section-title {
        font-size: 20px;
    }

    .fea-section .feature-item {

        padding: 0px 0px;
    }
    .pricing-section .pricing-details .pricing-card {
    width: 48%;

}
}

@media screen and (max-width: 667px) {

        .pricing-section .pricing-details .pricing-card {
    width: 100%;
 
}
}
@media screen and (max-width: 480px) {
    .banner_sec .container {
        max-width: 100% !important;
    }

    header .custom-nav .logo-inn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    header .custom-nav .navbar-collapse .navbar-list .navbar-nav .nav-item .nav-link {
        color: #333333;
        padding: 9px 10px;
        font-weight: 500;
    }

    .banner_sec .main-sec img {

        height: 810px;
    }

    .banner_sec .banner-info {
        display: block;
        padding: 0px 0px;
        width: 97%;
    }

    .banner_sec .banner-info .img-heading {
        width: 100%;
        margin-bottom: 21px;
        text-align: center;
    }

    .banner_sec .banner-info .img-heading h2 {
        font-size: 27px;
        color: #fff;
        line-height: 36px;
    }

    .banner_sec .banner-info .login-card {
        width: 100%;
        padding: 16px 16px;
    }

    .banner_sec .banner-info .img-heading h1,
    .banner_sec .banner-info .img-heading h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
    }

    .banner_sec .banner-info .img-heading p {
        color: #ee2339;
        font-size: 30px;
        margin-bottom: 14px;
        font-weight: 800;
    }

    .button-action .btn1 {

        margin-right: 0px;
    }

    .button-action {
        margin-top: 19px;
        margin-bottom: 10px;
    }

    .banner_sec .banner-info .img-heading .hero-exp h3 {
        font-size: 23px;

    }

    .banner_sec .banner-info .img-heading .hero-exp p {
        font-size: 13px;

    }

    .banner_sec .main-sec {
        height: inherit;
    }

    .about-sec {
        padding: 24px 0px;
    }

    .about-sec .about-inn {
        margin-bottom: 15px;
    }

    .about-sec .about-inn h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .about-sec .about_info .about-dex .about_tools ul li {
        width: 50%;
        padding: 7px 7px;
    }

    .about-sec .about_info .about-dex {

        gap: 0px;
    }

    .about-sec .about_info .about-dex .about_tools ul li .listing_tool .icon-heading p {
        font-size: 13px;
    }

    .featur_sec .about-inn h2 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .featur_sec .feature_inn {
        height: 270px;

    }

    .our_products .produst_head h1 {
        font-weight: 700;
        font-size: 25px;
    }

    .our_products .product_list ul li .product_tool .icon img {
        width: 30px;
    }

    .customer-logos .head h2 {
        font-weight: 500;
        font-size: 25px;

    }

    .customer-logos .head h3 {

        font-size: 25px;

    }

    .our_businee .business_inn p {
        font-size: 14px;
    }

    .our_businee .slider-one .item {
        background: #EEF6FF;
        padding: 16px 14px;
        border-radius: 11px;
    }

    .our_faq .my-acc .accordion-item .accordion-header .accordion-button::before {

        font-size: 10px;

    }

    .customer-logos .extra-info p {
        margin: 0;
        font-size: 13px;

    }

    .our_products .bc-i {

        width: 60%;
    }

    .web_banner .web_inn .protal_web {
        width: 100%;
        padding: 0px 0px;
    }

    .web_banner .web_inn .web_head h1 {
        font-size: 20px;

    }

    .web_banner .web_inn .web_head h2 {
        font-size: 22px;
    }

    .web_banner .web_inn .protal_web ul li a {
        font-size: 14px;
    }

    .solution-sec .solu-inn .solu-head h3 {
        font-size: 25px;

    }

    .solution-sec .solu-inn .solu-head h3 span {
        font-size: 25px;

    }

    .why-us-blogs {
        padding: 20px 0px;
    }

    .why-us-blogs .blog-card {
        padding: 18px 24px;
        height: 200px;
        margin-bottom: 9px;
    }

    .banner_sec {
        position: relative;
        /* height: 121vh; */
        /* overflow: hidden; */
        background: #0a2540;
    }

    .about-sec .about_img {

        margin-top: 20px;
    }

    .feature-graph-sec {
        padding: 22px 0;

    }

    .about-sec .about_img img {
        width: 100%;
        animation: floatMove 3s ease-in-out infinite;
    }

    .info-box {
        margin: 10px auto;
        width: 100%;
    }

    .circle {
        margin: 0px auto;
        width: 100%;
        /* height: 300px; */
    }

    .mindmap-section .minmap-heading h2 {
        font-size: 25px;
        font-weight: 700;
    }

    .mindmap-section .minmap-heading span {
        font-size: 25px;

    }

    .center-img {
        height: auto;
    }

    .mindmap-card::after {
        display: none;
    }

    .exp-badge {

        bottom: 0px;
        right: 5px;

    }

    .private_sec .private_img img {
        min-height: 330px;
        height: 330px;
        /* object-fit: cover; */
    }

    .private_sec .private_content {
        margin-left: 0px;
    }

    .pricing-features .pricing-cards {

        justify-content: left;

    }

    .fea-section .section-title {

        font-size: 25px;

    }

    .pricing-section .pricing-details {
        display: block;

    }

    .pricing-section .price-head .price-input span {

        width: 100%;

    }

    .pricing-section {
        padding: 56px 0px;
        /* background: #d8d0c8; */
    }

    .pricing-section .pricing-details .pricing-card {

        margin-bottom: 16px;
    }

    .pricing-features .pricing-header h4 {
        font-size: 24px;

    }

    .pricing-features .pricing-header h2 {
        font-size: 16px;
    }

    .fea-section {
        padding: 30px 20px;

    }

    .fea-section .section-title .line {

        width: 70px;

    }

    .pricing-section .price-head .price-info h2 {

        font-size: 31px;

    }

    .banner_sec {
        /* height: 105vh; */
        padding: 30px 0px;
    }

    .dotted-line {
        bottom: 75px;
    }
    .custom-nav .logo-inn a img

 {
    width: 170px;
}
    .web_banner .web_inn .protal_web ul li:nth-child(1) {
    padding: 5px 11px;
    /* border-radius: 50px; */
    width: inherit;
    margin-right: 8px;
    border-right: 0px solid #ccc;
}
.web_banner .web_inn .protal_web ul li:nth-child(2) {
    padding: 0px 0px;
    /* border-radius: 50px; */
    width: inherit;
    margin-right: 8px;
    border-right: 0px solid #ccc;
}
.web_banner .web_inn .protal_web ul li:nth-child(3) {
    padding: 7px 0;
    border-radius: 50px;
    width: inherit;
}
    .pricing-section .pricing-details .pricing-card {
    width: 100%;
 
}
header .custom-nav .navbar-collapse {position: absolute;z-index: 1000;top: 76px;background: #fff;width: 100%;padding: 9px 18px;left: 0;}
}

@media screen and (max-width:400px) {
    .banner_sec {
        position: relative;
        /* height: 989px; */

    }

    .login-card .form-group textarea {
        overflow: auto;
        height: 73px !important;
    }

    .button-action .btn1 {
        padding: 10px 11px;

    }
    .button-action {display: block;}

    .button-action .btn1 {
        padding: 10px 7px;
        font-size: 14px;
        display: block;
        /* width: 47%; */
    }

    .banner_sec .banner-info {
        display: block;
        padding: 0px 0px;
        width: 100%;
    }

    .button-action .btn2 {
        padding: 10px 8px;
        margin-left: 0px;
        display: block;
        margin-top: 5px;
        /* width: 53%; */
    }



}

@media screen and (max-width:350px) {
    .custom-nav .logo-inn a img {
        width: 130px;
    }

    .button-action {display: block;}

    .button-action .btn1 {
        padding: 10px 7px;
        font-size: 14px;
        display: block;
        /* width: 47%; */
    }

    .banner_sec .banner-info {
        display: block;
        padding: 0px 0px;
        width: 100%;
    }

    .button-action .btn2 {
        padding: 10px 8px;
        margin-left: 0px;
        display: block;
        margin-top: 5px;
        /* width: 53%; */
    }

    .our_footer .footer_info .social_links a {
        margin-right: 5px;
    }

    .about-sec .about_img {
        margin-top: 40px;
        width: 90%;
    }

    .about-sec .about_info .about_btn button {

        font-size: 12px;

    }

    .graph-head h2 {
        font-size: 22px;
    }

    .mindmap-section .minmap-heading h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .contact_left,
    .contact_form {

        padding: 20px;

    }

}