.dataTables_wrapper .dataTables_paginate{
   float: none;
   text-align: center;
   padding: 0;
   margin-top: 50px;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next{
   display: none;
} */
table.dataTable thead th, table.dataTable thead td{
   background: #BFDEF5;
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   color: #1E1B69;
   border: 0;
   padding-right: 30px;
}
table.dataTable tbody th, table.dataTable tbody td{
   padding: 20px 18px;
   font-weight: normal;
   font-size: 16px;
   line-height: 22px;
   color: #565555;
   border-top: 1px solid #C4C4C4;
   vertical-align: top;
}
table.dataTable thead .sorting{
   background-image: url("../images/icon-sort.png");
   background-size: 11px 14px;
}
table.dataTable thead .sorting_asc{
   background-image: url("../images/icon-arrow-up.png");
}
table.dataTable thead .sorting_desc{
   background-image: url("../images/icon-arrow-down.png");
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
   background-position: 95% 50%;
}
table.dataTable.no-footer{
   border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
   border: 0;
   width: 37px;
   line-height: 37px;
   border-radius: 50%;
   padding: 0;
   color: #1E1B69 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
   background: #1E1B69;
   border: 0;
   color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled{
   display: none;
}
a.icon-download{
   position: relative;
   font-size: 16px;
   line-height: 22px;
   text-decoration-line: underline;
   color: #565555;
   display: inline-block;
   padding-left: 27px !important;
}
a.icon-download::before{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 17px !important;
   height: 20px !important;
   background: url(../images/icon-download.png) top left no-repeat !important;
   background-size: 100% !important;
}
table.dataTable tbody td.hide-text{
   text-indent: -99999px;
}
.runway-safety-ul ul, .malaysia-runway-safety-ul ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.runway-safety-ul ul li, .malaysia-runway-safety-ul ul li{
   background: none;
   padding: 0;
   position: relative;
   margin-bottom: 20px;
}
.runway-safety-ul ul li a, .malaysia-runway-safety-ul ul li a{
   position: relative;
   padding-left: 30px;
   display: inline-block;
   font-weight: normal;
   font-size: 16px;
   text-decoration-line: underline;
   color: #565555;
}
.runway-safety-ul ul li a::before, .malaysia-runway-safety-ul ul li a::before{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 22px;
   height: 22px;
   background: url(../images/icon-url.png) top left no-repeat;
   background-size: 100%;
}
.elp-paragraph h6{
   font-size: 18px;
}
.icon-tel{
   display: block;
   line-height: 25px;
   padding-left: 35px;
   position: relative;
   color: #565555;
   white-space: nowrap;
}
.icon-tel::before{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 25px;
   height: 25px;
   background: url(../images/icon-tel.png) top left no-repeat;
   background-size: 100%;
}
.icon-fax{
   display: block;
   line-height: 25px;
   padding-left: 35px;
   position: relative;
   white-space: nowrap;
}
.icon-fax::before{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 25px;
   height: 25px;
   background: url(../images/icon-fax.png) top left no-repeat;
   background-size: 100%;
}
a.second-file{
   margin-top: 10px;
}
.dataTables_wrapper .dataTables_length{
   float: right;
}
.dataTables_wrapper .dataTables_length label{
   display: flex;
   flex-direction: row;
   height: 50px;
   align-items: center;
}
.dataTables_wrapper .dataTables_length select{
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   height: 100%;
   width: 100%;
   border: 0;
}
.ax-select{
   margin-left: 12px;
   background: #FFFFFF;
   box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
   border-radius: 40px;
   border-color: transparent;
   line-height: 46px;
   width: 80px;
   padding: 0 21px;
   max-width: 100%;
   color: #1E1B69;
   position: relative;
}
.ax-select::after{
   content: "";
   background-image: url(../images/drop.svg);
   background-repeat: no-repeat;
   display: block;
   width: 15px;
   height: 10px;
   position: absolute;
   top: 44%;
   bottom: 0;
   right: 12px;
}
.dataTables_wrapper .dataTables_filter{
   float: left;
   text-align: left;
   margin-bottom: 28px;
}
.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length span{
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   color: #1E1B69;
}
.dataTables_wrapper .dataTables_filter input{
   margin-left: 12px;
   background: #FFFFFF;
   box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
   border-radius: 40px;
   border-color: transparent;
   line-height: 46px;
   padding: 0 21px;
   width: 350px;
   max-width: 100%;
   color: #1E1B69;
}
.dataTables_wrapper .dataTables_filter input::placeholder{
   font-size: 16px;
   color: #1E1B69;
}
.dataTables_wrapper .dataTables_filter input:focus{
   outline: none;
}
.dataTables_wrapper .dataTables_paginate .gotopage{
   display: inline-block;
   margin-left: 25px;
}
.dataTables_wrapper .dataTables_paginate .gotopage span{
   font-style: italic;
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   color: #565555;
}
.dataTables_wrapper .dataTables_paginate .gotopage input{
   background: #BFDEF5;
   border-radius: 40px;
   width: 75px;
   height: 33px;
   padding: 0 20px;
   font-size: 16px;
   line-height: 33px;
   border: 0;
   margin: 0 10px;
   text-align: center;
}
.dataTables_wrapper .dataTables_paginate .gotopage button{
   appearance: none;
   -webkit-appearance: none;
   font-size: 16px;
   color: #FFFFFF;
   text-align: center;
   width: 56px;
   height: 33px;
   border: 0;
   background: #1E1B69;
   border-radius: 20px;
}
.subsub .left-sidebar a{
   transition: all .2s linear;
}
.download-icon a:hover{
   text-decoration: none;
}
.download-icon a:hover {
   text-decoration: none;
   color: #565555 !important;
}
a.pl-file-link {
   color: #565555 !important;
}
.sub-banner-p .container{
   padding: 0;
   min-height: 250px;
   display: flex;
   align-items: center;
   justify-content: center;
}
form.filter-p.normal-p-filter{
   justify-content: center;
}
form.filter-p.normal-p-filter> div{
   max-width: 435px;
   width: 100%;
   margin: 0 10px;
}
.directory-search-div input#myInput::placeholder{
   color: #1E1B69;
}
.contact-form{
   border-top: 4px solid #BFDEF5;
}
.services-forms > div.h2 p{
   line-height: 24px;
}
.services-forms > div.h2 {
   margin-bottom: 30px;
}
.ground-handler-category .cat-title p{
   font-size: 20px;
   line-height: 24px;
}
table.dataTable.dt-style2 thead th, table.dataTable.dt-style2 thead td{
   padding-left: 9px;
   padding-right: 20px;
}
table.dataTable.dt-style2 tbody th, table.dataTable.dt-style2 tbody td{
   padding: 20px 9px;
}
/* table.dataTable.dt-style2 tbody th.link-td a, table.dataTable.dt-style2 tbody td.link-td a{
   word-break: break-all;
} */
.dataTables_wrapper.no-footer .dataTables_scrollBody{
   border-bottom: none;
}
.helideck-certification > div:last-child .wpb_text_column.wpb_content_element{
   text-align: left;
}
.helideck-certification{
   padding-bottom: 20px;
}
.helideck-certification .icon-loc{
   padding-left: 15px;
}
.yasr-auto-insert-visitor {
   margin-top: 10px;
}
.yasr-auto-insert-visitor{
   bottom: unset;
   top: -100px;
   color: #565555;
}
.about-iso .wpb_single_image a::after{
   display: none;
}
div.filter-p.result-form .btn-right.btn-icon {
   position: absolute;
   right: 0;
   top: -40px;
}
div.filter-p.result-form {
   position: relative;
   padding-top: 30px;
   padding-bottom: 80px;
}
div.filter-p.result-form .branch-block {
   margin-top: 20px;
}
.desktop-child-menu .container{
   padding-left: 0;
   padding-right: 0;
}
.desktop-child-menu .container .slick-track{
}
div#language-switcher, #wp-chatbot-chat-container{
   /* display: none; */
}
.left-sidebar-menu{
   display: none;
   flex-direction: row;
   justify-content: flex-end;
   align-items: center;
   margin-bottom: 30px !important;
}
.left-sidebar-menu .intro-title{
   font-size: 14px;
   margin-right: 20px;
   color: #000;
   white-space: nowrap;
}
.left-sidebar-menu ul li{
   background: none;
   padding: 0;
   margin: 0;
}
.intro-tab.left-sidebar-menu .nice-select{
   background: #172983;
   color: #fff;
   max-width: 250px;
}
.intro-tab.left-sidebar-menu .nice-select span.current{
   color: #fff;
   font-size: 14px;
}
.intro-tab.left-sidebar-menu .nice-select::after{
   background-image: url(../images/drop-white.svg);
   background-repeat: no-repeat;
   right: 10px;
}
.intro-tab.left-sidebar-menu .nice-select.open::after{
   margin-top: -5px;
}
.intro-tab.left-sidebar-menu .nice-select ul.list{
   width: 150%;
   left: auto !important;
}
.intro-tab.left-sidebar-menu .nice-select ul li.option{
   font-size: 14px !important;
   white-space: normal;
   line-height: 1.45;
   padding-top: 12px;
   padding-bottom: 12px;
}
.intro-tab.left-sidebar-menu .nice-select ul li.option:first-child {
   padding-top: 18px;
}
.intro-tab.left-sidebar-menu .nice-select ul li.option:last-child {
   padding-bottom: 18px;
}

