
@media (min-width: 768px) {
.sticky-header {
    top: 33px !important;
}
}
.custmHeader {
    background: transparent !important;
      margin-bottom: -108px !important;
}
.accordion .title{
    color:#071C78;
    font-size:18px;
    font-weight:700;
}
.custBnner{
    padding-top: 190px;
    padding-bottom: 50px;
    background: radial-gradient(89.29% 89.29% at 3.83% -6.36%, #CEDBF6 13.93%, #FFFFFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(61.23% 122.86% at 52.31% -14.36%, #D7D6E7 2.28%, rgba(255, 255, 255, 0) 94.49%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.custBnner.caSite{
     padding-top: 38px !important;
}
.custBnneHeroSectionText{
    text-align: center;
}
.custBnnerHeading{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    font-size:  72px;
    line-height: 72px;
    letter-spacing: -4%;
    margin-bottom: 30px;
    text-align: center;
    color: #071C78;
}
.custemReachContent  p{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px !important;
    line-height: 26px;
    color: #242F30;
    margin-bottom: 20px;
}
.custemReachContent h2{
font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px !important;
    line-height: 38px;
    color: #071C78;
    margin-bottom: 10px;
    font-weight: 600;
}
.custBnnersubHeading{
    font-family: 'Montserrat', Arial, sans-serif;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #485CC7;
}

.custemReachContent h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.custemReachContent ul li {
    font-size: 18px;
    line-height: 28px;
    list-style: disc;
}

.custemReachContent ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.custemReachContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.5;
}

.custemReachContent table th,
.custemReachContent table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
}


.custemReachContent table th {
    font-weight: 600;
    background: #C7CEF1;
    color: #071C78;
}


.custemReachContent table tbody tr:nth-child(even) {
    background: #fafafa;
}

.custemReachContent table tbody tr:hover {
    background: #f3f3f3;
}

/* Responsive table */
.custemReachContent .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.leaderDetails P,
.newsDetails p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: #242F30 !important;
    margin-bottom: 20px;
}
.leaderDetails ul,
.newsDetails ul {
    margin-left: 40px;
}
.newsDetails ul > ul {
    margin-left: 20px;
}
.leaderDetails li, 
.newsDetails li {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 18px;
    line-height: 26px !important;;
    font-weight: 500 !important;;
    color: #242F30 !important;;
    margin-bottom: 5px;
}
.tradmarkTable tr td:nth-child(1) {
    font-weight: 700;
}
.social-media-guidelines {
    max-width: 1366px;
    margin: 0 auto;
}
.custemReachContent .btnWraper {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.custBTNWithIcon {
    display: block;
    position: relative;
    max-width: 260px;
    border-radius: 12px;
}
 
.custBTNWithIcon:before1 {
    width: 90%;
    content: '';
    height: 80%;
    position: absolute;
    left:0px;
    top: 8px;
    border-radius: 12px;
    margin-left: 5%;
    opacity: 0;
   
    transition: opacity 0.3s ease-in-out;
}
  
.custBTNWithIcon:hover:before {
    opacity: 1;
}
.custBTNWithIcon a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 12px;
    position: relative;
    font-size: 16px;
}
.custBTNWithIcon:hover a {
    text-decoration: none;
}
.custBTNWithIcon a span {
    font-size: 16px;
    font-weight: 500;
}
.custBTNWithIcon.primerBTn{
 background-color: #070D6E;
}
.custBTNWithIcon.primerBTn a{
    background-color: #070D6E !important;
    color: #fff !important;
}
.custBTNWithIcon.primerBTn a span {
    color: #fff;
}
.custBTNWithIcon.primerBTn:hover a {
    background-color: #393D8B;
}
.custBTNWithIcon.primerBTn:before{
    background-color: rgba(72, 92, 199, 0.50);
    backdrop-filter: blur(15px);
    box-shadow: 0 11px 13px 2px rgba(72, 92, 199, 0.50);
}  

.custBTNWithIcon.scenderyBTn{
    background-color: #919DDD;
}
.custBTNWithIcon.scenderyBTn a{
    color: #050A52 !important;
    background-color: #919DDD !important;
}
.custBTNWithIcon.scenderyBTn a span {
      color: #050A52;
}
.custBTNWithIcon.scenderyBTn:hover a {
    text-decoration: none;
    background-color: #C7CEF1;
}
.custBTNWithIcon.scenderyBTn:before{
     background-color: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(15px);
    box-shadow: 0 11px 13px 2px rgba(255, 255, 255, 0.50);
}  

.custemReachContent .text25 {
      font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}
.primColor{
color:rgba(7, 13, 110, 1)
}
.primColor2{
    color: rgba(72, 92, 199, 1);;
}
.primColor3{
color:rgba(142, 157, 226, 1);
}
/* Mobile */
@media (max-width: 768px) {
    .custemReachContent table {
        min-width: 700px;
    }

    .custemReachContent table th,
    .custemReachContent table td {
        padding: 10px;
        font-size: 14px;
    }
}




