/*Colors*/
@media all and (max-width: 991px) {
    h1 {
        font-size:18px;
        font-weight:bold;
    }
  .header {
    position: relative; }
  .header .container_fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    display: block;}
  .header_menu {
    /*position: absolute;
    bottom: 10px;
    right: 15px;*/ }
    .header_menu .menu_btn {
        display: inline-block;
        width: 40px;
        height: 29px;
        cursor: pointer;
        margin-bottom: -3px;
    }
      .header_menu .menu_btn div {
        height: 4px;
        margin-bottom: 5px;
        background: #86703F; }
        .header_menu .menu_btn div:last-child {
          margin-bottom: 0; }
    .header_menu ul {
      display: none;
      position: absolute;
      right: -0;
      top: 112px;
      width: 100%;
      z-index: 20;
      background: #3B4654; }
      .header_menu ul li {
        display: block;
        text-align: center;
        margin: 0; }
        .header_menu ul li a {display: block; padding: 5px 0;}
        .header_menu ul li:last-child a {padding: 5px 0 10px;}
        .header_menu ul li:first-child a {padding: 10px 0 5px;}
  .dropdown_menu_btn {
    font-size: 18px; }
  
    .container_fluid {
        padding-bottom: 10px;
    }

    .dropdown_menu_list {
        width: 100%;
    }

    .reviews_block {
        padding-top: 0px;
    }
  
  .reviews_block_title {margin-top: 20px;}
  
    .text {
        display:none;
    }

    .dates {
        display: block;
        margin-bottom: 20px;
    }
  

}

@media all and (max-width: 767px) {
    .main_container {
        padding-top: 0px;
    } 
  .space-between {margin: 0 -15px;}
    .dropdown_menu, .icn_menu, .tab_area {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-md {margin: 0;}
    .topmenu-item {padding: 0;}
    .dropdown_menu_btn {
        padding-top: 6px;
        padding-bottom: 4px;
        border-radius: 0px;
    }
  .dropdown_menu_list {
    position: relative;
    width: 100%;
     }
  .top_menu_list {margin-top: 20px; margin-left: -15px; margin-right: -15px;}
  .top_menu_list .dropdown_menu_btn {
    color: #1A1A1A;
    background: #fff;
    border: 1px solid #86703F;
    padding: 5px 10px;
    position: relative;}
  i {color: #86703F;}
  .pagetitle {margin-top: 0;}
  .table_item_parent {align-items: initial; flex-direction: column;}
}


@media all and (max-width: 573px) {
  .top_menu_list {margin-left: -15px; margin-right: -15px; }
  .header_logo {
    padding-right: 0; }
    .header_logo_img {
        display: block;
        width: 150px;
        height: 54px;
    }
    .header_logo_img img {
        width: 143px;
        height: 54px;
    }
  .header_logo_text {
    display: block;
    text-align: center;
    padding-right: 40px; } 
  .header_menu ul {
    top: 76px;}
  
  .top_btn_block {margin-top: 10px;}
  .dropdown_menu {margin-bottom: 10px;}
  .dropdown_menu_list {margin-bottom: 0;}
  .dropdown_menu_btn {
    color: rgb(195, 211, 227);
    background: #7c7c7c;
    padding: 5px 10px;
    position: relative;}
  .reviews_block_item_text > .col-sm-6 {padding-right: 0};}
  .pagetitle {margin: 0 -15px;}
}

@media all and (max-width: 440px) {
  .header_logo_text {
    font-size: 34px; }
  .header_menu {
    bottom: 0; } }

/*# sourceMappingURL=media.css.map */
