
/*  fdp tab */
.rmt-215 {
    margin-top: 135px;
}
.fdp-banner-section{
    background: url('../images/fdp-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 495px;
    position: relative;
}
.rpb-72{
    padding-bottom: 72px !important;
}
.fdpfooter-banner{
    background: url('../images/fdpfooter-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 395px;
    position: relative; 
}
.fdpb-heading{
    font-size: 50px;
    font-weight: bold;   
    line-height: normal;   
    color: var(--white);
}
@media(max-width:768px){
    .fdpb-heading{
        font-size: 24px !important;
        line-height: 1.5;
    }
    .fdp-tab-content img{
      width: auto !important;
      max-width: inherit !important;
    }
}
.fdp-btext{
    font-size: 20px;
    font-weight: normal;    
    color: var(--white);
}
.btn-fdp{
    font-family: 'Clear Sans'!important;
    min-width: 244px;
    min-height: 35px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color:#fff;
    font-size: 20px !important;
    font-weight:bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000!important;
}
.fdp-banner-center{
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-12%, -50%);
    width: 100%;
}
div.fdp-tab-container{
    z-index: 10;   
    
  }
  div.fdp-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  div.fdp-tab-menu div.list-group{
    margin-bottom: 0px !important;
  }
  div.fdp-tab-menu div.list-group>a{
    margin-bottom: 0;
    border-radius: 0px;
    /* background-color: var(--light-blue); */
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: normal;  
    line-height: normal;  
    text-align: left !important;
    color: var(--text-black);
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid #87909a;
}
.hlt-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    padding-left: 24px;
    color: var(--text-black);
}
.fdp-tabhd{
    font-size: 20px;
  font-weight: bold;
  font-stretch: normal;  
  line-height: 1; 
  text-align: left;
  color: var(--text-black);
  text-transform: capitalize;  
  margin: 32px 0 24px 24px;
}
.list-group-item{
    padding: 0px;
}
@media (max-width:768px) {
    .fdp-tabhd{
font-size: 16px;
  font-weight: bold;
  font-stretch: normal;  
  line-height: 1.5; 
  text-align: left;
  color: var(--text-black);
  text-transform: capitalize;  
  margin: 32px 0 24px 24px;  
    }
}
.border-btm{
    background-image: linear-gradient(to right, #008cac 0%, rgba(0, 70, 86, 0) 100%);
    height: 4px;
    width: 384px;
}
.cv-text p{    
    font-size: 16px;
    line-height: 1.6;
    color: #2c3a46;
}
.teal-p{
    color:#008cac !important;
}
.fd-name{font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal;
text-align: center;
color: var(--text-black);}
.fd-deg{
    font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #87909a;
}
.fdp-desc-tex{
    font-size: 16px;
  font-weight: normal;  
  line-height: 1.6;  
  text-align: center;
  color: var(--text-black);
}
.fdp-thank-1, .fdp-thank-3{
background-color:#f0f2f5;
}

.fdp-thank-1 .thank-img , .fdp-thank-3 .thank-img{
    position: absolute;
    top: -76px;

}
  div.fdp-tab-menu div.list-group>a .glyphicon,
  div.fdp-tab-menu div.list-group>a .fa {
    color: #008cac;
  }
  div.fdp-tab-menu div.list-group>a:first-child{
    border-radius: 0px;
  }
  div.fdp-tab-menu div.list-group>a:last-child{
    border-radius: 0px;
  }
  div.fdp-tab-menu div.list-group>a:hover,
  div.fdp-tab-menu div.list-group>a.active,
  div.fdp-tab-menu div.list-group>a.active .glyphicon,
  div.fdp-tab-menu div.list-group>a.active .fa{
    /* background-color: #008cac;
    background-image: #008cac;
    border-radius: 5px;
    color: #ffffff; */
    background-color: #fff;
    /* background-image: #008cac; */
    border-radius: 0px;
    color:#008CAC;
    font-weight: bold;
    font-size: 12px;
  }

  div.fdp-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */    
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 1px #e1e1e1;
    background-color: var(--white);
    padding: 15px;

  }
  .revision div{
      font-size: 12px;
      padding-bottom: 24px;
      text-decoration: underline;
  }
  .fdp-tab-content img{
    width: auto !important;
  }
  div.fdp-tab div.fdp-tab-content:not(.active){
    display: none;
  }
  ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 24px;
}
ul.timeline:before {
    content: ' ';
    background: #008cac;
    display: inline-block;
    position: absolute;
    left: 19px;
    width: 1px;
    height: calc(100% - 65px);
    z-index: 400;
    margin-top: 8px;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li a{
    font-size: 18px;
    font-weight: normal;  
    line-height: normal;    
    color:#008cac;
    text-decoration: none;
}
ul.timeline > li:before {
    content: ' ';
    background: #008cac;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0px solid #008cac;
    left: 15px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: 8px;
}

.fdp-bdload{
  min-width: 358px;
  min-height: 50px; 
  background-color: var(--accent-red);
  font-size: 20px;
  font-weight: normal;  
  line-height: normal; 
  text-transform: uppercase;
  border-radius: 0px; 
  color: var(--white);
}
.fdp-bdload:hover{
  min-width: 358px;
  min-height: 50px; 
  text-transform: uppercase;
  border-radius: 0px;
  background-color: var(--accent-red);
  font-size: 20px;
  font-weight: normal;  
  line-height: normal;  
  color: var(--white);
}
.red-dot{
    background-color: red;
    width: 5px;
    height: 5px;
    border-radius: 100%; 
    display: inline-block;
    vertical-align: middle;   
}
.rmb-72{
    margin-bottom: 72px;
}
  .think-thank, .master-trainer{
    display: none;
} 

ul.jgp-ul li{
   list-style: none; 
}
.fdp-main-section ul{margin-left: 20px;}
ul.jgp-ul .fdp-tabhd, .t_andc_referandearn .fdp-tabhd, .regis_user .hlt-text .fdp-tabhd{
margin-left: 0px !important;
text-transform: uppercase;
}
.t_andc_referandearn ul{
    /* margin-left: 20px; */
}

