/* menu */
.frmcUnderstanding-menu-table {
    border: 1px solid black;
  }
  
  /* widget */
  .frmcUnderstanding-container button.multiselect {
    background-image: url(../jpg/drop-down.jpg);
    padding: 6px 30px 6px 12px;
    border: none;
    border-radius: 30px;
    height: 35px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 12px;
    -webkit-appearance: none;
    color: #8f8f8f;
    background-size: auto;
    background-color: #fff;
  }
  .frmcUnderstanding-container .multiselect-container>.multiselect-option>span{
    padding-right: 0px;
  }
 
  button.multiselect-option.dropdown-item{
    padding-right: 0px;
  }
  .multiselect-container.dropdown-menu.show{
  max-height: 200px;
  overflow-y: auto;
  }
  .elementor-widget-wp-widget-frmc_understanding_widget h3{
    margin-bottom: 25px;
    color:#313131;
  }
  button:focus{
    outline: 0px!important;
  }
  .multiselect-container.dropdown-menu{
    width: 100%;
    border: 1px solid #aaa;
  }
  .multiselect-container.dropdown-menu label{
    color: var(--primary-blue);
    width: 100%;
  }
  .multiselect-container.dropdown-menu .dropdown-item.active{
    background-color: transparent;
  }
  /* .frmcUnderstanding-itemwrapper:hover * {
    color: #fff;
    border-color: #fff;
  } */
  
  .frmcUnderstanding-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    margin-bottom: 30px;
    height: 200px;
    overflow: hidden;
  }
  .frmcUnderstanding-item:hover .frmcUnderstanding-thumbnail{
    border: 6px solid rgb(122 154 1);
    transition: all 0.5s ease 0s;
    
  }
  .frmcUnderstanding-text{
    width: 75%;
    float: left;
    padding: 0 12px;
    height: 100%;
  }
  .frmcUnderstanding-item-row {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .item-links{
    margin-top: -5px;
  }
  .frmcUnderstanding-title{
    padding-top: 2px;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-weight: normal;
    
  }
  .frmcUnderstanding-text {
    padding-left: 1em;
    
  }
 
  .frmcUnderstanding-title a{
    color: #3a94d4 !important;
    line-height: 24px;
  }
  .frmcUnderstanding-title a:hover{
    color: #009fdf;
  }
  .frmcUnderstanding-thumbnail {
    border: 1px solid #c5c5c5;
    height: max-content;
  }
  
  
  .frmcUnderstanding-body p{
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
    height: 105px;
    padding-top: 5px;
    overflow: hidden;
  }
  
  .frmcUnderstanding-bottom_border {
    background-image: url(../btn-bg-sprite.html);
    background-repeat: repeat-x;
    height: 13px;
    display: block;
    background-position: 0px -32px;
    margin-bottom: 0.5em;
  }
  
  
  .frmcUnderstanding-item-row .frmcUnderstanding-thumbnail{
    border: 6px solid rgba(122, 154, 1, .4);
    height: 222px!important;
    width: 25%;
    overflow: hidden;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

  }
  .frmcUnderstanding-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-top: -30px;
  }
  
  .frmcUnderstanding-left,
  .frmcUnderstanding-right {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .frmcUnderstanding-right > span {
    position: relative;
    height: 24px;
    width: 13px;
    margin: auto 2px;
    cursor: pointer;
  }
  
  .frmcUnderstanding-right > span > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .frmcUnderstanding-circle {
    border-radius: 50px;
    background: #d6d6d6;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: auto 3px;
  }
  
  .frmcUnderstanding-circle-active {
    background: #009fdf;
  }
  
  .frmcUnderstanding-preview > a {
    float: right;
    color: #009fdf;
    border: 1px solid #009fdf;
    border-radius: 50px;
    padding: 8px 20px 7px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    
  }
  .frmcUnderstanding-preview > a:hover{
    background: #688400;
    transition: 0.5s;
    border: 1px solid #688400;
    color: #fff !important;
   
  }
  .multiselect-option.dropdown-item.active label{
    background-color: #efefef;
  }
  @media screen and (max-width:769px){
 
    .frmcUnderstanding-item-row .frmcUnderstanding-thumbnail{
      
    align-items: inherit;
    }
    
  }
 