header nav {
    background: #003A74;
    height: auto;
}

header nav li {
    padding: 0;
}

header nav .list-inline li:not(:last-child) {
    /*margin-right: 12px;*/
}

header nav .list-inline>li {
    padding: 26px 0 25px;
}


/* header nav .list-inline > li:nth-child(5).has-submenu .sub-menu , 
header nav .list-inline > li:nth-child(6).has-submenu .sub-menu ,
header nav .list-inline > li:nth-child(7).has-submenu .sub-menu ,
header nav .list-inline > li:nth-child(8).has-submenu .sub-menu ,
header nav .list-inline > li:nth-child(9).has-submenu .sub-menu  {
	right: 0; left: auto;
} */

header nav .list-inline>li:nth-child(n+5).has-submenu .sub-menu {
    right: 0;
    left: auto;
}

header nav .header-inner {
    padding: 0;
}

header nav li a {
    color: #ffffff;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-right: 8px;
    display: inline-block;
    font-size: 15px;
}

header nav li .sub-menu {
    /*width: 900px;*/
    width: 100%;
    padding: 18px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    top: 76px;
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.25);
}

header nav li.has-submenu {
    transition: .3s all ease-in;
    position: unset;
}

header nav li.has-submenu>a {
    position: relative;
}

header nav li.has-submenu.active>a {}

header nav li.has-submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
}

header nav li.has-submenu.active>a:after {
    content: '\f106';
}

header nav li.has-submenu.active {
    background-color: #FFFFFF;
    box-shadow: 0 7px 6px -7px rgba(0, 0, 0, 0.25), inset 0 7px 6px -7px rgba(0, 0, 0, 0.25);
}

header nav li.has-submenu.active a {
    color: #003A74;
}

header nav li.has-submenu .sub-menu {
    flex-wrap: nowrap;
}

header nav li.has-submenu .sub-menu>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

header nav li.has-submenu .sub-menu>ul li {
    max-width: 50%;
    flex: 0 0 50%;
}

header nav li.has-submenu.active .sub-menu,
header nav li.has-submenu:hover .sub-menu {
    display: flex;
    justify-content: space-between;
    opacity: 1;
    transform: translateY(0);
    z-index: 1000;
    height: auto;
}

header nav li .sub-menu ul:not(:last-child) {
    margin-right: 10px;
}

header nav li .sub-menu li {
    padding: 0;
    border: 0;
    line-height: normal;
    background: unset;
}

header nav li .sub-menu li:not(:last-child) {
    margin-bottom: 25px;
}

header nav li .sub-menu li a {
    font-size: 18px;
    padding: 0;
    color: #003A74;
    font-family: hgs-sb;
}

header nav li .sub-menu li a:hover {
    opacity: .75;
}

header nav li .sub-menu li ul {
    margin-top: 10px;
}

header nav li .sub-menu li ul li:not(:last-child) {
    margin-bottom: 15px;
}

header nav li .sub-menu li ul li a {
    font-family: hgs-regular;
    font-size: 16px;
}


/*footer css*/

footer {
    background: #003A74;
    font-size: 18px;
    color: #ffffff;
}

footer .footer-wrapper .logo {
    margin-bottom: 35px;
    display: block;
}

footer .footer-wrapper p {
    color: #ffffff;
    font-size: 16px;
}

footer .footer-wrapper {
    /*padding-left: 0; padding-right: 0;  */
    padding-top: 85px;
}

footer .footer-wrapper h5 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'hgs-bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .footer-wrapper ul li.phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.806' height='18.806' viewBox='0 0 18.806 18.806'%3E%3Cpath id='phone' d='M5.57,10.769,5.545,10.7A18.622,18.622,0,0,1,4.5,5.545,1.048,1.048,0,0,1,5.545,4.5H8.679a2.09,2.09,0,0,1,2.09,2.09v2.09a2.09,2.09,0,0,1-2.09,2.09H7.8A16.773,16.773,0,0,0,17.037,20v-.874a2.09,2.09,0,0,1,2.09-2.09h2.09a2.09,2.09,0,0,1,2.09,2.09v3.134a1.219,1.219,0,0,1-1.045,1.045,16.111,16.111,0,0,1-5.224-1.045A18.964,18.964,0,0,1,5.57,10.769Z' transform='translate(-4.5 -4.5)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    padding-bottom: 0;
}

footer .footer-wrapper ul li.phone:not(:last-child) {
    margin-bottom: 15px;
}

footer .footer-wrapper .bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid #ffffff;
    margin-top: 30px;
}

footer .footer-wrapper .bottom-bar .copyright-text {
    opacity: .7;
}

footer .footer-wrapper .bottom-bar .copyright-text p {
    margin-bottom: 0;
    margin-top: 7px;
}

footer ul.social-icons li a {
    color: #ffffff;
}

footer ul.social-icons li a:hover {
    opacity: .75;
}

footer .footer-wrapper .map {
    margin-bottom: 15px;
}

footer .footer-wrapper .map iframe {
    /*width: 100%; border-radius: 5px; height: 325px;*/
    width: 330px;
    border-radius: 5px;
    height: 320px;
}

footer .footer-wrapper ul.mobile-apps {
    /*justify-content: space-between;*/
    align-items: center;
}

footer .footer-wrapper ul.mobile-apps li {
    padding: 0!important;
}

footer .footer-wrapper ul.mobile-apps li:not(:last-child) {
    margin-right: 15px;
}

footer .footer-wrapper ul.mobile-apps li a:hover {
    border: 0;
    opacity: .75;
}

footer .footer-wrapper .footer-menu ul li {
    line-height: 1.38;
}

footer .footer-wrapper .footer-heading {
    min-height: 76px;
}

footer .footer-wrapper ul.mobile-apps li:before {
    display: none !important;
}

footer .footer-wrapper .footer-menu ul li.phone:before {
    display: none !important;
}


/*pdf box*/

.pdf-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #587DA4;
    justify-content: center;
    border-radius: 20px;
    padding: 45px 30px;
    min-height: unset;
    transition: .2s all ease !important;
    opacity: 1;
}

.pdf-box p {
    text-align: center;
    color: #003A74;
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.25;
}

.pdf-box .image {
    margin-right: 0;
    flex: unset;
    margin-bottom: 18px;
    color: #003A74;
}

.pdf-box .download-icon {
    background-image: unset;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    display: none !important;
}

.pdf-box .download-icon:after {
    content: unset;
}

.pdf-box:hover,
.pdf-box:focus,
.pdf-box:active {
    background: #003A74 !important;
    border-color: transparent;
    box-shadow: unset;
    color: #ffffff;
}

.pdf-box:hover p,
.pdf-box:hover .image {
    color: #ffffff;
}

.pdf-box .download-icon svg {
    display: none !important;
}

.inner-page-wrapper ol:not(.breadcrumb) {
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

.flat-page ol:not(.breadcrumb) {
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;
}

.flat-page ul li {
    color: #404040;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    line-height: 1.3;
}

.flat-page ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.97' height='16.971' viewBox='0 0 16.97 16.971'%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='12' height='12' transform='translate(8.485) rotate(45)' fill='%23003a74'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.flat-page ul li ul {
    margin-top: 22px;
}

.flat-page ul li ul li {
    padding-left: 30px;
}

.flat-page ul li ul li:before {
    background-image: unset;
    background-color: #003A74;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}


/*.inner-page-wrapper ul li {
    color: #404040; font-size: 18px; position: relative; padding-left: 40px; line-height: 1.3;
}

.inner-page-wrapper ul li:not(:last-child) { margin-bottom: 25px; }

.inner-page-wrapper ul li:before {
    content: ''; position: absolute; left: 0; width: 16px; height: 16px; top: 5px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.97' height='16.971' viewBox='0 0 16.97 16.971'%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='12' height='12' transform='translate(8.485) rotate(45)' fill='%23003a74'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}*/


/*.inner-page-wrapper ul li ul {
    margin-top: 22px;
}
.inner-page-wrapper ul li ul li {
    padding-left: 30px;
}
.inner-page-wrapper ul li ul li:before {
    background-image: unset; background-color: #003A74; width: 8px; height: 8px; border-radius: 100px;
}*/

.btn.btn-default {
    background-color: #003A74;
    border-radius: 30px;
}

.btn.btn-default:hover {
    opacity: .75;
}


/*about page*/

.inner-page-wrapper .home-search form button {
    background-color: #2384C4;
}

.inner-page-wrapper .content-title {
    color: #003A74;
    font-size: 23px;
    margin-bottom: 28px;
    padding-bottom: 11px;
    border-bottom: 1px solid #003A74;
    display: inline-block;
}

.historical-overview {
    padding-bottom: 30px;
}

.historical-overview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.historical-overview ul li {
    color: #404040;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    line-height: 1.3;
}

.historical-overview ul li:not(:last-child) {
    margin-bottom: 25px;
}

.historical-overview ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.97' height='16.971' viewBox='0 0 16.97 16.971'%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='12' height='12' transform='translate(8.485) rotate(45)' fill='%23003a74'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.historical-overview ul li ul {
    margin-top: 22px;
}

