html {
    overflow-x: hidden;
}

body {
    font-family: Arial;
    font-size: 15px;
    /* line-height: 1.8; */
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    /* letter-spacing: 0.5px; */
}

.font-alt {
    font-family: Arial;
}

.f-w-600 {
    font-weight: 600;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-b-15 {
    margin: 15px 0px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.f-s-16 {
    font-size: 16px;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.container-large {
    max-width: 1440px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-l-15 {
    padding-left: 15px;
}

.text-note {
    font-size: 14px !important;
    margin-top: 30px;
}

.bg-blue-shade {
    background: #4b86d0;
}


/*---------------------------------
* Buttons
-----------------------------------*/

.btn {
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 22px;
    border-radius: 2px;
    border: none;
    border: 2px solid #5197ED;
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
}

.btn-t-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-t-white:hover {
    background: #fff
}

.btn-white {
    border: 1px solid #fff;
    background: #fff;
}

.btn-white:hover {
    color: #fff;
}

.btn-theme {
    color: #fff !important;
}

.btn-theme:hover {
    color: #fff !important;
}

.link-btn {
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.out-line-btn {
    border: 1px solid #5197ED;
    border-radius: 2px;
    background: #fff;
}

a.out-line-btn{
    color:#000 !important;
}

.buttons-row-section {
    margin-top: 24px;
}

.section-row {
    margin: 45px 0px;
}


/*-----------------------------------------
*  Home Bnnar
-----------------------------------------*/

.home-banner {
    padding-top: 95px;
}

.home-banner h1 {
    font-size: 38px;
    font-weight: 600;
    color: #276FC4;
    font-family: Arial;
}

.home-banner p {
    color: #000;
    margin: 30px 0px;
}


/*-----------------------------------------
*  Hr
-----------------------------------------*/

.sebi-registered-section {
    margin: 40px 0px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    font-weight: 600;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
}


/*----
graph card section
*/

.Graph-card-content h4 {
    font-size: 34px;
    font-weight: 600;
    color: #276FC4;
    margin-bottom: 24px;
}

.Graph-card-content p {
    font-size: 18px;
    color: #000;
}


/*-----------------------------------------
*  Why jama section
-----------------------------------------*/

.Why-jama-heading-title h1 {
    position: relative;
    z-index: 1;
    margin: 25px auto;
    padding: 25px 0px;
}

.Why-jama-heading-title h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 10%;
    border-bottom: 5px solid #000;
}

.Jama-card {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 20px;
    border-radius: 5px;
    min-height: 288px;
    margin: 15px 0px;
    -webkit-transition: .3s;
}

.Jama-card:hover {
    box-shadow: 0 3px 55px 0 rgba(0, 0, 0, .15);
}

.investment-they {
    margin: 20px 0px 0px 0px;
}

.investment-they h4 {
    color: #276FC4;
}

.investment-they li {
    list-style: none;
    font-size: 18px;
}

.investment-they img {
    float: right;
}

.Honest-trans li {
    margin-top: 20px;
}

.service-image {
    max-height: 460px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-img-right {
    margin-right: -15vw !important;
}

.service-img-left {
    margin-left: -15vw !important;
}

.service-image img {
    background-size: cover;
}


/*-----------------------------------------
*  Number count section
-----------------------------------------*/

.number-count-section {
    width: 100%;
    background: #5197ED;
    color: #fff;
    text-align: center;
}

.number-count-content {
    padding: 25px 0px;
}


/*-----------------------------------------
*  Testimonial section
-----------------------------------------*/

.testimonial {
    padding: 40px;
    margin: 0 0 20px;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    border-bottom: 4px solid #eee;
    border-radius: 5px;
}

.testimonial .testimonial-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .testimonial-content p {
    text-align: center;
    font-size: 17px;
    color: #818078;
}

.testimonial .avtar {
    display: none;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.testimonial .name {
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
}

.testimonial .name span {
    display: block;
    font-weight: 400;
    font-size: 22px;
}

.testimonial .name label {
    color: #818078;
    font-size: 16px;
}


/*-----------------------------------------
Partner section
-----------------------------------------*/

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
}

.slide img {
    height: 40px;
    width: auto;
    margin: 0px 15px;
}

.partner-brand-logos {
    margin: 40px 0px;
}

.partner-brand-logos img {
    height: 120px;
    margin-bottom: 15px;
}


/*-----------------------------------------
*  Direct mutual fund page
-----------------------------------------*/

.dmf-card {
    min-height: 165px !important;
}

.fp-card {
    min-height: 190px !important;
}

.fpc-card {
    min-height: 252px !important;
}

.frp-card {
    min-height: 218px !important;
}

.fixed-call {
    background: #1e53a1;
    position: fixed;
    transition: bottom 0.3s ease-in-out;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    color: #fff;
    font-weight: 100 !important;
    font-size: 20px;
    padding: 20px 10px;
}

.nav-up {
    bottom: -100px;
}

.action-button-section {
    margin: 0 auto;
    max-width: 800px;
}

.action-button-section .action-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400 !important;
}

.action-button-section .action-btn:hover {
    background: #fff;
    color: #276FC4;
}

.action-section-title {
    margin-top: 10px;
    margin-right: 15px;
}


/*-----------------------------------------
*  16. Price Table
-----------------------------------------*/

.jama-pricing-content {
    padding-top: 120px;
    margin-bottom: 80px;
}

.pricig-title h2 {
    margin-bottom: 40px;
}

.price-table {
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    border: 1px solid #eee;
    border-bottom: 4px solid #eee;
}

.price-table:hover {
    margin-top: -10px;
}

.price-table:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.price-table .price-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
}

.price-table .price-header p {
    margin: 0 0 15px;
    font-size: 13px;
}

.price-table .price-price .price-value {
    font-size: 45px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 45px;
    margin-bottom: 15px;
}

.price-table .price-header {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.price-table .price-price .price-value sup {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    top: -17px;
}

.price-header small {
    display: block;
}

.price-table .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-table .price-body li {
    font-size: 14px;
    margin: 12px 0;
    color: #333357;
    position: relative;
    padding-left: 20px;
}

.price-table .price-body li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 8px;
    background: #9a9a9a;
}

.price-table .price-body li.no {
    text-decoration: line-through;
    color: #999;
}

.price-table .price-footer {
    padding: 20px 0 0px;
}

.price-table .price-footer span {
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
}

@media(max-width: 991px) {
    .price-table {
        padding: 15px;
    }
    .price-table .price-body li {
        font-size: 13px;
    }
    .featured-img{
        margin-bottom:-25% !important;
    }
}

@media(max-width: 991px) {
    .btn {
        font-size: 14px;
        padding: 8px 18px;
    }
    .fixed-call {
        display: none;
    }
}