@import url(../fonts/stylesheet.css);

/* .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
} */
.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
  
.equal-height > [class^='col-'], .equal-height > .equal-height-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.cs-tooltip {
    position: relative;
}

.cs-tooltip:hover:after,
.cs-tooltip:hover:before {
    display: block;
}

.cs-tooltip:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -12.7px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #001636;
    border-bottom: none;
    border-right: none;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
}

.cs-tooltip:after {
    display: none;
    content: "Coming soon";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #001636;
    color: #001636;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
}

.slider-section {
    background-image: url(../img/Home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 9rem;
}

.slider-section.option2 {
    padding-bottom: 4rem;
}

.card {
    border-radius: 1rem;
    position: relative;
}

.card-2 .card {
    display: inline-block;
    width: 270px;
    height: 270px;
    line-height: 260px;
    border-radius: 100%;
    border: 2px solid #001636;
    border-left-width: 12px;
    border-bottom-width: 12px;
}

.card-2 .card-right {
    border-left-width: 1px;
    border-right-width: 12px;
}

.card-2 .card-body {
    width: 850px;
    position: relative;
}

.bgfix-text {
    position: absolute;
    margin-top: -65px;
    color: #ccc;
    background: linear-gradient(to bottom, #ddd 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.bgfix-text-end {
    right: 0;
}

/*banner-text-animation start*/
#slider {
    display: inline-block;
}

#slider .fade-text {
    display: none;
    height: 250px;
    width: 250px;
    color: #fff;
}

#slider .fade-text.show {
    display: inline;
}

.yr-enter {
    display: inline-block;
    transition: 0.5s linear;
    padding-left: 7px;
}

/* end */

.custom-link {
    text-decoration: none;
}

.custom-link:hover {
    text-decoration: underline;
}

.card.shadow-sm {
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.39) !important;
}

.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equal-height>[class^='col-'],
.equal-height>.equal-height-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.finpal-howork .finpal {
    border-right: 5px solid #f3f3f3;
}

