
.coe-page .banner{
        background: url(../images/coe/coe_Default_InnerBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.number_Box{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.number_Box .number_txt {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 padding: 3rem; 
}
.number_Box .number_Img img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 1.2s;
}
.number_Box .number_txt h4{
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.number_Box:hover .number_Img img{
 transform: scale(1.2);
}
.why-sect-ibp-box{
  padding: 4rem 0;
}
.why-sect-ibp-box .nav-tabs{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
}

.why-sect-ibp-box .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: none;
    display: flex;
    max-width: 100%;
    padding: 0.7rem 4rem;
    color: #fff;
}
.why-sect-ibp-box .nav-tabs .nav-link.active {
     background-color: #335bde;
    border-color: #dee2e6 #dee2e6 #335bde;
    color: #fff;
}
.why-sect-ibp-box .tab-content {
    padding: 1rem;
    background: #f4f7fd;
}
.why-sect-ibp-box .tab-content .tab-pane h3 {
     border-bottom: 1px solid #bbbbbb;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.why-sect-ibp-box .tab-content .tab-pane .listing li{
      position: relative;
    display: flex
;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 23px;
}
.why-sect-ibp-box .tab-content .tab-pane .listing li:after{
   content: "\F272";
    justify-content: flex-start;
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    background: transparent;
    width: 19px;
    height: 19px;
    border-radius: 20px;
    color: #000000;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    top: 3px;
    font-size: 0.8rem;
}