.historical-overview ul li ul li {
    padding-left: 30px;
}

.historical-overview ul li ul li:before {
    background-image: unset;
    background-color: #003A74;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}

.ministry-function {
    background-color: #003A74;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #ffffff;
}

.ministry-function .content-title {
    color: #ffffff;
    border-bottom-color: #ffffff;
    margin-bottom: 20px;
}

.ministry-function p {
    color: #ffffff;
}

.ministry-function .desc-slider {
    margin-top: 46px;
    margin-left: 42px;
}

.ministry-function .desc-slider {
    padding: 0 30px;
}

.ministry-function .desc-slider .slide {}

.ministry-function .image-slider .image img {
    margin-left: auto;
    border-radius: 3px;
}

.ministry-function .slide p {
    font-size: 23px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.25;
}

.ministry-function .slick-arrow.slick-prev {
    left: 0;
}

.ministry-function .slick-arrow.slick-next {
    right: 0;
}

.ministry-function .slick-arrow {
    width: auto;
    height: auto;
    background: transparent;
}

.ministry-function .slick-arrow:after {
    background: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.589' height='21.047' viewBox='0 0 10.589 21.047'%3E%3Cpath id='arrow-ios-forward-fill' d='M15,28.5a1.5,1.5,0,0,1-1.155-2.46L20.565,18l-6.48-8.055A1.533,1.533,0,1,1,16.5,8.055l7.245,9a1.5,1.5,0,0,1,0,1.905l-7.5,9A1.5,1.5,0,0,1,15,28.5Z' transform='translate(-13.497 -7.456)' fill='%23fff'/%3E%3C/svg%3E%0A");
    height: 21px;
    width: 11px;
}

.ministry-function .slick-arrow:hover:after {
    background: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.589' height='21.047' viewBox='0 0 10.589 21.047'%3E%3Cpath id='arrow-ios-forward-fill' d='M15,28.5a1.5,1.5,0,0,1-1.155-2.46L20.565,18l-6.48-8.055A1.533,1.533,0,1,1,16.5,8.055l7.245,9a1.5,1.5,0,0,1,0,1.905l-7.5,9A1.5,1.5,0,0,1,15,28.5Z' transform='translate(-13.497 -7.456)' fill='%23fff'/%3E%3C/svg%3E%0A");
    opacity: .75;
}

.ministry-details {
    padding-top: 35px;
}

.ministry-details .content-title {
    margin-bottom: 20px;
}

.responsibilities-wrapper {
    justify-content: center;
    margin-bottom: 40px;
}

.responsibilities-wrapper .responsibility {
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, .12);
    padding: 20px;
    min-height: 160px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.flipster--coverflow .flipster__item__content {
    box-shadow: 1px 0px 10px rgba(0, 0, 0, .12);
    padding: 20px 30px;
    padding-top: 23px;
    border-radius: 6px;
    text-align: center;
    color: #003A74;
    box-reflect: unset;
    -webkit-box-reflect: unset;
}

.flipster--coverflow .flipster__item__content .image img {
    margin: auto;
}

.flipster--coverflow .flipster__item__content .name {
    font-size: 27px;
    margin-bottom: 10px;
}

.flipster--coverflow .flipster__item__content .ministry-name {
    font-size: 22px;
    margin-bottom: 10px;
}

.flipster--coverflow .flipster__item__content .duration {
    font-size: 15px;
}

.flipster__button {
    color: #003A74;
}

.flipster--coverflow .flipster__container {
    padding-bottom: 0;
    min-height: 385px;
}

.flipster-wrapper {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

.flipster__button {
    margin: -1em 0;
}

.flipster__button--prev {
    left: -15px;
}

.flipster__button--next {
    right: -15px;
}

.flipster-wrapper .flipster__item {
    padding-left: 0;
}

.flipster-wrapper .flipster__item:not(last-child) {
    margin-bottom: 0;
}

.flipster-wrapper .flipster__item:before {
    display: none !important;
}


/*about page*/

.custom-table .thead {
    background: #023E78;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-table .thead .trow .table-cell {
    color: #ffffff;
    font-family: 'hgs-sb';
}

.custom-table .thead .trow .table-cell {
    padding-bottom: calc(1.25rem + 10px);
}

.custom-table .tbody {
    border-radius: 15px;
    overflow: hidden;
    margin-top: -15px;
    position: relative;
}

.custom-table .tbody .trow {
    background-color: #ffffff;
}

.custom-table .tbody .trow:nth-child(even) {
    background-color: #BCDAED;
}

.custom-table .tbody .trow:hover .table-cell {
    color: #404040;
}

.custom-table .tbody .trow:hover {
    background-color: #BCDAED;
    border-color: #b2b2b2;
}

.custom-table .tfooter {
    background: #023E78;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 70px 10px;
    margin-top: -15px;
}

table.dataTable {
    background: #023E78;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

table.dataTable thead th {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
}

table.dataTable th {
    border: 0;
    padding-top: 22px!important;
    padding-bottom: 22px!important;
}

table.dataTable thead th {
    border-bottom: 0;
    color: #ffffff;
    font-family: 'hgs-sb';
}

table.dataTable thead th:first-child {
    text-align: center;
}

table.dataTable tbody td p {
    margin-bottom: 0;
}

table.dataTable tbody td:first-child {
    text-align: center;
}

table.dataTable tbody td {
    padding: 12px 10px;
}

table.dataTable tbody tr {
    background-color: #BCDAED!important;
}

table.dataTable tbody tr:nth-of-type(odd) {
    background-color: #ffffff!important;
}

table.dataTable tfoot tr ul.pagination {
    margin: 0;
    margin-right: 50px;
}

table.dataTable tbody {
    border-top-left-radius: 15px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 15px;
    opacity: 1!important;
}

table.dataTable tbody tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

table.dataTable tbody tr:first-child td:last-child {
    border-top-right-radius: 15px;
}

table.dataTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

table.dataTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.table-striped tr:hover td {
    color: #404040 !important;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.paginate_button.disabled {
    opacity: 0 !important;
    visibility: hidden !important;
    font-size: 0 !important;
}

#fish_price tbody tr:first-child,
#gold_price tbody tr:first-child {
    height: 40px;
}

table.table-bordered td,
table.table-bordered th,
table.dataTable td,
table.dataTable th {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

ul.pagination {
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    list-style: none;
}

ul.pagination li:not(:last-child) {
    margin-right: 10px;
}

ul.pagination li:last-child) {
    margin-left: 23px;
}

ul.pagination li:first-child) {
    margin-right: 23px;
}

ul.pagination li.active a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'hgs-bold';
}

ul.pagination li a {
    font-size: 12px;
    color: #4D749E;
}

ul.pagination li a.arrows {
    color: #ffffff;
}

ul.pagination li a.arrows i {
    font-size: 22px;
    padding-top: 5px;
}

ul.pagination li a.arrows:hover {
    opacity: .75;
}

.sort-icon {
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath id='sort' d='M8,7.636a.549.549,0,0,1-.148.384l-3.5,3.818a.463.463,0,0,1-.7,0L.148,8.02a.57.57,0,0,1,0-.767A.462.462,0,0,1,.5,7.09h7a.462.462,0,0,1,.352.162A.549.549,0,0,1,8,7.636ZM8,4.364a.549.549,0,0,1-.148.384.462.462,0,0,1-.352.162H.5a.462.462,0,0,1-.352-.162.57.57,0,0,1,0-.767L3.648.162a.463.463,0,0,1,.7,0l3.5,3.818A.549.549,0,0,1,8,4.364Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

footer .footer-wrapper .ministry-info {
    margin-top: 15px;
}

.dataTables_wrapper.no-footer {
    background: #023E78;
    border: 0;
    border-radius: 15px;
}

.dataTables_wrapper .dataTables_info {
    color: #ffffff;
    margin-bottom: 0!important;
    padding: 26px 18px 0px;
}

.dataTables_wrapper .dataTables_paginate {
    color: #ffffff;
    margin-bottom: 0!important;
    padding: 13px 18px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 12px;
    color: #4D749E!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #ffffff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    border: 0;
    color: #ffffff!important;
    font-size: 18px;
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #ffffff !important;
    border: 0;
    background: transparent;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

#fish_price tbody tr:first-child,
#gold_price tbody tr:first-child {
    background: #ffffff!important;
}


/*table.dataTable.no-footer {
	background: #ffffff;
}
.dataTables_wrapper.no-footer {
	background: #ffffff;
}*/

table.dataTable.no-footer {
    border-bottom: 0;
}

footer .footer-wrapper ul.mobile-apps,
footer ul.social-icons,
footer .footer-wrapper ul {
    list-style: none !important;
    padding: 0 !important;
}

#fish_price,
#gold_price {
    width: 100% !important;
}

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: center left;
}

