.qicBanner
{
	width: 100%;
	height: auto;
	position: relative;
}
.qicBanner img
{
  width: 100%;
}
.qicBanner h1 {
  position: absolute;
  top: 50%;
  left: 0;              /* distance from left */
  transform: translateY(-50%); /* vertical center only */
  color: #fff;
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
}
.dc-none
{
  display: none;
}
.qicSection
{
  width: 100%;
  height: auto;
  padding: 70px 0;
}


.qaWrapper{
    display:flex;
    gap:20px;
}

.qaLeft{
    width:420px;
    flex-shrink:0;
}

.qaRight{
    flex:1;
}

/*======================
BUTTON
======================*/

.qaItem{
    margin-bottom:12px;
}

.qaBtn{
    width:100%;
    border:none;
    background:#E9F0FD;
    border-radius:20px;
    padding:22px 24px;
    text-align:left;
    cursor:pointer;
    position:relative;
    font-size:20px;
    color:#555555;
    line-height: 28px;
    transition:.3s;
    font-weight: 400;
}

.qaBtn:after{
    content:"›";
    position:absolute;
    right:22px;
    top:46%;
    transform:translateY(-50%);
    font-size:36px;
    color:#173d86;
}

.qaItem.active .qaBtn{
    background: linear-gradient(180deg, #2E5298 0%, #002263 100%);
    color:#fff;
}

.qaItem.active .qaBtn:after{
    color:#fff;
}

/*======================
CONTENT
======================*/

.qaContent{
    display:none;
    background:#fff;
    padding:0 0px 0 10px;
}

.qaContent h2{
    font-size:36px;
    color:#223D71;
    margin-bottom:20px;
    font-weight: 500;
}

.qaContent p{
    font-size:18px;
    line-height:150%;
    color:#555555;
    font-weight: 400;
    margin:0 0 15px 0;
}
.qaContent ul 
{
  padding: 0 0 19px 30px;
}
.qaContent ul li
{
    font-size:18px;
    line-height:150%;
    color:#555555;
    font-weight: 400;
    margin: 0 0 0px 0;
}

/* desktop content show */
.desktopContent{
    display:block;
}
.notesPic
{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 0 0;
}
.qaContent hr 
{
  border: 1px solid #00000040;
  border-width: 1px 0 0 0;
  margin: 0 0 16px 0;
}
.qaContent h4
{
  color: #223D71;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 10px 0;
}

.mobileContent{
    display:none;
}

#deskTitle
{
  display: none;
}

.iprFull
{
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.iprBox
{
  width: 100%;
  box-shadow: 0px 0px 13.6px 0px #0000001F;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
}
.iprPic
{
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  box-shadow: 0px 0px 4px 0px #00000040;
  overflow: hidden;
}
.iprName a
{
  color: #2E5298;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}
.iprName a:hover
{
  color: #C52F32;
}
.iprName img 
{
  margin-bottom: -3px;
}

/* Infrastructure Page css Start */

.ablFl
{
  width: 100%;
  display: flex;
  gap:15px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ablBox
{
  width: 100%;
}
.ablLogo
{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 10px;
  padding: 5px;
  margin: 0 0 10px 0;
}
.ablLogo img 
{
  max-width: 90%;
  max-height: 90%;
}
.ablText a
{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.ablText a img 
{
  margin-bottom: -4px;
  margin-left: 4px;
}
.ablText a:hover
{
  color: var(--color-primary);
}
.ablText:hover img 
{
  transform: rotate(40deg);
}
.ablFlx
{
  display: flex;
  gap: 30px;
}
.collectionBox{
    margin-bottom:30px;
    border-radius:12px 12px 0 0;
    overflow:hidden;
}

.collectionTitle{
    background:linear-gradient(180deg,#d92535 0%, #7d0c12 100%);
    color:#fff;
    font-size:20px;
    font-weight:700;
    padding:16px 20px;
}

.collectionTable{
    width:100%;
    border-collapse:collapse;
}

.collectionTable thead{
    background:linear-gradient(180deg,#294d9b 0%, #001f66 100%);
}

.collectionTable thead th{
    color:#fff;
    text-align:left;
    padding:18px 20px;
    font-size:16px;
    font-weight:700;
    border:1px solid #bcbcbc;
}

.collectionTable tbody td{
    padding:16px 20px;
    font-size:18px;
    color:#2d2d2d;
    border:1px solid #CCC9C9;
}

.collectionTable tbody tr:nth-child(odd){
    background:#fff;
}

.collectionTable tbody tr:nth-child(even){
    background:#F4F9FF;
}
.collectionTable th:nth-child(1),
.collectionTable td:nth-child(1){
    width:100px;
}

.collectionTable th:nth-child(3),
.collectionTable td:nth-child(3){
    width:600px;
}

.floorPic
{
  width: 100%;
}
.resrBox
{
  background: #E9F0FD;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.resrBox ul 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resrBox ul li 
{
  width: 48%;
  padding: 0 10px 0 0;
}
.jourFlx
{
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.jourBox
{
  width: 100%;
  display: flex;
}
.jourIcon
{
  min-width: 32px;
  margin-top: 5px;
}
.jourText
{
  padding: 0 0 0 10px;
}
.jourText p 
{
  margin-bottom: 0;
  color: #223D71;
  font-weight: 500;
}
.jourText p a 
{
  text-decoration: underline;
}
.jourText p a:hover
{
  color: var(--color-primary);
}

.libCommiteTable .collectionTable td:nth-child(1) {
  width: 34%;
}
.libCommiteTable .collectionTable td:nth-child(3) {
  width: 300px;
}
.collectionBox.libCommiteTable {
  border-radius: 0px 0px 0 0;
}
.hvr
{
  text-decoration: underline;
}
.hvr:hover
{
  color: var(--color-primary);
}

.libStFlx
{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.libStBox
{
  width: 100%;
}
.libStBox h5
{
  color: #223D71;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
.libStBox p 
{
  margin-bottom: 0;
}
.libConFlx
{
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.libCon
{
  width: 100%;
}
.conBox
{
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.conIcon
{
  min-width: 32px;
  margin-top: 5px;
}
.conText
{
  padding: 0 0 0 10px;
}
.conText p 
{
  margin-bottom: 0;
  color: #555555;
  font-weight: 400;
}
.conText p a 
{
  text-decoration: underline;
}
.conText p a:hover
{
  color: var(--color-primary);
}
.libm .iprBox {
  width: 33%;
}

.faqMain{
    width:100%;
}

.faqItem{
    background: #FFFFFF45;
    border-radius:19px;
    margin-bottom:16px;
    overflow:hidden;
    transition:0.3s;
    box-shadow: 0px 4px 14.2px 0px #00000026;
}

.faqToggle{
    padding:24px 25px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.faqToggle h3{
    font-size:24px;
    font-weight: 500;
    color:#223D71;
    line-height:150%;
}

.faqToggle span{
    font-size:40px;
    font-weight:700;
    line-height:1;
}

/* CONTENT */

.faqContentBox{
    display:none;
    padding:0 25px 25px;
}

.faqContentBox p, .faqContentBox ul li{
    color:#E8E8E8;
    line-height:150%;
    font-size:20px;
}

/* ACTIVE */

.faqItem.active{
    background:#173A7A;
}

.faqItem.active .faqToggle h3{
    color:#fff;
}

.faqItem.active .faqToggle span{
    color:#fff;
}

.faqItem.active .faqContentBox{
    display:block;
}

.pdfView
{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.pdfView iframe
{
  border: none;
}


/* Infrastructure Page css End */



/* Media Query Start */
@media screen and (max-width: 1750px){
  .qaContent p, .qaContent ul li
  {
    font-size: 18px;
  }
  .notesPic img
  {
    max-width: 50%;
  }
  .collectionTable th:nth-child(3), .collectionTable td:nth-child(3) {
    width: 300px;
  }


}
@media screen and (max-width: 1550px){

	.qicBanner h1
	{
		font-size: 40px;
	}
  .qaLeft
  {
    width: 350px;
  }
  .qaBtn
  {
    font-size: 18px;
  }
  .collectionTable th:nth-child(3), .collectionTable td:nth-child(3) {
     width: 200px;
  }
  .jourText p 
  {
    font-size: 16px;
  }
  .faqToggle h3
  {
    font-size: 20px;
  }
  .faqContentBox {
     padding: 0 15px 10px 25px;
  }
  .faqItem
  {
    border-radius: 15px;
  }
  
}
@media screen and (max-width: 1400px){

	.qicBanner h1
	{
		font-size: 36px;
	}
  .qaContent p, .qaContent ul li
  {
    font-size: 16px;
  }
  .qaContent h2
  {
    font-size: 32px;
  }
  .qaContent h4
  {
    font-size: 22px;
  }
  .iprBox
  {
    padding: 15px;
  }
  .iprName a
  {
    font-size: 18px;
  }
  .ablText a
  {
    font-size: 14px;
  }
  .collectionTable tbody td
  {
    font-size: 16px;
  }
  .ablFl
  {
    gap: 10px;
  }
  .libCommiteTable .collectionTable td:nth-child(3) {
    width: 200px;
  }
  .libm .iprBox {
     width: 50%;
  }

  	
}
@media screen and (max-width: 1200px){

	.qicBanner h1 {
      font-size: 32px;
  }
  .ablFl
  {
    flex-wrap: wrap;
  }
  .ablBox
  {
    width: 32%;
    margin-bottom: 10px;
  }
  .collectionTitle
  {
    font-size: 18px;
  }
  .jourFlx
  {
    flex-wrap: wrap;
  }
  .pdfView iframe
  {
    height: 500px;
  }
  .libStFlx
  {
     display: block;
  }
  .libStBox {
     margin: 0 0 10px 0;
  }
  .libConFlx
  {
    display: block;
  }
  .conBox
  {
    margin-bottom: 17px;
  }
  	
}
@media screen and (max-width: 991px){

	.qicBanner img {
	  height: 300px;
	  object-fit: cover;
	}
  .qaWrapper{
    display:block;
  }
  .qaRight{
    display:none;
  }
  .qaLeft{
    width:100%;
  }
  .mobileContent{
    display:none;
    margin-top:-10px;
    padding:20px;
    border: 1px solid #D5D5D5;
    border-radius:0 0 4px 4px;
  }

  .qaItem.active .mobileContent{
    display:block;
  }
  .qaContent h2{
    font-size:28px;
  }
  .qaContent p{
    font-size:16px;
  }
  .qaBtn
  {
    border-radius: 4px;
    padding: 18px 20px;
  }
  .qaBtn::after
  {
    transform: rotate(90deg);
    top: 33%;
  }
  .qaItem.active .qaBtn::after
  {
    transform: rotate(270deg);
    right: 30px;
  }
}

@media screen and (max-width: 767px){
  .iprPic
  {
    display: none;
  }
  .iprBox {
    padding: 10px;
    border-radius: 10px;
  }
  .iprName a {
    font-size: 16px;
  }
  .qicSection
  {
    padding: 30px 0;
  }
  .qaContent ul
  {
    padding: 0 0 15px 30px;
  }
  .ablBox
  {
    width: 31%;
  }
  .collectionTable thead th
  {
    padding: 18px 12px;
    font-size: 14px;
  }
  .collectionTable tbody td {
    font-size: 14px;
  }
  .ablFlx {
    display: block;
    margin-bottom: 20px;
  }
  .qaContent .ablFlx ul
  {
    padding: 0 0 0px 25px;
  }
  .collectionTable th:nth-child(3), .collectionTable td:nth-child(3) {
    width: auto;
  }
  .collectionTable th:nth-child(1), .collectionTable td:nth-child(1) {
    width: 70px;
  }
  .resrBox ul li {
    width: 100%;
    padding: 0 0px 0 0;
  }
  .faqToggle h3
  {
    font-size: 18px;
  }
  .faqToggle
  {
    padding: 15px 15px 14px 15px;
  }
  .faqContentBox {
    padding: 0 15px 10px 15px;
  }
  .faqToggle span
  {
    font-size: 26px;
  }
  .libm .iprPic {
    display: block;
    border-radius: 10px;
  }
	
}
@media screen and (max-width: 570px){

	.mb-none
	{
		display: none;
	}	
	.dc-none
	{
		display: block;
	}
	.qicBanner h1
	{
		font-size: 28px;
		transform: translateY(-0%);
		top: 30px;
	}
  .iprFull
  {
    display: block;
  }
  .iprBox
  {
    margin: 0 0 15px 0;
    padding: 15px 15px;
  }
  .iprName a
  {
    display: flex;
    justify-content: space-between;
  }
  .qaContent p, .qaContent ul li
  {
    font-size: 14px;
  }
 /* .qaContent h2
  {
    display: none;
  }*/
  .notesPic img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .notesPic
  {
    display: block;
  }
  .qaContent h4 {
    font-size: 18px;
  }
  .collectionTable tbody td
  {
    padding: 12px 12px;
  }
  .libCommiteTable .collectionTable tbody td
  {
    padding: 10px 8px;
    font-size: 12px;
  }
  .libCommiteTable .collectionTable td:nth-child(1), .libCommiteTable .collectionTable td:nth-child(3) {
     width: auto;
  }
  .pdfView iframe
  {
    height: 370px;
  }
  .libm .iprBox {
    width: 100%;
  }
  .qaContent h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px){
  .qaBtn {
    font-size: 16px;
  }
  .mobileContent
  {
    padding: 20px 10px;
  }
  .qaContent ul {
    padding: 0 0 15px 17px;
  }
   .ablBox {
    width: 47%;
  }
  .libCommiteTable .collectionTable tbody td
  {
    font-size: 12px;
  }
  .pdfView iframe {
    height: 330px;
  }
  .faqToggle h3 {
    font-size: 16px;
  }
	
}



