.our_comp_bann img {
    min-height: 200px !important;
}


span.b1 {
    display: none;
}

.newss_bann {
    width: 100%;
    height: 200px;
    background: url(../images/newsroom/media-banner.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
}

.newss_bann h1 {
    color: #000;
    font-family: 'Museo Sans 500';
    font-size: 30px;
    padding-top: 60px;
    padding-left: 20px;
}

.news-sec-one {
    position: relative;
    top: -89px;
    font-family: 'Museo Sans Rounded 900';
}

.news-sec-one .nav-tabs {
    border-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
}

.news-sec-one ul {
    background: none;
    box-shadow: none;
}

.news-sec-one .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.news-sec-one .nav-tabs>li.active>a,
.news-sec-one .nav-tabs>li.active>a:focus,
.news-sec-one .nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default !important;
    background-color: #183883 !important;
}

.news-sec-one .nav-tabs>li>a {
    padding: 11px 80px !important;
    margin-left: 20px;
    border: 0px solid transparent !important;
    border-radius: 16px;
    background-color: #FFF !important;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-sec-one .cotact_form {
    margin: 27px 0px 44px 0px;
    position: relative;
    font-family: 'Museo Sans 500';
}

.news-sec-one .cotact_form.pr-kit {
    padding: 15px 0px 0px 0px;
}

.news-sec-one .cotact_fright {
    width: 24%;
    margin-right: 25px;
}

.news-sec-one .cotact_fright.cf-search {
    width: 34%;
    margin-right: 25px;
}

.news-sec-one .cotact_fright select {
    font-size: 16px;
}

.news-sec-one .tab-content {
    margin-top: 55px;
}

#newss li.active ::after {
    content: "";
    width: 30px;
    height: 43px;
    background: url(../images/investor-new/triangle.png) no-repeat;
    position: absolute;
    bottom: -58px;
    /* float: left; */
    text-align: center;
    left: 44%;
}

.cotact_form h1 {
    color: #000;
    font-family: 'Museo Sans 500';
    font-size: 22px;
    padding-bottom: 30px;
    font-weight: 600;
}

.inp-search {
    background-color: #ECECEC;
    font-size: 16px;
    width: 100%;
    height: 40px;
}

.news-slider {
    width: 100%;
    height: 330px;
}

.news-left {
    background-color: #f6f6f6;
    padding: 10px;
    width: 28%;
    float: left;
    border-radius: 4px 0px 0px 4px;
    height: 100%;
    box-shadow: 0px 1px 1px #ccc;
    margin: 0px 0px 1px 0px;
}

.news-left p {
    color: #4a4a4a;
    font-size: 19px;
    font-family: 'Museo Sans 300';
    padding-left: 35px;
}

.news-left h4 {
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 35px;
}

.news-right {
    width: 71%;
    float: left;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
}

.news-right img {
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(0.99);
}

.news-main-slider .slick-track .slick-active .news-right img,
.news-second-slider .slick-track .slick-active .news-right img {
    transform: scale(1);
}

.news-main-slider .slick-dots,
.news-second-slider .slick-dots {
    bottom: 27px;
    width: 28%;
}

.news-main-slider .slick-dots li,
.news-second-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.news-main-slider .slick-dots li button,
.news-second-slider .slick-dots li button {
    background-color: #d8d8d8;
    border-radius: 100%;
    width: 7px;
    height: 7px;
}

.news-main-slider .slick-dots li.slick-active button,
.news-second-slider .slick-dots li.slick-active button {
    background-color: #183883;
}

.news-main-slider .slick-dots li button:before,
.news-second-slider .slick-dots li button:before {
    display: none;
}

.news-main-slider .slick-prev:before,
.news-main-slider .slick-next:before,
.news-second-slider .slick-prev:before,
.news-second-slider .slick-next:before {
    display: none;
}

.news-main-slider .slick-prev.slick-arrow,
.news-second-slider .slick-prev.slick-arrow {
    background: url(../images/newsroom/small-arrow-2.png) no-repeat;
    background-size: 100%;
    top: 90%;
    left: 8%;
    z-index: 2;
}