/* yasr visitor votes */
div.yasr-visitor-votes {
   position: relative;
}
.yasr-custom-text-vv-before.yasr-custom-text-vv-before-8 {
   font-weight: 700;
   font-size: 13px;
   line-height: 15px;
   color: #1E1B69;
   margin-bottom: 6px;
   display: block;
}
.yasr-vv-second-row-container {
   display: flex;
   align-items: center; 
   gap: 8px;
}

.yasr-star-rating {
   display: flex;
   gap: 4px;
   align-items: center;
}

.yasr-vv-stats-text-container {
   display: inline-block;
   vertical-align: bottom;
}
.yasr-dashicons-visitor-stats {
   cursor: pointer;
   display: inline-block;
   vertical-align: bottom;
}
.yasr-vv-container-loader {
   display: inline-block;
}
span.yasr-small-block-bold {
   display: none;
}
.yasr-small-block-bold {
   display: block;
   font-weight: 700;
   font-size: 12px;
}
span.r-close {
   position: absolute;
   top: 0;
   right: -21px;
   cursor: pointer;
   z-index: 3;
   width: 11px;
   height: 10px;
   background-image: url(../images/rating-close.svg);
   background-repeat: no-repeat;
   background-position: center;
}
.yasr-star {
   width: 32px;
   height: 32px;
   background-image: url(../images/star_0.svg);
   background-size: contain;
   background-repeat: no-repeat;
   cursor: pointer;
   transition: transform 0.1s;
}

