@media only screen and (min-width: 1600px){
    .sidebartoggle .settingmaincontainer {
        width: calc(71% - 100px);
    }
}

@media only screen and (max-width: 1600px){
  .filterpanel-body{
    padding-left: 26px;
  }
  .col-lg-12.filterlist .form-check {
    padding-left: 10px;
  }
  .filterpanel .filterlist ul>li{
    font-size: 15px;
  }
  .filterpanel .filterlist ul>li.dropdownmenu:before{
    height: 9px;
    width: 9px;
    top: 10px;
    right: 12px;
  }
  .filterpanel ul.dropdownopen > li {
    padding-left: 12px;
}
}

@media only screen and (min-width: 991px) and (max-width: 1300px){
  .filterpanel .filterlist ul>li.dropdownmenu:before{
    opacity: 0;
  }
}

@media only screen and (max-width: 991px){
  .filterpanel {
    height: auto !important;
  }
  .filterpanel-body {
    position: relative;
    top: 0;
    width: 100%;
    height: auto !important;
  }
}

@media only screen and (max-width: 767px){
    td.subjecttd > p:nth-child(1) > a{
        width: auto;
    }
    .dataretentionpolicy-container .side-para-sp {
	  color: #2C2C2C;
	  width: 100%;
	}
	.dataretentionpolicy-container .editable_txt .input-group {
  		width: 100%;
	}
	.border-right-ct {
  border-right: none;
}
.side-heading-sp-three {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #7E7E7E;
}
.img-body-outer{
	margin-bottom: 10px;
}
.ct-box{
	padding: 12px 13px;
}
}

@media only screen and (max-width: 576px) {
  .backgrnd-cover-wrap {
    display: none;
  }

}