#long-short-fund .nr-banner {
    background-image: url(../img/iti-long-short-equity-funds/desk-banner.png) !important;
}

.thinker-first h3 {
    color: #433F3C;
    font-size: 46px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
/*    font-family: HelveticaNeueLTProBdCn;*/
    font-family: 'Roboto', sans-serif;
}

.thinker-first p {
    font-size: 20px;
}

.bottom-wrapper .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}

.bottom-box {
    position: relative;
    overflow: hidden;
}

.bottom-box-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.bottom-box-txt p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.bottom-box img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bottom-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.po-re p {
    font-size: 20px;
}
.bottom-wrapper a{
    display: block;
}
.po-re ul li{
    color: #fff;
}
.po-re ul h4{
    color: #fff;
    padding-bottom: 15px;
}
.rajesh-img-box img{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.rajesh-img-box {
    padding-bottom: 40px;
}
.rajest-img-txt {
    text-align: left;
    padding-left: 40px;
}
@media(max-width:767px) {
    #long-short-fund .nr-banner {
        background-image: url(../img/iti-long-short-equity-funds/ITI-Long-Short-Equity-Fund-mob.png) !important;
    }

    .thinker-first h3 {
        font-size: 35px;
    }

    .thinker-first p {
        font-size: 18px;
    }

    .bottom-box-txt p {
        font-size: 25px;
    }

    .orange-block {
        position: relative;
    }

    .po-re p {
        font-size: 18px;
        padding: 15px;
    }

    .orange-background {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .rajest-img-txt{
        padding-top: 50px;
    }
}
