#newsletter .nr-banner {
    background-image: url(../img/insight/desk-banner.png) !important;
}

.media-tab .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.media-tab .single-content img {
    width: 100%;
    height: 100%;
    /* margin: 10px; */
    border-radius: 10px;
    -webkit-box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 17%);
    box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 17%);
}

.media-tab .filters {
    width: 100%;
    text-align: center;
}

.media-tab ul {
    /* list-style: none; */
    padding: 10px 40px;
    background: #DE4019;
    /* width: -webkit-max-content; */
    width: -moz-max-content;
    /* width: max-content; */
    /* border-radius: 46px; */
    /* margin: 0 auto; */
    margin-bottom: 40px;
    /* display: block; */
}

.media-tab li {
    display: inline;
    padding: 0px 25px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.media-tab li:hover {
    color: #fff;
    opacity: 1;
}

.media-tab li.active {
    color: #fff;
    opacity: 1;
    /* border: 1px solid #ccc; */
    /* border-radius: 15px; */
    background-color: #000000;
    /* padding: 20px 0; */
    border-bottom: 0;
    color: #fff;
    /* font-weight: 600; */
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 0;
    border-bottom: 5px solid #DE4019;
    bottom: 0;
}

.single-content {
    margin-bottom: 50px;
    /*    display: none;*/
    float: left;
}

/*
a#seeMore{
  display:block;
  color:#fff;
  margin:0 auto;
  line-height:50px;
  width:30%;
  border-radius:30px;
  text-decoration:none;
    text-align: center;
  border:3px #ee5f4a solid;
  background:#ee5f4a;
  opacity:0.7;
  margin-bottom:50px;
}

a#seeMore:hover{
  opacity:1;
}
*/
.media-tab li:nth-child(2) {
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
}

.media-content span {
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 10px;
    padding: 5px 15px;
    letter-spacing: 1px;
}

.img-box {
    position: relative;
}

.media-content p {
    text-align: left;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

.media-desc {
    width: 100%;
    height: 30%;
    opacity: 0;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
    position: absolute;
    bottom: 0%;
    left: 0;
    border-radius: 20px;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000), to(#00000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(360deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.single-content:hover .media-desc {
    opacity: 1;
}

p.media-date {
    text-align: left;
    color: #fff;
    font-weight: 800;
    /* color: #d94320; */
}

p.media-txt {
    text-align: left;
    color: #fff;
}

.prev-news {
    margin-top: -150px;
    margin-bottom: 50px;
}

.prev-news .single-content {
    /* margin-bottom: 40px; */
}

.other-box .single-content {
    margin-bottom: 20px;
}

.prev-news .img-box img {
    border-radius: 20px;
    -webkit-box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 17%);
    box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 17%);
}

.news-list-wrapper .img-box img {
    border-radius: 20px;
}

.news-list-wrapper .media-content p {
    padding-top: 10px;
}

.fund-profile-box {
    background: #DE4019;
    color: #fff;
    padding: 60px 60px;
    border-radius: 20px;
    height: 85%;
    text-align: right;
}

.fund-profile-box span {
    font-size: 40px;
    /*    font-family: HelveticaNeueLTProMd;*/
    font-family: 'Roboto', sans-serif;
    display: block;
    padding-bottom: 30px;
}

.fund-profile-box span h3 {
    font-size: 70px;
    /*    font-family: 'HelveticaNeueLTProBdCn';*/
    font-family: 'Roboto', sans-serif;
}

.key-fund-box h3 {
    font-size: 40px;
    padding-bottom: 30px;
}

.key-fund-box table td strong {
    font-size: 15px;
    display: block;
}

.key-fund-box table tr {
    height: 40px;
}

.key-fund-box table {
    /*    margin-top: 50px;*/
    /*    margin-bottom: 50px;*/
}

.about-fund h3 {
    font-size: 40px;
    padding-bottom: 30px;
}

.about-fund strong {
    display: block;
    padding-bottom: 10px;
}

.about-fund h4 {
    font-size: 16px;
    line-height: 25px;
}

.fund-profile-box span:after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
}

.key-fund-box:after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 35px;
    /* margin-left: -1px; */
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #000000;
    /* border: 1px solid #ddd; */
    font-size: 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #de4019;
    /*     border-color: #337ab7;*/
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 46px;
    /*    width: 100%;*/
    background: #000;
    margin-top: 20px;
}