.news-main-slider .slick-next.slick-arrow,
.news-second-slider .slick-next.slick-arrow {
    background: url(../images/newsroom/small-arrow-1.png) no-repeat;
    background-size: 100%;
    top: 90%;
    left: 18.5%;
    z-index: 2;
}

.inves-selectnew {
    padding-top: 20px;
}

.inves-selectnew ul li {
    list-style: none;
    background-position: 0px 0px;
    border-bottom: none;
    position: relative;
    height: 49px;
    color: #000;
    padding: 0;
    margin-top: -3px;

}

.inves-selectnew ul li:last-child {
    border-bottom: 1px solid #ccc;
}


.inves-selectnew i.fa.fa-chevron-right {
    font-size: 12px;
}

.inves-selectnew ul li:after {
    content: "";
    background: url(../images/investor-new/mark.png)no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    left: 0px;
}

.inves-selectnew ul {
    margin: 0px;
    padding: 0px;
}

.inves-selectnew li a {
    position: absolute;
    z-index: 2;
    text-decoration: none;
    padding: 14px 25px;
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Museo Sans 500';
}

.inves-selectnew ul li:hover {
    background-color: #eee;
}

.inves-selectnew li a span {
    color: #183883;
    font-weight: 600;
}

.news-sec-one .tab-content>.tab-pane {
    display: block;
    opacity: 0;
    height: 0px;
    overflow: hidden;

}

.news-sec-one .tab-content>.active {
    display: block;
    opacity: 1;
    height: auto;
}

.subs-div {
    background-color: #ededed;
    padding: 30px 0px;
}

.subscribe {
    margin: 0 auto;
    display: table;
    position: relative;
}

.subscribe p {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.subs-name {
    border-radius: 25px;
    border: none;
    padding: 9px 20px 9px 19px;
    margin-left: 10px;
    width: 350px;
}

.subs-submit {
    position: absolute;
    background: url(../images/newsroom/blue-arrow.png) no-repeat;
    background-size: 100%;
    border: 0;
    width: 26px;
    height: 26px;
    left: 95%;
    top: 6px;
}

.media-contact {
    padding: 0px 20px 20px 20px;
}

.media-contact h3 {
    color: #3e3e3e;
    font-family: 'Museo Sans 500';
    font-size: 21px;
    margin-bottom: 25px;
}

.media-contact h4 {
    color: #282828;
    font-family: 'Museo Sans Rounded 700';
    font-size: 17px;
    margin-bottom: 14px;
}

.media-contact p {
    color: #282828;
    font-family: 'Museo Sans 500';
    font-size: 14px;
    margin-bottom: 2px;
}

.media-contact p a {
    color: #284489;
    font-family: 'Museo Sans Rounded 700';
    font-size: 14px;
    margin-top: 11px;
    display: inline-block;
    text-decoration: underline;
}

.corp-banner {
    position: relative;
}

.corp-banner img {
    width: 100%;
}

.corp-banner h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Museo Sans Rounded 900';
    position: absolute;
    top: 20px;
    left: 20px;
}

.corp-banner a {
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-decoration: none;
    color: #2a6496;
}

.corp-banner.two h2 {
    color: #fff;
}

.corp-banner.two p {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-decoration: none;
}

.corp-banner.two a {
    color: #fff;
    position: static;
}

