.select-menu .select-btn{
  display:none !important;
}
.sidebar_terms .tabs_item {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px;
}
.sidebar_terms .nolist {
  list-style: none;
}
.sidebar_terms .sidebar-wrapper>ul li {
  font-size: 1.8rem;
  font-weight: 500
}
.sidebar_terms .sidebar-wrapper>ul>li {
  border-top: 1px solid #e9e7e7;
  font-weight: 500
}
.sidebar_terms .sidebar-wrapper nav>ul {
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar_terms .sidebar-wrapper nav>ul li {
  font-size: 1.8rem;
  font-weight: 500
}
.sidebar_terms .sidebar-wrapper nav>ul>li>a {
  display: block;
  color:#0E2245;
  font-size: 24px;
  font-family: Roboto;
  font-weight:600;
  text-decoration: none;
  padding: 15px 50px 15px 0;
  padding-left: 42px;
  cursor: pointer;
}
.sidebar_terms .sidebar-wrapper nav>ul>li>a:hover {
  opacity: 0.8;
  color:#F53E52;
  border-left:4px solid #F53E52;
  padding-left:38px;
}
.sidebar_terms .sidebar-wrapper nav>ul>li>a:focus {
  color:#F53E52;
  border-left:4px solid #F53E52;
  padding-left:38px;
}
.sidebar_terms .sidebar-wrapper nav>ul>li>a.active {
  color:#F53E52;
  border-left:4px solid #F53E52;
}
.sidebar_terms .tab_content_outer h2 {
  margin: 0 0 20px !important;
}
.sidebar_terms .sidebar_terms .tabs_item {
  display: block;
  padding-top: 30px;
}
.sidebar_terms .show{
  display: block;
}
.sidebar_terms .sidebar_module_outer.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sidebar_terms .sidebar_content {
  width: 27%;
}
.sidebar-wrapper {
  padding-top: 36px;
  padding-bottom: 29px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.sidebar_terms .tab_content_outer {
  width: 65%;
}

.sidebar_mobile {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sidebar_mobile .dropdown a {
  padding: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  text-decoration: none;
}

.sidebar_mobile .dropdown .down_img {
  display: inline-block;
  margin-left: 5px;
}

.sidebar_mobile .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.sidebar_mobile .dropdown-menu li {
  padding: 10px;
  list-style: none;
}

.sidebar_mobile .dropdown-menu li:hover {
  background-color: #f1f1f1;
}


.sidebar_terms .sidebar_mobile {
  display: none;
}
.sidebar_terms .tab_top_content {
  margin-bottom: 54px !important;
  border-bottom: 1px solid #E8E8E8 !important;
  padding-bottom: 61px !important;
}
.sidebar_terms .sidebar_content .sidebar_mobile ul li a {
  text-decoration: none;
  color: #0E0E11;
  justify-content: space-between;
  font-size: 22px;
  padding-left:20px;
}
.sidebar_terms .sidebar_content .sidebar_mobile ul{
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar_terms .sidebar_content .sidebar_mobile ul li {
  list-style-type: none;
}
.sidebar_terms span.down_img {
  float: right;
}
.sidebar_terms span.down_img  img{
  width: auto;
  height: 10px;  
}
.sidebar_terms span.down_img.open img{
  transform: rotate(-180deg);
}
.sidebar_terms .sidebar_mobile {
  border-bottom: 1px solid;
  padding-bottom: 25px;
}
.sidebar_terms ul.dropdown-menu{
  padding: 25px 0;
}
span.sBtn-text{
  color: #0E2245;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}
.sidebar_terms ul.dropdown-menu li{
  color: #0E2245;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 7px 20px;
  text-transform: capitalize;
}
.sidebar_terms  li.dropdown a {
  display: flex;
}
.sidebar_terms .tab_top_content h1 span{
  color: #0E2245;
  /*   font-family: Roboto; */
  font-size: 50px !important;
  font-weight: 500;
  line-height: 59px;.
}
.sidebar_terms .tab_content h2 {
  font-size: 40px;
  line-height: 110%;
}
.sidebar_terms .tabs_item h3{
  color: #0E2245;
  font-family: Roboto;
  font-size: 34px;
  font-weight: 500;
  line-height:46px;
  margin-bottom:21px;
  margin-top: 31px;
  text-transform: capitalize;
}
.sidebar_terms .tabs_item h4{
  color: #0E2245;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom:14px;
  text-transform: capitalize;
}
.sidebar_terms .tabs_item h5{
  color: #0E2245;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-bottom:14px;
  text-transform: capitalize;
}
.sidebar_terms .tabs_item p{
  color: #777;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom:30px;
}
.sidebar_terms .tab_content_outer br{
  display:none
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/

@media only screen and (max-width: 479px) and (min-width: 220px){
  .sidebar_terms span.down_img img{
    height:15px;
    padding-top:3px;
    transition: transform 1s;
  }
  .sidebar_terms .table-outer {
    overflow-x: scroll;
  }
  .select-menu .select-btn{
    display:block !important;
  }
  .select-menu.active span.down_img{
    transform: rotate(180deg);
    transition: transform 1s;
  }
  .sidebar_terms .sidebar_mobile {
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .sidebar_terms .sidebar_content_desktop {
    display: none;
  }
  .sidebar_terms .sidebar_content {
    width: 100%;
    margin-bottom: 50px;
  }
  .sidebar_terms .tab_content_outer {
    width: 100%;
  }
  .sidebar_terms .tab_content_outer img {
    width: 100% !important;
    height: auto;
  }
  .sidebar_terms {
    padding-top: 25px !important;
  }
  .sidebar_terms .tab_top_content p, .sidebar_terms .tab_content .tabs_item p{
    font-size: 16px !important;
  }
  .sidebar_terms .tab_content .tabs_item p span{
    font-size: 16px !important;
  }
}


.select-menu {
  display:block;
  max-width: 330px;
  margin: 30px auto 0;
}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  width: 330px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .sidebar_terms .sidebar_mobile {
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .sidebar_terms .table-outer {
    overflow-x: scroll;
  }
  .sidebar_terms .sidebar_content_desktop {
    display: none;
  }
  .sidebar_terms .sidebar_content {
    width: 100%;
    margin-bottom: 50px;
  }
  .sidebar_terms .tab_content_outer {
    width: 100%;
  }
  .sidebar_terms .tab_content_outer img {
    width: 100% !important;
    height: auto;
  }
  .sidebar_terms {
    padding-top: 25px !important;
  }
  .sidebar_terms .tab_top_content p, .sidebar_terms .tab_content .tabs_item p{
    font-size: 16px !important;
  }
  .sidebar_terms .tab_content .tabs_item p span{
    font-size: 16px !important;
  }
  .select-menu .select-btn{
    display:block !important;
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .sidebar_terms .sidebar_mobile {
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .sidebar_terms .sidebar_content_desktop {
    display: none;
  }
  .sidebar_terms .sidebar_content {
    width: 100%;
    margin-bottom: 50px;
  }
  .sidebar_terms .tab_content_outer {
    width: 100%;
  }
  .sidebar_terms .tab_content_outer img {
    width: 100% !important;
    height: auto;
  }
  .sidebar_terms {
    padding-top: 25px !important;
  }
  .select-menu .select-btn{
    display:block !important;
  }
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .sidebar_terms .tab_content_outer img {
    width: 100% !important;
    height: auto;
  }
  .sidebar_terms .sidebar_module_outer.tab{
    padding:56px 0;
  }

}

@media only screen and (min-width: 1025px){
  .sidebar_terms .tab_content_outer img {
    width: 100% !important;
    height: auto;
  }
}
@media only screen and( max-width: 1300px ) and  (min-width: 1051px){
  .sidebar_terms .sidebar_module_outer.tab{  
    padding:0 20px ;
  }
}