.finpal-howork .finpal h2 em {
    background: linear-gradient(to right, #bd01ff 0%, #1501ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cusmize-portal-section {
    background-color: #001636;
}

.client-details {
    display: flex;
    align-items: center;
}

.client-details span {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #ddd;
    overflow: hidden;
}

.client-details span img {
    object-fit: cover;
}

/* Our client experties start */
.slick span {
    display: block;
    position: relative;
    transform: translate(0, 0) scale(0.85);
    transition: all 0.4s ease;
    opacity: 0.9;
    margin-left: 0.5rem;
}

.slick-slide {
    margin: 1rem 0;
}

.slick-slide.lt2 span {
    transform: translate(10%, 0) scale(0.6);
}

.slick-slide.lt1 span {
    opacity: 0.7;
    transform: translate(5%, 0) scale(0.8);
}

.slick-slide.gt1 span {
    opacity: 0.7;
    transform: translate(-5%, 0) scale(0.8);
}

.slick-slide.gt2 span {
    transform: translate(-10%, 0) scale(0.6);
}

.slick-slide.slick-center span {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -30px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    z-index: 100;
    font-size: 2rem;
    color: #ccc;
}

.slick-prev:hover,
.slick-next:hover {
    color: #000;
}

.single-item .slick-prev:hover,
.single-item .slick-next:hover {
    color: #fff;
}

.slick-prev {
    width: 0;
    height: 0;
    left: 0;
}

.slick-next {
    width: 0;
    height: 0;
    right: 0;
}

/* end */

.our-partner {
    background-color: #f5f5f5;
}

.our-partner ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-partner ul li {
    list-style: none;
}

.our-partner ul li a {
    padding: 0 1.5rem;
}

.our-partner ul li a img {
    max-height: 75px;
}

.finpal-dark {
    background-color: #efeded;
}

.finpal-howork.finpal-dark .finpal {
    border-color: #011735 !important;
    padding-top: 50px;
}

.finpal-howork.finpal-dark .finpal h2 em {
    background: none;
    -webkit-text-fill-color: inherit;
}

.footer-section {
    background-color: #001636;
}

.copyright-text p,
.copyright-text li {
    font-weight: 300;
}

.copyright-text li {
    display: inline-block;
}

.copyright-text li a {
    padding: 0 0.5rem;
}

.copyright-text li a:hover {
    text-decoration: underline !important;
}

li .fa-phone {
    transform: scaleX(-1) !important;
}

.left-pannel {
    background-color: #001534;
    min-height: 550px;
}

.left-pannel ul li {
    margin-top: 2rem;
}

.pannel-inner {
    border-left: 4px dashed #001636;
    position: relative;
}

.pannel-inner .heading-dots {
    position: relative;
}

.pannel-inner .heading-dots:before {
    content: "";
    position: absolute;
    left: -3.69rem;
    width: 20px;
    height: 20px;
    background-color: #001636;
    border-radius: 10rem;
    outline: 4px solid #001636;
    outline-offset: 5px;
}

.pannel-inner:after {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background-color: #001636;
    border-radius: 10rem;
}

.pannel-inner ul li {
    list-style: none;
    padding-left: 3rem;
    background-image: url(../img/check-circle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 1.5rem;
}

.pannel-inner ul li a {
    text-decoration: none;
}

.pannel-inner ul li a:hover {
    text-decoration: underline;
}

.text-dark2 {
    color: rgba(0, 21, 52, 0.64) !important;
}

.pricing-maintitle {
    margin: 30px 10%;
}

/* tabs start */
.tab {
    display: inline-block;
    overflow: hidden;
    background-color: #efeded;
}

.tab button.tablinks {
    background-color: transparent;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem 1rem;
    transition: 0.3s;
    /*color: #8EACDA;*/
    color: #000000;
    font-weight: 500;
}

.tab button.tablinks:hover,
.tab button.active {
    background-color: #00255c;
    color: #fff;
}

.tabcontent {
    display: none;
}

.most-popular {
    position: absolute;
    width: 140px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 2px solid #D7D7D7;
    padding: 5px;
    border-radius: 10px;
}

.gadient-change {
    animation: 1.5s linear gradient-change infinite;
}

@keyframes gradient-change {
    0% {
        background: linear-gradient(to right, #bd01ff 0%, #1501ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    25% {
        background: linear-gradient(to right, red 0%, orange 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    50% {
        background: linear-gradient(to right, #1501ff 0%, #bd01ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    100% {
        background: linear-gradient(to right, orange 0%, red 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.price-save {
    background-color: #fdf3d9;
    color: #F1AE00;
    margin-left: 5px;
    border-radius: 5px;
}

.startnow-btn {
    width: 160px;
}

.checklist {
    border-top: 3px solid #F3F3F3;
}

.checklist ul {
    padding-left: 7px;
}

.checklist ul li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.checklist ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: 0 7px;
}

.checklist ul li.disabled,
.checklist h4.disabled {
    color: #bbb !important;
}

.checklist ul li.disabled:before {
    display: none;
}

/* end */

.plan-table {
    border-radius: 15px;
}

.plan-table table th>span {
    display: inline-block;
    border-width: 2px !important;
}

.plan-table table th:first-child,
.plan-table table td:first-child {
    text-align: left;
}

.add-ons ul {
    padding: 0;
    margin: 0;
}

.add-ons ul li {
    padding: 0;
    margin-bottom: 2rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-ons ul li:last-child {
    margin-bottom: 0;
}

.add-ons ul li p {
    margin: 0;
    color: #001636;
}

.single-item .slick-slide img {
    display: inline-block;
}

.widget-box{
    min-height: 
}


@media (max-width: 1024px) {
    .plan-table {
        width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 991px) {

    /* .sticky-top {
        position: inherit;
    } */
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .slider-section {
        padding-bottom: 2rem;
    }

    .finpal-howork .finpal br {
        display: none;
    }

    .our-partner ul {
        flex-wrap: wrap;
    }

    .our-partner ul li {
        margin-bottom: 1.5rem;
    }

    .finpal-howork .col-lg-6.finpal {
        margin-bottom: 2rem;
    }

    .finpal-howork .col-lg-6 {
        border-right: none;
        text-align: center !important;
    }

    .left-pannel {
        min-height: auto;
        margin-bottom: 2rem;
    }

    .pricing-maintitle {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .card-2 .card-body {
        width: auto;
    }
}

/* 31 March 2023 */
.has-submenu .dropdown{
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: 0.255em;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  transform: rotate(-45deg);
  transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
}
.has-submenu .dropdown.rotate{
    transform: rotate(45deg);
    margin-top: -5px;
}
.left-pannel .sub-menu{
    display: none;
    /*border: 1px solid rgba(255, 255, 255, 0.35);*/
    list-style: none;
    border-radius: 10px;
    margin-top: 1rem;
}
.left-pannel .sub-menu li{
    margin: 1rem 0;
    
}
.side-activemenu-color{
    background-color: #efeded;
    border-radius: 10px;
}
.side-activemenu-color a{
    color: #011735 !important;
}
.text-blue-color{
    color: #001534;
}

.card-design{
    /*background-color: #efeded;*/
    border: 3px solid #001534 !important;
    padding: 15px;
    border-radius: 1px;
}
.shadow-sm img{
    height: 50px !important;
}
.shadow-sm p,h5{
    color: #001534;
}
.shadow-sm p{
    text-align: justify;
}
.shadow-sm2 img{
    height: 222px !important;
}
.shadow-sm2 p,h5{
    color: #001534;
}
.shadow-sm2 p{
    text-align: justify;
}
.card-design p{
    padding-top: 10px;
}