table.dataTable thead th:first-child.sorting_asc,
table.dataTable thead th:first-child.sorting_desc,
table.dataTable thead th:first-child.sorting,
table.dataTable thead th:first-child.sorting_asc_disabled,
table.dataTable thead th:first-child.sorting_desc_disabled {
    background-position: 6% center;
}


/*footer .footer-wrapper ul.mobile-apps li:first-child img{
    width: 165px;
}*/


/*new page css*/

.link-boxes .box {
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 2.1875rem 0.9375rem;
    margin-bottom: 1.5625rem;
    min-height: 265px;
    transition: all .5s ease;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.link-boxes .box .icon {
    position: relative;
    width: 95px;
    height: 95px;
    background-size: cover;
    text-align: center;
    margin: auto auto 1.5625rem auto;
    top: 0;
    transition: all .5s ease;
}

.link-boxes .box .icon.consumer-protection {
    background: url(../images/icons/icon-1.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.commercial-licenses {
    background: url(../images/icons/icon-2.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.trade-affairs {
    background: url(../images/icons/icon-3.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.trade-development {
    background: url(../images/icons/icon-4.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.assistant-agency {
    background: url(../images/icons/icon-5.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.administrative-affairs {
    background: url(../images/icons/icon-6.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box .icon.planning-affairs {
    background: url(../images/icons/icon-7.png) left top no-repeat;
    background-size: cover;
}

.link-boxes .box p {
    display: block;
    text-align: center;
    color: #004d74;
    font-family: hgs-sb;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    transition: all .5s ease;
    position: relative;
    top: 0;
}

@media screen and (min-width: 1025px) {
    .link-boxes .box:hover {
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 77, 116, 0.75);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 77, 116, 0.75);
        box-shadow: 0px 0px 25px 0px rgba(0, 77, 116, 0.75);
    }
    .link-boxes .box:hover .icon {
        top: -5px;
    }
    .link-boxes .box:hover p {
        top: -5px;
    }
}

.contact-us .departments-email ul li {
    padding-left: 0;
}

.contact-us .departments-email ul li:before {
    display: none !important;
}

.ar .contact-us .departments-email ul li {
    padding-left: 0.625rem;
    padding-right: 0;
}


/*responsive */

@media screen and (max-width: 1600px) {
    footer .footer-wrapper .bottom-bar {
        padding: 25px 0 20px;
        margin-top: 20px;
    }
    footer .footer-wrapper {
        padding-top: 35px;
    }
    footer .footer-wrapper p {
        font-size: .925rem;
    }
    footer .footer-wrapper h5,
    footer {
        font-size: 1rem;
    }
    footer .footer-wrapper .map iframe {
        height: 260px;
        width: 260px;
    }
    footer .footer-wrapper .footer-heading {
        min-height: 66px;
        padding-bottom: 20px;
    }
    header nav li a,
    header nav li .sub-menu li ul li a {
        font-size: .8rem;
    }
    header nav li .sub-menu li a {
        font-size: 1rem;
    }
    .pdf-box {
        padding: 30px;
    }
    .pdf-box .download-icon {
        bottom: 15px;
    }
}

@media screen and (max-width: 1400px) {
    header nav li .sub-menu {
        /*width: 856px;*/
    }
}

@media screen and (max-width: 1330px) {
    /*header nav .list-inline > li:nth-child(4).has-submenu .sub-menu{
	    left: 50%; transform: translateX(-50%);
	}*/
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .footer-wrapper .footer-menu>div {
        flex: 0 0 33.3%;
    }
    .footer-wrapper .footer-menu>div:nth-child(4) {
        margin-top: 0;
    }
    .footer-wrapper .footer-menu>div:nth-child(4),
    .footer-wrapper .footer-menu>div:nth-child(5) {
        flex: 0 0 50%;
        margin-top: 25px;
        max-width: 50%;
    }
    footer .footer-wrapper .footer-heading {
        min-height: auto;
    }
}

@media screen and (max-width: 1300px) {
    footer .footer-wrapper .map {
        margin-bottom: 8px;
    }
    footer .footer-wrapper .map iframe {
        height: 200px;
        width: 200px;
    }
    .ministry-function .desc-slider {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .flipster--coverflow .flipster__item__content {
        padding: 20px;
    }
    .flipster--coverflow .flipster__item__content .name {
        font-size: 23px;
        margin-bottom: 7px;
    }
    .flipster--coverflow .flipster__item__content .ministry-name {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .flipster--coverflow .flipster__item__content .duration {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    header nav li a {
        padding-left: 3px;
        padding-right: 3px;
    }
    header nav li a,
    header nav li .sub-menu li ul li a {
        font-size: .75rem;
    }
    header nav li.has-submenu>a:after {
        font-size: 12px;
        margin-left: 5px;
    }
    header nav .list-inline>li {
        padding: 19px 0 18px;
    }
    header nav li .sub-menu {
        top: 62px;
        /*width: 775px;*/
    }
    header nav li .sub-menu li a {
        font-size: .9rem;
    }
}

@media screen and (max-width:1025px) {
    .pdf-box .download-icon {
        opacity: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .table-striped tfoot tr ul.pagination {
        margin-right: 0;
    }
    ul.pagination {
        justify-content: center;
    }
    .custom-table .tfooter {
        padding: 15px 10px;
        margin-top: -15px;
    }
    .custom-table .tbody {
        border-radius: 0;
        margin-top: 0;
    }
    .custom-table .tbody .trow:nth-child(even) {
        background-color: #ffffff;
    }
    .inner-page-wrapper .content-title {
        font-size: 19px;
    }
    .ministry-function .image-slider {
        margin-top: 0px;
    }
    .ministry-function .desc-slider {
        margin-left: 0;
    }
    .ministry-function .image-slider .slick-track {
        padding-top: 0;
    }
    .ministry-function .image-slider .image img {
        margin-left: auto;
        margin-right: auto;
    }
    .flipster--coverflow .flipster__item__content {
        padding: 18px 12px;
    }
    .flipster__button svg {
        width: 20px;
    }
    .flipster--coverflow .flipster__item {
        -webkit-perspective: 420px;
        perspective: 420px;
    }
    table.dataTable {
        width: 100% !important;
    }
    footer .footer-wrapper .footer-heading,
    footer .toggle-filter-btn {
        font-size: 1.1rem !important;
    }
    footer .footer-wrapper .footer-menu ul li a {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    footer .footer-wrapper .ministry-info {
        text-align: center;
    }
    footer .footer-wrapper .ministry-info h5 {
        margin-bottom: 10px;
    }
    footer .footer-wrapper .footer-heading:after {
        content: none;
    }
    footer .footer-wrapper .toggle-filter .toggle-filter-btn:after {
        content: '\f107';
    }
    footer .footer-wrapper .toggle-filter.active .toggle-filter-btn:after {
        content: '\f106';
    }
    .flipster--coverflow .flipster__item__content .name {
        font-size: 19px;
    }
    .flipster--coverflow .flipster__item__content .ministry-name {
        font-size: 15px;
    }
    .flipster--coverflow .flipster__item__content .duration {
        font-size: 11px;
    }
    .ministry-function .slide p {
        font-size: 19px;
    }
    .historical-overview ul li {
        font-size: 16px;
        padding-left: 30px;
    }
    .historical-overview ul li:not(:last-child) {
        margin-bottom: 18px;
    }
    .historical-overview ul li ul {
        margin-top: 15px;
    }
    footer .footer-wrapper .logo {
        text-align: center;
    }
    footer .footer-wrapper p {
        text-align: center;
    }
    footer .footer-wrapper {
        padding-top: 20px;
    }
    footer .footer-wrapper .logo {
        margin-bottom: 18px;
    }
    footer .footer-wrapper .footer-heading {
        min-height: auto;
    }
    footer .footer-wrapper .footer-menu>div ul {
        margin-bottom: 10px;
    }
    footer .footer-wrapper .footer-menu>div ul li {
        padding-bottom: 0rem;
        margin-bottom: 1rem;
    }
    footer .footer-wrapper .bottom-bar {
        padding: 20px 0 15px;
        margin-top: 0;
    }
    footer .footer-wrapper .map iframe {
        height: 160px;
        width: 160px;
    }
    footer .footer-wrapper h5,
    footer {
        font-size: 14px;
    }
    footer .footer-wrapper h5 {
        font-family: hgs-sb;
    }
    .footer-wrapper .footer-menu .col ul li {
        padding-bottom: 0;
    }
    .dataTables_wrapper .dataTables_info {
        padding: 13px 18px 0px;
    }
    .dataTables_wrapper .dataTables_paginate {
        padding: 0;
        padding-bottom: 5px;
    }
    .home-services {
        margin-top: -20px;
    }
    footer .footer-wrapper {
        padding-top: 50px;
    }
    .flipster--coverflow .flipster__container {
        min-height: 330px;
    }
}

@media screen and (max-width: 575px) {
    .inner-page-wrapper .content-title {
        font-size: 17px;
    }
    footer .footer-wrapper .bottom-bar {
        flex-direction: column;
    }
    footer .footer-wrapper .bottom-bar .copyright-text {
        margin-bottom: 12px;
        text-align: center;
    }
    .ministry-function .image-slider .image img {
        max-width: 100%;
    }
    .flipster--coverflow .flipster__item__content .name {
        font-size: 15px;
    }
    .flipster--coverflow .flipster__item__content .ministry-name {
        font-size: 13px;
    }
    /*.flipster-wrapper{
        padding-left:15px;
        padding-right:15px;
    }*/
    .ministry-function .slide p {
        font-size: 16px;
    }
}

@media screen and(max-width:414px) {
    .ministry-function .image-slider {
        margin-top: 20px;
    }
}


/*slider scroll fixes*/

.flipster {
    overflow-y: hidden;
}


/*arabic */

/*.organizational-chart-wrapper {
    font-family: DroidArabicKufiRegular, hgs-regular!important;
    direction: rtl;
    font-size: 96%;
}

.organizational-chart {
    text-align: center;
}

.organizational-chart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.organizational-chart ul li.main .large .box {
    min-width: 285px;
}

.organizational-chart ul li.main .large .sub-item .box {
    min-width: 260px;
}

.organizational-chart ul li.main .large>.box {
    margin-bottom: 42px;
    border-radius: 30px;
}

.organizational-chart ul li .box {
    background-color: #003A74;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    border-radius: 35px;
    padding: 22px 12px;
}

.organizational-chart ul li.sub-item .box {
    background-color: #2384C4;
    font-size: 15px;
    line-height: 1.42;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*.organizational-chart ul li.main>.box {
    margin-bottom: 40px;
}

.organizational-chart ul li.main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.organizational-chart ul li.main ul li {
    display: flex;
    flex-direction: column;
}

.organizational-chart ul li.main ul li .box:not(:last-child) {
    margin-bottom: 7px;
}

.organizational-chart ul li.main .sub-main {
    margin-top: 50px;
}

.organizational-chart ul li.main .sub-main ul {
    margin-top: -58px;
}

.organizational-chart ul li.main .multi-levels {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 120px;
    position: relative;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.organizational-chart ul li.main .multi-levels ul {
    flex-direction: column;
    flex: 0 0 14%;
    padding-left: 5px;
    padding-right: 5px;
}

.organizational-chart ul li.main .multi-levels ul li ul {
    padding-right: 0;
    padding-left: 0;
}

.organizational-chart ul li.main .multi-levels>ul:not(:last-child) {}

.organizational-chart ul li.main .multi-levels ul li .box {
    font-size: 15px;
}

.organizational-chart ul li.main .multi-levels>ul>li>.box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    border-radius: 70px;
    flex-direction: column;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.organizational-chart ul li.main .multi-levels>ul>li>.box .icon {
    margin-bottom: 12px;
    height: 65px;
}

.organizational-chart ul li.main .multi-levels>ul>li>.box .icon svg {
    max-width: 100%;
    height: 100%;
}

.organizational-chart ul li.main .multi-levels ul li.sub-item {
    width: 100%;
}

.organizational-chart ul li.main .multi-levels ul li.sub-item .box {
    font-size: 11px;
    height: 60px;
}

.organizational-chart ul li.main .multi-levels ul li.sub-item:not(:last-child) {
    margin-bottom: 20px;
}


.organizational-chart ul li .box {
    position: relative;
    z-index: 1;
}

.organizational-chart ul li .box:before {
    content: "";
    position: absolute;
    background: #003A74;
    z-index: -1;
}

.organizational-chart ul li.main .large>.box:before {
    width: 4px;
    height: 450px;
    left: 0;
    right: 0;
    margin: auto;
}

.organizational-chart ul li.main .large>ul {
    position: relative;
}

.organizational-chart ul li.main .large>ul:before {
    content: "";
    position: absolute;
    background: #003A74;
    z-index: -1;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto; 
}

.organizational-chart ul li.main .large>ul>li {
    position: relative;
    background-color: #fff;
}

.organizational-chart ul li.main .large>ul>li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50%;
    left: -13px;
    border: 4px solid #003A74;
    top: 50%;
    transform: translateY(-50%);
    border-right: 0;
    background: #fff;
}

.organizational-chart ul li.main .large>ul>li:nth-child(2):before {
    border-left: 0;
    border-right: 4px solid #003A74;
    right: -13px;
    left: auto;
    background: #fff;
}

.organizational-chart ul li.main .large>.sub-main>.box:before {
    width: 4px;
    height: 378px;
    left: 0;
    right: 0;
    margin: auto;
}

.organizational-chart ul li.main .large>.sub-main>ul {
    position: relative;
}

.organizational-chart ul li.main .large>.sub-main>ul:before {
    content: "";
    position: absolute;
    background: #003A74;
    z-index: -1;
    height: 4px;
    right: 0;
    margin: auto;
    width: 100%;
    left: 0px;
}

.organizational-chart ul li.main .large>.sub-main>ul>li {
    position: relative;
}


.organizational-chart ul li.main .multi-levels:before {
    content: "";
    position: absolute;
    background: #003A74;
    z-index: -1;
    width: 84.3%;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: -7.5%;
}

.organizational-chart ul li.main .multi-levels>ul {
    position: relative;
}

.organizational-chart ul li.main .multi-levels>ul:before {
    content: "";
    position: absolute;
    background: #003A74;
    z-index: -1;
    width: 4px;
    height: 268px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}

.organizational-chart ul li.main .multi-levels>ul>li>ul {
    position: relative;
}

.organizational-chart ul li.main .multi-levels>ul>li>ul li.sub-item:not(:last-child) .box:before {
    width: 3%;
    height: 4px;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.organizational-chart ul li.main .multi-levels>ul>li>ul:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 56%;
    height: 97%;
    right: -8px;
    top: -17px;
    border: 4px solid #003A74;
    border-left: 0;
}*/




/*tables arabic*/

.ar table.dataTable thead th,
.ar table.dataTable thead td,
.ar footer .footer-wrapper h5 {
    font-family: DroidArabicKufiRegular, hgs-sb!important;
}

.ar .table-striped tfoot tr ul.pagination,
.ar table.dataTable tfoot tr ul.pagination {
    margin-left: 50px;
    margin-right: 0;
}

.ar .table tbody tr:first-child td:first-child,
.ar table.dataTable tbody tr:first-child td:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 0px;
}

.ar .table tbody tr:first-child td:last-child,
.ar table.dataTable tbody tr:first-child td:last-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
}

.ar .table tbody tr:last-child td:first-child,
.ar table.dataTable tbody tr:last-child td:first-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
}

.ar .table tbody tr:last-child td:last-child,
.ar table.dataTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
}


/*.ar table.dataTable thead .sorting_desc , .ar table.dataTable thead .sorting_asc {
	background-position: left center;
}*/

.ar table.dataTable thead .sorting,
.ar table.dataTable thead .sorting_asc,
.ar table.dataTable thead .sorting_desc,
.ar table.dataTable thead .sorting_asc_disabled,
.ar table.dataTable thead .sorting_desc_disabled {
    background-position: center right;
}

.ar table.dataTable thead th:first-child.sorting_asc,
.ar table.dataTable thead th:first-child.sorting_desc,
.ar table.dataTable thead th:first-child.sorting,
.ar table.dataTable thead th:first-child.sorting_asc_disabled,
.ar table.dataTable thead th:first-child.sorting_desc_disabled {
    background-position: 94% center;
}

.ar ul.pagination {
    padding-right: 0;
}

.ar ul.pagination li:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}

.ar ul.pagination li(:last-child) {
    margin-right: 23px;
    margin-left: 0;
}

.ar ul.pagination li(:first-child) {
    margin-left: 23px;
    margin-right: 0;
}

.ar .sort-icon {
    margin-right: 3px;
    margin-left: 0;
}


/*tables arabic*/


/*arabic about page*/

.ar .home-search form button {
    background-position: 85% center;
}

.ar .historical-overview ul li {
    padding-right: 40px;
    padding-left: 0;
}

.ar .historical-overview ul li:before {
    right: 0;
    left: auto;
}

.ar .historical-overview ul li ul li {
    padding-right: 30px;
    padding-left: 0;
}

.ar .ministry-function .image-slider .image img {
    margin-right: auto;
    margin-left: 0;
}

.ar .ministry-function .desc-slider {
    margin-right: 42px;
    margin-left: 0;
}

.ar .flipster-wrapper {
    direction: ltr;
}

.ar .flipster,
.ar .flipster__container {
    direction: ltr;
}

.ar .flipster {
    overflow-y: unset;
    height: 100%;
    padding-bottom: 50px;
    direction: ltr;
}

.ar .flipster__container {
    height: 100%;
    direction: ltr;
}

.ar .flipster__container * {
    direction: ltr;
}

.ar footer ul.social-icons li {
    padding-right: 1.875rem;
    padding-left: 0;
}

.ar footer .footer-wrapper ul li.phone {
    background-position: right center;
    padding-right: 30px;
    padding-left: 0;
}

.ar footer .footer-wrapper ul.mobile-apps li:not(:last-child) {
    margin-left: 15px;
    margin-right: 0;
}

.ar .pdf-box .image {
    margin-left: 0;
}

.ar .flat-page ul li {
    padding-right: 40px;
    padding-left: 0;
}

.ar .flat-page ul li:before {
    right: 0;
    left: auto;
}

.ar .flat-page ul li ul li {
    padding-right: 30px;
    padding-left: 0;
}


/*.ar .inner-page-wrapper ul li {
    padding-right: 40px; padding-left: 0;
}*/


/*.ar .inner-page-wrapper ul li:before {
     right: 0; left: auto;

}*/


/*.ar .inner-page-wrapper ul li ul li {
    padding-right: 30px; padding-left: 0;
}*/


/* new responsive */

.ar header nav li.has-submenu>a:after {
    margin-right: 10px;
    margin-left: 0px;
}

.ar header nav li .sub-menu ul:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}

.gm-style div {
    color: #000000;
}

.ar .flipster--coverflow .flipster__item__content .duration {
    direction: rtl !important;
}


/*ar new responsive */

@media screen and (min-width: 1600px) {
    .ar header nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) {
    .ar .pdf-box {
        padding: 30px;
    }
}

@media screen and (max-width: 1330px) {
    .ar header nav .list-inline>li:nth-child(4).has-submenu .sub-menu {
        /*left: 50%; transform: translateX(-50%);*/
    }
}

@media screen and (max-width: 1300px) {
    .ar .ministry-function .desc-slider {
        margin-right: 0;
        margin-left: auto;
    }
   /* .organizational-chart ul li.main .multi-levels>ul>li>ul:before {
        right: -7px;
    }*/
   /* .organizational-chart ul li.main .large>ul:before {
        width: 51%;
    }*/
    /*.organizational-chart ul li.main .large>.sub-main>ul:before {
        width: 55%;
    }*/
}

@media screen and (max-width: 1200px) {
    .ar .flipster--coverflow .flipster__item__content {
        padding: 20px;
    }
    /*.organizational-chart ul li.main .large>ul:before {
        width: 42%;
    }*/
   /* .organizational-chart ul li.main .large>.sub-main>ul:before {
        width: 46%;
    }*/
   /* .organizational-chart ul li.main .multi-levels>ul>li>.box {
        height: 180px;
        font-size: 13px;
    }*/
    /*.organizational-chart ul li.main .multi-levels ul li .box {}
    .organizational-chart ul li .box {
        padding-left: 8px;
        padding-right: 8px;
    }*/
    /*.organizational-chart ul li.main .multi-levels>ul:before {
        height: 252px;
    }
    .organizational-chart ul li .box {
        font-size: 20px;
    }*/
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ar header nav li a {
        padding-left: 3px;
        padding-right: 3px;
    }
    .ar header nav li.has-submenu>a:after {
        margin-right: 5px;
        margin-left: 0;
    }
    .ar header nav .list-inline>li {
        padding: 19px 0 18px;
    }
}

@media screen and (max-width: 991px) {
    /*.organizational-chart-wrapper {
        font-size: 90%;
    }*/
    .ar .ministry-function .desc-slider {
        margin-right: 0;
    }
    .ar .table-striped tfoot tr ul.pagination {
        margin-left: 0;
        margin-right: auto;
    }
    .ar .custom-table .tfooter {
        padding: 15px 10px;
    }
    .ar .ministry-function .image-slider .image img {
        margin-left: auto;
        margin-right: auto;
    }
    .ar .flipster--coverflow .flipster__item__content {
        padding: 18px 12px;
    }
    /*.organizational-chart-wrapper {
	    overflow-x: auto;
    }
    .organizational-chart-wrapper .organizational-chart { width: 930px; }*/
   /* .organizational-chart ul li.main ul {
        flex-direction: column;
    }*/
   /* .organizational-chart ul li.main .large>ul:before {
        content: none;
    }
    .organizational-chart ul li.main .large>ul>li:nth-child(2) {
        margin-top: 25px;
    }
    .organizational-chart ul li.main .sub-main ul {
        margin-top: 30px;
    }
    .organizational-chart ul li.main .large>.sub-main>ul>li:nth-child(2) {
        margin-top: 25px;
    }
    .organizational-chart ul li.main .large>.sub-main>ul:before {
        content: none;
    }*/
   /* .organizational-chart ul li.main .multi-levels {
        flex-direction: column;
        margin-top: 40px;
    }
    .organizational-chart ul li.main .multi-levels:before {
        content: none;
    }
    .organizational-chart ul li.main .multi-levels ul {
        padding-left: 0;
        padding-right: 0;
    }
    .organizational-chart ul li.main .multi-levels>ul:not(:last-child) {
        margin-bottom: 25px;
    }*/
    /*.organizational-chart ul li.main .multi-levels>ul>li>ul li.sub-item:not(:last-child) .box:before {
        right: -12px;
        width: 20px;
    }
    .organizational-chart ul li.main .multi-levels>ul>li>ul:before {
        right: -16px;
        width: 55%;
    }
    .organizational-chart ul li.main .multi-levels>ul>li>ul li.sub-item .box {
        z-index: unset;
    }*/
    /*.organizational-chart ul li.main .multi-levels>ul>li>.box {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        height: 155px;
    }
    .organizational-chart ul li.main .multi-levels>ul:before {
        height: 227px;
    }*/
}

@media screen and (max-width: 767px) {
    .ar .historical-overview ul li {
        padding-right: 30px;
        padding-left: 0;
    }
    .ar .home-search {
        padding: 0;
    }
    .ar .toggle-filter .toggle-filter-btn:after {
        left: 0;
        right: auto;
    }
    .ar .footer-wrapper .footer-menu .col {
        flex: 0 0 100%;
    }
    .ar footer .footer-wrapper .footer-heading:after {
        content: none;
    }
    .ar footer .footer-wrapper .toggle-filter .toggle-filter-btn:after {
        content: '\f107';
    }
    .ar footer .footer-wrapper .toggle-filter.active .toggle-filter-btn:after {
        content: '\f106';
    }
}

@media screen and (max-width: 575px) {
    .ar .home-search form button {
        background-position: 20px center;
    }
    .ar .footer-wrapper .footer-menu .col {
        flex: 0 0 100%;
    }
    .ar .flipster--coverflow .flipster__item__content .name {
        font-size: 17px;
    }
    .ar .flipster--coverflow .flipster__item__content .ministry-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    /*.organizational-chart ul li.main .multi-levels>ul>li>.box {
        width: 265px;
    }*/
    .ar .flipster--coverflow .flipster__item__content .name {
        font-size: 14px;
    }
    .ar .flipster--coverflow .flipster__item__content .ministry-name {
        font-size: 11px;
    }
}


/*ar new responsive */

p input[type=button],
p input[type=submit],
p input[type=reset] {
    padding: 8px 20px;
    text-align: center;
    min-width: 100px;
    width: 100px;
    background-color: #2384C4;
    color: #fff;
    border-radius: 0;
    border-radius: 20px;
    margin-top: 30px;
}

p input[type=button]:hover,
p input[type=submit]:hover,
p input[type=reset]:hover {
    opacity: .7;
}

.cd-lateral-nav .icon {
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

.cd-lateral-nav .icon i {
    right: 15px;
    top: 9px;
    position: absolute;
}

.cd-lateral-nav .icon.submenu-open :after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0px !important;
}

.cd-lateral-nav .sub-menu a {
    padding-right: 45px !important;
}

.cd-lateral-nav .icon.submenu-open :after {
    font-size: 20px;
}

.ar .cd-lateral-nav .icon {
    left: 0px !important;
    right: auto !important;
    height: 30px !important;
}

.ar .cd-lateral-nav .icon i {
    top: 0 !important;
}

.ar .cd-lateral-nav .icon.submenu-open :after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: -11px !important;
    right: auto !important;
    transform: rotate(180deg);
}


/*.ar .cd-lateral-nav .icon.submenu-open :after{
    display: none !important;
}*/

.ar .cd-lateral-nav .sub-menu a {
    padding-left: 45px !important;
    padding-right: 0 !important;
}


/* new pages css add */

.btn.new {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.e-services__filters .input-wrapper {
    position: relative;
    width: 100%;
}

.e-services__filters .input-wrapper .clear {
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    display: none;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: 70%;
    cursor: pointer;
}

.e-services__filters .input-wrapper.valid-text .clear {
    display: block;
}

.btn.new.btn-primary {
    background-color: #106298;
    color: #fff;
    border-radius: 30px;
}

.btn.new.btn-primary svg {
    margin-left: 15px;
}

.btn.new.btn-default svg {
    margin-right: 7px;
}

.jq-star-svg {
    padding-left: 8px !important;
}

.review-rating {
    display: flex;
    align-items: center;
}

.review-rating__numbers {
    font-size: 1.25rem;
    color: #707070;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
}

.review-rating__numbers span {
    color: #2283C4;
    display: inline-block;
}

.review-rating__numbers p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1;
    color: #BEBEBE;
    margin-left: 2px;
}

.page-title {
    position: relative;
    font-family: "hgs-sb";
    color: #106298;
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
}

.page-title .icon {
    margin-right: 1.5625rem;
    color: #106298;
}

.category-title {
    font-size: 1.3125rem;
    color: #106298;
    font-family: "hgs-sb";
    display: flex;
    align-items: center;
}

.category-title .icon {
    margin-right: 1.25rem;
}

@media screen and (min-width: 992px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.pt-60 {
    padding-top: 3.75rem;
}

.p-15 {
    padding: 0 15px;
}

.e-services__filters.filter {
    border: 0;
    padding-bottom: 0;
}

.e-services.v2 .e-services__slider--item {
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
}

.separator {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    max-width: 875px;
    margin: auto;
    margin-top: 2.1875rem;
    margin-bottom: 4.375rem;
}

.max-container-width {
    max-width: 1305px;
    margin: auto;
}

.e-services {
    padding-bottom: 0;
}

.e-services.services-listing .e-services__items--item {
    justify-content: space-around;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    overflow: hidden;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: .3s all ease-out;
    -moz-transition: height 2s ease;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
    margin-bottom: 2.1875rem;
}

.e-services.services-listing .e-services__items--item p {
    margin-top: 1.875rem;
}

.e-services.services-listing .e-services__items--item .btn-default {
    border: 2px solid #106298;
    color: #106298 !important;
    background: 0 0;
    border-radius: 30px;
    box-shadow: none;
}

.e-services.services-listing .e-services__items--item .btn-default:hover {
    opacity: .7;
}

.e-services.services-listing .e-services__items--item .button-row {
    margin: 0;
    margin-top: 1.5625rem;
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .e-services.services-listing .e-services__items--item .button-row {
        display: none;
    }
}

.e-services.services-listing .e-services__items--item .button-row .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.e-services.services-listing .e-services__items--item .button-row .btn:not(:last-child) {
    margin-bottom: 1.0625rem;
}

@media screen and (min-width: 1025px) {
    .e-services.services-listing .e-services__items--item:hover {
        border-radius: 32px;
        box-shadow: 0px 0px 20px 0px rgba(16, 58, 192, 0.6);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(16, 58, 192, 0.6);
        -moz-box-shadow: 0px 0px 20px 0px #10003a;
        height: auto;
        overflow: inherit;
    }
    .e-services.services-listing .e-services__items--item:hover .button-row {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .e-services.services-listing .e-services__items--item {
        height: auto;
        overflow: visible;
        justify-content: space-between;
    }
}

.e-services.services-detail .row .button-row {
    margin: 0;
}

.e-services.services-detail .row p {
    padding-left: 46px;
}

@media screen and (max-width: 767px) {
    .e-services.services-detail .row p,
    .e-services.services-detail .row .e-services__detail {
        margin: 0;
    }
    .e-services.services-detail .row .button-row {
        margin: 1.5625rem 0;
    }
}

.e-services.services-detail .e-services__items--item {
    flex: 0 0 17%;
    max-width: 17%;
}

.e-services__filters {
    max-width: 880px;
    padding: 0 5.9375rem;
    padding-bottom: 1.5625rem;
    margin: auto;
    margin-bottom: 4.375rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.e-services__filters .form-control {
    border-radius: 32px;
    padding-right: 2.5rem;
    font-size: 1rem;
    height: 64px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
}

.e-services__filters .form-control::placeholder {
    color: rgba(112, 112, 112, 0.8);
    font-size: 1rem;
}

.e-services__filters .btn-primary {
    background-color: #106298 !important;
    border-radius: 32px;
    width: 165px;
    height: 64px;
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 2.1875rem;
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.091' height='26.091' viewBox='0 0 26.091 26.091'%3E%3Cpath id='search' d='M25.911,23.893l-6.186-6.186a.6.6,0,0,0-.433-.178h-.673a10.6,10.6,0,1,0-1.09,1.09v.673a.627.627,0,0,0,.178.433l6.186,6.186a.612.612,0,0,0,.866,0l1.152-1.152A.612.612,0,0,0,25.911,23.893ZM10.6,18.752A8.153,8.153,0,1,1,18.752,10.6,8.151,8.151,0,0,1,10.6,18.752Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 24px center;
    padding-left: 4.0625rem;
    padding-right: 1.875rem;
}

.e-services__filters .bootstrap-select {
    width: 505px !important;
}

.e-services__filters .bootstrap-select .dropdown-toggle {
    margin: 0;
    border-radius: 32px;
    height: 64px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
}

.e-services__filters .bootstrap-select .dropdown-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.979' height='14.386' viewBox='0 0 25.979 14.386'%3E%3Cpath id='Path_26' data-name='Path 26' d='M3428.313,839.471l-10.972,10.764-10.764-10.764' transform='translate(-3404.455 -837.35)' fill='none' stroke='%23106298' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 14px;
    background-position: center center;
}

.e-services__filters .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 64px;
    line-height: 64px;
    color: #106298;
}

.e-services__filters .filter {
    border: 0;
}

.e-services__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.e-services__items--item {
    background: #fff;
    width: 100%;
    height: 265px;
    border-radius: 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
    padding: 1.25rem 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 4.375rem;
    flex: 0 0 22%;
    max-width: 22%;
}

.e-services__items--item p {
    font-size: 1.25rem;
    color: #106298;
    margin: 0;
    line-height: 1.4;
    transition: .4s ease all;
    word-break: break-word;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 140px;
    max-height: 133px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
}

}

.e-services__items--item span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.995' height='22.729' viewBox='0 0 22.995 22.729'%3E%3Cpath id='arrow-right' d='M11.195,34.766l-1.016,1.016a.616.616,0,0,0,0,.871l7.962,7.962H.616A.616.616,0,0,0,0,45.232v1.437a.616.616,0,0,0,.616.616H18.141l-7.962,7.962a.616.616,0,0,0,0,.871l1.016,1.016a.616.616,0,0,0,.871,0L22.814,46.386a.616.616,0,0,0,0-.871L12.066,34.766A.616.616,0,0,0,11.195,34.766Z' transform='translate(0 -34.586)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #106298;
    background-position: center center;
    transition: .4s ease all;
    margin-top: 1rem;
}

@media screen and (min-width: 1025px) {
    .e-services__items--item span {
        display: none;
    }
    .e-services__items--item:hover span {
        width: 4.25rem;
        height: 4.25rem;
        display: block;
    }
}

.e-services__detail {
    margin-bottom: 4.375rem;
}

.e-services__detail p {
    font-size: 1.125rem;
    color: #8C8C8C;
    margin-left: 2.8rem;
    line-height: 1.8;
    margin: 0;
}

.e-services__slider--slide {
    padding-top: 1.25rem;
}

.e-services__slider--slide--item {
    border-radius: 32px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 2.5rem;
    padding-top: 0.625rem;
    text-align: center;
    position: relative;
    margin-bottom: 4.375rem;
    min-height: 265px;
    margin: 0 15px 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.e-services__slider--slide--item span {
    font-size: 1.125rem;
    color: #106298;
    line-height: 1.4;
    transition: .4s ease all;
}

.e-services__slider--slide--item:hover {
    border-radius: 32px;
    box-shadow: 0px 0px 12px 0px rgba(16, 58, 192, 0.4);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(16, 58, 192, 0.4);
    -moz-box-shadow: 0px 0px 12px 0px #10003a;
}

.e-services__slider .slick-arrow {
    border-radius: 100%;
    border: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.e-services__slider .slick-arrow.slick-prev {
    left: -120px;
    right: auto;
}

.e-services__slider .slick-arrow.slick-next {
    right: -120px;
    left: auto;
}

.e-services__slider .slick-arrow:after {
    background: url(../images/icons.png) -56px -47px no-repeat;
}

.e-services__slider .slick-arrow:hover {
    opacity: .5;
}

.service-details .flex-wrapper {
    display: flex;
}

.service-details__right {
    flex: 0 0 520px;
    padding-left: 4.375rem;
    border-left: 1px solid rgba(112, 112, 112, 0.3);
}

.service-details__right--conditions h3 {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
}

.service-details__right--conditions ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-bottom: 3.4375rem;
}

.service-details__right--conditions ul li:first-child {
    font-size: 1.5rem;
    color: #106298;
    font-family: "hgs-sb";
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.service-details__right--conditions ul li:last-child {
    font-size: 1.25rem;
    color: #8C8C8C;
    padding-left:34px;
}

.service-details__right--conditions ul li .icon {
    margin-right: 0.5rem;
    position:relative;
    top:3px;
    min-width:25px;
}

.service-details__right--conditions .inline-buttons a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.service-details__right--conditions .inline-buttons a:not(:last-child) {
    margin-bottom: 1.875rem;
}

.service-details__left {
    flex: 1;
    padding-right: 4.375rem;
}

.service-details__left--desc p {
    margin-left: 2.8rem;
}

.service-details__comments {
    margin-top: 3.125rem;
}

.service-details__comments h3 {
    padding-left: 2.5rem;
    margin-bottom: 1.875rem;
}

.service-details__comments--comments-box {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}

.service-details__comments--comments-box:not(:last-child) {
    margin-bottom: 1.875rem;
}

.service-details__comments--comments-box--message:not(:last-child) {
    margin-bottom: 1.875rem;
}

.service-details__comments--comments-box--message span {
    color: #106298;
    font-size: 1.0625rem;
    font-family: "hgs-sb";
    line-height: 1.4;
}

.service-details__comments--comments-box--message P {
    color: #8C8C8C;
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0;
}

.service-details__comments--comments-box--message P.date {
    font-size: 1rem;
    color: rgba(55, 55, 55, 0.7);
    line-height: 1;
    margin-bottom: 0.9375rem;
}

.service-details__comments--comments-box--message.reply {
    padding-left: 1.875rem;
}

.service-details .steps {
    padding: 0;
    margin: 0;
    position: relative;
    margin-top:25px;

}

.service-details .steps:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    background: url(../images/svg/dotted.svg);
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.service-details .steps > li {
    display: flex;
/*    align-items: center;*/
}

.service-details .steps > li:not(:last-child) {
    margin-bottom: 2.8125rem;
}

.service-details .steps > li > span {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #106298;
    color: #106298;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.875rem;
    position: relative;
    z-index: 2;
}

.service-details .steps> li> p {
    margin: 0;
    font-size: 1.25rem;
    color: #373737;
    line-height: 1.3;
}

.service-details .steps> li> div, .service-details .steps> li> p {
    flex: 1 !important;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: initial;
    margin: 0;
    font-size: 1.25rem;
    color: #373737;
    line-height: 1.3;
}


.service-details .button-row {
    text-align: left;
    margin-bottom: 2.8125rem;
    margin-top: 1.5625rem;
}

.service-details .btn.btn-default {
    border: 2px solid #106298;
    color: #106298 !important;
    background: transparent;
    border-radius: 30px;
    box-shadow: none;
}

.service-details .btn.btn-default:hover {
    opacity: .7;
}

.complaint .flex-wrapper {
    display: flex;
}

.complaint__left {
    flex: 1;
    padding-right: 5rem;
}

.complaint__right {
    flex: 0 0 500px;
}

.complaint__right--consumer-protection {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.125);
    background: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 6.25rem 4.0625rem;
}

.complaint__right--consumer-protection .icon svg {
    width: 40px;
}

.complaint__right--consumer-protection h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.complaint__right--consumer-protection P {
    color: #1A0F0F;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}

.complaint__right--consumer-protection ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.complaint__right--consumer-protection ul li {
    font-size: 1.25rem;
    font-family: "hgs-bold";
    color: #8C8C8C;
    display: flex;
    align-items: center;
}

.complaint__right--consumer-protection ul li:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.complaint__right--consumer-protection ul li a {
    color: #106298;
    margin: 0 1.25rem 0 0.5rem;
    display: inline-block;
}

.complaint .row {
    max-width: 1480px;
    margin: auto;
}

.complaint .page-head {
    margin-bottom: 1rem;
}

.complaint p {
    color: #8C8C8C;
    margin-bottom: 3.125rem;
}

.complaint .control-label {
    color: #106298;
    left: 30px;
}

.complaint .form-group {
    margin-bottom: 3.75rem;
}

.complaint .form-control {
    border: 2px solid #8C8C8C;
}

.complaint .form-control:focus {
    border-color: #004d74;
}

.complaint textarea.form-control {
    height: 184px;
}

.complaint .bootstrap-select>.dropdown-toggle {
    border: 2px solid #8C8C8C;
}

.complaint .bootstrap-select>.dropdown-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.979' height='14.386' viewBox='0 0 25.979 14.386'%3E%3Cpath id='Path_26' data-name='Path 26' d='M3428.313,839.471l-10.972,10.764-10.764-10.764' transform='translate(-3404.455 -837.35)' fill='none' stroke='%23106298' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    width: 21px;
    height: 11px;
    background-position: center center;
    background-size: cover;
}

.complaint .bootstrap-select>.dropdown-toggle:focus,
.complaint .bootstrap-select>.dropdown-toggle:focus-within {
    border-color: #004d74;
}

.modal.large {
    padding: 0 !important;
}

.modal.large .modal-dialog {
    max-width: 1400px;
}

.modal.large .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 2.8125rem 5.625rem;
    text-align: center;
}

.modal.large .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.modal.large .modal-dialog .modal-content p {
    text-align: left;
}

.modal.large .modal-dialog .modal-content .popup-cross-icon {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9;
}

.modal.large .modal-dialog .modal-content .popup-cross-icon:hover {
    opacity: .7;
}

.modal-backdrop {
    background: #284A60;
}

.modal-backdrop.show {
    opacity: .9;
}
.e-services__items--item--icon{
    min-height:100px;
}
.e-services__items--item p {
    height: 147px !important;
    max-height: 147px !important;
    -webkit-line-clamp: 6 !important;;
    -webkit-box-orient: vertical !important;
    font-size: 1.1rem !important;
/*    line-height: 1.3 !important;*/
}
.e-services.services-detail .e-services__items--item p {
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    height:auto !important;
}

.service-details .steps> li div, .service-details .steps> li p{
    font-size:1rem !important;
}
.service-details .steps> li{
    flex-wrap: nowrap !important;
}


/* new pages responsive */

@media screen and (max-width: 1600px) {
    .e-services__slider .slick-arrow.slick-next {
        right: -50px;
    }
    .e-services__slider .slick-arrow.slick-prev {
        left: -50px;
    }
    .max-container-width {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1450px) {
    .modal.large .modal-dialog .modal-content {
        padding: 1.875rem 3.75rem;
    }
    .modal.large .modal-dialog {
        max-width: 92%;
        margin: 16px auto;
    }
    .page-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .e-services__items--item {
        padding: 1.25rem 2.1875rem;
    }
    .e-services__detail {
        margin-bottom: 3.125rem;
    }
}

@media screen and (max-width: 1200px) {
    .complaint__left {
        padding-right: 3.125rem;
    }
    .complaint__right {
        flex: 0 0 390px;
    }
    .complaint__right--consumer-protection {
        padding: 4.375rem 2rem;
    }
    .service-details__right {
        padding-left: 3.125rem;
        flex: 0 0 40%;
    }
    .service-details__right--conditions .inline-buttons a {
        width: 100%;
    }
    .service-details__left {
        padding-right: 3.125rem;
    }
    .e-services.services-detail .e-services__items--item {
        flex: 0 0 22%;
        max-width: 22%;
        margin-right: 12px;
        margin-left: 12px;
    }
    .e-services__items {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .e-services__items--item span {
        width: 3.75rem;
        height: 3.75rem;
        display: block;
    }
    .e-services__items--item {
        flex: 0 0 29%;
        max-width: 29%;
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 991px) {
    .modal.large .modal-dialog .modal-content {
        padding: 1.875rem 1rem;
    }
    .modal.large .modal-dialog .modal-content .popup-cross-icon img {
        width: 20px;
    }
    .e-services__items--item {
        height: 220px;
    }
    .hide-on-lg {
        display: none !important;
    }
    .show-on-lg {
        display: block !important;
    }
    .complaint .flex-wrapper {
        flex-direction: column;
    }
    .complaint__left {
        padding-right: 0;
    }
    .complaint__right {
        padding-top: 2.5rem;
    }
    .complaint__right--consumer-protection {
        padding: 3.125rem 1.5625rem;
    }
    .service-details .sub-title {
        font-size: 1.5rem;
    }
    .service-details__right--conditions h3 {
        margin-bottom: 2.1875rem;
    }
    .service-details__right--conditions ul {
        margin-bottom: 2.5rem;
    }
    .e-services.services-detail .e-services__items--item {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .e-services__filters {
        padding: 0;
    }
    .e-services__filters .form-group {
        flex-direction: column;
    }
    .e-services__filters .form-group .btn-primary {
        margin: auto;
        margin-top: 2.1875rem;
    }
    .e-services__filters .bootstrap-select {
        width: 100% !important;
    }
    .e-services__items--item p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .complaint__right--consumer-protection ul li {
        font-size: 1.0625rem;
    }
    .complaint textarea.form-control {
        height: 120px;
    }
    .service-details__left {
        padding-bottom: 2.1875rem;
        padding-right: 0;
    }
    .service-details .flex-wrapper {
        flex-direction: column;
    }
    .service-details__right {
        padding-top: 2.1875rem;
        padding-left: 0;
        border-top: 1px solid rgba(112, 112, 112, 0.3);
        border-left: 0;
    }
    .service-details__right--conditions>.icon svg {
        width: 35px;
        height: 35px;
    }
    .service-details .steps:after {
        left: 20px;
    }
    .service-details .steps> li:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .service-details .steps> li > span {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 1.25rem;
        margin-right: 1.25rem;
    }
    .service-details .steps >li p {
        font-size: 1.0625rem;
    }
    .service-details__comments--comments-box--message p {
        font-size: 1.125rem;
    }
    .service-details__comments--comments-box--message.reply {
        padding-left: 1.25rem;
    }
    .service-details__right--conditions ul li:first-child {
        font-size: 1.25rem;
    }
    .service-details__right--conditions ul li:last-child {
        font-size: 1.0625rem;
    }
    .service-details__right--conditions ul li .icon {
        margin-right: 0.5rem;
    }
    .page-title {
        font-size: 1.875rem;
    }
    .page-title .icon {
        margin-right: 1.25rem;
    }
    .category-title {
        font-size: 1.125rem;
    }
    .category-title .icon {
        margin-right: 0.9375rem;
    }
    .e-services.services-detail .e-services__items--item {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .e-services__filters .form-control {
        height: 50px;
        line-height: 50px;
    }
    .e-services__filters .bootstrap-select .dropdown-toggle {
        height: 50px;
    }
    .e-services__filters .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        height: 50px;
        line-height: 50px;
    }
    .e-services__filters .btn-primary {
        height: 50px;
        font-size: 1rem;
        width: 150px;
        background-size: 16%;
    }
    .e-services__items--item {
        margin-bottom: 3.125rem;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .service-details__right--conditions .inline-buttons a {
        width: 50%;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .e-services.services-detail .e-services__items--item {
        flex: 0 0 42%;
        max-width: 42%;
    }
    .e-services__items--item {
        padding: 1.25rem 1.875rem;
        flex: 0 0 42%;
        max-width: 42%;
    }
}

@media screen and (max-width: 500px) {
    .e-services.services-detail .e-services__items--item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .e-services__items--item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .e-services__items--item{
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
}

.e-services__items{
    justify-content: flex-start !important;
}

.ar .service-details .steps li > span{
    margin-right: 0;
    margin-left: 1.875rem;
}

.service-details .steps> li{
    flex-wrap: wrap;
}

.service-details .steps> li p{
    margin-left: auto;
    flex: 0 0 88% !important;
    margin-bottom: 5px;
}

.service-details .steps> li p:empty{
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important; 
    position: absolute;
    width: 0;
}

.ar .service-details .steps> li p{
    margin-right: auto; 
    margin-left: initial;
}
.text-editor-content{
    margin-bottom:3rem;
}
.service-details__left--desc .text-editor-content p{
    margin-left:0 !important;
    margin-right:0 !important;
}
.service-details__right--conditions .review-rating .jq-star {
    width: 34px !important;
    height: 34px !important;
    cursor: default !important; 
}

.account-login{
    padding:50px 0 25px;
}
.account-login .container-sm{
    max-width:575px;
}
.account-login h2{
    color: #003A74;
    font-size: 32px;
    font-weight: 600;
    margin-bottom:50px;
    text-align:center;

}
.account-login .form-control{
    border-color: #8C8C8C;
}
.account-login .control-label{
    color: #003A74;
}
.account-login .button-row{
    margin-top:40px;
}
.account-login .button-row .btn{
    min-width:400px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: #003A74;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    font-weight:600;
    margin:auto;
}
.account-login .button-row .btn svg{
    margin-left:15px;
}

@media screen and (max-width:767px){
    .account-login .button-row .btn{
        min-width:200px;
    }
    .account-login h2{
        font-size: 27px;
    }
}

.introModal{
    padding:0 !important;
}

@media screen and (min-width: 992px) {
  .introModal {
    overflow: hidden; } }

.introModal .btn-close {
  position: absolute;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color:#000;
  right: 20px;
  top: -20px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8D9D4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 0;
  box-shadow: none;
  border: 0; 
  outline:none;
  cursor: pointer;
  z-index:1;

}
  html:lang(ar) .introModal .btn-close {
    left: 20px;
    right: auto; }
  .introModal .btn-close:hover {
    background-color: #fff; }
  @media screen and (max-width: 991px) {
    .introModal .btn-close {
      width: 35px;
      height: 35px; } }

.introModal .modal-dialog {
  max-width: 900px;
  width: 900px; 
  margin-left:auto;
  margin-right:auto;
}
  @media screen and (max-width: 1500px) {
    .introModal .modal-dialog {
      max-width: 700px;
      width: 700px; } }
  @media screen and (max-width: 991px) {
    .introModal .modal-dialog {
      max-width: 100%;
      width: 90%; 

  } }
  .introModal .modal-dialog .modal-content {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; 
    background:transparent;
    border:0;

}

.introModal__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem; }
  .introModal__detail .button-row{
    text-align:start;
    margin:0;
  }
  html:lang(ar) .introModal__detail {
    right: 0;
    left: auto; }
  @media screen and (max-width: 991px) {
    .introModal__detail {
      padding: 1.25rem; } }
  .introModal__detail h1, .introModal__detail .h1 {
    color: #F5F5F5;
    font-size: 1.25rem;
    margin-bottom: 13px; }
  .introModal__detail p {
    font-size: 1rem;
        margin: 0 0 1.25rem 0;
    color: #F5F5F5; }
  .introModal .btn {
    background: rgba(255, 255, 255, 0.1);
    border-color:rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    min-width: 10.625rem; 
    padding:0rem 2.2rem;
    border:0;
    border-radius: 30px;
      display: inline-flex;
    align-items: center;
    justify-content: center;
    height:40px;
}

@media screen and (max-width:767px){
    .introModal .btn {
        min-width: 6rem; 
        padding:0rem 1rem;
        height:35px;
    }
    .introModal .hide-on-md{
        display:none !important;
    }
    .introModal .show-on-md{
        display:block !important;
    }
    .introModal .button-row{
        text-align: center;
        margin-top:20px;
    }
}
    .introModal .btn:hover {
      background: #000; }
}

.introModal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }