

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

.bg-blue{
    background-color: #03002f;
}
.navContent {
    display: flex;
    justify-content: space-between;
    padding: 5px 5px;
    align-items: center;
}
.color-w{
    color: #fff !important;
}
.ml-110{
    margin-left:105px;
}
.mt-110{
    margin-top:110px;
}

.mt-50{
    margin-top:50px;
}
.mtb-150{
    margin-top:155px;
    margin-bottom: 10px;
}
.mtb-60{
    margin-top:160px;
    margin-bottom: 60px;
}
.mtb-50{
    margin-top:50px;
    margin-bottom: 50px;
}
.pad-15{
    padding: 15px;
}
.bg-light {
    background-color: #fff!important;
}
.logoImg{
    width: 80%;
}
.nav-link{
    color: #000;
    font-size: 15px;
    margin-right: 10px;
}
.nav-link:hover{
    text-decoration: underline;
    color:#03002f;
    background-color: #f4938e;
}



.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #03002f;
    text-decoration: none;
    background-color: transparent;
}
.active{
    color:#03002f;
    text-decoration: underline;
}
.banner{
    width: 100%;
    height:550px;
}
.productImage{
    width: 100%;
    height:550px;
    transition: transmission(scale  1.1);
}
.banner2{
    width: 100%;
    height:247px;
}
.banner3 {
    width: 100%;
    height: 225px;
    transform: scaleX(1.5);
}
.imgZoom{
    overflow: hidden; 
}
.Btn{
    display: flex;
    justify-content: center;
}
.btn-warning{
    background-color: #f7943e;;
    color:#03002f;
    text-decoration: none;
    text-align: center;
    padding: 15px 40px;
    border:1px solid #f7943e;;
}
.btn-warning:hover {
    color: #fff;
    background-color: #03002f;
    border-color: #03002f;
}
/* Login Starts  */
.bckgNavyBlue {
    background: #03002d;
}
  
.bckgRed {
    background: #f34e45;
}
  
.btn-danger {
    /* --bs-btn-bg: #f34e45;
    --bs-btn-border-color: #f34e45;
    --bs-btn-hover-bg: #f34e45;
    --bs-btn-hover-border-color: #f34e45; */
    background-color: #f34e45 !important;
    border-color: #f34e45  !important;
}

.btn-danger:hover{
    background-color: #f34e45  !important;
    border-color: #f34e45  !important;

}
  
.mt-6 {
    margin-top: 5rem !important;
}
  
.navHover:hover {
    padding-top: 15px;
    background-color: #e2e2e2;
    text-decoration: underline;
    color: #555555;
    font-size: 14px;
}
  
.navHover {
    padding-top: 15px;
    color: #555555;
    font-size: 14px;
}
  
.translate-middle2 {
      transform: translate(-70%, -30%) !important;
}
  
a {
    color: #0d6efd;
    text-decoration: none;
    background-color: transparent;
  }
  
  a:hover {
    text-decoration: underline;
}
  
  /* .offcanvas-header {
      align-items: flex-start;
    } */
  
  .nav .nav-item {
    position: relative;
}
  
  .nav .nav-item:hover .child-menu {
    display: block;
}
  
  .nav .nav-item .child-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 0;
    padding-left: 0;
    height: auto;
    z-index: 12;
    display: none;
    background: #fcfafa;
    transition: top 0.3s ease-in-out;
    min-width: 200px;
    max-width: 250px;
    display: none;
    list-style: none;
}
  
  .nav .nav-item .child-menu .sub-item a {
    display: block;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dotted #595959;
    color: var(--black-color);
}
  
  .nav .nav-item .child-menu .sub-item a:hover {
    color: #000000;
}
  
  .nav .nav-item .edf-nav-link {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
  
  /* togg */
  
  .nav-item:hover .child-menu {
    display: block;
  }
  
  .nav-item .child-menu {
    position: relative;
    min-width: auto;
    max-width: 100%;
  }
  
  .nav-item .child-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 0;
    padding-left: 0;
    height: auto;
    z-index: 12;
    display: none;
    background: #fcfafa;
    transition: top 0.3s ease-in-out;
    min-width: 200px;
    max-width: 250px;
    display: none;
    list-style: none;
  }
  
  .nav-item .child-menu .sub-item a {
    display: block;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dotted #595959;
    color: var(--black-color);
  }
  
  .nav-item .child-menu .sub-item a {
    display: block;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dotted #595959;
    color: var(--black-color);
  }
  
  .nav-item .edf-nav-link {
    font-size: 16px;
    color: #858585;
    padding: 20px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f7f7f7;
  }
  
  .translate-middle {
    transform: translate(-70%, -10%) !important;
  }
  
  @media (min-width: 991px) {
    .mt-12 {
      margin-top: 9rem;
    }
  }
  
  @media (max-width: 991px) {
    .mt-12 {
      margin-top: 4.9rem;
    }
  }
  
/* Login ends  */
.Contact{
    margin-top: 50px;
}

.Contact h1{
    color:#03002f;
    font-size: 42px;
    font-weight:normal;
    margin-bottom:15px;
}

/* .Contact span{
    border-bottom: 2px solid #03002f;
} */
.Contact p{
    font-size: 13px;
    color:#595959;
}
.Contact a{
    text-decoration: none;
    color:#595959;
}
.Prod{
    margin-top: 50px;
}
.ProductPage h1{
    color:#03002f;
    font-size: 42px;
    font-weight:normal;
    margin-bottom:15px;
    margin-top: 25px;
}
.Prod h1{
    color:#03002f;
    font-size: 42px;
    font-weight:normal;
    margin-bottom:35px;
}
.Contact h3{
    color:#f04e45;
    font-size: 27px;
}
.Prodhome h1{
    margin-bottom: 40px;
    margin-top: 15px;
    color:#03002f;
    font-size: 42px;
    font-weight:normal;
}
.Prodhome h4{
    margin-bottom: 15px;
    margin-top: 15px;
    color:#03002f;
    font-size: 26px;
    font-weight:normal;
}
.Prodhome a{
    color:#03002f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.Prodhome p{
    color:#000;
    font-size: 15px;
    text-align: justify;
}
.btnRed{
    background-color: #f04e45;
    color:#fff;
    box-shadow: 2px 3px 1px #bfbfbf;
    border-radius: 35px;
    padding: 15px 25px;
    border: 1px solid #f04e45;
}
.btnRed2{
    background-color: #f04e45;
    color:#fff;
    box-shadow: 2px 3px 1px #bfbfbf;
    border-radius: 35px;
    padding: 7px 25px;
    border: 1px solid #f04e45;
}
.homePdf a{
    text-decoration: none;
}
.text_w{
    color:#fff !important;
}
.Prod span{
    border-bottom: 2px solid #03002f;
}
.Prod a {
    color:#03002f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.homeProd{
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: row;
}
.prodSec{
    margin-top:60px;
    margin-bottom: 20px;
}
.ManagementSec a{
     color:#03002f;
     text-decoration: none;
}
.ManagementSec a:hover{
    text-decoration: revert;
}
.Img{
    padding: 15px;
}
.bgImg{
    width:100%;
    height:250px;
}
.Abtbg{
    background-image: url('../img/home/IR_bg.png');
}
.Invest h1{
    color:#03002f;
    font-size: 42px;
    font-weight:normal;
}
.Invest a{
    color:#03002f;
    text-decoration: none;
}
.HeaderTitle{
    display: flex;
    flex-direction: column;
}
.btnClose{
    position: absolute;
    right:20px;
    top:35px;
}
.abtHome{
    text-align: center;
    margin-top: 40px;
    margin-bottom:40px;
}
.abtHome p{
    text-align: justify;
    margin:2px;
    letter-spacing:0.5px;
    font-size: 15px;
}
.abtHome h1{
    color:#03002f;
    text-align: center;
    font-weight: normal;
    font-size: 42px;
}
.abtHome a{
    color: #03002f;
    text-decoration: none;
}

.footer{
    background-color: #03002f;
    color:#fff;
    padding: 18px;
    text-align: center;
}
.anglePosition{
    margin: 1px;  
    /* vertical-align: middle; */
}
.copyRight{
    line-height: 3;
    font-size: 12px;
}
.btnSites{
    background-color: transparent;
    border: 1px solid #fff;
    color:#fff;
    padding: 10px 45px;
    font-size: 14px;
}
button.focus, button:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 202 44) !important;
}
.footer .dropdown-menu {
    min-width: 13.5rem;
}
.dropdown-item{
    font-size: 14px;
}
.arrowUp{
    text-align: center;
    background-color: #03002f;
    color: #fff;
    width: 35px;
    margin: -20px auto;
    cursor: pointer;
}
.arrowContentHide{
    background-color: #03002f;
    text-align: left;
    padding: 0px 30px;
    height: 0;
    overflow: hidden;
    transition: 0.6s all;
}
.arrowContent {
    background-color: #f04e45;
    text-align: left;
    padding: 30px 30px;
    height: 80px;
    transition: 0.6s all;
}
.arrowContent h5{
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}
.arrowContent h5 a{
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}
.arrowContent ul{
    padding-left: 0px;
}
.arrowContent ul li{
    list-style-type: none;
    text-align: left;
}
.arrowContent a{
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal ;
}
.arrowContent p{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
.arrowContentHide h5 a{
    color:#fff;
    font-size: 16px;
    font-weight: 600;
}
.arrowContentHide ul{
    padding-left: 0px;
}
.arrowContentHide ul li{
    list-style-type: none;
    text-align: left;
}
.arrowContentHide a{
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal ;
}
.arrowContentHide p{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
.Arrow{
    position: absolute;
    left:10%;
}
.headOfc{
    border:1px solid #bfbfbf;
    padding:20px 10px;
    height:190px;
}
.headOfc h6{
    font-weight: 600;
    color:#03002f;
    font-size: 18px;
}

.arrowUpDown {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -31px;
}
.arrowUpDown .fa {
    font-weight: 900;
    width: 35px;
    background-color: #f04e45;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px;
}
.tab-content>.active {
    display: block;
    color: #fff;
    text-align: justify;
}
.nav-tabs {
    border-bottom: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #03002f;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-decoration: none;
    text-align: left;
    border-left:1px solid #fff;
    border-top:1px solid #fff;
    border-right: 1px solid #1152a6;
}

.nav-link.active {
    color: #000 !important; 
    text-decoration: underline;
    
    
}

.nav-pills .nav-link.active::after {
   content: "";
   border: solid #fff;
   border-width: 0px 4px 4px 0;
   display: inline-block;
   padding:3px;
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
.nav-pills .nav-link{
    color: #fff;
    background-color: transparent;
    /* border-bottom: 1px solid #03002f; */
    border-radius: 0;
    margin:0px;
    text-decoration: none;
    text-align: left;
    padding: 20px;
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    /* border-bottom: 1px solid #03002f; */
    border-radius: 0;
    text-decoration: none;
    text-align: left;
}
.tab-content>.active {
    display: block;
    color: #fff;
    text-align: justify;
    padding: 10px;
}
.navLinks{
    margin-top:15px;
}

.headerSec h1{
    color:#03002f;
    font-size: 44px;
    padding: 10px 0px;
    border-bottom: 4px solid #f04e45;
    display: inline-block;
    margin-bottom: -4px;
}
.headerSec{
    border-bottom: 4px solid #bfbfbf;
}
.approch{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.approch .Click{
    cursor:pointer;
}
.prodOffer{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.prodOffer p{
    text-align: justify;
}
.content{
    margin:15px;
}
.content h5{
    font-weight: 600;
    color:#03002f;
    font-size: 22px;
}
.boardCommitte{
    display: flex;
}
.tabBody{
    margin-top: 20px;
    text-align: justify;
}
.tabHolder {
    display: flex;
}
.noPadding{
    padding: 0px !important;
}
.rowPadding{
    padding-right: 15px;
    padding-left: 15px;
}

/* .card{
    height: 100%;
} */

.tab-content{
    width: 100%;
}
.committeesBox1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #bfbfbf; */
    border-bottom: 1px solid #bfbfbf;
    padding: 5px;
    align-items: flex-start;
}
.committeesBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #bfbfbf;
    /* border-bottom: 1px solid; */
    padding: 5px 5px 0px 5px;
    align-items: flex-end;
}
.committeesBox3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 5px 5px 5px 5px;
    align-items: flex-end;
}
.committeesBox span{
   border: none;
}
.tableTxt{
    line-height: 12;
}
.grievanceTable p{
    text-align: justify;
}
.modalFooter{
    justify-content: flex-start;
}
.contentTxt p{ text-align: justify;}
.Cont a{
    text-decoration: none;
}

button.focus, button:focus {
    box-shadow: 0 0 0 0rem rgb(3 0 47 / 50%) !important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(3 0 47 / 50%) !important;
}
.section {
    display: block;
    width: 100%;
    height: 100vh;
    align-items: center;
    padding-top: 75px;
    position: relative;
    padding-left: 8px;
}
.contentTitle{
    margin-bottom: 20px;
}
.contentTitle h2 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: rgb(0, 32, 96);
}

.dot-1 {
    width: 8px;
    height: 8px;
}
.dot-2 {
    width: 10px;
    height: 10px;
}
.dot-1, .dot-2 {
    display: inline-block;
    background: rgb(0, 32, 96);
    border-radius: 25px;
    margin-right: -2px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.water-mark {
    background: url(../img/water-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-wrapper {
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-template-columns: auto auto;
}

#toTop {
    padding: 10px 15px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    display: none;
}


@keyframes arrow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-10px, -10px);
    }
}

#wrapper {
    position: relative;
}
.branch1 {
    position: relative;
    margin-left: 225px;
}
.branch1:before {
    content: "";
    width: 25px;
    border-top: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: 1px;
}
.branch2 {
    position: relative;
    margin-left: 225px;
}
.branch2:before {
    content: "";
    width: 25px;
    border-top: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -75px;
    top: 50%;
    margin-top: 1px;
}
.entry1 {
    position: relative;
    min-height: 70px;
}
.entry {
    position: relative;
    min-height: 70px;
}

.entry:before {
    content: "";
    height: 100%;
    border-left: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -50px;
}
.entry:after {
    content: "";
    width: 50px;
    border-top: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}
.entry1:before {
    content: "";
    height: 100%;
    border-left: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -50px;
}
.entry1:after {
    content: "";
    width: 50px;
    border-top: 2px solid rgb(127, 127, 127);
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}
.entry1:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
}
.entry1:first-child:after {
    height: 10px;
}
.entry1:last-child:before {
    width: 10px;
    height: 50%;
}
.entry1:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 2px solid rgb(127, 127, 127);
    margin-top: -9px;
}


.entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
}
.entry:first-child:after {
    height: 10px;
}
.entry:last-child:before {
    width: 10px;
    height: 50%;
}
.entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 2px solid rgb(127, 127, 127);
    margin-top: -9px;
}
.entry.sole:before {
    display: none;
}
.entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}
.parent-label {
    font-size: 16px !important;
    color: #ffffff !important;
    background: #03002f;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.label {
    display: block;
    width: 150px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.label a {
    color: #000000;
}
.label2{
    top:40%
}
#toTop {
    padding: 10px 15px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    display: none;
}
.margin30{
    margin-top: 30px;
    margin-bottom: 30px;
}
@keyframes jumpInfinite {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate(0, -10px);
    }
}
@keyframes jumpInfinite1 {
    0% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px);
    }
}

.homePdf{
    background-image: url(../img/home/insight_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
}
.pdfContent{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 20px 15px 20px;
    padding: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #000;
}
.pdfContent a {
    text-decoration: none;
    font-size: 20px;
}
.socialMedia{
    background-color: #fff;
    padding: 5px 8px;
    color:#03002f;
    border-radius: 5px;
}
.arrowTop{
    background-color: #e6e6eb;
    color: #373737;
    border-radius: 50px;
    padding: 12px 12px;
}
.abtTabs{
    margin-top: 40px;
    margin-bottom:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }

    @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }

    /*vertical tab menu*/

    .vertitabContainer {
        display: flex;
        margin: 15px;
        padding: 15px;
        flex-direction: column;
        align-items: center;
    }

    .vertitabBtnHolder {
        display: flex;
        justify-content: center;
    }

    .vertitabLink {
        width: 100%;
        display: block;
        background: #f04e45;
        border: 1px solid #DEE2E6;
        padding: 15px 15px;
        cursor: pointer;
        border-bottom: none;
        color:#fff;
        font-weight: 500;
        font-size: 22px;
        white-space: nowrap;
        text-align: left;
    }

    .vertitabActive {
        border: 1px solid #DEE2E6;
        border-bottom: 1px solid #fff;
        position: relative;
        border-radius: 0px;
        margin-bottom: -1px;
        width: 250px;
        color: #03002f;
        background-color: #fff;
        white-space: nowrap;
        text-align: left;
    }

    .vertitabpanelHolder {
        display: block;
        width: 100%;
        border-top: 1px solid #DEE2E6;
        padding: 10px;
        height: auto;
    }
    .vertitabPanel {
        display: none;
        -webkit-animation: fadeEffect 2s;
        animation: fadeEffect 2s;
    }
    .vertitabPanel p{
        font-size: 14px;
    }
    .vertitabPanel ul li{
        font-size:14px;  
        line-height: 2.1;
    }
    .vertitabPanel h5{
        margin: 15px 0px 40px 0px;
        text-align: center;
    }
    .vertoImg{
        margin: 85px 0px;
    }
    .txtBG{
        background-color: #1152a6;
        color: #fff;
        padding: 5px;
    }

    /*Disclamer*/

    .vertitabContainer2 {
        display: flex;
        margin: 15px;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .vertitabBtnHolder2 {
        display: flex;
        justify-content: center;
    }

    .vertitabLink2 {
        width: 100%;
        display: block;
        background: #ececec;
        border: 1px solid #DEE2E6;
        padding: 15px 15px;
        cursor: pointer;
        border-bottom: none;
        color:#767676;
        font-weight: 500;
        font-size: 16px;
        white-space: nowrap;
        text-align: center;
    }

    .vertitabActive2 {
        border: 1px solid #DEE2E6;
        border-bottom: 1px solid #fff;
        position: relative;
        border-radius: 0px;
        margin-bottom: -1px;
        width: 250px;
        color: #03002f;
        background-color: #fff;
        white-space: nowrap;
        text-align: center;
    }

    .vertitabpanelHolder2 {
        display: block;
        width: 100%;
        border-top: 1px solid #DEE2E6;
        height: auto;
    }
    .vertitabPanel2 {
        display: none;
        -webkit-animation: fadeEffect 2s;
        animation: fadeEffect 2s;
        border:1px solid #000;
        padding: 15px;
    }
    .vertitabPanel2 p{
        font-size: 14px;
    }
    .vertitabPanel2 ul li{
        font-size:14px;  
        line-height: 2.1;
    }
    .vertitabPanel2 h5{
        margin: 15px 0px 40px 0px;
        text-align: center;
    }

    /* option1 */

    .borderBottom{
        border-bottom:1px solid;
        margin-top: 10px;
    }
    .titleHolder{
         margin-top: -33px;
         text-align: center;
    }
    .abtTitle{
        font-size: 42px;
        color: #03002f;
        font-weight: 600;
        background: #fff;
        padding: 0px 25px;
    }
    .box{
        margin: 5px;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 300px;
    }
    .imgHolder{
        width: 100%;
        height: 100%;
        background: #5c0b0b;
    }
    .textHolder{
        background:  rgb(30 30 113 / 60%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0;
        transition: 0.2s all;
    }

    .box:hover .textHolder {
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }
    .imgBg{
        width:100%;
    }

    /* Value Propotion*/

    .Valuebox{
        margin: 5px;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 300px;
    }
    .ValueimgHolder{
        width: 100%;
        height: 100%;
        background: #5c0b0b;
    }
    .ValuetextHolder{
        background:  rgb(30 30 113 / 60%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0;
        transition: 0.2s all;
    }

    .Valuebox:hover .ValuetextHolder {
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }
    .ValueimgBg{
        width:100%;
        height:298px;
    }
    .ValuetextHolder ul li{
        font-size:14px;  
        line-height: 2.1;
    }




    .PDFicon{
        padding: 10px;
    }
  .pdfHolder a{
    text-decoration: none;
    font-size: 20px;
  }
  .Equities_table tr{
    border:1px solid #e6e6e6;
    padding: 15px;
  }
  .Equities_table tr th{
    padding: 10px;
  }
  .Equities_table tr td{
    padding: 10px;
  }
  .derivatives_table{
    border: 1px solid #e6e6e6;
    margin: 30px auto;
  }
  .derivatives_table tr{
    padding: 5px;
    border: 1px solid #e6e6e6;
  }
  .derivatives_table tr td{
    padding: 10px;
   font-size: 14px;
   color: #555555;
  }
  .bgColor{
    background-color: #D9D9D9;
    padding: 30px;
  }

.AccordionBtn {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom: 1px;
    font-weight: 600;
  }
  
  .activeAcc, .AccordionBtn:hover {
    background-color: #fff;
  }
  
  .AccordionBtn:after {
    content: '\002B';
    color: #444;
    font-weight: 900;
    float: left;
    margin-right: 8px;;
  }
  
  .activeAcc:after {
    content: "\2212";
  }
  
  .Acc_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 1px;
  }
  .Acc_Content{
    padding: 10px;
  }
  .ContBg{
    background: url('../img/contact_us/contactusbg_new.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
  }
  .bgWhite{
    background-color: #fff;
    width: 98%;
    margin: 0px auto;
    border-radius: 5px;
    padding: 10px;
  }
  .form-floating>label{
    left: 8px;
  }

.ContCheckBox{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.lableTxt{
    margin-right:10px;
}
.btn-coral{
    background-color: #f04e45;
    color:#fff;
    padding: 10px 20px;
    border-radius: 2px;
    border:none;
}
.btnLogin{
    background-color: #f04e45;
    color:#fff;
    padding: 10px 20px;
    border-radius: 25px;
    border:none;
}
.Bottomborder{
    border-bottom: 1px solid #000;
}

.homeTabs{
    text-align: justify;
    margin-top: 40px;
    margin-bottom:40px;
    background-image: url(../img/home/who-we-are-bg.jpg);
    width: 100%;
    height: 80vh;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.tabContainer {
    display: flex;
    margin: 15px;
    padding: 15px;
    background-image: linear-gradient(0deg, rgb(26 70 149 / 60%), rgb(26 70 149 / 60%)), url(../img/home/who-we-are-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
}

.tabBtnHolder {
    display: block;

}

.tabLink {
    display: block;
    background: #a3252500;
    border: none;
    padding: 15px 15px;
    cursor: pointer;
    width: 190px;
    color:#B2ABB3;
}

.tabActive {
    border: 1px solid #fff;
    border-right: 1px solid #1952a2;
    position: relative;
    border-radius: 5px 0px 0px 5px;
    margin-right: -1px;
    width: 195px;
    color: #fff;
}

.tabpanelHolder {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
}
.mdNone{
    display: none;
}
.tabPanel {
    display: none;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}
    @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }

    @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
    }

    




@media (max-width:1024px){
    .ml-110 {
        margin-left: 33px;
    }
    .custom-box {
        font-size: 13px;
    }
    .proImg4 {
        height: 340px;
    }
    .branch1 {
        position: relative;
        margin-left: 185px;
    }
    .branch1:before {
        content: "";
        width: 10px;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: 1px;
    }
    .branch2 {
        position: relative;
        margin-left: 185px;
    }
    .branch2:before {
        content: "";
        width: 10px;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: 1px;
    }
    .entry:before {
        content: "";
        height: 100%;
        border-left: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -26px;
    }
    .entry:after {
        content: "";
        width: 25px;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -26px;
        top: 50%;
        margin-top: 1px;
    }
    .headerSec h1 {
        font-size: 32px;
    }
    .tabImg{
        width:100%;
    }

}

@media (max-width:768px){
    .masterHeadContent img {
        width: 84px;
        margin-bottom: 15px;
    }
    .masterHeadContent h1 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 15px;
    }
    .bullots-img {
        width: 35px;
        height: 35px;
    }
    .proImg4 {
        height: 230px;
    }
    .contentTitle h2 {
        font-weight: 600;
        font-size: 20px;
    }
    .main-wrapper {
        padding: 0px;
        grid-column-gap:0px;
        display: block;
    }
    .rectangle {
        text-align: left;
        padding: 15px;
    }
    .level-1 {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        transform: none;
        width: 2px;
        height: 17px;
        background: rgb(127, 127, 127);
        left: 0;
    }
    .level-2 {
        margin-bottom: 10px;
        width: 100%;
    }
    .level-2-wrapper>li {
        position: relative;
        display: grid;
        align-items: flex-start;
        grid-column-gap: 0px;
        grid-template-columns: auto;
    }
    .level-2-wrapper {
        position: relative;
        padding-left: 8px;
        border-left: 2px solid rgb(127, 127, 127);
    }
    .level-2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        height: 0px;
        background: rgb(127, 127, 127);
    }
    .level-2::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        width: 10px;
        height: 2px;
        background: rgb(127, 127, 127);
    }

    .list-unstyled a {
        font-size:14px;
    }
    .label {
        position: inherit;
        margin-top: 0px;
        width: 100%;
    }
    .branch1 {
        position: relative;
        margin-left: 0;
        display: table-cell;
        top: 30px;
    }
    .branch2 {
        position: relative;
        margin-left: 0;
        display: table-cell;
        top: 30px;
    }
    .entry1 {
        position: relative;
        min-height: 70px;
        width: 49%;
        display: inline-block;
    }
    .entry {
        position: relative;
        min-height: 70px;
        width: 80%;
        display: inline-block;
        margin-left: 28px;
    }
    .branch1:before {
        content: "";
        width: 2px;
        border-top: 10px solid rgb(127, 127, 127);
        position: absolute;
        left: 50%;
        top: -12%;
        margin-top: 1px;
    }
    .branch1::after {
        content: "";
        width: 70%;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: 15%;
        top: -21px;
        margin-top: 1px;
    }
    .branch2:before {
        content: "";
        width: 2px;
        border-top: 210px solid rgb(127, 127, 127);
        position: absolute;
        left: 10px;
        top: -30px;
        margin-top: 0px;
    }
    

    .entry1:first-child:before {
        width: 10px;
        height: 7.1%;
        top: -8%;
        margin-top: 2px;
    }
    .entry1:before {
        content: "";
        height: 100%;
        border-left: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: 50%;
    }
    .entry1:last-child:before {
        width: 10px;
        height: 10%;
        top: -10%;
    }
    .entry:before {
        content: "";
        height: 100%;
        border-left: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -18px;
    }
    .entry:after {
        content: "";
        width: 15px;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -16px;
        top: 50%;
        margin-top: 1px;
    }
    .entry1:after {
        content: "";
        width: 0;
        border-top: 2px solid rgb(127, 127, 127);
        position: absolute;
        left: -50px;
        top: 50%;
        margin-top: 1px;
    }
    .ml-110 { margin-left: 60px;}
    .headerSec h1 {
        font-size: 24px;
    }
    .tabContainer {
        display: block;
   }
   .tabActive {
        border: 1px solid #fff;
        border-right: 1px solid #ffff;
        position: relative;
        border-radius: 5px;
        margin-right: 0;
        color: #fff;
        width: 100%;
    }
    .tabBtnHolder{
        display: none;
    }
    .mdNone{
       display:block;
    }
    .xlNone{
       display:none;
    }
    .tabLink {
    width: 100%;
    }
    .tabImg{
        width:100%;
    }
    .titleHolder {
        margin-top: -32px;
        text-align: center;
    }
    .abtTitle{
        font-size: 32px;
    }
}	
 


@media (max-width: 576px){
    .navContent {
        display: block;
        align-items: center;
        text-align: center;
    }
    .logoImg{
            width: auto;
            height: 30px;
    }
    .color-w {
        padding: 0px;
        padding-top: 2px;
        font-size: 90%;
    }
  
    .mt-5 {
        margin-top: 0.2rem!important;
    }
   
    .mt-2 {
        margin-top: 1.2rem!important;
    }
    .ml-110 { margin-left: 15px;}
    .banner {
        width: 100%;
        height: 200px;
    }
    .banner2 {
        width: 100%;
        height: 200px;
    }
    .banner3 {
        width: 100%;
        height: 200px;
        /* transform: scale(1.2);
        overflow: hidden; */
    }
    .tabHolder {
        display: block !important;
    }
    .Prod {
        margin-top: 20px;
    }
    .copyRight{
        margin-left:15px;
        text-align: center;
    }
    .headerSec h1 {
        font-size: 24px;
    }
    .homePdf {
        background-image: url(../img/home/insight_bg.jpg);
        background-repeat: repeat;
        width: 100%;
    }
    .pdfHolder a {
        font-size: 15px;
    }
    .tabImg{
        width:100%;
    }
    .vertitabBtnHolder {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .abtTitle {
        font-size: 22px;
    }
    .titleHolder {
        margin-top: -21px;
        text-align: center;
    }
    .box {
        margin: 5px;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 219px;
    }
    .box:hover .textHolder {
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 13px;
    }
    .imgHolder {
        width: 100%;
        height: 100%;
        background: #5c0b0b;
    }
    .vertitabPanel ul li {
        font-size: 13px;
        line-height: 1.5;
    }
    .btnLogin {
        background-color: #f04e45;
        color: #fff;
        padding: 7px 18px;
        border-radius: 25px;
        border: none;
    }
    .arrowUpDown .fa {
        width: 27px;
        padding: 7px;
    }
    .arrowContent {
        background-color: #f04e45;
        text-align: left;
        padding: 14px 30px;
        height: 112px;
        transition: 0.6s all;
    }
}


body {
    font-family: sans-serif;
    display: grid;
    height: 50vh;
    place-items: center;
  }
  
  .base-timer {
    position: relative;
    width: 300px;
    height: 300px;
  }
  
  .base-timer__svg {
    transform: scaleX(-1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
  }
  
  .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
  }
  
  .base-timer__path-remaining.orange {
    color: orange;
  }
  
  .base-timer__path-remaining.red {
    color: red;
  }
  
  .base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }


  
  .otp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  #timer {
    margin-right: 10px;
  }
  
  #resend-btn {
    pointer-events: none;
    padding: 5px 5px;
    /* background-color: #f04e45;
    color: #fff; */
    color: blue;
    border: none;
    cursor: pointer;
  }
  #resend-btn:hover {
    text-decoration: underline;
  }
  #resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .pw-text-danger{
    color:green !important;
    text-align: left !important;
    width: 100%;
  }
  
  