.buttonblue{
color: #fff !important;}
.buttonblue:hover{
color: #000 !important;}


.new-tab-outer {  height: 920px;}
.new-tab-lft-img { margin-bottom: -10px;}
.new-tab-lft-col-heading { margin-left: 40px;}
.over-lay {margin-left: 40px;}
.new-tab-heading.dropdown button{display:none;}

.new-tab-outer {
    padding: 100px 0px 0px 0px;
background: radial-gradient(89.78% 88.34% at 36% 42.4%, #3E5C86 0%, #0F1620 100%);/* background: var(--Dark-Radial-Background, radial-gradient(50% 50% at 50% 50%, #475A74 0%, #172B46 100%));
*/
}
.new-tab-right-desc { padding-bottom: 15px;}
.new-tab-lft-col-heading { padding-bottom: 41px;}
.new-tab-lft-col-heading h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
.new-tab-heading ul.tabs {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 7px;
}
.new-tab-heading ul li {
    border-radius: 67px;
border: 1px solid var(--Expansive-Dawn, #E5ECF7);
opacity: 0.6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    list-style-type: none;
    margin: 0;
    padding: 0;
   // background: var(--Expansive-Slate, #475A74);
    padding: 15px 25px;
    cursor:pointer;
   color:#E5ECF7;
}

.new-tab-heading ul li:hover {
    color: #ffff !important;
    border-radius: 67px;
    border: 1px solid var(--Expansive-Azure, #3979E0);
    background: var(--Expansive-Azure, #3979E0);
  opacity: 1;
}
.new-tab-heading ul li.current :hover {
    color: #ffff !important;
    border-radius: 67px;
    border: 1px solid var(--Expansive-Azure, #3979E0);
    background: var(--Expansive-Azure, #3979E0);
  opacity:1;
}
.new-tab-heading ul li.current {
    background-color: #243853;
    color: #ffb64a !important;
    border: 1px solid #172B46;
    //box-shadow: 19.649px 15.719px 61.567px 0px #3979E0;
 box-shadow: 9.649px 25.719px 60.567px 0px #3979E0;
   opacity:1;
}

.new-tab-right-title h3 {
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.new-tab-right-desc p {
    color: var(--Expansive-Dawn, #E5ECF7);
    /* font-family: "Proxima Nova"; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.new-tab-right-list-text p {
    color: var(--Expansive-Dawn,#e5ecf7);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding: 0;
    margin: 0;
}
.new-tab-right-icon {
    margin-left: 20px;
    margin-bottom: 10px;
}

.new-tab-right-title {    padding: 0px 0px 14px 0px;}

.new-tab-right-list {    margin-left: 15px;    padding-bottom: 20px;}
/* .tab-content.current {
    display: flex;
}
.tab-content.current {
    display: flex;
    align-items:flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
} */
.new-tab-lft-col {
    //flex: 0 58%;
   flex: 0 62%;
}
.new-tab-right-col {
    //flex: 0 38%;
    flex: 0 33%;
    padding-bottom: 50px;
}
.new-tab-result-sec { padding-top: 20px;}
.new-tab-right-list-inner {
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    gap: 10px;
   padding-bottom:15px
}
.new-tab-right-list-icon {    text-align: center;    display: inline-flex;}
/* .tab-content {
    display: none;
} */

@media (max-width: 768px) { 
 .new-tab-right-title br {    display: none;}
  .new-tab-right-desc p {    font-size: 20px !important;}
  .new-tab-right-list-text p {    font-size: 18px !important;}
  .new-tab-right-desc {    padding-bottom: 30px;}
}

@media (max-width: 600px) { 
  .new-tab-right-col a.buttonorange { width: 100%;}
    .new-tab-right-col a.buttonblue { width: 100%;}
  .new-tab-right-title br { display: block;}
  
  .new-tab-right-desc p {font-size: 17px  !important;}
  .new-tab-right-desc {padding-bottom: 15px  !important;}
  .new-tab-right-list-text p { font-size: 16px  !important;}
}