.vid-dwnld {
    padding: 17px;
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.vid-left {
    float: left;
    width: 50%;
}

.vide-rgt {
    padding-left: 30px;
    float: left;
    width: 50%;
}

.vid-row {
    padding-top: 20px;
}

.vid-dwnld h4 {
    color: #000;
    font-family: 'Museo Sans 500';
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 0px;
    font-weight: 600;
}

.vid-dwnld h4:nth-child(2) {
    margin-bottom: 18px;
}

.vid-dwnld p {
    color: #616161;
    font-size: 14px;
    font-family: 'Museo Sans 500';
    margin-bottom: 2px;
}

.vid-dwnld a {
    color: #425a97;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 21px;
    display: inline-block;
}

.bike-modal .modal-dialog {
    width: 90%;
}

.bike-modal .modal-dialog .modal-header .close {
    position: absolute;
    right: -20px;
    top: -17px;
    background-color: #000;
    padding: 7px 12px 10px 13px;
    border-radius: 100%;
    color: #fff;
    opacity: 1;
}

.bike-modal .modal-dialog .modal-header {
    min-height: 0px;
    padding: 0px;
    border-bottom: none;
}

.video-carousel .slick-dots {
    bottom: -25px;
}

.video-carousel .slick-dots li,
.news-second-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.video-carousel .slick-dots li button {
    background-color: #b2b2b2;
    border-radius: 100%;
    width: 7px;
    height: 7px;
}

.video-carousel .slick-dots li.slick-active button {
    background-color: #000;
}

.inves-two {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.inves-two h4 {
    color: #5c5c5c;
    font-family: 'Museo Sans 500';
    text-transform: capitalize;
    font-size: 21px;
}

.inves-two h4.fh1 {
    margin-bottom: 20px;
}

.inves-two .nav-search>li {
    font-family: 'Museo Sans 500';
    font-size: 15px;
    text-transform: capitalize;
    width: 22%;
}

.inves-two .nav-search>li>a {
    background-color: #ebebeb !important;
    border-radius: 19px;
    padding: 11px 20px !important;
    text-align: center;
    margin: 0px 3px;
}

.inves-two .nav-search>li>a span label {
    margin-bottom: 0;
}

.inves-two .nav-search>li>a label {
    margin-bottom: 0;
}

.inves-two .tab-content {
    margin-top: 15px;
}

.news-sr {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.news-sr:hover {
    background-color: #ebebeb;
}

.news-sr:hover,
.news-sr:focus,
.news-hr:active {
    text-decoration: none;
    color: inherit;
}

.news-sr p {
    font-size: 17px !important;
    font-family: 'Museo Sans 500';
    color: #353535;
}

.sr-location {
    font-size: 15px !important;
    font-family: 'Museo Sans Rounded 700' !important;
    color: #a3a3a3 !important;
    margin-bottom: 24px;
}

.sr-head {
    font-size: 17px !important;
    font-family: 'Museo Sans Rounded 700' !important;
    color: #333 !important;
}

.cf-search {
    position: relative;
}

.cf-search span i {
    position: absolute;
    visibility: visible;
    right: 5px;
    top: 5px;
}

.cf-search span {
    position: absolute;
    right: 5px;
    top: 7px;
}

.searchbut {
    position: absolute;
    left: -30px;
    opacity: 0;
    width: 35px;
    height: 35px;
    top: -6px;
}
h4.sr-head span {
    color: #0b13e3;
    font-size: 15px;
}
#usermodel .modal-title{
    color: #000;
    display: block;
    font-size: 26px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 15px;
}

#usermodel .modal-body, #thankmodel .modal-body{
    padding: 0px 15px 15px 15px;
}
#usermodel .modal-header, #thankmodel .modal-header{
    border-bottom: none;
    height: 45px;
}
#usermodel .modal-header .close, #thankmodel .modal-header .close{
    background-color: #fc4b4b;
    opacity: 1;
    padding: 5px 0px 6px 0px;
    border-radius: 100%;
    color: #fff;
    right: 5px;
    position: absolute;
    top: 9px;
    width: 42px;
    height: 40px;
}
#showmsg p,#showmsgthank p{
    margin: 2px 0px 15px 0px;
    text-align: center;
    font-size: 20px;
}
#showmsg img, #showmsgthank img{
    margin-bottom: 20px;
}

.dv-space {
    margin: 10px 0px;
    padding: 0px 10px;
}

.dv-space #txtname,
.dv-space #txtmobile,
.dv-space #txtemail {
    width: 100%;
    padding: 8px 5px 8px 20px;
    border-radius: 4px;
    border: none;
    background-color: #f2f2f2;
    color: #000;
    font-size: 17px;
}

.dv-space button {
    width: 120px;
    padding: 5px 6px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    font-size: 20px;
    margin: 0 auto;
    display: table;
    background-color: #183883;
    margin-top: 20px;
}
.vid-download-btn {
    width: 190px;
    border: 1px solid #333;
    display: table;
    align-items: center;
    text-align: center;
    padding: 12px 5px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.6s;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%);
}