.yasr-star.filled {
   background-image: url(../images/star_1.svg);
}
.yasr-vv-stats-text-container, .yasr-vv-container-loader{
   display: none;
}

td.table-count {
   display: flex;
}
.file-sec-title {
   font-size: 20px;
   font-weight: 700;
   color: #1E1B69;
   margin-bottom: 15px;
}
.primary-legislation {
   margin-bottom: 15px !important;
}

.primary-legislation-table table.dataTable tbody th, table.dataTable tbody td {
   padding: 30px 18px;
}

.primary-legislation-table .aircraft-link > div p a {
   width: 100%;
}

.subsidiary-legislation-table .aircraft-link > div p a {
   width: 100%;
}

div#ic-datatable-regulations_paginate,
div#ic-datatable-cp_paginate,
div#ic-datatable-other_paginate {
   display: none;
}




@media (min-width: 1200px) {
   .headquarters-form-div{
      padding: 0 62px;
   }
}
@media(max-width: 991px) {
   .left-sidebar-menu{
      display: flex;
   }
   .helideck-certification{
      padding-bottom: 35px;
   }
   .helideck-certification .icon-loc{
      padding-left: 0;
   }
   .subleft-bar > .vc_col-sm-3{
      z-index: 9;
   }
   .left-sidebar{
      display: none;
   }

   .intro-tab.left-sidebar-menu .nice-select {
      width: auto;
      max-width: calc(100vw - 118px);
   }
   .intro-tab.left-sidebar-menu .nice-select span.current {
      text-overflow: ellipsis;
      overflow: hidden;
   }
}
@media(max-width: 767px) {
   .dataTables_wrapper .dataTables_paginate .gotopage{
      margin-top: 15px;
      display: block;
      margin-left: 0;
   }
   .entry-content > div.vc_row:nth-child(1){
      padding-bottom: 50px !important;
   }
   .dangerous_goods_class > div{
      width: 100%;
   }
   .dataTables_wrapper .dataTables_length{
      float: none;
      margin-bottom: 15px;
   }
}
@media(max-width: 576px) {
   .row{
      margin: 0;
   }
   .wpb-js-composer .permitted-flying-areas.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
      padding-left: 20px;
   }
   .uas-regulations{
      border-radius: 50px;
   }
   table.dataTable tbody th, table.dataTable tbody td{
      padding-left: 9px;
      padding-right: 9px;
   }
   .dataTables_wrapper .dataTables_paginate .paginate_button{
      width: 29px;
      line-height: 29px;
      min-width: unset;
   }
   .sub-mini-menu a{
      line-height: 20px;
   }
   .sub-mini-menu{
      margin-bottom: 4px;
   }
   #wp-chatbot-chat-container{
      right: 20px !important;
   }
}
@media (max-width: 575px) {
   .mobile-padding-lr {
      padding-left: 15px;
      padding-right: 15px;
}
}
@media (max-width: 540px) {
   .intro-tab.left-sidebar-menu .nice-select ul.list {
      width: calc(100vw - 30px);
   }
}
@media(max-width: 450px) {
   .dataTables_wrapper .dataTables_filter label{
      display: block;
   }
   .dataTables_wrapper .dataTables_filter input{
      display: block;
      margin: 10px 0 0;
      width: 100%;
   }
   .dangerous_goods_class > div .cat-title{
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
   }
}

/* amendment 20230217 */
.directory-table table.dataTable tbody td.img{
   width: 125px;
   text-align: center;
   vertical-align: middle;
}
/* amendment 20230217 */