.accordion {

}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
  background: #00BCD4;
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: white;
  cursor: initial;
}
.box-title {
  font-size: 0.9rem; display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;

  cursor: pointer;

}


.box-content {
  width: calc(100% - 40px);

  font-size: 11pt;
  color: rgba(0,0,0,.54);
  display: none;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;

    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;

}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}

section.why-sect-ibp-box {
  background: #010f6c;
  padding: 2rem 0rem;
}

.why-sect-ibp-box-inner, .why-sect-ibp-box-inner  h3 {
  color: #fff;
}
.box-content ul li{ position: relative; list-style-type: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.box-content ul li:after{
  width: 5px;
    height: 5px;
    background-color: #f6190d;
    left: 0;
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 8px;
}


.acc-container {
 margin-bottom: 20px;
}

.acc-btn{ position: relative;}
.acc-btn h5:after{
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  right: 20px;
  top: 9px;
  transition: transform .15s ease-in-out;
  color: #fff;
  font-size: 34px;
  
}

.acc-btn .selected:after{transform: rotate(90deg); color: #fff !important;}


.acc-btn { 
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  cursor: pointer;
  background: #0d0d0de0;
  border-bottom: 1px solid #0729e9;
}
section#why-yash-box .accordion { padding: 0px;}
.acc-content {
 
  padding: 20px;
  background:#000000d9;
}

.acc-content-inner {
  padding:20px;
}

.tab-new-p .open {
  height: auto;
}

.tab-new-p {
  margin-bottom: 2rem;
}


.tabSec .nav-tabs {
  background-color: #010f6c;
  padding: 5px 20px;
  display: flex;
  justify-content: space-around;
}

.tabSec .nav-tabs .nav-link {
  color: #dadada;
  font-size: 1rem;
  font-weight: 500;
}

.tabSec .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffc107;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{ border-color:transparent !important;}

.tabSec  .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tabSec{ display: block !important;  left: 0; right: 0; position: relative; top: 0;  z-index: 99;}
.tabSec.fixed{ position: fixed; }

.tab-new-p .selected {
  color:#ffffff;
}
.nav-dp-bt-link-box {
  position: absolute;
  right: 0;
  bottom: -67px;
  background: #010f6c;
  padding: 10px; display: none;
}
.nav-dp-bt-link{ position: relative;}
.nav-dp-bt-link-box ul { margin: 0px; padding: 0px;}
.nav-dp-bt-link-box ul li{ list-style-type: none;}
.nav-dp-bt-link-box ul li a{ color: #ffffff;}
.nav-dp-bt-link-box ul li a:hover { color: #ffc107;}
.nav-tabs:hover  .nav-dp-bt-link-box{ display: block;}
.cyb-ser-popup .modal-body p{ 
  margin: -1rem -1rem 1rem -1rem !important;
    background: url(../images/sap-ibp/popup-headar-sap-ibp.jpg);
    background-color: blue;
    padding: 2rem 0rem;
    color: #fff;
    background-size: cover;
}

@media screen and (max-width: 700px) {
  section#tabSec {
    display: none !important;
  }
  section#why-yash-new-box .col-md-3 img {
    display: none;
  }
  section#our-diif-new-box .row {
    display: block;
  }
  section#our-diif-new-box .col {
    display: block !important;
  }
  section#our-diif-new-box .col .our-diff-inner-box {
    min-height: inherit;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .modal-body a {display: block; max-width: 300px; padding: 10px;  margin: 13px auto; font-size: 0.6rem;}
}