.view-all::before {
    content: "";
    display: block;
    border-left: 1px solid #fff;
}

#news-subscribe {
    padding: 50px 0;
}

#news-subscribe .form-subscribe .form-control {
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 50px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 50px;
}

#news-subscribe .form-subscribe {
    max-width: 100%;
}

#news-subscribe .form-subscribe input::-webkit-input-placeholder {
    text-align: center;
    font-size: 20px;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
}

#news-subscribe .form-subscribe input:-ms-input-placeholder {
    text-align: center;
    font-size: 20px;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
}

#news-subscribe .form-subscribe input::placeholder {
    text-align: center;
    font-size: 20px;
    color: #000;
    opacity: 0.4;
    font-weight: 600;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
}

.pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#insight-tab {
    padding-top: 60px;
}

.about-iti-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

#about-iti-tabs {
    background: #000000;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0;
}

#about-iti-tabs .nav-item.show .nav-link,
#about-iti-tabs .nav-link.active {
    background-color: #000000;
    /* padding: 20px 0; */
    border-bottom: 0;
    color: #fff;
    /* font-weight: 600; */
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 0;
    border-bottom: 5px solid #DE4019;
    bottom: 0;
    font-weight: 500;
}

#about-iti-tabs .nav-link {
    color: #fff;
    font-size: 22px;
    /*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    opacity: 0.5;
    padding-bottom: 20px;
    border: none;
}

.media-tab li.active a {
    color: #fff !important;
    opacity: 1 !important;
    /*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
}

.main-img {
    min-height: 320px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

#news-subscribe .flex-align-center {
    float: right;
}

.img-box iframe {
    width: 100%;
    height: 350px;
}

.img-box a {
    width: 100%;
    /* box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 50%); */
}

.img-box img {
    width: 100%;
}

.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 20px;
}

.title-box a {
    font-size: 20px;
    font-weight: 500;
}

.title-box h3 {
    font-size: 20px;
}

.other-box .media-desc {
    height: 60%;
}
.main-news-box a{
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .main-img {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .single-content:hover .media-desc {
        height: 45%;
    }

    .sub-news-box.single-content:hover .media-desc {
        height: 65%;
    }
}

@media(max-width:1280px) {
    .fund-profile-box {
        height: 90%;
    }

    .pagination > li > a,
    .pagination > li > span {
        padding: 10px 20px;
    }

    .single-content:hover .media-desc {
        height: 45%;
    }

    .sub-news-box.single-content:hover .media-desc {
        height: 65%;
    }
}

@media(max-width:767px) {
    #newsletter .nr-banner {
        background-image: url(../img/insight/Insights-mob.png) !important;
    }

    .media-tab ul {
        padding: 10px 15px;
        width: 100%;
    }

    .media-tab .single-content img {
        margin: 0;
    }

    .media-tab li {
        padding: 0px 15px;
        font-size: 14px;
        /*        width: 50%;*/
    }

    #about-iti-tabs .nav-link {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .media-tab ul h4 {
        font-size: 0;
    }

    .media-content p {
        padding-top: 10px;
    }

    .mediaSlider .slider-prev {
        left: -40px;
    }

    .mediaSlider .slider-next {
        right: -40px;
    }

    #news-subscribe .form-subscribe .form-control {
        height: 50px;
    }

    #news-subscribe .form-subscribe .btn {
        padding: 5px 15px;
    }

    .main-img {
        height: 100%;
    }

    #news-subscribe .flex-align-center {
        float: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #news-subscribe .d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .prev-news .other-box .col-lg-6 {
        float: left;
        width: 50%;
    }

    #news-subscribe .form-subscribe input::-webkit-input-placeholder {
        font-size: 15px;
    }

    #news-subscribe .form-subscribe input:-ms-input-placeholder {
        font-size: 15px;
    }

    #news-subscribe .form-subscribe input::placeholder {
        font-size: 15px;
    }

    .img-box iframe {
        width: 100%;
        height: auto;
    }

    #about-iti-tabs {
        padding: 0;
    }

    #about-iti-tabs .responsive-tabs .dropdown-arrow {
        border: 2px solid #fff;
    }

    #about-iti-tabs .nav-link {
        padding-bottom: 5px;
    }
}
