@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html,
body {
    width: 100%;
    min-height: 100%;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover {
    color: #073985;
    text-decoration: none;
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #073985;
}
input,
select {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.header-overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.b-left {
    border-left: 1px solid #dbebf8 !important;
}
.b-bottom {
    border-bottom: 1px solid #0e3979;
}
.header-top a {
    font-weight: 600;
    font-size: 1em;
    line-height: 22px;
    color: #f2f2f2;
    padding: 14px 22px;
    display: block;
}
.header-top a img {
    max-width: 14px;
    vertical-align: -2px;
    margin-right: 5px;
}
.header-top .email-id {
    font-weight: 600;
    font-size: 1em;
    line-height: 22px;
    color: #ffffff;
    padding: 14px 0;
    display: block;
}
.header-top .email-id a {
    padding: 0;
    display: inline-block;
    font-size: inherit;
}
.ml-auto {
    margin-left: auto;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.header-bottom {
    padding: 18px 0;
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu ul li a {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.1em;
    color: #f2f2f2;
    padding: 0 32px;
}
.main-menu ul li.active a {
    color: #106eed !important;
}
.main-menu ul li:last-child a {
    padding-right: 0;
}
.main-logo img {
    max-width: 220px;
}
.search-icon {
    margin-left: 35px;
}
.search-icon img {
    max-width: 20px;
}
.home-banner-wrap {
    position: relative;
}
.home-banner-wrap > img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.home-banner-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
    z-index: 0;
    display: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.home-banner-wrap .blue-transparent-btn {
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(20px);
    color: #000;
    font-weight: 600;
}
.home-banner-wrap .blue-transparent-btn:hover {
    background: rgb(16 110 237 / 80%);
    border-color: rgb(16 110 237 / 80%);
}
.home-banner-wrap .blue-btn {
    background: rgb(16 110 237 / 80%);
    border-color: rgb(16 110 237 / 80%);
    backdrop-filter: blur(20px);
    font-weight: 600;
    width: 195px;
    text-align: center;
}
.home-banner-wrap .blue-btn:hover {
    background: rgb(255 255 255 / 80%);
    border-color: rgb(255 255 255 / 80%);
    color: rgb(16 110 237);
}
.hb-position {
    position: absolute;
    left: 0;
    width: 100%;
    top: 51%;
    z-index: 1;
    transform: translate(0, -50%);
}
.welcome-tag span {
    background: linear-gradient(90.65deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.6) 100%);
    border-radius: 4px;
    padding: 15px 50px;
    font-weight: 500;
    font-size: 1em;
    color: #f2f2f2;
    border: solid 1px rgb(199 199 199 / 40%);
}
.mxw-930 {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.blue-btn {
    background: #106eed;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 45px;
    color: #f2f2f2;
    padding: 0 20px;
    border: solid 2px #106eed;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.blue-btn:hover {
    color: #106eed;
    background: transparent;
}
.blue-transparent-btn {
    background: linear-gradient(
        97.1deg,
        rgba(210, 210, 210, 0.15) 0%,
        rgba(192, 192, 192, 0.31) 100%
    );
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 50px;
    color: #f2f2f2;
    padding: 0 20px;
    border: none;
}
.ml-20 {
    margin-left: 20px !important;
}
.various-solution-wrap {
    padding: 80px 0 60px;
    background: #dbeaf8;
}
.sm-heading {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    color: #106eed;
}
.main-heading {
    font-weight: 800;
    font-size: 2.5em;
    line-height: 1.4em;
    text-align: center;
    color: #073985;
}
.gray-box {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #bdbdbd;
    border-radius: 12px;
}
.various-solution-box {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px;
    transition: all 0.5s ease-in-out 0s;
    background: #ecf6ff;
    border: 1px solid #001a8c;
    display: block;
}
.various-solution-box:hover {
    background: #ffffff;
    box-shadow: 0px 4px 52px rgba(172, 172, 172, 0.25);
    border-radius: 12px;
    border: 1px solid #001a8c;
}
.various-solution-box .md-heading {
    margin: 30px 0;
    font-size: 1.4em;
    line-height: 1.3em;
}
.md-heading {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    color: #073985;
}
.white-half-box {
    background: #ffffff;
    border-radius: 12px;
    width: calc(100% - 50px);
    padding: 18px 22px 20px;
    transition: all 0.5s ease-in-out 0s;
    min-height: 180px;
}
.various-solution-box:hover .white-half-box {
    background: #073985;
}
.right-arrow {
    background: url(../img/new/blue-right-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 28px;
    height: 18px;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.various-solution-box:hover .right-arrow {
    background: url(../img/new/white-right-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.xs-heading {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1em;
    color: #073985;
    transition: all 0.5s ease-in-out 0s;
}
.various-solution-box .xs-heading {
    font-size: 0.95em;
}
.various-solution-box .right-arrow {
    width: 23px;
    height: 17px;
}
.various-solution-box:hover .xs-heading {
    color: #fff;
}
.content {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.3em;
    color: #073985;
    transition: all 0.5s ease-in-out 0s;
}
.various-solution-box .content {
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}
.various-solution-box .content p {
    font-size: inherit;
}
.various-solution-box:hover .content {
    color: #fff;
}
.mt-20 {
    margin-top: 20px !important;
}
.vs-icon {
    text-align: center;
    min-height: 74px;
}
.vs-icon span {
    position: relative;
    display: inline-block;
}
.vs-icon span:after {
    content: '';
    position: absolute;
    right: -7px;
    bottom: 4px;
    background: rgba(16, 110, 237, 0.1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: none;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.various-solution-wrap .row {
    margin-left: -40px;
    margin-right: -40px;
}
.various-solution-wrap .col-md-4 {
    padding-left: 40px;
    padding-right: 40px;
}
.feature-solution-wrap {
    background: #dbeaf8;
    padding: 60px 0 60px;
}
.feature-solution-block {
    margin-top: 45px;
}
.fs-icon {
    height: 40px;
    text-align: left;
    line-height: 40px;
    position: relative;
}
.feature-solution-block .fs-icon img {
    max-height: 30px;
}
.white-box {
    background: #ffffff;
    box-shadow: 0px 4px 64px rgba(143, 143, 143, 0.05);
    border-radius: 12px;
    padding: 25px 25px 10px;
}
.learn-more {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1em;
    color: #106eed;
    display: block;
}
.learn-more img {
    margin-left: 40px;
    vertical-align: -3px;
}
.fs-tabs .fs-tab-left {
    width: 312px;
}
.fs-tabs .fs-tab-right {
    width: calc(100% - 312px);
    padding-left: 60px;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.text-left {
    text-align: left !important;
}
.fs-box {
    min-height: 299px;
    transition: all 0.5s ease-in-out 0s;
}
.fs-box:hover {
    background: #073985;
}
.fs-box .md-heading {
    transition: all 0.5s ease-in-out 0s;
    color: #073985;
    font-size: 1.1em;
    font-weight: 700;
    min-height: 41px;
    max-height: 42px;
    overflow: hidden;
}
.fs-box:hover .md-heading {
    color: #fff;
}
.fs-box p {
    font-size: 0.8em;
    transition: all 0.5s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
    color: #073985;
    font-weight: 500;
}
.fs-box:hover p {
    color: #fff;
}
.fs-box .learn-more {
    transition: all 0.5s ease-in-out 0s;
}
.fs-box:hover .learn-more {
    color: #fff;
}
.fs-tab-right .col-md-4 {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.fs-nav-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    line-height: 48px;
}
.fs-tab-left .nav-pills .nav-link.active .fs-nav-icon img,
.fs-tab-left .nav-pills .show > .nav-link .fs-nav-icon img {
    filter: grayscale(100%);
}
.fs-nav1 {
    background: url(../img/tab-icon1.png) no-repeat center center;
    background-size: 48px 32px;
}
.fs-nav2 {
    background: url(../img/tab-icon2.png) no-repeat center center;
    background-size: 48px 46px;
}
.fs-nav3 {
    background: url(../img/tab-icon3.png) no-repeat center center;
    background-size: 34px 46px;
}
.fs-nav4 {
    background: url(../img/tab-icon4.png) no-repeat center center;
    background-size: 48px 44px;
}
.fs-nav5 {
    background: url(../img/tab-icon5.png) no-repeat center center;
    background-size: 44px 48px;
}
.fs-nav6 {
    background: url(../img/tab-icon6.png) no-repeat center center;
    background-size: 38px 26px;
}
.fs-nav-info {
    width: calc(100% - 48px);
    padding-left: 20px;
}
.fs-nav-info .sm-title {
    text-align: left;
}
.fsl-title {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1em;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    color: #032f60;
}
.fs-tab-left .nav-link.active .fsl-title {
    color: #fff;
}
.fsl-subtitle {
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1em;
    text-align: left;
    margin-top: 4px;
}
.fs-tab-left .nav-pills {
    display: block !important;
    overflow-y: auto;
    max-height: 580px;
    padding-right: 0px;
}
.fs-tab-left .nav-pills::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}
.fs-tab-left .nav-pills::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 3px;
}
.fs-tab-left .nav-pills::-webkit-scrollbar-thumb {
    background-color: #073985;
    border-radius: 3px;
}
.fs-tab-left .nav-pills .nav-link {
    color: #073985;
    width: 100%;
    padding: 12px 7px;
}
.fs-tab-left .nav-pills .nav-link.active,
.fs-tab-left .nav-pills .show > .nav-link {
    background: #106eed;
    border-radius: 12px;
    color: #fff;
}
.fs-tab-left .nav-pills li + li {
    margin-top: 24px;
}
.fs-nav1 {
    background: url(../img/tab-icon1.png) no-repeat center center;
    background-size: 48px 32px;
}
.nav-link.active .fs-nav1 {
    background: url(../img/tab-white-icon1.png) no-repeat center center;
    background-size: 48px 32px;
}
.fs-nav2 {
    background: url(../img/tab-icon2.png) no-repeat center center;
    background-size: 48px 46px;
}
.nav-link.active .fs-nav2 {
    background: url(../img/tab-white-icon2.png) no-repeat center center;
    background-size: 48px 46px;
}
.fs-nav3 {
    background: url(../img/tab-icon3.png) no-repeat center center;
    background-size: 34px 46px;
}
.nav-link.active .fs-nav3 {
    background: url(../img/tab-white-icon3.png) no-repeat center center;
    background-size: 34px 46px;
}
.fs-nav4 {
    background: url(../img/tab-icon4.png) no-repeat center center;
    background-size: 48px 44px;
}
.nav-link.active .fs-nav4 {
    background: url(../img/tab-white-icon4.png) no-repeat center center;
    background-size: 48px 44px;
}
.fs-nav5 {
    background: url(../img/tab-icon5.png) no-repeat center center;
    background-size: 44px 48px;
}
.nav-link.active .fs-nav5 {
    background: url(../img/tab-white-icon5.png) no-repeat center center;
    background-size: 44px 48px;
}
.fs-nav6 {
    background: url(../img/tab-icon6.png) no-repeat center center;
    background-size: 38px 26px;
}
.nav-link.active .fs-nav6 {
    background: url(../img/tab-white-icon6.png) no-repeat center center;
    background-size: 38px 26px;
}
.feature-video-wrap {
    background: #f0f0f0;
    padding: 85px 0;
}
.pd-10 {
    padding: 10px !important;
}
.font-0-9em {
    font-size: 0.9em !important;
}
.blue-text {
    color: #106eed !important;
}
.feature-video-slider {
    padding-top: 50px;
}
/* .feature-video-slider.owl-carousel .owl-nav {
    right: 15% !important;
}
.feature-video-slider .owl-stage {
    padding-left: 310px !important;
} */
.f-video {
    position: relative;
    overflow: hidden;
    height: 290px;
    border-radius: 8px;
}
.f-video img {
    max-width: 100%;
    width: auto;
    min-width: 290px;
    min-height: 290px;
    object-fit: cover;
}
.video-icon {
    background: url(../img/video.png) no-repeat center center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fv-content .md-heading {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fv-content {
    padding: 26px 15px;
}
.fv-content .common-text {
    min-height: 92px;
}
.common-text p {
    color: #073985;
    font-size: 1em;
    line-height: 1.9em;
    font-weight: 500;
    margin-bottom: 0;
}
.common-arrows.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -64px;
}
.common-arrows.owl-carousel .owl-nav button.owl-prev {
    border-radius: 4px;
    background: rgba(16, 110, 237, 0.2) url(../img/blue-left-arrow.png) no-repeat center center;
    background-size: 24px 14px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
}
.common-arrows.owl-carousel .owl-nav button.owl-next {
    border-radius: 4px;
    background: rgba(16, 110, 237, 0.2) url(../img/blue-right-arrow.png) no-repeat center center;
    background-size: 24px 14px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin-left: 30px;
}
.common-arrows.owl-carousel .owl-nav button.owl-prev span,
.common-arrows.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.customer-feedback-wrap {
    background: #e2f7ff;
    padding: 80px 0 60px;
    position: relative;
}
.fw-700 {
    font-weight: 700 !important;
}
.quote-icon {
    text-align: right;
    margin-top: 5px;
}
.quote-icon img {
    width: 55px !important;
    display: inline-block !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.feedback-img {
    position: absolute;
    left: 25px;
    bottom: -50px;
}
.feedback-img img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
}
.cf-box {
    position: relative;
    min-height: 368px;
    padding: 36px 36px 10px;
}
.customer-feedback-slider .item {
    padding-bottom: 70px;
}
.cf-left {
    width: 40%;
    padding-right: 30px;
    padding-bottom: 90px;
}
.cf-right {
    width: 60%;
}
.customer-feedback-slider.owl-carousel .owl-nav {
    position: absolute;
    left: -460px;
    bottom: 77px;
    right: inherit;
    top: inherit;
}
.market-insight-wrap {
    background: #dbeaf8;
    padding: 80px 0 80px;
    overflow: hidden;
}
.post-name img {
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    margin-right: 3px;
}
.d-blue-text {
    color: #073985 !important;
}
.content-lh-1-3em p {
    line-height: 1.3em !important;
}
.market-insight-box {
    position: relative;
}
.mi-img {
    min-height: 373px;
    max-height: 373px;
    overflow: hidden;
    border-radius: 12px;
}
.mi-img img {
    width: 100% !important;
}
.mi-content-box {
    background: #ffffff;
    padding: 20px;
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
    min-height: 237px;
    border-radius: 12px;
}
.read-more-btn {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #106eed;
}
.read-more-btn:hover {
    color: #106eed;
}
.rm-right-arrow {
    background: url(../img/blue-right-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 28px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 10px;
}
.white-right-arrow {
    background: url(../img/right-white-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 28px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 10px;
    transition: all 0.5s ease-in-out 0s;
}
.blue-btn:hover .white-right-arrow {
    background: url(../img/blue-right-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.market-insight-row .col-md-4 {
    padding-top: 30px;
}
.mt-120 {
    margin-top: 120px !important;
}
.landscape-wrap {
    background: #073985;
    padding: 80px 0;
}

.white-btn {
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1em;
    line-height: 45px;
    color: #106eed;
    padding: 0 24px;
    border: solid 2px #fff;
    transition: all 0.5s ease-in-out 0s;
}
.white-btn:hover {
    color: #fff;
    background: #106eed;
    border: solid 2px #106eed;
}
.white-text {
    color: #fff !important;
}
.subscribe-box {
    background: #ffffff;
    box-shadow: 0px 4px 64px rgba(200, 200, 200, 0.15);
    border-radius: 20px;
    padding: 40px 40px 40px 30px;
}
.subscribe-form {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 7px;
}
.subscribe-form .form-control {
    background: #dbebf8;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #2a589c;
    padding: 0 25px 0 30px;
}
.subscribe-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.subscribe-form .form-control::-webkit-input-placeholder {
    color: #2a589c;
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #2a589c;
}

.subscribe-form .form-control::placeholder {
    color: #2a589c;
}
.subscribe-form .blue-btn {
    line-height: 40px;
    font-size: 0.9em;
}
.our-partner-wrap {
    padding: 100px 0 100px;
}
.partner-box {
    padding: 50px 0 !important;
}
.partner-flex {
    margin-top: 50px;
    padding: 0 120px;
}
.partner-flex div {
    padding: 0 20px;
}
.partner-flex img {
    max-width: 100%;
}
.footer-wrap {
    background: #100345;
    border-radius: 0;
}
.footer-top {
    padding: 60px 0 40px;
}
.footer-wrap hr {
    background-color: #0e3979;
}
.contact-info a {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2em;
    color: #f2f2f2;
}
.contact-info div + div {
    margin-top: 18px;
}
.ci-icon {
    min-width: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.f-menu li a {
    font-weight: 500;
    font-size: 1em;
    padding: 7px 0;
    display: inline-block;
    color: #a2c2f1;
    font-family: 'Poppins', sans-serif;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.social-links a + a {
    margin-left: 16px;
}
.social-links a img {
    max-width: 26px;
}
.f-subscribe-form {
    background: transparent;
    padding: 0;
}
.f-subscribe-form .form-control {
    padding: 14px 10px;
    background: #dbebf8;
    border-radius: 4px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    color: #2a589c;
}
.f-subscribe-form .blue-btn {
    width: 100%;
    margin-top: 15px;
    font-size: 1em;
    font-weight: 600;
}
.mt-40 {
    margin-top: 40px !important;
}
.phone-call-icon {
    display: none;
}
/* Inner Header */
.white-header .header-top a {
    color: #106eed;
}
.white-header .main-menu ul li a {
    color: #073985;
}
.blue-user,
.blue-logo,
.blue-search {
    display: none;
}
.white-header .white-user,
.white-header .white-logo,
.white-header .white-search {
    display: none;
}
.white-header .blue-user,
.white-header .blue-logo,
.white-header .blue-search {
    display: inline-block;
}
.inner-banner-wrap {
    background: url(../img/inner-banner.jpg) no-repeat left center;
    background-size: cover;
    padding: 0 20px;
    position: relative;
    height: 510px;
}
.ib-subscribe-box {
    max-width: 780px;
    margin: 0 auto;
}
.ib-subscribe-box .blue-btn {
    min-width: 140px;
    padding-left: 15px;
    padding-left: 15px;
}
.ib-search-icon {
    background: url(../img/bl-search.svg) no-repeat center center;
    background-size: 100%;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 10px;
}
.blue-btn .ib-search-icon {
    background: url(../img/search.svg) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.blue-btn:hover .ib-search-icon {
    background: url(../img/bl-search.svg) no-repeat center center;
    background-size: 100%;
}
.solution-list-wrap {
    padding: 50px 0 50px;
    background: #dbeaf8;
}
.sl-left {
    width: 400px;
}
.sl-left-box {
    background: #ecf6ff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 13px;
    position: sticky;
    top: 0;
}
.sl-left .white-box {
    margin-bottom: 16px;
    padding: 20px;
    border-radius: 12px !important;
}
.sl-left .accordion-button::after {
    background-image: url(../img/blue-down-arrow.png);
    width: 14px;
    height: 8px;
    background-size: 100%;
}

.sl-left .custom-checkbox {
    margin-top: 19px;
}
.custom-checkbox .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custom-checkbox .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 28px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    color: #073985;
}
.custom-checkbox .styled-checkbox + label a {
    text-decoration: underline;
    color: #073985;
}
.custom-checkbox .styled-checkbox + label span {
    opacity: 0.7;
}
.custom-checkbox .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: solid 2px #073985;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 4px;
}
.custom-checkbox .styled-checkbox:checked + label:before {
    background: #032f60;
}
.custom-checkbox .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white,
        4px -8px 0 white;
    transform: rotate(45deg);
}
.dark-blue-btn {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 48px;
    color: #f2f2f2;
    padding: 0 20px;
    border: none;
    background: #032f60;
    border-radius: 8px;
}
.lh-48 {
    line-height: 48px !important;
}
.sl-accordion .accordion-button {
    background: transparent;
    border: none;
    padding: 0;
}
.sl-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.sl-accordion .accordion-body {
    background: transparent;
    border: none;
    padding: 0;
}
.sl-accordion .accordion-item {
    border: none;
}
.sl-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.sl-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.sl-right {
    width: calc(100% - 400px);
    padding-left: 50px;
    min-height: 100%;
}
.sl-right .white-box + .white-box {
    margin-top: 16px;
}
.sl-gray-box {
    background: #ecf6ff;
    border-radius: 12px;
    padding: 16px 16px 16px;
}
.sort-by-select {
    background: #dbeaf8 url(../img/blue-down-arrow.png) no-repeat 90% center;
    background-size: 9px 5px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    border: none;
    color: #073985;
    padding: 11px 20px;
    min-width: 150px;
    border-radius: 12px;
}
.sort-by-select:focus {
    background: #dbeaf8 url(../img/blue-down-arrow.png) no-repeat 90% center;
    background-size: 9px 5px;
    outline: none;
    box-shadow: none;
}
.fw-600 {
    font-weight: 600 !important;
}
.b-radius-4 {
    border-radius: 4px !important;
}
.solution-count-box {
    padding: 14px 30px;
    border-radius: 10px 10px 0 0;
}
.use-case-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.use-case-list li {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #073985;
    position: relative;
    padding: 0 5px 0 25px;
    margin: 6px 0;
    width: 50%;
    word-break: break-word;
}
.use-case-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/gray-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100%;
}
.solution-box p {
    color: #073985 !important;
}
.company-info-box {
    border-radius: 10px;
    transition: all 0.5s ease-in-out 0s;
    background: #ecf6ff;
    border: 1px solid #001a8c;
}

.company-info-box:hover {
    background: #ffffff;
    box-shadow: 0px 4px 52px rgba(172, 172, 172, 0.25);
    border-radius: 12px;
    border: 1px solid #001a8c;
}
.fw-500 {
    font-weight: 500 !important;
}
.d-gray-text {
    color: #073985 !important;
}
.solution-logo {
    height: 60px;
}
.solution-logo img {
    max-height: 100%; 
    mix-blend-mode: multiply;
}
.sb-info-img {
    height: 40px;
    position: relative;
}
.sb-info-img img {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    max-height: 100%;
}
.sb-info-content {
    width: 100%;
    padding-left: 0;
}
.sb-info-content .xs-heading {
    color: #073985;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    max-height: 60px;
    overflow: hidden;
    min-height: 60px;
}
.sbc-label {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 2px;
    color: #073985;
}
.sbc-label img {
    margin-right: 5px;
    vertical-align: -3px;
}
.sbc-ans {
    font-weight: 500;
    font-size: 0.8em;
    /* line-height: 0.4em; */
    color: #073985;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px; /* Adjust width as needed */
    display: block;
}
.lh-42 {
    line-height: 42px !important;
}
.blue-link {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1em;
    text-decoration-line: underline;
    color: #106eed;
    transition: all 0.5s ease-in-out 0s;
}
.blue-link:hover {
    text-decoration-line: underline;
    color: #333333;
}
.ml-40 {
    margin-left: 40px !important;
}
.blue-border-btn {
    background: transparent;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 43px;
    color: #106eed;
    padding: 0 24px;
    border: none;
    border: 2px solid #106eed;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.blue-border-btn:hover {
    background: #106eed;
    color: #fff;
}
.ml-30 {
    margin-left: 30px !important;
}
.sb-info-bottom {
    padding: 8px 0;
}
.custom-pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.custom-pagination nav {
    display: inline-block;
}
.custom-pagination li {
    padding: 0 10px;
}
.custom-pagination .page-link {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    color: #073985;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 6px;
}
.custom-pagination li.active .page-link {
    background: #073985;
    color: #fff;
}
.custom-pagination .page-link span {
    font-weight: 600;
    line-height: 29px;
}
.custom-pagination li.previous-page .page-link span {
    background: url(../img/cp-left.png) no-repeat center center;
    width: 9px;
    height: 9px;
    background-size: 100%;
    display: inline-block;
}
.custom-pagination li.next-page .page-link span {
    background: url(../img/cp-right.png) no-repeat center center;
    width: 9px;
    height: 9px;
    background-size: 100%;
    display: inline-block;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: '';
    background: url(../img/breadcrumb-back-icon.svg) no-repeat center center;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    left: 10px;
    position: absolute;
    top: 2px;
}
.custom-breadcrumb .breadcrumb-item {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1em;
    color: #e0e0e0;
    position: relative;
    vertical-align: middle;
}
.custom-breadcrumb .breadcrumb-item a {
    color: #e0e0e0;
}
.custom-breadcrumb .breadcrumb-item a img {
    margin-top: -6px;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
    padding-left: 30px;
}
.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.white-fs-icon {
    background: #fff;
    background-image: inherit;
    overflow: hidden;
}
.lh-1-1em {
    line-height: 1.1em !important;
}
.sd-info {
    padding-left: 25px;
}
.ml-25 {
    margin-left: 25px !important;
}
.sd-flex {
    margin-top: 70px;
}
.dtl-wrap {
    padding: 80px 0 100px;
}
.dtl-flex {
    margin: 0 -10px;
}
.dtl-flex .dtl-left {
    padding: 0 10px;
    width: calc(100% - 355px);
}
.dtl-flex .dtl-right {
    padding: 0 10px;
    margin-top: 86px;
}
.dtl-right {
    width: 355px;
    min-width: 335px;
}
.dtl-right .white-box {
    padding: 20px;
    position: sticky;
    top: 0;
}
.sidebar-menu {
    margin-top: 20px;
}
.sidebar-menu li {
    margin: 12px 0;
    color: #073985;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1em;
    position: relative;
    padding-left: 18px;
    display: block;
}
.sidebar-menu li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: #073985;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.dtlr-box {
    margin-bottom: 40px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.benefit-list {
    margin-top: 20px;
}
.benefit-list li {
    color: #073985;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1em;
    position: relative;
    padding-left: 26px;
    display: block;
    margin: 12px 0;
}
.benefit-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/check-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 14px;
    height: 10px;
}
.dtl-left .white-box {
    padding: 20px;
}
.dtl-left .white-box + .white-box {
    margin-top: 20px;
}
.ci-label {
    color: #333333;
    font-weight: 600;
    font-size: 1em;
    width: 40%;
}
.ci-data {
    color: #073985;
    font-weight: 500;
    font-size: 1em;
    width: 60%;
    word-break: break-word;
    display: flex;
}
.ci-data .colan {
    font-weight: 600;
    padding-right: 15px;
    padding-left: 15px;
}
.ci-data a {
    display: inline-block;
    vertical-align: top;
}
.web-link {
    color: #106eed !important;
}
.sl-icon + .sl-icon {
    margin-left: 15px;
}
.sl-icon img {
    max-width: 25px;
}
.l-blue-box {
    background: linear-gradient(0deg, #e1eff8, #e1eff8), #ffffff;
    border-radius: 8px;
    padding: 16px;
}
.ss-icon {
    margin-bottom: 15px;
    height: 34px;
    position: relative;
}
.ss-icon img {
    max-height: 28px;
    max-width: 100%;
}
.ss-learn-more {
    font-size: 0.75em;
}
.ss-learn-more img {
    margin-left: 7px;
    vertical-align: -1px;
    max-width: 20px;
}
.ss-flex {
    margin-left: -12px;
    margin-right: -12px;
}
.ss-flex .ss-flex-col {
    padding-right: 12px;
    padding-left: 12px;
    width: 20%;
}
.find-solution-wrap {
    background: #dbeaf8;
    padding: 70px 0;
}
.find-solution-box {
    padding: 45px 60px;
}
.find-solution-box > div:first-child {
    padding-right: 15px;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.blockchain-form {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}
.blockchain-form .form-control {
    background: transparent;
    border: none;
    font-weight: 600;
    font-size: 1em;
    line-height: 54px;
    color: #2a589c;
    padding: 0 15px 0 15px;
    text-align: left;
}
.blockchain-form .bootstrap-select .dropdown-menu {
    z-index: 99;
}
.blockchain-form select.form-control {
    min-width: 180px;
    width: 180px;
    background: url(../img/blue-down-arrow.png) no-repeat 95% center;
    background-size: 12px 7px;
    border-right: 1px solid #e0e0e0;
    line-height: 74px;
    padding-right: 27px;
}
.blockchain-form .bootstrap-select > .dropdown-toggle {
    line-height: 74px;
    padding: 0 15px;
    color: #000;
}
.blockchain-form .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}
.blockchain-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.blockchain-form .form-control::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.5;
}
.blockchain-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
}
.blockchain-form .form-control::placeholder {
    opacity: 0.5;
}
.blockchain-form .blue-btn {
    min-width: 140px;
    padding-left: 15px;
    padding-right: 15px;
}
.insight-form .bootstrap-select {
    width: 240px !important;
    border-right: 1px solid #e0e0e0 !important;
}
.marketing-insight-banner .hb-position {
    top: 60%;
}
.mi-date {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #2a589c;
}
.pt-80 {
    padding-top: 80px !important;
}
.inside-subscribe-wrap {
    padding: 100px 0;
    margin-top: 0;
}
.latest-news-wrap {
    padding: 90px 0;
}
.latest-news-box .mi-content-box {
    background: rgb(16 110 237 / 70%);
    border-radius: 12px;
    bottom: 0;
}
.latest-news-box .read-more-btn {
    color: #fff;
}
.ml-10 {
    margin-left: 10px !important;
}
.latest-news-slider {
    padding-top: 60px;
    z-index: 0;
}
.latest-news-slider .owl-stage {
    padding-left: 0 !important;
}
.latest-news-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.latest-news-slider .mi-img {
    overflow: hidden;
    height: 380px;
    border-radius: 12px;
    max-width: 850px;
}
.latest-news-slider .mi-img img {
    max-width: 100%;
    width: auto;
    min-width: 800px;
    min-height: 380px;
    object-fit: cover;
}
.mi-blue-icons .ml-10 {
    margin-left: 5px !important;
}
.mi-blue-icons img {
    max-width: 20px;
}
.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/*  */
.landscrape-wrap {
    padding: 60px 0;
    background: #dbeaf8;
}
.fl-box {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    margin-top: 10px;
    white-space: nowrap;
    overflow-y: auto;
    display: flex;
}
.fl-box a {
    background: #fff;
    border: none;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #073985;
    padding: 10px 12px;
    display: block;
    font-family: 'Poppins';
}
.fl-box a.active {
    color: #fff;
    background: #073985;
    border-radius: 6px;
}


 
.fl-dropdown.select-style {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.dropdown-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.fl-dropdown.select-style select {
    border: none;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1em;
    color: #073985;
    padding: 16px 12px;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background-color: #fff !important; /* Ensure consistent background */
   
}

.fl-dropdown.select-style select::-ms-expand {
    display: none; /* Hide the dropdown arrow on IE */

}

.fl-dropdown.select-style select:focus {
    background-color: #fff !important;
    border-color: #073985;
    outline: none;
}

.fl-dropdown.select-style select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

.dropdown-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('../img/blue-down-arrow.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.dropdown-wrapper:has(select:focus) .dropdown-icon,
.dropdown-wrapper:has(select:active) .dropdown-icon {
    transform: translateY(-50%) rotate(180deg);
}


.sort-filter-flex .xs-heading {
    font-weight: 600;
    font-size: 0.9em;
}
.landscrape-box {
    padding: 16px;
    position: relative;
    width: 200px;
}
.landscrape-count {
    font-weight: 600;
    font-size: 0.8em;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}
.landscrape-term {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.3em;
    color: #f2f2f2;
}
.landscrape-label {
    font-size: 1em;
    line-height: 1.4em;
    color: #f2f2f2;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    margin-top: 5px;
    font-family: 'Poppins';
    font-weight: 500;
}
.landscrape-dtl-left {
    width: calc(100% - 220px);
    padding-right: 200px;
}
.landscrape-common-wrap {
    position: relative;
}
.landscrape-common-wrap .white-box {
    padding: 20px;
}
.landscrape-dtl-flex {
    position: relative;
}
.back-to-top-pos {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.back-to-arrow {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1em;
    text-decoration-line: underline;
    color: #106eed;
}
.back-to-arrow:hover {
    color: #106eed;
    text-decoration-line: underline;
}
.back-to-arrow img {
    margin-left: 10px;
}
.landscrape-bg-gray {
    background: #e5e5e5;
}
.landscrape-bg-white {
    background: #f0f0f0;
}

.brown-box {
    background: #613a3a;
    border: 2px solid #613a3a;
    border-radius: 4px;
}
.greenDark-box {
    background: #60993e;
    border: 2px solid #60993e;
    border-radius: 4px;
}
.greenLight-box {
    background: #a1e44d;
    border: 2px solid #a1e44d;
    border-radius: 4px;
}
.green-box {
    background: #45d664;
    border: 2px solid #45d664;
    border-radius: 4px;
}
.blueLight-box {
    background: #23d8a2;
    border: 2px solid #23d8a2;
    border-radius: 4px;
}
.purple-box {
    background: #a071c8;
    border: 2px solid #a071c8;
    border-radius: 4px;
}
.landscrape-row {
    margin: 24px -6px 0;
}
.landscrape-row .landscrape-col {
    padding: 6px;
    width: 20%;
}
.landscrape-row .filter-btn .landscrape-box {
    height: 120px;
}
.landscrape-row .landscrape-box {
    padding: 16px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
}
.landscrape-row .landscrape-box.selected {
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    border: solid 2px #fff !important;
}
.bg-transparent {
    background: transparent !important;
}
.landscrape-col a.selected .bg-transparent {
    background: #073985 !important;
    border: 2px solid #073985;
}
.landscrape-col a.selected .ls-box-title {
    color: #fff;
}
.ls-box-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mnh-150 {
    min-height: 110px;
}
.ss-flex-col .l-blue-box,
.ss-flex-col .white-box {
    transition: all 0.5s ease-in-out 0s;
}
.ss-flex-col .l-blue-box:hover,
.ss-flex-col .white-box:hover {
    background: #073985;
    background-size: cover;
}
.ss-flex-col .white-box:hover .right-arrow {
    background: url(../img/new/white-right-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.ss-flex-col .l-blue-box .xs-heading,
.ss-flex-col .white-box .xs-heading {
    transition: all 0.5s ease-in-out 0s;
}
.ss-flex-col .l-blue-box:hover .xs-heading,
.ss-flex-col .white-box:hover .xs-heading {
    color: #fff;
}
.ss-flex-col .white-box .xs-heading {
    min-height: 32px;
    max-height: 33px;
    overflow: hidden;
    line-height: 1.2em;
}
.ss-flex-col .l-blue-box .ss-learn-more,
.ss-flex-col .white-box .ss-learn-more {
    transition: all 0.5s ease-in-out 0s;
}
.ss-flex-col .l-blue-box:hover .ss-learn-more,
.ss-flex-col .white-box:hover .ss-learn-more {
    color: #fff;
}
.sm-right-arrow {
    background: url(../img/new/blue-right-arrow1.svg) no-repeat center center;
    background-size: 100%;
    border-radius: 0;
    width: 23px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 12px;
}
.ss-flex-col .l-blue-box .sm-right-arrow,
.ss-flex-col .white-box .sm-right-arrow {
    transition: all 0.5s ease-in-out 0s;
}
.ss-flex-col .l-blue-box:hover .sm-right-arrow,
.ss-flex-col .white-box:hover .sm-right-arrow {
    background: url(../img/new/white-right-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.fs-box .sm-right-arrow {
    transition: all 0.5s ease-in-out 0s;
    float: right;
    margin-right: 10px;
}
.fs-box:hover .sm-right-arrow {
    background: url(../img/right-white-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.landscrape-btm-flex {
    position: relative;
}
.landscrape-btm-flex .ss-flex-col {
    width: 190px;
}
.landscrape-btm-flex .ss-flex-col {
    margin-top: 20px;
}
.filter-menu {
    display: none;
}
.mnw-150 {
    min-width: 150px;
}
.header-overlap .blue-phone {
    display: none;
}
.latest-news-box .mi-img img {
    border-radius: 12px;
}
.ss-banner-wrap {
    padding: 80px 0;
}
.form-wrap {
    padding: 44px 0 120px;
    background: #f0f0f0;
}
.form-wrap .container {
    max-width: 1000px;
}
.custom-form .form-group {
    margin-bottom: 42px;
}
.custom-form .form-control {
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1em;
    color: #073985;
    border: solid 1px #dcdcdc;
    height: 50px;
    line-height: 50px;
}
.custom-form .form-control[readonly] {
    background: #f2f2f2;
}
.custom-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.custom-form textarea.form-control {
    height: 132px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal;
}
.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file > input[type='file'] {
    display: none;
}
.file > label {
    cursor: pointer;
    outline: 0;
    user-select: none;
}
.file > label:hover {
    border-color: hsl(0, 0%, 21%);
}
.file > label:active {
    background-color: hsl(0, 0%, 96%);
}
.file > label > i {
    padding-right: 5px;
}
.file--upload > label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}
.file--upload > label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
}
.file--upload > label:active {
    background-color: hsl(204, 86%, 91%);
}
.file > label.upload-btn {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 11px 10px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1em;
    color: #073985;
    width: 100%;
    text-align: left;
}
.file > label.upload-btn img {
    margin-left: 40px;
    float: right;
}
.file > label.upload-btn span {
    vertical-align: -2px;
}
.file > .upload-btn img {
    max-width: 20px;
}
.ss-form-box {
    padding: 45px 45px 10px;
}
.common-wrap {
    padding: 60px 0 80px;
    background: #dbeaf8;
}
.common-wrap .content {
    margin-top: 25px;
}
.common-wrap h3 {
    font-weight: 700;
    font-size: 1.3em;
    color: #073985;
    margin-bottom: 15px;
    margin-top: 30px;
}
.common-wrap p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #2a589c;
    word-break: break-word;
}
.mt-90 {
    margin-top: 90px !important;
}
.common-subscribe-wrap {
    padding-top: 80px;
    background: #dbeaf8;
    padding-bottom: 80px;
}
.about-banner-wrap {
    background: url(../img/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.about-us-wrap {
    padding: 80px 0;
    background: #dbeaf8;
}
.about-us-wrap .mxw-930 {
    max-width: 840px;
}
.about-us-wrap p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #073985;
}
.cm-content {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.4em;
    color: #073985;
}
.pl-50 {
    padding-left: 50px !important;
}
.about-us-wrap .cm-content p {
    margin-bottom: 0;
}
.offerings-wrap {
    background: #f2f4f8;
}
.what-we-do-wrap {
    padding: 80px 0;
    background: #e2f7ff;
}
.wwd-left {
    width: 560px;
}
.wwd-right {
    width: calc(100% - 560px);
    padding-left: 120px;
    text-align: end;
}
.wwd-box {
    padding: 20px;
}
.wwd-right .row {
    margin-left: -5px;
    margin-right: -5px;
    max-width: 430px;
}
.wwd-right .col-md-4,
.wwd-right .col-md-6 {
    padding: 5px;
}
.wwd-box .fs-nav-info {
    width: 100%;
}
.oneline-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.our-vision-wrap {
    padding: 80px 0;
    background: #073985;
}
.about-img img {
    border-radius: 8px;
}
.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.get-in-touch-wrap {
    padding: 80px 0;
    background: #dbeaf8;
}
.accordion-box {
    box-shadow: none;
    padding: 0;
}
.custom-accordion .accordion-item {
    border: none;
    background: transparent;
    box-shadow: none;
}
.custom-accordion .accordion-item + .accordion-item {
    margin-top: 20px;
}
.custom-accordion .accordion-button::after {
    font-weight: bold;
}
.custom-accordion .accordion-button {
    color: #073985;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2em;
    box-shadow: none;
    border-radius: 10px !important;
    background: #ffffff;
}
.custom-accordion .accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0 0 !important;
}
.custom-accordion .accordion-button::after {
    background-image: inherit;
    background: url(../img/down-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 16px;
    height: 16px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.accordion-body h4 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    color: #073985;
}
.accordion-body {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #2a589c;
    padding: 30px;
    font-family: 'Poppins';
}
.contact-wrap {
    padding: 80px 0 80px;
    background: #ecf6ff;
}
.font-1-6em {
    font-size: 1.6em !important;
}
.or-block {
    position: relative;
    border-bottom: solid 1px #bdbdbd;
    margin-top: 80px;
    margin-bottom: 50px;
}
.or-block:before {
    content: 'or';
    position: absolute;
    left: 50%;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1em;
    color: #073985;
    background: #e6e9ec;
    transform: translate(-50%, 0);
    top: -10px;
    padding: 0 5px;
}
.dark-blue-link {
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #073985;
}
.dark-blue-right {
    background: url(../img/dark-blue-btn.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 12px;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 10px;
}
.mt-50 {
    margin-top: 50px !important;
}
.custom-form .form-group {
    margin-bottom: 40px;
}
.fw-600 {
    font-weight: 600 !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.compare-wrap {
    padding: 80px 0;
    background: #ecf6ff;
}
.compare-block {
    display: flex;
    flex-wrap: wrap;
}
.ct-left-col {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
    color: #073985;
}
.ct-left-col .ct-col-th {
    background: #106eed;
    color: #fff;
}
.ct-left-col {
    background: #ffffff;
    border-radius: 4px;
    width: 285px;
    padding-bottom: 25px;
}
.ct-left-col .ct-col,
.ct-left-col .ct-col,
.ct-right-col .ct-col,
.ct-right-col .ct-col {
    padding: 5px 15px 5px 28px;
    min-height: 44px;
    line-height: 26px;
}
.ct-mid-col {
    width: 15px;
    padding-bottom: 25px;
}
.ct-right-col {
    background: #fff;
    border-radius: 4px;
    width: calc(100% - 300px);
    padding-bottom: 25px;
}
.ct-right-col .ctr-col .ct-col-th {
    background: #f2f2f2;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    font-size: 1.2em;
    color: #073985;
}
.ct-right-col > tbody > tr > th,
.ct-right-col > tbody > tr > td {
    padding: 0;
}
.ct-right-col .ct-col-th {
    color: #073985;
    border-right: 1px solid #e0e0e0;
    padding: 0 15px 0 28px;
    height: 44px;
    line-height: 44px;
}
.ct-right-col .ct-col {
    border-right: 1px solid #e0e0e0;
    font-weight: 500;
}
.ct-verified img {
    min-width: 24px;
    max-height: 18px;
}
.ct-question img {
    max-width: 20px;
    max-height: 20px;
}
.ct-right-width {
    display: flex;
}
.ct-right-width .ctr-col {
    flex: 1 0 0%;
}
/* Wallet */
.wallet-banner-wrap {
    background: url(../img/wallet-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 95px 0 380px;
}
.wallet-img-wrap {
    position: relative;
    padding: 150px 0;
    background: #f0f0f0;
}
.wallet-img-pos {
    position: absolute;
    left: 0;
    width: 100%;
    top: -260px;
}
.wallet-img {
    width: 1190px;
    margin: 0 auto;
    border: 12px solid #f2f2f2;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.wallet-common-wrap {
    padding: 80px 0;
    background: #f0f0f0;
}
.wallet-common-wrap .vs-icon span:after {
    width: 150px;
    height: 150px;
    right: -30px;
    bottom: -30px;
}
.industry-based-wrap {
    background: #e5e5e5;
    padding: 110px 0;
}
.ib-list li {
    padding: 20px 0;
}
.ib-list .ib-icon {
    min-width: 50px;
    margin-right: 25px;
    display: inline-block;
}
.pl-140 {
    padding-left: 140px !important;
}
.ib-box {
    padding: 60px 40px;
}

.lh-1-7em {
    line-height: 1.7em !important;
}
.mxw-900 {
    max-width: 900px;
    margin: 0 auto;
}
.blockchain-solution-wrap {
    padding: 65px 0;
    background: url(../img/bc-solution-bg.jpg) no-repeat center top;
    background-size: cover;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.tab-action-flex {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: #e5e8eb;
    border-bottom: solid 1px #bdbdbd;
}
.custom-tabs .nav-tabs {
    margin-bottom: 40px;
    border-bottom: none;
}
.custom-tabs .nav-tabs li {
    padding: 0 10px;
}
.custom-tabs .nav-tabs.fixed {
    padding: 15px 0 0;
    background: #fff;
    z-index: 2;
}
.custom-tabs .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 0.9em;
    color: #2a589c;
    padding: 12px 30px;
    background: #ffffff;
    border: 1px solid rgba(162, 194, 241, 0.6);
    border-radius: 6px;
    position: relative;
}
.custom-tabs .nav-tabs .nav-link.active {
    background: #073985;
    border-bottom-color: #073985;
    color: #fff;
}
.custom-tabs .nav-tabs .nav-link.active:after {
    content: '';
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 7px #073985;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
}
/*  */
.common-form-wrap {
    background: url(../img/inner-banner.jpg) no-repeat left top;
    background-size: 100%;
    padding: 180px 20px 50px;
}
.common-form-wrap .container {
    padding-left: 150px;
    padding-right: 150px;
}

.explore-box {
    background: #ffffff;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: center;
    width: 100%;
    min-height: 230px;
    border: solid 2px #fff;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.common-form-box {
    padding: 60px;
}
.eb-icon img {
    max-width: 60px;
    max-height: 60px;
}
.mnw-150 {
    min-width: 150px !important;
}
.custom-label {
    font-size: 1.2em;
    color: #2a589c;
    font-weight: 500;
    margin-bottom: 15px;
}
.experience-field {
    max-width: 592px;
    margin: 0 auto;
}
.custom-radio.selected .styled-radio + label:before {
    border-width: 1px;
}
.custom-radio {
    position: relative;
}
.custom-radio.radio-border-top:before {
    content: '';
    position: absolute;
    top: 14px;
    height: 2px;
    width: 107%;
    left: 50%;
    background: #253b85;
    z-index: 0;
}
.solution-form .custom-radio.radio-border-top:before {
    width: 100%;
}
.custom-radio.selected:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: -6px;
    border: solid 2px #fff;
    background: #253b85;
    border-radius: 50%;
}
.field-white-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.field-white-box label {
    color: #667cc8;
    font-size: 1.1em;
    border-right: solid 1px #667cc8;
    padding-right: 15px;
    margin-bottom: 0;
}
.custom-radio {
    position: relative;
    margin-bottom: 5px;
}
.styled-radio {
    position: absolute;
    opacity: 0;
}
.styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 40px 0 0;
    color: #253b85;
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 600;
}
.styled-radio + label div {
    display: block;
    min-width: 75px;
    text-align: center;
    max-width: 100px;
    white-space: nowrap;
}
.styled-radio + label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #253b85;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 11px);
    top: 3px;
    z-index: 1;
}
.styled-radio:checked + label:before {
    background: #253b85;
    z-index: 1;
}
.styled-radio:checked + label:after {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    top: 7px;
    background: #106eed;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 1;
}
.radio-inline {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.font-1em {
    font-size: 1em !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.text-right {
    text-align: right !important;
}
.custom-form select.form-control {
    /* background: #F2F2F2 url(../img/down-arrow.png) no-repeat 95% center;
    background-size: 10px 10px; */
    background: #fff url(../img/blue-down-arrow.png) no-repeat calc(100% - 15px) center;
    background-size: 13px 7px;
    height: 50px;
}
.lh-42 {
    line-height: 42px !important;
}
.modal-mxw-750 .modal-dialog {
    max-width: 750px;
}
.custom-modal .modal-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 44px;
    max-height: calc(95vh - 20px);
    overflow-y: auto;
}
.custom-modal .modal-content:hover::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
  }
  
  .custom-modal .modal-content:hover::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
  }
  
  .custom-modal .modal-content:hover::-webkit-scrollbar-thumb {
    background-color: #9C9C9C;
    border-radius: 4px;
  }
  
  /* For Firefox */
  .custom-modal .modal-content {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #9C9C9C transparent; /* Thumb and track colors */
  }
.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.inquire-box-left {
    width: calc(100% - 560px);
    padding: 80px 60px;
}
.inquire-box-right {
    width: 560px;
    background: #073985;
    background-size: cover;
    padding: 83px 0 30px;
    position: relative;
}
.inquire-box-right .ibr-pos {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 0 80px;
}
.web-btn-block {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 80px;
    text-align: center;
}
.ibr-pos .md-heading {
    line-height: 1.6em !important;
}
.inquire-box {
    padding: 0 !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.ibr-icon {
    text-align: center;
}
.ibr-icon img {
    max-height: 45px;
}
.use-white-block {
    padding: 15px 20px;
}
.forgot-password-form .blue-btn {
    line-height: 44px;
}
.mt-60 {
    margin-top: 60px !important;
}
.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.check-icon {
    text-align: center;
}
.bookmark-wrap {
    padding-bottom: 0;
}
.bookmark-list-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
}
.bookmark-list-block .sl-right {
    width: 100%;
    padding-left: 0;
}
.bm-close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
}
.solution-box {
    position: relative;
    padding: 0;
}
.solution-box-top {
    padding: 36px 25px 15px;
}
/*  */
.common-user-banner img {
    width: 100%;
}
.common-user-wrap {
    position: relative;
    padding: 80px 0;
    background: #dbeaf8;
}
.cu-left {
    width: 290px;
    /* background: #FFFFFF;
    border-radius: 4px;
    padding: 25px; */
}
.user-img {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    max-width: 130px;
    margin: 0 auto;
}
.user-img img {
    width: 100%;
    /* min-height: 310px; */
}
.user-content {
    padding: 20px 0 0;
}
.mt-6 {
    margin-top: 6px !important;
}
.black-text {
    color: #073985 !important;
}
.location-icon {
    background: url(../img/location.png) no-repeat center center;
    background-size: 100%;
    width: 11px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 4px;
}
.cu-right {
    width: calc(100% - 290px);
    padding-left: 50px;
}
.cu-right .white-btn {
    text-align: center;
}
.edit-icon {
    background: url(../img/edit-icon.png) no-repeat center center;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 4px;
}
.mnw-120 {
    min-width: 120px !important;
}
.ui-label {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #2a589c;
    width: 25%;
    padding-right: 15px;
}
.ui-dash {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #2a589c;
    width: 15px;
}
.ui-value {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #2a589c;
    width: calc(75% - 15px);
    word-break: break-word;
}
.user-info {
    margin-top: 30px;
}
.user-info > .d-flex {
    margin-bottom: 15px;
}
.mt-60 {
    margin-top: 60px !important;
}
/* Login */

.form-modal .modal-dialog {
    max-width: 1240px;
    width: 100%;
}
.form-modal .modal-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    border: none;
}
.form-flex .form-left {
    width: 560px;
    background: url(../img/form-left.jpg) no-repeat left top;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}
.form-flex .form-right {
    width: calc(100% - 560px);
    height: 100%;
    padding: 60px 80px;
}
.modal-title {
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.4em;
    color: #073985;
}
.gray-text {
    color: #073985 !important;
}
.form-modal .modal-body {
    padding: 0;
}
.pos-rel {
    position: relative;
}
.eye-icon {
    background: url(../img/eye-on.svg) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.eye-icon.on {
    background: url(../img/eye-filled.svg) no-repeat center center;
    background-size: 100%;
}
.phone-code .iti {
    width: 100%;
}
.bootstrap-select.form-control {
    border: none !important;
}
.bootstrap-select > .dropdown-toggle {
    background: #fff;
    border-radius: 4px;
    padding: 17px 10px 17px 15px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1em;
    color: #073985;
    border: solid 1px #dcdcdc;
}
.bootstrap-select > .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}
.experience-field .styled-radio + label {
    color: #073985;
    font-size: 0.9em;
}
.error-help-block {
    color: #ff0000;
    font-size: 13px !important;
    font-weight: 400;
}
.two-form-group .col-4 .form-control {
    border-radius: 4px 0 0 4px;
}
.two-form-group .col-8 .form-control {
    border-radius: 0 4px 4px 0;
}
.dropdown.bootstrap-select .error-help-block {
    position: absolute;
    top: 100%;
    font-weight: 400;
}
.experience-field .error-help-block {
    position: absolute;
    top: 100%;
    left: 0;
}
.iti__flag-container {
    height: 47px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-right: solid 1px #dcdcdc;
    border-radius: 4px 0 0 4px;
}
.subscribe-form {
    position: relative;
}
.subscribe-form .error-help-block {
    position: absolute;
    left: 0;
    bottom: -19px;
    font-size: 12px !important;
}
.footer-top .subscribe-form .error-help-block {
    position: relative;
    left: inherit;
    bottom: inherit;
}
.iti {
    width: 100%;
}
.gray-bg-link {
    background: #f2f4f8;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #106eed;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.gray-bg-link:hover {
    color: #106eed;
}
.link-icon {
    vertical-align: -2px;
    background: url(../img/link-chain.svg) no-repeat center center;
    background-size: 100%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
}
.mi-content-box .post-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    display: inline-block;
    max-width: 46%;
}
.mi-content-box .sm-heading {
    font-family: 'Poppins', sans-serif;
    min-height: 130px;
    font-size: 1.1em;
    color: #073985;
    line-height: 1.6em;
    font-weight: 700;
}
.mi-content-box .mi-blue-icons {
    min-width: 127px;
}
.market-insight-full-list .mi-img img {
    min-width: 100%;
    min-height: 385px;
    height: 100%;
    width: auto !important;
    max-width: inherit;
}

.cul-box {
    background: #ffffff;
    border-radius: 4px;
    padding: 25px;
    position: sticky;
    top: 10px;
}
.insight-dtl-wrap {
    background: url(../img/insight-banner-bg.jpg) no-repeat left top;
    background-size: 100%;
    padding-top: 300px;
}
.insight-dtl-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
}
.insight-dtl-box {
    padding: 120px;
}
.lh-1-3em {
    line-height: 1.3em !important;
}
.d-black-text {
    color: #000 !important;
}
.insight-dtl {
    margin-top: 100px;
}
.insight-dtl .content {
    line-height: 1.8em !important;
}
.insight-dtl .content p {
    margin-bottom: 30px;
}
.insight-dtl blockquote {
    padding-left: 25px;
    border-left: solid 4px #106eed;
}
.rp-box {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px;
    margin-top: 35px;
}
.rp-content {
    padding-left: 20px;
}
.rp-img {
    min-width: 150px;
}
.rp-img img {
    border-radius: 8px;
}
.insight-dtl-left {
    width: calc(100% - 400px);
    padding-right: 140px;
}
.insight-dtl-right {
    width: 400px;
}
.insight-dtl-left .content img {
    width: 100%;
    margin-bottom: 40px;
}
.custom-label {
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1em;
    color: #333333;
}
.also-like-wrap {
    margin-top: 120px;
}
.lg-heading {
    font-size: 2em !important;
}
.al-box {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 20px;
}
.al-box .al-content .md-heading {
    min-height: 44px;
    max-height: 45px;
    overflow: hidden;
}
.also-like-wrap .row {
    margin-left: -20px;
    margin-right: -20px;
}
.also-like-wrap .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.insight-dlr-fix {
    position: sticky;
    top: 15px;
}
.al-img img {
    border-radius: 8px;
}
.also-like-wrap .mi-img {
    min-height: inherit;
    max-height: inherit;
    height: 200px;
}
.also-like-wrap .mi-img a {
    display: block;
    overflow: hidden;
    height: 205px;
    border-radius: 8px;
}
.also-like-wrap .mi-img img {
    max-width: 100%;
    width: auto !important;
    min-height: 205px;
    object-fit: cover;
}

.back-icon {
    background: url(../img/blue-back-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 4px;
    transition: all 0.5s ease-in-out 0s;
}
.white-btn:hover .back-icon {
    background: url(../img/white-back-arrow.png) no-repeat center center;
    background-size: 100%;
}
.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.upload-btn-wrapper label {
    display: inline-block;
    cursor: pointer;
}
.white-btn:hover .edit-icon {
    background: url(../img/white-edit-icon.png) no-repeat center center;
    background-size: 100%;
}
.login-form {
    max-width: 650px;
    margin: 0 auto;
}
.custom-dropdown button:focus {
    outline: none;
    box-shadow: none;
}

.custom-dropdown button,
.custom-dropdown button:hover {
    font-weight: 600;
    font-size: 1em;
    line-height: 22px;
    color: #f2f2f2;
    padding: 14px 22px;
    display: block;
}
.white-header .custom-dropdown button,
.white-header .custom-dropdown button:hover {
    color: #106eed;
}
.custom-dropdown button img {
    max-width: 14px;
    vertical-align: -2px;
    margin-right: 5px;
}
/* .custom-dropdown ul {
    box-shadow: 0 0 10px rgb(255 255 255 / 15%);
    position: relative;
    border: none;
    background: #073985;
}
.custom-dropdown ul:before {
    content: '';
    position: absolute;
    right: 20px;
    top: -7px;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    border-bottom: solid 7px #073985;
}
.custom-dropdown ul li + li {
    border-top: solid 1px #0d4ba9;
}
.custom-dropdown ul li a {
    padding: 10px 22px;
    font-size: 14px !important;
    color: #fff !important;
}
.custom-dropdown ul li .dropdown-item:focus,
.custom-dropdown ul li .dropdown-item:hover {
    background: #03509d;
} */
.custom-form .bootstrap-select.form-control {
    padding: 0;
}
.insight-dtl-right .rp-img {
    overflow: hidden;
    height: 120px;
    border-radius: 8px;
    max-width: 150px;
}
.insight-dtl-right .rp-img img {
    max-width: 100%;
    width: auto;
    min-width: 150px;
    min-height: 120px;
    object-fit: cover;
}
.market-insight-wrap .market-insight-box .mi-img {
    overflow: hidden;
    height: 373px;
    border-radius: 0;
    max-width: 373px;
}
.market-insight-wrap .market-insight-box .mi-img img {
    max-width: 100%;
    width: auto;
    min-width: 373px;
    min-height: 373px;
    object-fit: cover;
}

.fs-tab-left .nav-pills .nav-link.active .fs-nav-icon img,
.fs-tab-left .nav-pills .show > .nav-link .fs-nav-icon img {
    filter: grayscale(100%);
}
.fs-nav1 {
    background: url(../img/tab-icon1.png) no-repeat center center;
    min-width: 373px;
    min-height: 373px;
    object-fit: cover;
}
.fs-nav-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    position: relative;
    top: -2px;
}
/* Skeleton Animation */

.skeleton {
    padding: 15px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    /* margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12); */
}
.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, rgba(130, 130, 130, 0.2)),
        color-stop(18%, rgba(130, 130, 130, 0.3)),
        color-stop(33%, rgba(130, 130, 130, 0.2))
    );
    background: linear-gradient(
        to right,
        rgba(130, 130, 130, 0.2) 8%,
        rgba(130, 130, 130, 0.3) 18%,
        rgba(130, 130, 130, 0.2) 33%
    );
    background-size: 800px 100px;
    animation: wave-squares 1s infinite ease-out;
}
.skeleton .line {
    height: 12px;
    margin-bottom: 6px;
    border-radius: 6px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, rgba(130, 130, 130, 0.2)),
        color-stop(18%, rgba(130, 130, 130, 0.3)),
        color-stop(33%, rgba(130, 130, 130, 0.2))
    );
    background: linear-gradient(
        to right,
        rgba(130, 130, 130, 0.2) 8%,
        rgba(130, 130, 130, 0.3) 18%,
        rgba(130, 130, 130, 0.2) 33%
    );
    background-size: 800px 100px;
    animation: wave-lines 1s infinite ease-out;
}
.skeleton-right {
    flex: 1;
}
.skeleton-left {
    flex: 2;
    padding-right: 15px;
}
.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}
.skeleton .line:last-child {
    margin-bottom: 0;
}
.h8 {
    height: 8px !important;
}
.h10 {
    height: 10px !important;
}
.h12 {
    height: 12px !important;
}
.h15 {
    height: 15px !important;
}
.h17 {
    height: 17px !important;
}
.h20 {
    height: 20px !important;
}
.h25 {
    height: 25px !important;
}
.h40 {
    height: 40px !important;
}
.h160 {
    height: 160px !important;
}
.w25 {
    width: 25% !important;
}
.w40 {
    width: 40% !important;
}
.w50 {
    width: 50% !important;
}
.w75 {
    width: 75% !important;
}
.m10 {
    margin-bottom: 10px !important;
}
.circle {
    border-radius: 50% !important;
    height: 80px !important;
    width: 80px;
}
@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
/* Skeleton For Insight Page */

.h373 {
    height: 373px !important;
}
.insight-box {
    position: relative;
    padding: 0;
    margin-bottom: 150px;
}
.insight-box .skeleton-left {
    background: #ffffff;
    padding: 24px;
    width: calc(100% - 60px);
    position: absolute;
    right: 0;
    bottom: -60px;
    min-height: 237px;
}

/* Skeleton For Solution page */
.skeleton-solution-box {
    border-radius: 8px;
}
.ml-20 {
    margin-left: 20px !important;
}
.skeleton-solution-box .skeleton-right {
    flex: inherit;
}
.skeleton-solution-box.skeleton .line:last-child {
    margin-bottom: 6px;
}
.w30 {
    width: 30%;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.h70 {
    height: 70px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.w20 {
    width: 20% !important;
}
.w10 {
    width: 10% !important;
}
.w15 {
    width: 15% !important;
}

.custom-form .other-option .form-group {
    margin-bottom: 0px !important;
}
.no-solution-listed {
    border: solid 1px #cbe4ff;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    padding: 100px 30px;
    color: #073985;
    font-size: 1.1em;
}

.compare-table-block table tr th,
.compare-table-block table tr td {
    padding: 12px;
    min-height: 44px;
    background: #ffffff;
    color: #2a589c;
    font-weight: 600;
    font-size: 0.9em;
    vertical-align: top;
    border-bottom: solid 1px #a2c2f1;
    border-left: solid 1px #a2c2f1;
}
.compare-table-block table tr th {
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    color: #073985;
    border-top: solid 1px #a2c2f1;
    vertical-align: middle;
}
.compare-table-block table tr th:last-child,
.compare-table-block table tr td:last-child {
    border-right: solid 1px #a2c2f1;
}
.compare-table-block table tr th:first-child,
.compare-table-block table tr td:first-child {
    background: #2a589c;
    border-radius: 0;
    width: 22%;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.compare-table-block table tr th:first-child {
    background: #106eed;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.compare-table-block .company-table tr th:first-child {
    background: #dbebf8;
    color: #073985;
}
.compare-table-block .company-table tr th {
    border-top: none;
}
.compare-table-block table tr td {
    background: #dbebf8;
}
.compare-table-block table tr td strong {
    font-weight: 700;
}
.compare-table-block .company-table tr th {
    background: #dbebf8;
}
.pl-20 {
    padding-left: 20px !important;
}
.ct-icons {
    white-space: nowrap;
    padding-left: 10px;
}
.ct-question {
    margin-left: 0;
}
.custom-modal .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.custom-modal .btn-close:focus {
    outline: none;
    box-shadow: none;
}
.uc-com-list li {
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    color: #2a589c;
    padding-left: 25px;
    position: relative;
}
.uc-com-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../img/new/blue-right-arrow.svg) no-repeat center center;
    background-size: 100%;
    width: 15px;
    height: 12px;
}
.footer-wrap .contact-info a {
    padding-left: 35px;
    text-decoration: none;
    position: relative;
    color: #a2c2f1;
    display: inline-block;
}
.footer-wrap .contact-info .ci-icon {
    position: absolute;
    left: 0;
    top: -1px;
}
.bootstrap-select .dropdown-menu li a {
    padding-left: 40px;
    font-weight: 400;
    font-size: 0.85em;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 50% !important;
    margin-top: -10px;
    right: inherit !important;
    left: 15px;
}
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #106eed !important;
}
.bootstrap-select > .dropdown-toggle:after {
    border: none;
    background: url(../img/blue-down-arrow.png) no-repeat calc(100% - 0px) center;
    background-size: 100%;
    border-right: 1px solid #e0e0e0;
    width: 14px;
    height: 7px;
    padding: 0;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #073985;
}
.ml-6 {
    margin-left: 6px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.social-login {
    margin-top: 0;
    text-align: center;
}
.social-btn {
    background: #ffffff;
    border: solid 1px rgb(200 200 200 / 50%);
    border-radius: 8px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}
.social-btn img {
    max-width: 24px;
}
.or-text {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.095em;
    color: #797979;
    margin: 20px 0;
}
.gray-btn {
    background: #ccc;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1em;
    line-height: 50px;
    color: #2a589c;
    padding: 0 15px;
    border: solid 2px #ccc;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
    white-space: nowrap;
}

.ib-reset-icon {
    background: url(../img/reset.png) no-repeat center center;
    background-size: 100%;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 7px;
}
.mr-10 {
    margin-right: 10px !important;
}
.upload-btn-wrapper input {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
    opacity: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#upload-error {
    position: absolute;
    top: 110%;
}

.filename {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    margin-top: 10px;
}
.searches-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.searches-list li + li {
    margin-top: 10px;
}
.searches-list li a {
    color: #000;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    color: #073985;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2em;
    box-shadow: none;
    border-radius: 4px;
    background: #ffffff;
}
.searches-list li:nth-child(even) a {
    background: #eef3fb;
}
/* .searches-list li:nth-child(odd) {
    background: #f6f6f6;
} */
.search-date {
    font-size: 0.9em;
    opacity: 0.6;
}
.hidelandscape {
    display: none;
}
.solution-form .input-group .btn {
    z-index: 9;
}
.solution-form .input-group .btn:focus {
    outline: none;
    box-shadow: none;
}
.customer-feedback-slider .common-text {
    min-height: 206px;
    word-break: break-word;
    padding-right: 5px;
}
.customer-feedback-slider .common-text::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.customer-feedback-slider .common-text::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 3px;
}
.customer-feedback-slider .common-text::-webkit-scrollbar-thumb {
    background-color: rgb(66, 66, 66);
    border-radius: 3px;
}
.content-text {
    word-break: break-word;
}

/* .dtl-left .custom-tabs.fixed {
    position: fixed;
    top: 10px;
} */
.content-text.white-text p {
    color: #fff !important;
}
.font-12 {
    font-size: 12px !important;
}
.info-text {
    font-size: 0.9em !important;
    opacity: 0.67;
    color: #106eed;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.btn-for-mobile {
    display: none;
}
.solution-icons {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-flex;
}
.solution-edit {
    display: inline-block;
}
.solution-edit a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    display: inline-block;
    text-align: center;
    line-height: 32px;
}
.solution-edit img {
    max-width: 14px;
}
.header-top .ci-icon {
    margin-right: 0 !important;
}
.email-icon {
    display: inline-block;
    text-align: center;
    background: url(../img/white-envlope-icon.svg) no-repeat center center;
    background-size: 90%;
    width: 22px;
    height: 18px;
    vertical-align: -4px;
    margin-right: 4px;
}
.white-header .email-icon {
    background: url(../img/envlope-icon.svg) no-repeat center center;
    background-size: 90%;
}
.user-info .row > *.pr-0 .form-control {
    border-radius: 4px 0 0 4px;
}
.user-info .row > *.pl-0 .form-control {
    border-radius: 0 4px 4px 0;
}

.white-circle-btn {
    background: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1em;
    color: #106eed;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 38px;
}
.white-circle-btn .edit-icon,
.white-circle-btn .back-icon {
    margin-right: 0;
}

.sort-filter-flex .ml-auto {
    overflow: hidden;
}

.upload-img-view {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 49px;
    height: 49px;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
    border-left: solid 1px #dcdcdc;
}
.upload-img-view img {
    max-width: 95%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
}
.required {
    position: relative;
}
.required:after {
    content: '*';
    color: #dc3545 !important;
}
.mxw-address {
    max-width: 450px;
}
.bootstrap-select .popover-header {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #2a589c;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.bootstrap-select .popover-header .close {
    display: none;
    border: none;
    background: transparent;
    right: 7px;
    position: absolute;
    font-size: 26px;
    font-weight: 600;
}
.bootstrap-select .dropdown-menu li a:hover {
    background-color: #116eeb;
    color: #fff;
}

.sl-left .cs-radio {
    margin-top: 19px;
}
.cs-radio .styled-radio {
    position: absolute;
    opacity: 0;
}
.cs-radio .styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 28px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    color: #073985;
}
.cs-radio .styled-radio + label a {
    text-decoration: underline;
    color: #073985;
}
.cs-radio .styled-radio + label span {
    opacity: 0.7;
}
.cs-radio .styled-radio + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: solid 2px #073985;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 50%;
}
.cs-radio .styled-radio:checked + label:before {
    background: #073985;
}
.cs-radio .styled-radio:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: none;
    transform: rotate(45deg);
}
.tags-block {
    position: absolute;
    right: 25px;
    top: 0;
    display: flex;
}
.free-trial-tag img {
    width: 100px;
    height: 52px;
}
.landscrape-row .landscrape-col.mix {
    display: none;
}
.mnh-490 {
    min-height: 600px !important;
}
.landscrape-common-wrap .landscape-common-block {
    padding: 90px 0;
}
.modal-mxw-650 .modal-dialog {
    max-width: 650px;
}

.modal-mxw-800 .modal-dialog {
    max-width: 800px;
}


.skeleton-landscrape-block {
    padding: 80px 0;
}
.skeleton-landscrape-block .skeleton {
    background: transparent;
}

.info-block {
    margin-left: 5px;
    position: relative;
    display: inline-block;
}
.info-block a {
    display: block;
}
.info-block a img {
    max-width: 15px;
}
.info-dtl {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 19px;
    font-size: 12px;
    display: block;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    bottom: calc(100% + 10px);
    width: 200px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
}
.info-dtl:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -7px;
    border-top: solid 7px #fff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}
.info-block:hover .info-dtl {
    z-index: 9;
    opacity: 1;
    visibility: visible;
}

/* New design */

.home-banner-wrap {
    height: 900px;
}
.home-banner-wrap .sub-heading {
    text-align: center;
    color: #ade3fd;
    opacity: 0.7;
    font-size: 1.1em;
    max-width: 670px;
}
.mt-60 {
    margin-top: 60px !important;
}

.float-md-end {
    max-width: 480px;
}
.mxw-720 {
    max-width: 690px;
    margin: 0 auto;
}

.fs-box-content {
    min-height: 118px;
    margin-top: 13px;
}

/*  */
.invest-opportunity-wrap {
    padding: 80px 0 50px;
    background: #e2f7ff;
}
.io-right {
    padding-left: 45px;
}
.io-right .main-heading {
    line-height: 1.4em;
}

.customer-feedback-slider .common-text p {
    color: #073985;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
    color: #073985;
    font-family: 'Poppins', sans-serif;
}
.customer-feedback-slider .xs-heading {
    color: #043060;
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
}
.customer-feedback-slider .service-designation {
    color: #106eed;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.landscape-flex .landscape-left {
    width: 40%;
}
.landscape-flex .landscape-right {
    width: 60%;
    padding-left: 55px;
}
.landscape-right .common-text {
    max-width: 90%;
}
.landscape-right .common-text p {
    color: #fff;
}
.landscape-right .mt-tp {
    margin-top: 50px;
}
.footer-logo img {
    max-width: 230px;
}
.footer-wrap .comman-text p {
    font-size: 0.9em;
    line-height: 1.8em;
}
.footer-wrap .f-desc p {
    max-width: 80%;
    color: #dbebf8;
}
.footer-wrap .sm-heading {
    font-family: 'Poppins', sans-serif;
    color: #f2f2f2;
    margin-top: 10px;
}
.subscribe-left .sm-heading {
    max-width: 430px;
}
.hn-for-mobile {
    display: none !important;
}
.fsb-white-icon {
    display: none;
}
.fs-tab-left .nav-pills .nav-link.active .fsb-black-icon {
    display: none;
}
.fs-tab-left .nav-pills .nav-link.active .fsb-white-icon {
    display: inline-block;
}
.mt-80 {
    margin-top: 80px !important;
}

.for-mobile {
    display: none !important;
}
.inner-banner-pos {
    position: absolute;
    left: 0;
    top: calc(50% + 50px);
    transform: translate(0, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.hb-heading {
    font-size: 3em;
    line-height: 1.5em;
    background: linear-gradient(
        90deg,
        #8fd7ff 31.59%,
        #baeeff 50.08%,
        #5596ed 67.44%,
        #5794f0 67.45%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #f2f2f2 !important;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}

.search-box-form .gray-btn {
    line-height: 40px;
    font-size: 0.9em;
    background: #dbeaf8;
    border-color: #dbeaf8;
}
.search-box-form {
    background: #ecf6ff;
    border-radius: 4px;
}
.search-box-form .form-control {
    background: #ecf6ff;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1.2em;
    padding-left: 15px;
    color: #2a589c;
    font-family: 'Poppins';
}
.search-box-form .form-control::-webkit-input-placeholder {
    opacity: 0.5;
}
.search-box-form .form-control::-moz-placeholder {
    opacity: 0.5;
}
.search-box-form .form-control:-ms-input-placeholder {
    opacity: 0.5;
}
.search-box-form .form-control:-moz-placeholder {
    opacity: 0.5;
}
.b-radius-10 {
    border-radius: 10px !important;
}

.sl-accordion .custom-checkbox .styled-checkbox + label,
.sl-accordion .cs-radio .styled-radio + label {
    color: #073985;
}
.sb-info-top-right .d-flex {
    text-align: center;
}
.sb-info-top-right .blue-border-btn,
.sb-info-top-right .blue-btn {
    padding-left: 16px;
    padding-right: 16px;
}
.sb-info-top-right .blue-border-btn.border-none {
    border: none;
}
.sb-info-top-right .blue-border-btn.border-none:hover {
    background: transparent;
    color: #106eed;
}
.sb-info-top-right .blue-border-btn.text-underline {
    text-decoration: underline;
}
.featured-tag {
    background: #074985;
    padding: 5px 12px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.7em;
    width: 140px;
    text-align: center;
    left: 25px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.sb-company-info-row {
    margin-top: 0;
    padding: 20px 24px;
    background: rgba(219, 235, 248, 0.2);
    border-top: 1px solid rgba(16, 110, 237, 0.3);
}
.sb-company-info-row .sbc-info-col {
    width: 33.33%;
}
.wishlist_icon,
.wishlist_icon:hover {
    background: url(../img/saved_outline.svg) no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 25px;
    display: inline-block;
    margin: 0;
}
.wishlist_icon.added {
    background: url(../img/saved_filled.svg) no-repeat center center;
    background-size: 100%;
}
.lh-37 {
    line-height: 37px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.pr-10 {
    padding-right: 10px !important;
}

.sp-action-btn {
    background: #ecf6ff;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.sp-action-btn.selected {
    background: #106eed;
}
.sp-action-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    top: 50%;
    transform: translate(0, -50%);
}
.compare-icon {
    background: url(../img/compare-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 22px;
    height: 22px;
}
.sp-action-btn.selected .compare-icon {
    background: url(../img/compare-active-icon.svg) no-repeat center center;
    background-size: 100%;
}
.wishlist-icon {
    background: url(../img/wishlist-icon.svg) no-repeat center center;
    background-size: auto 100%;
    width: 15px;
    height: 18px;
}
.sp-action-btn.selected .wishlist-icon {
    background: url(../img/wishlist-active-icon.svg) no-repeat center center;
    background-size: auto 100%;
}

.solution-box .blue-btn {
    color: #fff;
}
.solution-box .blue-btn:hover {
    color: #106eed;
}
.sbc-icon {
    min-width: 22px;
}
.sbc-icon img {
    max-width: 24px;
}
.inner-banner-wrap.ptb-100 {
    padding-top: 220px !important;
}
.sb-info-top-left {
    width: calc(100% - 300px);
}
.sb-info-top-right {
    width: 300px;
    text-align: end;
}
.mxw-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.search-btn {
    border: none;
}
.insight-form .form-group {
    margin-bottom: 0;
}
.insight-form .form-group + .form-group {
    margin-left: 10px;
}
.insight-form .dropdown-toggle {
    background: #ffffff;
    border: 1px solid #2a589c;
    border-radius: 4px;
    height: 46px;
    padding: 0 15px;
    width: 210px;
}
.insight-form .filter-option-inner-inner {
    color: #2a589c !important;
    font-size: 1em;
    font-weight: 600;
    line-height: 46px;
}
.insight-form .bootstrap-select .dropdown-toggle:focus,
.insight-form select.form-control:focus,
.insight-form input.form-control:focus {
    outline: none !important;
    box-shadow: none;
}
.insight-form select.form-control {
    background: #ffffff url(../img/blue-down-arrow.png) no-repeat 95% center;
    background-size: 12px 7px;
    border: 1px solid #2a589c;
    border-radius: 4px;
    color: #2a589c;
    font-size: 1em;
    font-weight: 600;
    height: 46px;
    padding: 0 15px;
    line-height: 46px;
    width: 210px;
}
.insight-form input.form-control {
    border: 1px solid #2a589c;
    border-radius: 4px;
    color: #2a589c;
    font-size: 1em;
    font-weight: 600;
    height: 46px;
    padding: 0 35px 0 15px;
    line-height: 46px;
    width: 260px;
}
.insight-form input.form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: #2a589c;
}
.insight-form input.form-control::-moz-placeholder {
    opacity: 0.5;
    color: #2a589c;
}
.insight-form input.form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: #2a589c;
}
.insight-form input.form-control:-moz-placeholder {
    opacity: 0.5;
    color: #2a589c;
}
.insight-form .insight-searchfield .ib-search-icon {
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    padding: 23px 20px;
    background-size: 20px 20px;
}

.ib-close-icon {
    background: url(../img/cross-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
}
.reset-text {
    color: #106eed;
    font-size: 1em;
    font-weight: 600;
}
.reset-text:hover {
    color: #106eed;
}

.inner-banner-wrap .hb-heading {
    font-size: 2.5em;
    line-height: 1.4em;
}
.inner-banner-wrap .sub-heading {
    color: #ade3fd;
    opacity: 0.7;
    font-size: 1.2em;
}
.mxw-560 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.font-2-2em {
    font-size: 2.2em !important;
}
.font-1-8em {
    font-size: 1.8em !important;
}
.about-us-wrap2 {
    padding-bottom: 100px;
    background: #dbeaf8;
}

.what-we-do-wrap .main-heading {
    color: #073985;
    font-weight: 700;
}
.our-vision-wrap .main-heading {
    color: #fff;
    font-weight: 700;
}
.what-we-do-wrap .cm-content {
    color: #073985;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.6em;
}

.our-vision-wrap .cm-content {
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.6em;
}
.landscape-detail-block .landscape-common-block {
    width: 100%;
    background: #ecf6ff;
    box-shadow: 0px 10px 20px rgb(7 57 133 / 10%);
    border-radius: 10px;
    padding: 25px;
}
.landscape-detail-block .landscape-common-block + .landscape-common-block {
    margin-top: 25px;
}

.landscrape-dtl-left .sm-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #106eed;
    font-family: 'Poppins';
}
.landscrape-dtl-left .main-heading {
    font-size: 2em;
    font-weight: 700;
    color: #073985;
}
.landscrape-dtl-left .content {
    font-family: 'Poppins';
    font-weight: 500;
    word-break: break-word;
    line-height: 1.5em;
}
.ex-info {
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}
.sbc-info-col .badge {
    font-weight: 600;
    font-size: 0.9em;
}
.faq-wrap {
    background: #ecf6ff;
    padding: 80px 0 !important;
}
.subscribe-left .main-heading {
    font-size: 1.8em !important;
    color: #073985;
}
.subscribe-left .sm-heading {
    font-family: 'Poppins';
    font-size: 1.1em;
    color: #106eed;
    font-weight: 500;
}
.subscribe-right {
    padding-right: 40px;
}
.subscribe-right .blue-btn {
    padding-left: 30px;
    padding-right: 20px;
}
.footer-bottom {
    color: #a2c2f1;
    font-size: 0.8em;
    font-weight: 500;
    padding: 20px 0;
    border-top: solid 1px rgb(255 255 255 / 20%);
    margin-top: 0;
    text-align: center;
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.contact-wrap .main-heading {
    color: #106eed;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.1em;
    font-weight: 600;
}
.contact-wrap .xs-heading {
    font-weight: 800;
    font-size: 1.2em;
}
.contact-wrap .sm-heading {
    font-weight: 700;
    font-size: 1.1em;
    color: #073985;
}
.common-nd-form .form-control {
    background: #ecf6ff;
    border: 1px solid #dbebf8;
    border-radius: 4px;
    color: rgb(42 88 156);
    font-family: 'Poppins';
    font-size: 0.9em;
}
.common-nd-form select.form-control {
    border: 1px solid #dbebf8;
    color: rgb(42 88 156);
    background: #ecf6ff url(../img/blue-down-arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 13px 7px;
    line-height: 18px;
    padding-right: 29px;
}
.common-nd-form .form-control::-webkit-input-placeholder {
    color: rgb(42 88 156 / 60%);
}
.common-nd-form .form-control:-ms-input-placeholder {
    color: rgb(42 88 156 / 60%);
}
.common-nd-form .form-control::placeholder {
    color: rgb(42 88 156 / 60%);
}
.common-nd-form .bootstrap-select > .dropdown-toggle {
    background: #ecf6ff;
    border: 1px solid #dbebf8;
    border-radius: 4px;
    color: rgb(42 88 156);
}
.common-nd-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgb(42 88 156);
}
.common-nd-form .iti--separate-dial-code .iti__selected-flag {
    background: #ecf6ff;
    border-right: 1px solid #dbebf8;
    border-radius: 0;
    color: rgb(42 88 156);
}
.common-nd-form .custom-checkbox .styled-checkbox + label {
    color: #2a589c;
}
.common-nd-form .custom-checkbox .styled-checkbox + label a {
    color: #073985;
}
.common-nd-form .form-group {
    margin-bottom: 20px;
}

.form-nd-wrap .main-heading {
    display: none;
}
.form-nd-wrap.common-form-wrap {
    background: #ecf6ff;
    padding: 80px 20px 80px;
}
.wwd-box .fs-nav-info .sm-title {
    text-align: left;
    color: #2a589c;
    font-size: 0.8em;
    font-weight: 600;
}
.home-subscribe-wrap {
    margin-top: 0;
    padding: 80px 0;
    background: #dbeaf8;
}
.home-subscribe-wrap .subscribe-form {
    border: 1px solid #2a589c;
    background: #dbebf8;
}
.home-subscribe-wrap .subscribe-form .form-control {
    background: transparent;
}
.invest-wrap {
    background: #dbeaf8;
    padding: 50px 0;
}
.invest-wrap .container {
    max-width: 70%;
}
.invest-block {
    padding: 30px 0;
}
.pr-50 {
    padding-right: 50px !important;
}
.invest-block .cm-content {
    color: #073985;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 1.6em;
}
.signup-investor-btn {
    background: #ed10dd;
    border: solid 2px #ed10dd;
}
.signup-investor-btn:hover {
    background: transparent;
    color: #ed10dd;
}
.signup-investor-btn:hover .white-right-arrow {
    background: url(../img/pink-right-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.cu-right .tab-action-flex {
    background: #dbeaf8;
    border-bottom: solid 1px #a2c2f1;
}
.cu-right .custom-tabs .tab-action-flex .nav-tabs li {
    padding: 0;
}
.cu-right .custom-tabs .tab-action-flex .nav-tabs .nav-link {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #2a589c;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    padding: 12px 23px;
}
.cu-right .custom-tabs .tab-action-flex .nav-tabs .nav-link.active {
    border-bottom: solid 3px #073985;
    color: #073985;
}
.cu-right .custom-tabs .tab-action-flex .nav-tabs .nav-link.active:after {
    display: none;
}

.cu-left .post-heading {
    color: #106eed;
}

.cm-subscribe-wrap {
    padding: 80px 0;
    background: #dbeaf8;
}

.form-register-wrap {
    padding-bottom: 100px;
}

.form-register-block {
    padding: 60px 0;
    max-width: 824px;
    margin-left: auto;
    margin-right: auto;
}
.form-register-block .main-heading {
    font-weight: 700;
    font-size: 2em;
}
.form-register-block .add-after {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}
.form-register-block .add-after:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #073985;
    border-radius: 50px;
    width: 80px;
    height: 4px;
}
.su-step-count {
    color: #2a589c;
    font-size: 1.1em;
    font-weight: 600;
    margin-left: 0;
}
.su-back-arrow {
    margin-bottom: 1px;
}
.su-back-arrow img {
    max-width: 24px;
}
.signup-heading-block {
    padding: 22px 50px;
    border-bottom: solid 1px #dbebf8;
}
.su-heading {
    width: calc(100% - 76px);
}
.form-register-block .blue-btn {
    line-height: 40px;
    width: 150px;
}
.form-register-block .blue-btn:hover {
    background: #106eed;
    color: #f2f2f2;
}
.form-register-block .blue-btn .white-right-arrow {
    width: 20px;
    height: 12px;
}
.form-register-block .blue-btn:hover .white-right-arrow {
    background: url(../img/right-white-arrow.svg) no-repeat center center;
    background-size: 100%;
}
.h-140 {
    height: 140px !important;
}
.invest-img img {
    border-radius: 12px;
}
.compare-action-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.compare-action-btn .wishlist-icon {
    background: url(../img/bookmarks-blank.svg) no-repeat center center;
    background-size: 100%;
    display: block;
}
.compare-action-btn.selected .wishlist-icon {
    background: url(../img/bookmarks-check.svg) no-repeat center center;
    background-size: 100%;
    display: block;
}

.thk-lblue-box {
    background: #ecf6ff;
    border: 1px solid #dbebf8;
    border-radius: 4px;
    padding: 30px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.thankyou-box {
    padding: 60px;
}
.thk-lblue-box .xs-heading {
    line-height: 1.5em;
}

.cm-profile-block {
    top: -70px;
    position: relative;
}
.h-300 {
    height: 300px !important;
}
.sb-info-mid-left {
    width: calc(100% - 140px);
}
.sb-info-mid-right {
    width: 140px;
    text-align: right;
}
.mxw-100 {
    max-width: 100% !important;
}
.dropdown-item {
    color: #073985;
}
.contact-right .custom-checkbox .styled-checkbox + label span {
    opacity: 1;
}
.inquiry-wrap {
    padding: 80px 0;
    background: #ecf6ff;
}
.inquiry-wrap .inquire-box {
    overflow: hidden;
}

.modal-mxw-750 .modal-content {
    padding: 30px;
}
.io-left img {
    border-radius: 12px;
}

.register-nd-form {
    max-width: 810px;
}

.default_pagination {
    text-align: center;
    font-weight: 600;
    margin-top: 40px !important;
}
.default_pagination .d-flex,
.default_pagination .d-flex .d-flex {
    width: 100%;
    display: block !important;
}
.default_pagination nav.ml-auto {
    margin-left: 0;
    text-align: center;
}
.default_pagination .pagination.d-flex {
    display: inline-flex !important;
    justify-content: inherit !important;
    width: auto;
    margin-top: 10px;
}
.default_pagination .page-item {
    padding: 0 3px;
}
.default_pagination .page-link {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    color: #073985;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 6px;
}
.default_pagination .page-item.active .page-link {
    background: #073985;
    color: #fff;
}
.default_pagination .page-item:first-child .page-link {
    background: url(../img/cp-left.png) no-repeat center center;
    background-size: 9px 9px;
    display: inline-block;
    text-indent: -9999px;
}
.default_pagination .page-item:last-child .page-link {
    background: url(../img/cp-right.png) no-repeat center center;
    background-size: 9px 9px;
    display: inline-block;
    text-indent: -9999px;
}
.default_pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}
.experience-field.users-experience {
    max-width: 100%;
}

.uc-scroll {
    overflow-y: auto;
    height: 426px;
    margin-top: 19px;
}
.uc-scroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.uc-scroll::-webkit-scrollbar-track {
    background: #ecf6ff;
    border-radius: 3px;
}
.uc-scroll::-webkit-scrollbar-thumb {
    background-color: #073985;
    border-radius: 3px;
}
.sl-left .uc-scroll .custom-checkbox {
    margin-top: 0;
    margin-bottom: 19px;
}
.ss-learn-more .right-arrow {
    width: 22px;
    height: 13px;
}
.ml-0 {
    margin-left: 0 !important;
}
.bootstrap-select .popover-header {
    color: #073985;
    font-weight: 500;
}
.bootstrap-select .dropdown-menu.inner {
    padding-top: 3px;
}

.cs-radio [type='radio']:checked,
.cs-radio [type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cs-radio [type='radio']:checked + label,
.cs-radio [type='radio']:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2a589c;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.4em;
}
.cs-radio [type='radio']:checked + label:before,
.cs-radio [type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #073985;
    border-radius: 100%;
    background: #fff;
}
.cs-radio [type='radio']:checked + label:after,
.cs-radio [type='radio']:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #073985;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cs-radio [type='radio']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cs-radio [type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.jq_search_sort.disabledbutton {
    pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(42 88 156);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: 5000s ease-in-out 0s;
}
.bootstrap-select.form-control {
    height: auto !important;
    line-height: normal !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.landscape-detail-block .ss-flex-col.mix {
    display: none;
}
/* 14-11-2022 */
.common-both-form-wrap {
    padding: 0 !important;
}
.common-both-form-wrap .login-form {
    max-width: 820px;
    margin: 0 auto;
}
.common-both-form-wrap .custom-form label {
    margin-bottom: 5px;
}
.mxw-350 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.verification-modal .modal-dialog {
    max-width: 620px;
}
.mnw-340 {
    min-width: 340px;
}
.verify-check-icon {
    text-align: center;
}
.verify-check-icon img {
    max-width: 110px;
}
.verification-modal .modal-body {
    padding: 80px 40px 60px;
}
.cm-step {
    display: none;
}
.b-radius-tr-br {
    border-radius: 4px 0 0 4px !important;
}
.b-radius-tl-bl {
    border-radius: 0 4px 4px 0 !important;
}
.bl-0 {
    border-left: none !important;
}
.common-pd-block {
    padding: 80px 20px 80px;
}
.font-1-1em {
    font-size: 1.1em !important;
}
.user-type-box-desc {
    text-align: center;
    font-size: 0.7em;
    margin-top: 10px;
    line-height: 14px;
}

.user-type-box {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 12px;
    width: 250px;
    height: 250px;
    padding: 45px 10px 20px;
    transition: all 0.5s ease-in-out 0s;
}
.user-type-box:hover {
    background: #073985;
    border: 1px solid #6fa7f2;
    box-shadow: 0px 4px 64px rgba(143, 143, 143, 0.05);
}
.user-type-box .md-heading {
    transition: all 0.5s ease-in-out 0s;
}
.user-type-box:hover .md-heading {
    color: #fff;
}
.utb-icon {
    min-height: 65px;
}
.utb-icon img {
    max-height: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}
.custom-form textarea.form-control.h-64 {
    height: 64px;
}
.gray-transparent-btn {
    background: transparent;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 46px;
    color: #073985;
    padding: 0 20px;
    border: solid 1px #073985;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.gray-transparent-btn:hover {
    background: #073985;
    color: #fff;
}
.mnw-85 {
    min-width: 85px !important;
}
.tell-more-blockchain .custom-label {
    font-size: 1.1em;
    margin-bottom: 12px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.common-nd-form .ui-calender-icon {
    background: #ecf6ff url(../img/uil_calender.png) no-repeat calc(100% - 15px) center;
    background-size: 22px 22px;
}

.gray-transparent-btn.selected {
    background: #073985;
    color: #fff;
}
.btn-radio-field {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.thankyou-check img {
    max-width: 120px;
}
.submit-btn-spinner {
    position: relative;
}
.submit-btn-spinner:disabled {
    text-indent: -999999px !important;
}
.submit-btn-spinner:disabled:hover {
    background: #106eed !important;
}
.submit-btn-spinner .spinner-border {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -0.75rem;
    margin-top: -0.75rem;
}
.submit-btn-spinner:disabled .spinner-border {
    display: block;
}
.utb-icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.reg-icon1 {
    background: url(../img/rg-icon3.svg) no-repeat center center;
    background-size: 100%;
}
.user-type-box:hover .reg-icon1 {
    background: url(../img/rg-icon3-hover.svg) no-repeat center center;
    background-size: 100%;
}
.reg-icon2 {
    background: url(../img/rg-icon2.svg) no-repeat center center;
    background-size: 100%;
}
.user-type-box:hover .reg-icon2 {
    background: url(../img/rg-icon2-hover.svg) no-repeat center center;
    background-size: 100%;
}
.reg-icon3 {
    background: url(../img/rg-icon1.svg) no-repeat center center;
    background-size: 100%;
}
.user-type-box:hover .reg-icon3 {
    background: url(../img/rg-icon1-hover.svg) no-repeat center center;
    background-size: 100%;
}
/*  */
.user-dropdown.custom-dropdown > ul {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 246px;
    padding-top: 0;
    border-radius: 0;
}
.more-opt-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #106eed;
    padding: 0 16px;
}
.user-dropdown.custom-dropdown ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #0f0344;
    padding: 8px 10px 8px 25px;
}
.user-dropdown.custom-dropdown ul li a:hover,
.user-dropdown.custom-dropdown ul li a:active,
.user-dropdown.custom-dropdown ul li a.active {
    background-color: #eaf5ff;
}
.more-opt-body {
    padding: 11px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.more-opt-body ul {
    padding: 10px 0;
}
.user-infonw-block {
    padding: 13px 9px;
}
.user-infonw-box {
    background: #dbebf8;
    border-radius: 5px;
    padding: 8px 15px;
}
.uib-img {
    height: 46px;
    width: 46px;
    min-width: 46px;
    /* border-radius: 50%; */
    overflow: hidden;
}
.uib-img img {
    height: 46px;
    width: 46px;
}
.uib-info {
    padding-left: 10px;
}
.uib-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #106eed;
}
.uib-post {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4f4f4f;
}
.uib-location {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #032f60;
}
.uib-mailid {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #4f4f4f;
}

.profile-nd-wrap {
    padding: 50px 0;
}
.profile-nd-left {
    width: 300px;
}
.profile-nd-right {
    width: calc(100% - 300px);
    padding-left: 45px;
}

.pl-menu li a {
    font-weight: 600;
    font-size: 1.2em;
    color: #0f0344;
    padding: 12px 15px;
    display: block;
}
.pl-menu li a.active {
    background: #106eed;
    border-radius: 10px;
    color: #fff;
}
.pl-menu li ul {
    padding: 10px 0;
}
.pl-menu li ul li a {
    font-size: 1em;
}
.pl-menu li ul li.get-touch-lmenu a {
    font-size: 1.2em;
}
.pl-menu li a.sub-opt {
    border-bottom: 1px solid #8cbdff;
}

.pl-menu .plm-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: -9px;
    margin-right: 6px;
}
.pl-menu .account-icon {
    background: url(../img/account-icon1.png) no-repeat center center;
    background-size: 26px 28px;
}
.pl-menu a.active .account-icon {
    background: url(../img/account-icon-hover1.png) no-repeat center center;
    background-size: 26px 28px;
}
.pl-menu .business-icon {
    background: url(../img/business-icon1.png) no-repeat center center;
    background-size: 27px 27px;
}
.pl-menu a.active .business-icon {
    background: url(../img/business-icon-hover1.png) no-repeat center center;
    background-size: 27px 27px;
}
.pl-menu .solution-provider-icon {
    background: url(../img/solution-provider-icon1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu a.active .solution-provider-icon {
    background: url(../img/solution-provider-icon-hover1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu .solution-provider-icon {
    background: url(../img/solution-provider-icon1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu a.active .solution-provider-icon {
    background: url(../img/solution-provider-icon-hover1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu .investor-icon {
    background: url(../img/investor-icon1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu a.active .investor-icon {
    background: url(../img/investor-icon-hover1.png) no-repeat center center;
    background-size: 26px 27px;
}
.pl-menu .get-in-touch-icon {
    background: url(../img/get-in-touch-icon1.png) no-repeat center center;
    background-size: 27px 23px;
}
.pl-menu a.active .get-in-touch-icon {
    background: url(../img/get-in-touch-icon-hover1.png) no-repeat center center;
    background-size: 27px 23px;
}
.pl-menu .my-solution-icon {
    background: url(../img/my-solution-icon1.png) no-repeat center center;
    background-size: 27px 23px;
}
.pl-menu a.active .my-solution-icon {
    background: url(../img/my-solution-icon-hover1.png) no-repeat center center;
    background-size: 27px 23px;
}
.pr-white-box {
    background: #ffffff;
    padding: 25px 50px;
    border-radius: 16px;
}
.pr-white-outer {
    background: #ecf6ff;
    padding: 16px;
    border-radius: 16px;
}
.pr-md-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #032f60;
}
.pr-user-img {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 140px;
}
.pr-user-img img {
    border-radius: 0;
}

.pr-edit-icon {
    background: url(../img/pr-edit-icon.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 13px;
    height: 13px;
}

.pr-envlope-icon {
    background: url(../img/pr-envlope-icon.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: 1;
    width: 20px;
    height: 16px;
}
.pr-verify-btn {
    font-weight: 600;
    font-size: 1em;
    border: none;
    background: transparent;
    color: #106eed;
    position: absolute;
    right: 6px;
    top: 4px;
    padding: 10px;
}
.pr-key-icon {
    background: url(../img/pr-key-icon.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 16px;
    z-index: 1;
    width: 26px;
    height: 16px;
}
.verified-mark {
    background: url(../img/pr-verified-icon.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}
.pl-52 {
    padding-left: 65px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.mnw-250 {
    min-width: 250px !important;
}
.pr-gbedit-icon {
    position: absolute;
    right: 20px;
    top: 15px;
}
.pr-gbedit-icon img {
    max-width: 18px;
}
.font-1-5em {
    font-size: 1.5em !important;
}
.otp-fields {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.pincode-input-container .pincode-input-text {
    background: #f3fcff;
    border-radius: 3px !important;
    border: none;
    margin: 0 10px;
    border-bottom: solid 3px #106eed;
    height: 60px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 60px;
    color: #1d2226;
}
.pincode-input-container .pincode-input-text:focus {
    outline: none;
    box-shadow: none;
}

.verify-otp-modal .modal-dialog {
    max-width: 420px;
}
.verify-otp-modal .modal-content {
    border-radius: 0;
    padding: 15px;
}
.for-mobile-pmenu {
    display: none;
}

.datepicker td,
.datepicker th {
    padding: 6px;
    font-size: 14px;
}
[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.datepicker-days {
    padding: 0 10px;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #dbeaf8;
    background-image: inherit;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #073985;
    background-image: inherit;
}
.verify-otp-modal .sm-heading {
    font-size: 1em;
}

.pincode-input-container.touch .touchwrapper .pincode-input-text {
    margin-left: 0 !important;
    letter-spacing: 66px !important;
    padding-left: 35px !important;
    width: 100% !important;
}
.pincode-input-container.touch .touch-flex-cell {
    border: solid 5px #ffff;
    border-bottom: solid 3px #106eed;
    border-radius: 0;
}

.profile-edit-border-btn {
    line-height: 45px;
    margin-left: 10px;
}

.si-banner-wrap {
    padding-top: 220px;
    height: 410px;
}
.si-banner-wrap .md-heading {
    color: #8fd7ff;
}
.mxw-50 {
    max-width: 70%;
}
.si-banner-wrap .mnw-150 {
    min-width: 250px !important;
}
.inquire-box {
    padding: 45px !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.pt-30 {
    padding-top: 30px !important;
}
.profile-nd-right .white-box + .white-box {
    margin-top: 16px;
}

.pr-white-box .iti__flag-container {
    height: 50px;
}

/* Solution page HTML */
.solution-wrap {
    padding: 30px 0 70px;
    background: #dbeaf8;
}
.sln-title {
    font-size: 2em;
    font-weight: 700;
}
.sln-sub-title {
    color: rgb(7, 57, 133);
    font-size: 1.1em;
    font-weight: 500;
}
.sln-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sln-list li {
    color: #073985;
    font-size: 1.1em;
    font-weight: 400;
    list-style-type: disc;
    margin-left: 28px;
    padding-right: 12px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7px;
}
.sln-content p {
    color: rgb(7, 57, 133);
    font-size: 1.1em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.slc-sm-title {
    /* color: #032f60; */
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.slc-sm-detail {
    color: rgb(7, 57, 133);
    font-size: 0.9em;
    font-weight: 500;
}
.slc-action-pos {
    position: absolute;
    right: 20px;
    top: 22px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.sln-accordion .accordion-item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.sln-accordion .accordion-item + .accordion-item {
    margin-top: 18px;
}
.sln-accordion .accordion-header {
    background: transparent;
    border-bottom: none;
    font-size: 1.2em;
    font-weight: 600;
}
.sln-accordion .accordion-button {
    color: #073985;
    background: transparent;
    font-size: 1em;
    font-weight: 600;
    padding: 20px 30px;
}
.sln-accordion .accordion-button:focus {
    box-shadow: none;
}
.sln-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.sln-accordion .accordion-body {
    padding: 0 30px 15px;
}
.sln-accordion .accordion-body p {
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}
.sln-accordion .accordion-body p strong {
    font-weight: 700;
}
.sln-accordion .accordion-button::after {
    background-image: url(../img/blue-down-arrow.png);
    width: 14px;
    height: 8px;
    background-size: 100%;
}
.font-1-4em {
    font-size: 1.4em !important;
}
.sln-ss-flex .white-box {
    background: #e1eff8;
}
/* .company-social-links a {
    margin-right: 30px;
} */
.company-social-links img {
    max-width: 20px;
    max-height: 20px;
}
.sln-video {
    border-radius: 10px;
    overflow: hidden;
}
.sln-video iframe {
    display: block;
}

.pwd-gtp-text {
    color: #ade3fd;
    font-size: 1em;
    font-weight: 500;
}

/* Ai Common Form */
.ai-common-block {
    background: #dbebf8;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.ai-common-box {
    background: #fff;
    width: 100%;
}
.ai-cb-top {
    border-bottom: solid 1px #dbebf8;
    padding: 20px;
}
.backbtn {
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: #2a589c;
    font-size: 1.1rem;
    font-weight: 600;
    background: transparent;
    border: none;
}
.ai-top-title {
    color: #106eed;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
}
.closebtn {
    background: transparent;
    border: none;
}
.ai-cb-mid {
    padding: 24px 24px 40px;
}
.ai-lg-title {
    line-height: 1.235;
    letter-spacing: 0.00735em;
    color: #073985;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 56px;
    position: relative;
}
.ai-lg-title:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background: #073985;
    height: 4px;
    width: 78px;
    bottom: -22px;
    border-radius: 10px;
}
.ai-label {
    line-height: 1.6;
    letter-spacing: 0.0075em;
    color: #073985;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.ai-cb-form .ms-options-wrap > button:focus,
.ai-cb-form .ms-options-wrap > button,
.ai-cb-form .ms-options-wrap.ms-has-selections > button {
    padding: 11px 22px;
    color: #2a589c;
    font-weight: 600;
    font-size: 1em;
    border: solid 1px #dbebf8;
    background: #ecf6ff;
    height: 50px;
    line-height: normal;
}
.ai-cb-form .ms-options-wrap > button:after {
    background: url(../img/blue-down-arrow.png) no-repeat center center;
    background-size: 100% 100%;
    width: 14px;
    height: 8px;
    border: none;
    right: 22px;
}
.mxw-box {
    max-width: 680px;
    margin: 0 auto;
}
.ai-cb-form .ms-options-wrap > .ms-options {
    border: solid 1px #dbebf8;
    background: #dbebf8;
    border-top: none;
    padding: 6px 22px;
}
.ai-cb-form .ms-options-wrap > .ms-options li {
    color: #073985;
    font-size: 1em;
    font-weight: 600;
}
.ai-cb-form .ms-options-wrap > .ms-options > ul li.selected label,
.ai-cb-form .ms-options-wrap > .ms-options > ul label,
.ai-cb-form .ms-options-wrap > .ms-options > ul label.focused,
.ai-cb-form .ms-options-wrap > .ms-options > ul label:hover {
    background: transparent;
    border: none;
}

.ai-right-icon {
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 27px;
    height: 12px;
    display: inline-block;
    vertical-align: -1px;
    margin-left: 10px;
}
.ai-blueback-icon {
    background: url(../img/back-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 26px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px;
}
.pwd-gtp-text2 {
    color: #106eed;
    font-size: 1.2em;
    font-weight: 700;
}
.ai-cb-form .blue-btn {
    line-height: 37px;
    padding: 0 35px;
}
.ai-common-box .ai-right-icon {
    width: 20px;
    height: 10px;
}
.ai-common-box .blue-btn:hover .ai-right-icon {
    background: url(../img/right-arrow.svg) no-repeat center center;
    background-size: 100%;
}

.ai-chatgptSm-icon {
    background: url(../img/chat-gpt.png) no-repeat center center;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 3px;
}
.ai-chatgptMd-icon {
    background: url(../img/blue-chat-gpt.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: 0;
    margin: -4px 3px;
}
.ai-close-icon {
    background: url(../img/ai-close.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ai-cb-form .styled-radio + label {
    padding: 0 0 0 30px;
}
.ai-cb-form .styled-radio + label:before {
    left: 0;
    top: 0;
    background: #fff;
    border: solid 2px #253b85;
}
.ai-cb-form .styled-radio:checked + label:after {
    left: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #253b85;
}
.success-box .ai-lg-title {
    color: #2a589c;
    font-size: 1.6em;
    margin-bottom: 45px;
}
.success-box .ai-lg-title:before {
    display: none;
}
.success-img img {
    max-width: 130px;
}

.hidden {
    display: none;
}

.land-blue-btn:hover {
    background: #fff;
    border-color: #fff;
}
.land-blue-btn .ai-right-icon {
    transition: all 0.5s ease-in-out 0s;
}
.land-blue-btn:hover .ai-right-icon {
    background: url(../img/right-blue-arrow.png) no-repeat center center;
    background-size: 100%;
}

.ai-solution-dropdown .custom-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 22px;
    color: #2a589c;
    font-weight: 700;
    font-size: 1em;
    border: solid 1px #dbebf8;
    background: #dbebf8;
    height: 50px;
    line-height: normal;
}

.ai-solution-dropdown .custom-button:focus {
    outline: none;
    box-shadow: none;
}

.ai-solution-dropdown .custom-button::after {
    content: '';
    background: url(../img/blue-down-arrow.png) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 8px;
    border: none;
    margin-left: 10px;
    color: #2a589c;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out 0s;
}
.ai-solution-dropdown .custom-button.show::after {
    transform: rotate(-180deg);
}

.ai-solution-dropdown .bg-custom {
    border: solid 1px #dbebf8;
    background: #dbebf8;
    border-top: none;
    font-weight: 700;
    font-size: 1em;
    padding-top: 15px;
}
.ai-solution-dropdown .dropdown-menu {
    max-height: calc(150px);
    overflow-y: auto;
    position: relative !important;
    transform: inherit !important;
}

.ai-cb-form textarea.form-control {
    height: 115px;
    resize: none;
    border: solid 1px #dbebf8;
    background: #ecf6ff;
}
.ai-solution-dropdown .styled-radio + label:before {
    background: #dbebf8;
}

.divider {
    height: 3.43px;
    width: 85.66px;
    background-color: #073985;
    margin-left: auto;
    margin-right: auto;
    border-radius: 42.83px;
}

.permission-model-error {
    padding-bottom: 15px;
    padding-left: 23px;
    color: red;
    display: none;
}
.aisolution-banner-wrap {
    height: 330px;
    background-position: center 52%;
}



.plan-card {
    padding:16px;
    background-color:"#dbebf8";
    border-radius:10px;
    /* display:"flex";
    justify-content:"center"  */
}
.plan-card:hover {
    background-color:"#dbebf8";
}
.plan-card-plus {
    padding:16px;
    background-color:hsla(0,0%, 10%, 0.06);
    border-radius:10px;
    /* display:"flex";
    justify-content:"center"  */
}
.plan-card-plus:hover {
    background-color:hsla(0,0%, 10%, 0.06);
}

 .plan-sub-card {
    /* display: flex;
    justify-content: center; */
    border: none;
    border-radius:10px ;
    border-radius:10px ;
    width: 250px;
}

.plan-title {
    /* margin: 30px 0; */
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2em;
    color: black;
}
 .plan-prize {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 1.4em;
    color: black;
 }

 .plan-tenure {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 0.2em;
    color:hsla(0,0%, 10%, 0.5);
 }

 .plan-start-button{
  text-transform: none;
  width: 230px !important;
  height: 40px;
  border: 8px;
 }

 .plan-feature {
   font-size: 0.9em;
   font-weight: 450 ;
   text-align: left;
   color: hsla(0,0%, 10%, 0.8);
 }

 .feature-check-circle-icon {
    color: hsla(0,0%, 10%, 0.6);
    font-size: "14px";
 }

 .shimmer-btn {
    position: relative;
    overflow: hidden;
    /* color: #073985; */
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 8px;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: "#ffffff";
    transition: all 0.3s ease-in-out;
    line-height: 1;
    height: 28px;

  }
  
  .shimmer-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(245, 235, 235, 0.5) 30%,
      rgba(245, 245, 245, 0.8) 50%,
      rgba(235, 235, 235, 0.5) 70%,
    );
    transition: all 0.3s ease-in-out;
    animation: shimmer 2.5s infinite linear;
  }
  .shimmer-btn:hover {
    color: #fff;
    text-decoration: none;
  }

.table-heading {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    color: #073985;
    border-bottom: 1px solid #ddd;
    height: 40px; 
    padding: 0 10px;
}

.price {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    color: #106eed;
}
.feature {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:4;
}





.tabs-wrapper {
    display: flex;
    justify-content: center; /* Centers the tabs horizontally */
    position: relative;
}


 .tabs {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    margin-top: 10px;
    white-space: nowrap;
    overflow-y: auto;
    display: flex;
 }
 .plan-tabs {
    background: hsla(0, 0%, 0%, 0.07);
    border-radius: 12px;
    /* padding: 4px; */
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}


 .tabs .links {
    background: hsla(0 , 0% , 0% , 0.07);
    border-radius: 8px;
    padding: 8px;
    /* margin-top: 10px; */
    white-space: nowrap;
    overflow-y: auto;
    display: flex;
 }
 .plan-tabs .plan-links {
    flex: 1;
    text-align: center;
    padding: 10px 28px;
    border: none;
    background: transparent;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}
 .plan-tabs .user-links {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    border: none;
    background: transparent;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.tabs .links.active {
    color: #fff;
    background: #106EED;
    border-radius: 6px;
}
.plan-tabs .plan-links.active {
    background: #106EED;
    color: #fff;
}
.plan-tabs .user-links.active {
    background: #106EED;
    color: #fff;
}
/* Specific border-radius for Monthly */
.plan-tabs .plan-links.active[data-value="monthly"] {
    border-radius: 4px 0 0 4px;
}

/* Specific border-radius for Yearly */
.plan-tabs .user-links.active[data-value="yearly"] {
    border-radius: 0 4px 4px 0;
}
/* Specific border-radius for Monthly */
.plan-tabs .user-links.active[data-value="solution_provider"] {
    border-radius: 4px 0 0 4px;
}

/* Specific border-radius for Yearly */
.plan-tabs .plan-links.active[data-value="business__user"] {
    border-radius: 0 4px 4px 0;
}

.comparison-box {
    border-radius: 8px;
    /* padding: 20px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out 0s;
    background: #ecf6ff;
    border: 1px solid #001a8c;
    display: block;
}
.comparison-box:hover {
    background: #ffffff;
    box-shadow: 0px 4px 52px rgba(172, 172, 172, 0.25);
    border-radius: 12px;
    border: 1px solid #001a8c;
}

.row {
    display: flex;
}

.feature-column,
.price-column {
    border-right: 1px solid #ddd; /* Vertical separator */
}

.feature-column:last-child,
.price-column:last-child {
    border-right: none; /* Remove the last vertical separator */
}


.feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column; /* Stack items vertically */
}
.feature-heading {
    font-weight: 600;
    color: #032f60;
    text-align: center;
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
    /* padding: 20px 0; */
}
.feature-status {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column; /* Stack items vertically */
}

.feature-list li {
    display: flex;
    align-items: center; /* Vertically center content */
    height: 60px; /* Fixed height for all rows */
    padding: 0 10px;
    border-bottom: 1px solid #ddd; 
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
}
.feature-status li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}
ul.feature-status li {
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    text-align: center; /* Center-align checkmarks */
}

ul.feature-status li:before {
    display: inline-block;
    content: attr(data-status);
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    /* color: #032f60; */
    
}

ul.feature-status li[data-status="✔"]:before {
    color: #45d664 ;
}
.check{
    color: #45d664 ;
}
.cross {
    color: #D92F25;
}
/* .feature-status li.correct {
    color: green !important;
} */

.feature-status li.wrong {
    color: red !important;
}
.feature-list li:last-child,
.feature-status li:last-child {
    border-bottom: none; /* Remove bottom border for last row */
}

.plan-box {
    text-align: center;
    padding: 20px 0;
}
.plan-box1 {
    /* text-align: center; */
    padding: 20px 0;
}


ul.feature-list li {
    font-weight: bold; /* Emphasize feature titles */
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
}

.faq-container{
    border-radius: 8px;
    /* padding: 20px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out 0s;
    background: #ecf6ff;
    border: 1px solid #001a8c;
    display: block;
}

.faq-container:hover {
    background: #ffffff;
    box-shadow: 0px 4px 52px rgba(172, 172, 172, 0.25);
    border-radius: 12px;
    border: 1px solid #001a8c;
}

.faq-heading{
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
    color: #073985;
}

.accordion-container{
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 margin-top: 20px;
 margin-bottom: 20px;
 border-radius: 8px;
 border: 1px solid #001a8c;
}
/* Remove border when expanded */
.accordion-container .collapse.show {
    border: none;
  }
  
.accordion-answer{
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #2a589c;
    padding: 30px;
    font-family: 'Poppins';
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* padding: 20px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out 0s;
    background: #fff;
    /* border: 1px solid #001a8c; */
    display: block;
}
.upgrade-image{
    width :40px;
    height: 40px
}

.custom-disabled-btn {
    background-color: #e0e0e0; 
    color: #9e9e9e;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: not-allowed;
    text-align: center;
    font-weight: 600;
  }

  .payment-success-tick{
    filter: invert(33%) sepia(100%) saturate(500%) hue-rotate(90deg) brightness(90%) contrast(85%);
  }

  .upgrade-btn {
    position: relative;
    overflow: hidden;
    /* color: #073985; */
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 8px;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    height: 28px;

  }
  
  .upgrade-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(7, 57, 133, 0.2) 30%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(7, 57, 133, 0.2) 70%
    );
    transition: all 0.3s ease-in-out;
    animation: shimmer 2.5s infinite linear;
  }
  .upgrade-btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .plan-start-button:disabled {
    background-color: rgba(0, 0, 0, 0.12); /* Light gray */
    color: #6c757d; /* Gray text */
    cursor: not-allowed;
    border: none;
    opacity: 0.7;
  }
  
  /* .upgrade-img {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(21%) sepia(98%) saturate(1800%) hue-rotate(202deg) brightness(80%) contrast(80%);
  } */
  
  /* @keyframes shineAnimation {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  } */
  @keyframes shineAnimation {
    0% {
      background-position: -200%;
    }
    100% {
      background-position: 200%;
    }
  }

  .shimmer-button {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.2em;
    color: hsla(0, 0%, 10%, 1.1);
    background-color: #ffffff;
    padding: 2px 8px;
    text-transform: none;
    box-shadow: none;
    min-width: auto;
    position: relative;
    display: inline-block;
    border: none;
    cursor: pointer;
    overflow: hidden;
  }

  .shimmer-button::before {
    content: "";
    position: absolute;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      150deg,
      rgba(245, 235, 235, 0.5) 30%,
      rgba(245, 245, 245, 0.8) 50%,
      rgba(235, 235, 235, 0.5) 70%
    ); */
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(7, 57, 133, 0.2) 30%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(7, 57, 133, 0.2) 70%
    );
    background-size: 200% 100%;
    transition: all 0.3s ease-in-out;
    animation: shineAnimation 3s linear infinite;
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
  }

  .shimmer-button span {
    position: relative;
    z-index: 2;
  }
  