.vid-div-row {
    width: 100%;
    float: left;
}
.arr-docview:hover{
    cursor: pointer;
}
.arr-docview .fa.fa-download{
    position: relative;
    right: 4px;
}
.no-paddg{
    padding: 0;
}
.media-main{
    width: 100%;
    float: left;
}
#med-id >li.active>a, #med-id >li.active>a:focus, #med-id >li.active>a:hover, #med-idmedia >li.active>a, #med-idmedia >li.active>a:focus, #med-idmedia >li.active>a:hover{
    background-color: transparent !important;
    cursor: pointer !important;
    color: #183883 !important;
}

#med-id.nav-tabs>li>a, #med-idmedia.nav-tabs>li>a {
    padding: 11px 20px !important;
    margin-left: 5px;
    margin-top: 15px;
    color: #b8b8b8;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Museo Sans 500';
    background-color: transparent !important;
}
#media-main-tab-content, #media-main-tab-content-innewsmedia{
    margin-top: 0px;
}
.vid-new-dwnld{
    width: 100%;
    float: left;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.vid-new-left{
    float: left;
    width: 25%;
}
.vid-new-left img{
  max-width: 100%;
}
.vid-new-rgt{
    margin-top: 5px;
    width: 74%;
    float: right;
}
.vid-new-rgt h4{
    color: #000;
    font-family: 'Museo Sans 500';
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 0px;
    font-weight: 600;
}
.vid-new-rgt p{
    color: #616161;
    font-size: 14px;
    font-family: 'Museo Sans 500';
    margin-bottom: 2px;
}
.vid-new-rgt a {
    color: #425a97;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 21px;
    display: inline-block;
    padding: 0px 12px 0px 0px;
}
.vidtab-row{
    width: 100%;
    float: left;
}
.vid-tabinner{
    width: 24%;
    float: left;
    padding: 10px 4px;
    margin: 0px 4px;
}
.vid-tabinner img{
  max-width: 100%;
}
.vidtab-links{
    float: right;
}
.vidtab-links a{
    color: #425a97;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 21px;
    display: inline-block;
    padding: 0px 12px 0px 0px;
    border-right: 2px solid #b1b1b1;
    line-height: 16px;
}
.vidtab-links a:last-child {
    border-right: none;
    padding: 0px 0px 0px 9px;
}

@media (max-width: 767px) {
    .newss_bann {
        height: 71px;
        width: 100%;
        float: left;
        background: url(../images/newsroom/media-banner-mobi.jpg) no-repeat;
    }
    .newss_bann h1 {
        font-size: 23px;
        margin-top: 24px;
        padding-top: 1px;
    }
    .news-sec-one .nav-tabs>li {
        width: 48%;
    }
    .news-sec-one .nav-tabs>li>a {
        padding: 11px 15px !important;
        margin-top: 10px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        display: table;
        width: 95%;
        text-align: center;
    }
    .news-sec-one .nav-tabs {
        padding: 4px 0px 13px 0px;
        background-color: #e4e4e4;
    }
    .news-slider {
        width: 100%;
        height: auto;
        float: left;
    }
    .corp-banner {
        margin-bottom: 20px;
    }
    #usermodel .modal-title {
        font-size: 22px;
        line-height: 24px;
    }
    #showmsg p, #showmsgthank p {
        font-size: 16px;
    }
    .news-sec-one .tab-content {
        margin-top: 18px;
    }
    .news-left {
        padding: 10px 10px 40px 10px;
        width: 100%;
        border: 1px solid #ccc;
        border-bottom: 1px solid transparent;
        border-radius: 0px;
    }
    .news-left h4 {
        margin-top: 10px;
        padding-left: 20px;
    }
    .news-left p {
        font-size: 15px;
        padding-left: 19px;
        padding-bottom: 25px;
    }
    .news-right {
        width: 100%;
        margin-top: 10px;
    }
    .news-right img {
        height: 150px !important;
    }
    .news-main-slider .slick-dots,
    .news-second-slider .slick-dots {
        top: 39%;
        width: 100%;
    }
    .news-main-slider .slick-prev.slick-arrow,
    .news-second-slider .slick-prev.slick-arrow {
        top: 43%;
        left: 15%;
    }
    .news-main-slider .slick-next.slick-arrow,
    .news-second-slider .slick-next.slick-arrow {
        top: 43%;
        left: 80%;
    }
    .news-sec-one .cotact_fright {
        width: 89%;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .news-sec-one .cotact_fright.cf-search {
        width: 89%;
        margin-left: 10px;
        margin-right: 0px;
    }
    .cotact_form h1 {
        font-size: 19px;
        padding-bottom: 20px;
        padding-left: 17px;
    }
    .inves-selectnew {
        width: 100%;
        float: left;
    }
    .inves-selectnew li a {
        color: #000;
        position: absolute;
        z-index: 2;
        text-decoration: none;
    }
    .inves-selectnew li a span {
        font-size: 13px;
    }
    .inves-selectnew ul {
        padding: 0px 10px;
    }
    .inves-selectnew ul li {
        display: flex;
        align-items: center;
        padding-left: 12px;
        margin-bottom: 15px;
        height: 60px;
        border: none;
    }
    .inves-selectnew ul li:last-child {
        border-bottom: none;
    }
    .inves-selectnew i.fa.fa-chevron-right {
        padding-left: 0;
    }
    .inves-selectnew li a {
        padding: 5px 20px 10px 20px;
        font-size: 11px;
    }
    .subs-name {
        width: 100%;
        margin-left: 0;
        padding: 8px 20px 7px 19px;
    }
    .subs-submit {
        left: 90%;
        top: 38px;
        width: 24px;
        height: 24px;
    }
    .corp-banner img {
        width: 100%;
        height: 150px !important;
    }
    .corp-banner h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 17px;
    }
    #iframeYoutube {
        height: 245px;
    }
    .modal-backdrop.in {
        z-index: 0;
    }
    .modal-open .modal {
        top: 24%;
    }
    .bike-modal .modal-dialog .modal-header .close {
        right: -25px;
        top: -9px;
    }
    .vid-left {

        float: left;
        width: 100%;

    }
    .vid-left img {
        width: 100%;
    }
    .vide-rgt {
        float: left;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .vid-dwnld {
        margin-bottom: 15px;
    }
    .vid-dwnld a {
        margin-top: 10px;
    }
    .vid-dwnld h4:nth-child(2) {
        margin-bottom: 10px;
    }
    .arr-docview .fa.fa-download {
        right: 0px;
        top: 10px;
    }
    .arr-disp{
        display: block;
    }
    .media-contact {
        padding: 0px 10px 20px 10px;
    }
    .media-contact h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .our_comp_wrap {
        background-color: #f6f6f6;
        padding-top: 0px;
        width: 100%;
        float: left;
    }
    .news-sec-one {
        top: 0;
    }
    .inves-two .nav-search>li>a {
        font-size: 13px !important;
        background-color: #fff !important;
    }
    .inves-two .tab-content {
        padding: 0px 15px;
    }
    .sr-head {
        font-size: 16px !important;
    }
    .news-sr p {
        font-size: 16px !important;
    }
    .inves-two h4.fh1 {
        margin-left: 9px;
    }
.dv-space #txtname,
.dv-space #txtmobile,
.dv-space #txtemail {
    margin-top: 5px;
    border: 1px solid #ccc;
}
#med-id{
    background-color: #fff;
}
.dv-space button {
    width: 100px;
    padding: 7px 4px;
}
.vid-new-left {
    float: none;
    width: 100%;
}
.vid-new-rgt {
    margin-top: 10px;
    width: 100%;
    float: none;
}
.vid-tabinner {
    width: 100%;
}
.vidtab-links {
    float: none;
}
.vid-new-left img, .vid-tabinner img{
    width: 100%;
}
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .subs-submit {
        height: 28px;
        top: 37px;
    }
    .subs-name {
        padding: 8px 20px 7px 19px;
    }
 }