/*********************

Inner page common styles

*********************/

.custom-checkbox-wrap {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0 !important;
}

.custom-checkbox-wrap input {
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox-material {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/Tick_box_01.png) no-repeat center center transparent;
}

input:checked+.checkbox-material {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/Tick_box_02.png);
}

.checkbox-material:before,
.checkbox-material .check {
  display: none !important;
}

.form-type-radio .check {
  display: none !important;
}

.floating-wrapper .radio.form-type-radio .form-radio+.circle {
  width: 12px;
  height: 12px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/Radio_Button_Grey.png) no-repeat center center transparent;
  border: none;
  top: 50%;
  margin-top: -6px;
}

.floating-wrapper .radio.form-type-radio .form-radio:checked+.circle {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/Radio_Button_Green.png);
}

.page-with-secondary-navigation header {
  box-shadow: none;
  z-index: 10001;
}

.breadcrumb {
  display: none;
}

.inner-page .page-content-area {
  max-width: 1170px;
  padding: 80px 15px;
}

/*******************

Remove max width page-content-area class for specific pages

********************/

.page-node-type-country .page-content-area {
  max-width: none;
}

/****************

hide  page header in specific pages

***************/

.page-node-type-country .page-header {
  display: none;
}

/*****************

Removing  padding from page-content-area for specific pages

****************/

.page-node-type-country .page-content-area {
  padding: 0;
}

/***************

Normal style for inner page  page-content-block

**************/

.page-header {
  line-height: 38px;
}

.page-header,
.inner-page .block-title,
.content-title {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #4d4d4d;
}

.page-header:after,
.inner-page .block-title:after,
.content-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 6px;
  background: #4d4d4d;
}

.page-content-block .views-row {
  padding: 80px 0;
  width: 100%;
  position: relative;
}

.page-content-block .views-row:nth-child(even) {
  background: #f2f2f2;
}

.page-content-block .views-row-inner {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}

/*********section-with-normal-text**********/

.section-summary,
.section-content-area .content-area {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #4d4d4d;
  width: 100%;
}

.section-summary a {
  font-weight: 500;
}

.section-content-area .visualisation-area {
  width: 100%;
}

.section-with-normal-text .section-content-area {
  width: 100%;
}

.section-with-normal-text .section-content-area-inner {
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
  padding-top: 25px;
}

.section-summary>*:last-child {
  margin-bottom: 0px;
}

.section-content-area .content-area p:empty,
.section-summary p:empty {
  display: none;
}

/***********readmore************/

.readmore-section-content {
  display: none;
}

.section-with-readmore .readmore-block {
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
}

.readmore-section-inner {
  padding: 90px 15px;
  background: #1fa29c;
  width: 100%;
  max-width: 923px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.readmore-section-content {
  margin-bottom: 20px;
}

.readmore-body {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 703px;
}

.readmore-body ul,
.readmore-body ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: body-list;
}

.readmore-body ul li:not(:last-child),
.readmore-body ol li:not(:last-child) {
  padding-bottom: 45px;
}

.readmore-body ul li::before,
.readmore-body ol li {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: body-list;
  content: counter(body-list);
  font-size: 40px;
  font-weight: 700;
  margin-right: 15px;
}

.section-with-readmore .section-summary {
  margin-bottom: 26px;
}

/********* full-width-item*********/

.full-width-item {
  width: 100%;
}

.content-area.full-width-item {
  margin-bottom: 32px;
}

/***********section-left-right**********/

.section-left-right .section-content-block,
.section-left-right .section-content-area {
  display: flex;
  flex-wrap: wrap;
}

.section-left-right .section-left-content {
  width: 25%;
}

.section-left-right .section-right-content {
  width: 75%;
  padding-left: 50px;
}

.section-left-right .section-content-area-inner {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.5s linear 0s;
}

.section-content-block.full-width-wrap .section-content-area-inner {
  max-height: 85px;
  overflow: hidden;
  transition: max-height 0.5s linear 0s;
}

.content-readmore {
  margin-top: 15px;
}

.section-content-block.full-width-wrap .content-readmore {
  display: flex;
}

.image-pos-left>.section-content-image {
  order: 0;
  padding-left: 0px;
  padding-right: 50px;
}

.content-pos-right>.content-area {
  order: 1;
}

.section-content-image.section-right-content img {
  width: 100%;
}

/************side-by-side-content********/

.side-by-side-content {
  display: flex;
  flex-wrap: wrap;
}

.side-by-side-content>.side-by-side-content-item {
  width: calc(50% - 30px);
}

.side-by-side-content>.side-by-side-content-item:nth-child(odd) {
  margin-right: 60px;
}

.side-by-side-content .share-download-options {
  padding-left: 10px;
}

.only-single-item {
  width: 100% !important;
  margin-right: 0 !important;
}

.side-by-side-content>.side-by-side-content-item:not(:first-child):not(:nth-child(2)) {
  margin-top: 60px;
}

/*********card-style******************/

.card-style {
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 20px 30px 20px;
  background: #ffffff;
}

.full-width-item .visualisation-block:not(.side-by-side-content) .card-style {
  padding-left: 30px;
  padding-right: 30px;
}

/**********page-with-fixed-summary**********/

.page-with-fixed-summary .page-content-area {
  position: relative;
}

.page-with-fixed-summary .page-summary-block {
  position: absolute;
  left: 100px;
  top: 80px;
  width: 160px;
  z-index: 1;
  max-height: calc(100vh - 235px);
  overflow: auto;
  padding-bottom: 41px;
  transition: top 0s ease 0s;
}

.page-with-fixed-summary .page-summary-block:not(.is-active) {
  opacity: 0;
}

.page-with-fixed-summary.summary-fixed .page-summary-block {
  position: fixed;
  top: 120px;
  opacity: 0;
  transition: top 0.5s ease 0s;
}

.page-with-fixed-summary.summary-fixed .page-summary-block.is-active {
  opacity: 1;
}

.page-with-secondary-navigation.summary-fixed .page-summary-block {
  top: 134px;
}

.page-scroll-down.page-with-fixed-summary.summary-fixed .page-summary-block {
  top: 65px;
}

.page-with-fixed-summary .page-content-block .views-row-inner {
  padding-left: 320px;
}

.page-summary-block .views-row {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}

.page-summary-block .views-row:first-child {
  padding-top: 0;
}

.page-summary-block .views-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-summary-block .views-field-value {
  color: #1fa29c;
  font-weight: 400;
  padding-top: 5px;
  font-weight: 600;
}

.page-summary-block .sublists-groups {
  padding: 7px 0 0 0;
}

.page-summary-block .sublists-groups .views-field-label {
  font-weight: 600;
  line-height: 16px;
}

.page-summary-block .sublists-groups .views-field-value {
  padding: 1px 0 10px 0;
}

.page-summary-block .sublists-groups .views-field-value:last-child {
  padding-bottom: 0;
}

.page-with-fixed-summary .page-summary-block .mCSB_inside .mCSB_scrollTools {
  opacity: 0 !important;
}

.custom-scroll-nav {
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #1fa29c;
  padding-top: 10px;
}

.custom-scroll-nav .nav-btns {
  width: 30px;
  height: 30px;
  position: static !important;
  width: 15px;
  height: 15px;
  background: none no-repeat center center transparent;
  margin: 0;
  cursor: pointer;
}

.custom-scroll-nav .nav-btns.disable-nav {
  pointer-events: none;
}

.custom-scroll-nav .custom-scroll-up {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Up_Arrow_Green.png);
  margin-right: 10px;
}

.custom-scroll-nav .custom-scroll-up.disable-nav {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Up_Arrow_Grey.png);
}

.custom-scroll-nav .custom-scroll-up:hover {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Up_Arrow_Green_Hover.png);
}

.custom-scroll-nav .custom-scroll-down {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Down_Arrow_Green.png);
}

.custom-scroll-nav .custom-scroll-down.disable-nav {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Down_Arrow_Grey.png);
}

.custom-scroll-nav .custom-scroll-down:hover {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/custom-scroll/Data_Down_Arrow_Green_Hover.png);
}

.page-summary-block .views-field-link-item a {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  padding-right: 15px;
  position: relative;
  display: block;
}

.page-summary-block .views-field-link-item a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/links/link.png) no-repeat center center transparent;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.page-summary-block .views-field-link-item a:hover {
  color: #1fa29c;
}

.page-summary-block .views-field-link-item a:hover:after {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/links/link_hover.png);
}

/*** if login****/

body.admin-logged-in.page-with-secondary-navigation.summary-fixed .page-summary-block {
  top: 234px;
}

/*****login*********/

.user-logged-in.page-with-fixed-summary .region-content>.tabs {
  padding-left: 320px;
  padding-right: 100px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

/**************popup styles***********/

.popup-component {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popup-component .popup-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
}

.popup-inner-section {
  width: 100%;
  max-width: 1140px;
  background: #ffffff;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 700px;
  position: relative;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 21px;
  height: 21px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/close.png) no-repeat center center transparent;
  cursor: pointer;
}

.popup-content {
  flex: 1;
  overflow: auto;
}

.popup-head {
  margin-bottom: 20px;
  position: relative;
}

.popup-head.have-tab {
  padding-right: 185px;
}

.popup-component .popup-head .popup-title {
  font-weight: 700;
  font-size: 18px;
  color: #4d4d4d;
  text-transform: none;
}

.table-block .popup-head {
  display: none;
}

.highcharts-table-caption {
  display: none;
}

.popup-tab-content {
  width: 100%;
}

.popup-tab-content:not(.is-active) {
  display: none;
}

.popup-head.without-popup-title {
  min-height: 27px;
}

/*************popup-style-small**********/
.popup-component-1:not(.is-active),
.popup-style-small:not(.is-active) {
  display: none;
}

.popup-style-small .popup-inner-section {
  padding: 13px 20px 20px 20px;
  height: auto;
  width: 100%;
  max-width: 500px;
  border-top-right-radius: 45px;
}

.popup-style-small .popup-head {
  margin-bottom: 12px;
}

.popup-style-small .popup-head .popup-title {
  font-size: 14px;
  color: #1fa29c;
  font-weight: 700;
}

.popup-style-small .popup-content-inner p {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 300;
  margin: 0;
}

.popup-style-small .form-wrapper {
  margin-top: 13px;
}

.popup-style-small .form-wrapper .control-label {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
  margin: 0 0 4px 0;
}

.popup-style-small .popup-footer .btn {
  margin-right: 10px;
}

.popup-style-small .textarea-wrapper {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.popup-style-small .textarea-wrapper textarea {
  border: 1px solid #cccccc;
  width: 100%;
  max-width: none;
  min-height: 100px;
  min-width: 100%;
  padding: 5px;
  resize: none;
  outline: 0 !important;
}

.popup-style-small .popup-close {
  width: 18px;
  height: 18px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/white_close_icon.svg) no-repeat center center transparent;
  z-index: 1;
  right: -18px;
  top: -18px;
}

.popup-content-inner .validation-message {
  margin-top: -15px;
  margin-bottom: 15px;
}

/*********** success message *************/

.region-highlighted .messages__wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.region-highlighted .messages__wrapper .alert {
  padding: 40px 50px 40px 50px;
  position: relative;
  border-radius: 0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 300;
  color: #1fa29c;
}

.region-highlighted .messages__wrapper .alert,
.region-highlighted .messages__wrapper .alert * {
  font-size: 18px;
  color: #1fa29c;
}

.region-highlighted .messages__wrapper .alert a {
  color: #4d4d4d;
  font-size: 14px;
}

.region-highlighted .messages__wrapper .close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/close-comment.png) no-repeat center center transparent;
  cursor: pointer;
  font-size: 0;
  opacity: 1 !important;
}

.region-highlighted .messages__wrapper button,
.region-highlighted .messages__wrapper button * {
  font-size: 0 !Important;
}

.warning-hidden .region-highlighted .messages__wrapper {
  display: none;
}

.region-highlighted .messages__wrapper .btn-close {
  padding: 0;
}

/********dropdown-groups***********/

.dropdown-groups {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dropdown-section {
  position: relative;
  float: left;
  width: 100%;
}

.group-col-wrap>.group-col {
  width: 100%;
  margin-right: 0;
}

.group-3-col>.group-col {
  width: calc(33.33% - 13.5px);
}

.group-3-col>.group-col:not(:nth-child(3n)) {
  margin-right: 20px !important;
}

.single-option {
  display: none;
}

.group-2-col>.group-col {
  width: calc(50% - 10px);
}

.group-2-col>.group-col:not(:nth-child(2n)) {
  margin-right: 20px !important;
}

.single-option {
  display: none;
}

.dropdown-inline-label-style {
  align-items: center;
  display: flex;
}

.dropdown-inline-label-style .dropdown-section {
  width: auto;
  flex: 1;
}

.dropdown-inline-label-style .dropdown-label-inline {
  padding-right: 15px;
  margin-bottom: 0 !important;
}

.year-filter-col .dropdown-label-inline {
  width: 51px;
  text-align: right;
}

/********floating labels********/

.floating-wrapper-component {
  padding-top: 13px;
  clear: both;
  width: 100%;
}

.floating-wrapper-component .floating-wrapper .control-label {
  left: 0 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
}

.floating-wrapper-component .floating-wrapper .label-floating:not(.is-empty) .control-label,
.floating-wrapper-component .floating-wrapper .label-floating.is-focused .control-label {
  font-size: 11px !important;
  color: #999999
}

.floating-wrapper .dropdown-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/drop_down_thin.png) no-repeat right center transparent;
}

.floating-wrapper .dropdown-section select {
  padding-right: 22px !important;
  font-size: 14px !important;
  color: #4d4d4d !important;
  font-weight: 300 !important;
}

.floating-wrapper-component .floating-wrapper .label-floating .help-block {
  display: none !important;
}

/**************sol**************/

.sol-container .sol-inner-container {
  border: none;
  box-shadow: none !important;
  height: 36px;
  background-color: transparent !important;
}

.sol-caret-container,
.sol-current-selection,
.sol-action-buttons {
  display: none !important;
}

.sol-selection-container .sol-option .sol-label {
  font-size: 13px;
  color: #666666;
  font-weight: 300;
  padding: 12px 10px;
}

.sol-selection-container .sol-option .sol-label:hover {
  background: #f0f2f2;
  color: #4d4d4d;
}

.sol-checkbox,
.sol-radio {
  top: 9px;
}

.visualisation-component .sol-checkbox,
.visualisation-component .sol-radio {
  top: 12px;
}

.sol-container {
  position: relative;
  z-index: 1;
}

.sol-input-container input[type="text"] {
  font-size: 14px;
  color: #4d4d4d;
}

.sol-selection-container {
  top: 100% !important;
  position: absolute !important;
  left: 0 !important;
  width: 250px !important;
}

.sol-no-results {
  padding: 10px 12px;
  font-size: 13px;
  color: #4d4d4d;
  text-align: left;
  font-weight: 300;
  font-style: normal;
}

.sol-selection-container .sol-selection-outer {
  max-height: 250px;
  padding: 15px 12px;
  overflow: auto;
}

.sol-option {
  border-bottom: 1px solid #dbdbdb;
}

.floating-wrapper .sol-input-container {
  right: 0;
  height: 36px;
  border-bottom: 1px solid #dbdbdb;
}

.floating-wrapper .sol-input-container input {
  height: 30px;
  background: transparent !important;
  padding-left: 0;
}

.floating-wrapper-component .floating-wrapper .sol-container.sol-active~label {
  top: -25px !important;
  left: 4px;
  font-size: 11px !important;
  color: #999999 !important;
  line-height: 1.07142857;
}

/****************page top navigation example country detailed page**************/

.region-secondary-navigation {
  --section-px: calc(var(--page-x-sp) + var(--sp14));
  width: 100%;
  background: var(--clr-gray-100);
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 10000;
  box-shadow: 0px 0px 6px 0px var(--clr-gray-300);
}

.admin-logged-in .region-secondary-navigation {
  top: 149px;
}

.page-top-navigation {
  width: 100%;
  padding: 20px var(--sec-nav-spx);
}

.view-page-top-navigation {
  position: relative;
}

.view-page-top-navigation .view-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.selected-field {
  --arrow-width: 14px;
  --arrow-height: 8px;
  --arrow-text-gap: var(--sp12);
  --label-color: var(--clr-gray-900);
  display: flex;
  align-items: center;
  position: relative;
  padding-right: calc(var(--arrow-width) + var(--arrow-text-gap));
}

.selected-field-flag {
  width: 43px;
  height: 29px;
  margin-right: var(--sp5);
}

.selected-field-name {
  font-weight: 700;
  color: var(--label-color);
  font-size: 16px;
}

.menu-select-btn {
  --arrow-icon: url(/themes/custom/gff/components/inner-pages/common/css/../img/dropdown/dark-dropdown-arrow.svg);
  display: block;
  width: var(--arrow-width);
  height: var(--arrow-height);
  background: var(--arrow-icon) no-repeat center center transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  cursor: pointer;
  will-change: transform;
  transition: transform 0.2s linear 0s;
}

.listing-menu-wrapper.is-active .menu-select-btn {
  transform: rotate(180deg);
}

/* transparent secondary nav */
.transparent-secondary-nav .region-secondary-navigation {
  background: transparent;
  box-shadow: none !important;
}

.transparent-secondary-nav .selected-field {
  --label-color: var(--white);
}

.transparent-secondary-nav .menu-select-btn {
  --arrow-icon: url(/themes/custom/gff/components/inner-pages/common/css/../img/dropdown/white-dropdown-arrow.svg);
}

/*********list menu*******/

.listing-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #f2f2f2;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.listing-menu-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 282px;
  padding: 20px 15px;
  background: #ffffff;
  margin-top: 8px;
  /*display: none;*/
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
}

.listing-menu-block.is-enable {
  display: none;
}

.listing-menu-wrapper.is-active .listing-menu-block {
  display: block !important;
}

.listing-menu {
  max-height: 292px;
  overflow: auto;
}

.listing-menu-row-wrap {
  width: 100%;
}

.listing-menu-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 5px;
  position: relative;
  z-index: 0;
}

.listing-menu-row .listing-label {
  display: block;
  width: 100%;
}

.listing-menu-flag {
  width: 60px;
  margin-right: 15px;
}

.listing-menu-row .listing-label a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.listing-menu-row:last-child a {
  /*padding-bottom: 0;*/
  border: none;
}

.listing-menu-row .listing-label a:hover {
  color: #1fa29c;
}

.listing-menu-row .listing-label a:after {
  content: "";
  position: absolute;
  background: transparent;
  height: 100%;
  z-index: -1;
  left: -5px;
  top: 0;
  width: calc(100% + 10px);
  /*transition: all 0.3s linear 0s;*/
}

.listing-menu-row .listing-label a:hover:after {
  background: #f2f2f2;
}

.listing-menu-flag {
  display: none;
  width: 40px;
}

.listing-menu-animated.is-enable,
.listing-menu-animated {
  display: block !important;
}

.listing-menu-wrapper .listing-menu-animated.is-enable {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear 0s;
  pointer-events: none;
}

.listing-menu-wrapper.is-active .listing-menu-animated.is-enable {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: unset;
}

/*************lisiting-menu-style-2******************/

.lisiting-menu-style-2 .listing-menu-block {
  width: 100%;
  padding: 40px 40px 20px 40px;
}

.lisiting-menu-style-2 .listing-menu {
  max-height: 350px;
}

.lisiting-menu-style-2 .listing-menu-row-wrap {
  display: flex;
  flex-wrap: wrap;
}

.lisiting-menu-style-2 .listing-menu-flag {
  display: block;
  margin-right: 10px;
}

.lisiting-menu-style-2 .listing-menu-row {
  width: calc(20% - 16px);
  /*border-bottom: 1px solid #e6e6e6;*/
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.lisiting-menu-style-2 .listing-menu-row:not(:nth-child(5n)) {
  margin-right: 20px;
}

.lisiting-menu-style-2 .listing-menu-row .listing-label {
  width: calc(100% - 50px);
}

.lisiting-menu-style-2 .listing-menu-row .listing-label a {
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 400;
}

.lisiting-menu-style-2 .listing-menu-row .listing-label a:hover {
  color: #1fa29c;
}

.lisiting-menu-style-2 .listing-menu-row .listing-label a:after {
  display: none;
}

.lisiting-menu-style-2 .listing-menu-block.listing-4-col .listing-menu-row {
  margin-right: 20px;
  width: calc(25% - 15px);
}

.lisiting-menu-style-2 .listing-menu-block.listing-4-col .listing-menu-row:nth-child(4n) {
  margin-right: 0;
}

.listing-menu .listing-section-title {
  font-size: var(--fs-18);
  padding-bottom: 15px;
  font-weight: var(--fw-medium);
  margin-top: 30px;
}

.listing-menu .disable-field {
  opacity: 0.4;
}

/*****top right nav**********/

.page-navigation-menu {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.page-navigation-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-navigation-menu ul li:not(:last-child) {
  margin-right: 40px;
}

.page-navigation-menu a {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}

.page-navigation-menu a:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  background: transparent;
}

.page-navigation-menu li.is-active a,
.page-navigation-menu a:hover {
  color: #1fa29c;
}

.page-navigation-menu li.is-active a:after,
.page-navigation-menu a:hover:after {
  background: #1fa29c;
}

/***********preview .review links*******/

.region-secondary-navigation .page-review-preview {
  display: none;
  margin-left: 20px;
}

.page-review-preview {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
}

.is-unpublished {
  background-color: transparent;
}

/**********bottom fixed form submission***********/

.page-have-moderation-form .main-container-row {
  padding-bottom: 61px;
  position: relative;
}

.page-have-moderation-form .main-container-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 61px;
  background: var(--clr-white);
}

.fixed-form-block,
.content-moderation-entity-moderation-form {
  background: #ffffff;
  border-top: 1px solid #dbdbdb;
  padding: 15px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
}

.content-moderation-entity-moderation-form {
  padding-left: 100px;
  padding-right: 100px;
}

.workflow-buttons-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 170px;
  position: relative;
  height: 30px;
}

.workflow-buttons-block .workflow_button_group {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 0;
  font-weight: 300;
}

.workflow-buttons-block .review_close {
  position: absolute;
  right: 0;
  top: 0;
}

.workflow-buttons-block .workflow_button_group .button {
  margin-right: 15px;
}

.workflow-buttons-block .workflow_button_group .button:not(:first-child) {
  margin-left: 40px;
}

/* hide work flow button in other languages except en */

/* html:not([lang="en"]) .content-moderation-entity-moderation-form .workflow_button_group {
  opacity: 0;
  pointer-events: none;
}

*/

.footer-inview .fixed-form-block,
.footer-inview .content-moderation-entity-moderation-form {
  position: absolute;
}

.content-moderation-entity-moderation-form .entity-moderation-form {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-align-items: unset;
  align-items: unset;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  padding-right: 30px;
  border-right: 1px solid #dbdbdb;
  display: flex;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item:nth-child(3) {
  display: none;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item:last-child {
  border: none;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item .form-item {
  display: flex;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item:last-child {
  -webkit-align-self: center;
  align-self: center;
  padding-right: 0;
  margin-right: 0;
}

.content-moderation-entity-moderation-form .entity-moderation-form .form-item label {
  display: block;
  font-size: 16px;
  color: #1fa29c;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin: 0 0 5px 0;
  width: 100%;
}

.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item:first-child label {
  margin-bottom: 10px;
}

.content-moderation-entity-moderation-form .entity-moderation-form__item select {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
}

.fixed-form-block button,
.content-moderation-entity-moderation-form button {
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.content-moderation-entity-moderation-form .js-form-type-select .select-wrapper .awselect {
  width: 300px;
}

.content-moderation-entity-moderation-form .awselect .front_face {
  padding: 4px 0 9px 0 !important;
}

.content-moderation-entity-moderation-form .js-form-type-select .select-wrapper:after {
  display: none;
}

.content-moderation-entity-moderation-form .select-wrapper .awselect .content .placeholder,
.content-moderation-entity-moderation-form .select-wrapper .awselect .placeholder {
  opacity: 0 !important;
}

.fixed-form-block button:not(:last-child),
.content-moderation-entity-moderation-form button:not(:last-child) {
  margin-right: 10px;
}

.review_approve,
.review_return,
.review_close {
  position: relative;
  display: flex;
  align-items: center;
}

.fixed-form-block .form-type-textarea,
.content-moderation-entity-moderation-form .js-form-item-review-final-comment {
  display: none;
}

/******************content moderation popup ****************/

.block-country-comments-submit-popup {
  display: none;
}

.block-country-comments-submit-popup.is-active {
  display: block;
}

.pager__item a {
  padding: 0 15px !important;
  background: transparent !important;
  color: #4d4d4d !important;
  border: none !important;
  position: relative;
}

.block-country-comments-submit-popup>.block-title {
  display: none;
}

.pager__item.is-active a,
.pager__item a:hover {
  color: #1fa29c !important;
}

.pager__item:last-child a {
  padding-right: 0 !important;
}

.pager__item:not(:last-child) a:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #4d4d4d;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}

/**************pager**********/

.pager-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* section-subcontent-block */

.section-subcontent-block {
  margin-bottom: 50px;
}

.section-subcontent-block .section-subcontent-body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #4d4d4d;
  width: 100%;
}

/* page sub sections  */

.page-sub-section-component {
  padding-top: 10px;
  width: 100%;
}

.page-sub-section .page-sub-section-title {
  color: #4d4d4d;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 11px;
}

.page-sub-section-component .page-sub-section:not(:last-child) {
  margin-bottom: 45px;
}

.no-main-description .page-sub-section-component {
  padding-top: 0px;
}

/********download links*********/

.download-links-component1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.download-links-component1 .download-link-item {
  position: relative;
}

.download-links-component1 .download-link-item:not(:last-child) {
  margin-right: 50px;
}

.download-links-component1 .attachments-title {
  font-size: 16px;
  color: #1fa29c;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  cursor: pointer;
}

.download-links-component1 .attachments-title:hover {
  color: #4d4d4d;
}

.download-links-component1 .attachments-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
  width: 17px;
  height: 11px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/download/arrow.png) no-repeat center center transparent;
}

.download-links-component1 .attachments-title:hover:before {
  background-image: url(/themes/custom/gff/components/inner-pages/common/css/../img/download/arrow_hover.png);
}

/****************if more links***********/

.download-links-component1 .more-links {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 150px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  display: none;
  z-index: 2;
}

.download-links-component1 .download-link-item.is-open .more-links {
  display: block;
}

.download-links-component1 .more-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.download-links-component1 .more-links li {
  line-height: 16px;
}

.download-links-component1 .more-links li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.download-links-component1 .more-links a {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  color: #4d4d4d;
  font-weight: 500;
}

.download-links-component1 .more-links a:hover {
  color: #1fa29c;
}

/* section-summary content-link-btn */

.section-summary .content-link-btn {
  font-size: 12px;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #1fa29c;
  margin-top: 10px;
  font-weight: 500;
  color: #1fa29c;
  background: #ffffff;
}

.section-summary .content-link-btn:hover {
  background: #1fa29c;
  color: #ffffff;
}

.section-summary .download-links-component .content-link-btn {
  margin-top: 0;
}

.content-link-btn.is-disabled {
  border-color: #a8a8a8 !important;
  color: #a8a8a8 !important;
  pointer-events: none;
  opacity: 0.5;
}

/* download-links-component1 style 2 */

.style-2.download-link-item .content-link-btn {
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: all 0s linear 0.08s;
}

.style-2.download-link-item.is-open .content-link-btn {
  border-bottom: none;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #1fa29c;
  background: #ffffff;
}

.style-2.download-link-item .more-links {
  margin-top: -10px;
  z-index: 1;
  border: 1px solid #1fa29c;
  border-radius: 15px;
  border-top: none;
  padding: 20px 20px 15px 20px;
  display: block;
  pointer-events: none;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: opacity 0.1s linear 0s, transform 0.1s linear 0s;
  opacity: 0;
}

.style-2.download-link-item.is-open .more-links {
  transform: scale(1);
  pointer-events: unset;
  opacity: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: opacity 0.1s linear 0s, transform 0.1s linear 0s;
}

/* iframe */
.section-summary iframe {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 16 / 9;
  margin-top: 15px;
}

/*******************

Responsive

*******************/


@media only screen and (min-width: 1201px) {

  /* hide-secondary-nav */
  .hide-secondary-nav .region-secondary-navigation {
    opacity: 0;
  }

  .hide-secondary-nav .region-secondary-navigation:has(.explore-links-module) {
    transition: opacity 0.3s linear 0s;
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {

  .section-left-right .section-content-block,
  .section-left-right .section-content-area {
    flex-wrap: wrap;
  }

  .section-left-right .section-left-content,
  .section-left-right .section-right-content {
    width: 100%;
    padding-left: 0;
  }

  .section-left-right .section-content-area-inner {
    max-height: none;
  }

  .section-left-right .section-content-area-inner .content-readmore {
    display: none !important;
  }

  .side-by-side-content>.side-by-side-content-item:nth-child(odd) {
    margin-right: 0;
  }

  .section-left-right .section-right-content {
    margin-top: 20px;
  }

  .side-by-side-content>.side-by-side-content-item {
    width: 100%;
  }

  .side-by-side-content>.side-by-side-content-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .side-by-side-content>.side-by-side-content-item:not(:first-child):not(:nth-child(2)) {
    margin-top: 0px;
  }

  .inner-page .page-content-area {
    padding: 0px 0px;
  }

  /***********contents***********/
  .page-content-block .views-row {
    padding: 50px 0;
  }

  .page-with-fixed-summary .page-summary-block {
    left: 30px;
  }

  .page-with-fixed-summary .page-content-block .views-row-inner {
    padding-left: 220px;
    padding-right: 30px;
  }

  .page-with-fixed-summary .page-summary-block {
    top: 50px;
  }

  .page-header,
  .inner-page .block-title,
  .content-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
  }

  .readmore-section-inner {
    padding: 60px;
  }

  .page-top-navigation {
    padding-right: var(--sec-nav-spx, 30px);
    padding-left: var(--sec-nav-spx, 30px);
  }

  /************popup*************/
  .popup-inner-section {
    padding: 45px 30px;
  }

  .section-subcontent-block {
    margin-bottom: 40px;
  }

}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  .page-content-block .views-row {
    padding: 50px 0;
  }

  .page-review-preview {
    top: 2px;
  }

  .page-review-preview .btn-small {
    height: 20px;
    line-height: 20px;
  }

  /*********top navigation*********/
  .view-page-top-navigation .view-content {
    justify-content: space-between;
  }

  .page-top-navigation {
    padding-top: 8px;
    padding-top: 8px;
  }

  .page-navigation-menu {
    flex: unset;
    padding-left: 10px;
  }

  .page-navigation-menu a {
    font-size: 11px;
    display: block;
    line-height: 13px;
  }

  .page-navigation-menu-inner {
    position: relative;
  }

  .page-navigation-menu-inner .page-navigation-menu-list {
    position: absolute;
    left: auto;
    top: 100%;
    width: auto;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    display: none;
    right: 0;
  }

  .page-navigation-menu-inner.is-active .page-navigation-menu-list {
    display: block;
  }

  .page-navigation-menu-inner ul li {
    padding: 10px;
  }

  .page-navigation-menu-inner ul li a {
    font-size: 11px;
    line-height: 16px;
    display: block;
    font-weight: 400;
  }

  .page-navigation-menu-inner ul li.is-active {
    display: none;
  }

  .gff-page .page-top-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .active-navigation-block {
    position: relative;
    padding-right: 30px;
  }

  .active-navigation-block a {
    color: #1fa29c;
  }

  .active-navigation-block .menu-open-arrow {
    width: 13px;
    height: 8px;
    display: block;
    background: url(/themes/custom/gff/components/inner-pages/common/css/../img/mobile/top-nav-down-arrow.png) no-repeat center center transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
  }

  /* left image right content like keythems */
  .section-content-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .readmore-section-inner {
    padding: 40px;
  }

  /*************lisiting-menu-style-2******************/
  .lisiting-menu-style-2 .listing-menu-row:not(:nth-child(5n)),
  .lisiting-menu-style-2 .listing-menu-row {
    margin-right: 15px;
    width: calc(25% - 11.25px);
  }

  .lisiting-menu-style-2 .listing-menu-row:nth-child(4n) {
    margin-right: 0;
  }

  .lisiting-menu-style-2 .listing-menu-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  /************popup*************/
  .popup-head.have-tab {
    padding-right: 168px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {

  .full-width-item .visualisation-block:not(.side-by-side-content) .card-style,
  .card-style {
    padding: 15px 10px;
  }

  .page-content-block .views-row {
    padding: 17px 0 25px 0;
  }

  .inner-page .page-content-area {
    padding: 40px 15px;
  }

  .page-header,
  .inner-page .block-title,
  .content-title {
    margin: 0 0 11px 0;
    padding: 0 0 13px 0;
    font-size: 18px;
    line-height: 24px;
  }

  .page-with-fixed-summary .page-content-block .views-row-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-review-preview {
    display: none;
  }

  /*****************summary block*****************/
  .page-with-fixed-summary .page-summary-block {
    top: auto !important;
    position: relative;
    width: 100%;
    padding: 15px 15px 0px 15px;
    z-index: 1;
    left: auto;
    max-height: none;
    overflow: visible;
  }

  .page-with-secondary-navigation.summary-fixed .page-summary-block {
    position: relative;
  }

  .page-with-fixed-summary .page-summary-block .mCSB_container,
  .page-with-fixed-summary .page-summary-block .mCustomScrollBox {
    overflow: visible;
  }

  .page-with-fixed-summary .page-summary-block .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
  }

  .page-summary-block .view-content {
    display: flex;
    flex-wrap: wrap;
  }

  .page-summary-block .view-content .views-row {
    width: calc(50% - 7.5px);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 80px;
  }

  .page-summary-block .view-content .views-row:nth-child(odd) {
    margin-right: 15px;
  }

  .page-summary-block .view-content .views-row:last-child,
  .page-summary-block .view-content .views-row:nth-last-child(2):not(:nth-child(even)) {
    margin-bottom: 0
  }

  .page-summary-block .views-field-label {
    max-width: 150px;
  }

  .page-summary-block .views-field-value {
    margin-top: 0px;
    max-width: 150px;
  }

  /***********page top fixed navigation section ***************/
  .region-secondary-navigation {
    top: 50px;
  }

  .page-top-navigation {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .region-secondary-navigation {
    height: 44px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .view-page-top-navigation .view-content {
    justify-content: space-between;
  }

  /**********top left flag section *********/
  .selected-field {
    padding-right: 33px;
  }

  .selected-field-flag {
    width: 35px;
    height: auto;
    margin-right: 10px;
  }

  .gff-page .selected-field-flag img {
    max-width: 100%;
  }

  .selected-field-name {
    font-size: 12px;
    line-height: 12px;
    display: block;
    width: calc(100% - 45px);
  }

  body:not(.gff-page) .menu-select-btn {
    background: url(/themes/custom/gff/components/inner-pages/common/css/../img/mobile/top-nav-down-arrow.png) no-repeat center center transparent;
  }

  /********listing menu ( example countries listings home page and detailed page )*********/
  .listing-menu-flag {
    width: 35px;
  }

  .listing-menu-flag img {
    max-width: 100%;
  }

  .listing-menu-wrapper {
    position: relative;
  }

  .lisiting-menu-style-2 .listing-menu-block .listing-menu-row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .lisiting-menu-style-2 .listing-menu-block .listing-menu-row:nth-child(2n) {
    margin-right: 0px;
  }

  .lisiting-menu-style-2 .listing-menu-block .listing-menu-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .lisiting-menu-style-2 .listing-menu-block {
    width: 100%;
    padding: 10px;
    min-width: 200px;
  }

  .lisiting-menu-style-2 .listing-menu {
    max-height: 250px;
  }

  /**********content section**********/
  .section-with-readmore .readmore-block,
  .section-with-normal-text .section-content-area-inner {
    max-width: none;
  }

  .section-with-normal-text .section-content-area-inner {
    padding-top: 0;
  }

  .section-with-readmore .section-summary {
    margin-bottom: 11px;
  }

  .readmore-body {
    font-size: 14px;
    line-height: 20px;
  }

  .readmore-section-inner {
    padding: 20px;
  }

  .readmore-body ul li:not(:last-child),
  .readmore-body ol li:not(:last-child) {
    padding-bottom: 20px;
  }

  .readmore-body ul li::before {
    font-size: 18px;
    margin-right: 10px;
  }

  .section-left-right .section-content-area-inner,
  .section-content-block.full-width-wrap .section-content-area-inner {
    max-height: 142px;
  }

  .section-content-area>.content-readmore {
    margin: 10px 0 10px 0;
  }

  /***********.section-left-right .section-right-content**************/
  .section-left-right .section-right-content {
    margin-top: 0;
  }

  .content-area.full-width-item {
    margin-bottom: 0;
  }

  /**********popup********/
  .popup-component {
    padding: 10px;
  }

  .popup-inner-section {
    padding: 40px 20px 20px 20px;
  }

  .popup-close {
    right: 10px;
    top: 10px;
  }

  .popup-head.have-tab {
    padding-right: 0;
  }

  .popup-component .popup-head .popup-title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #4d4d4d;
    margin-bottom: 10px;
    position: relative;
  }

  .popup-tab.tab-nav-2 {
    display: none;
  }

  /* image -content - like keythems */
  .image-pos-left>.section-content-image,
  .content-pos-right>.content-area {
    order: 0;
  }

  .image-pos-right>.section-content-image,
  .image-pos-left>.section-content-image {
    margin-top: 40px;
  }

  .section-content-image {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {

  /***********popup component********/
  .popup-component .mCSB_inside>.mCSB_container {
    margin-right: 10px;
  }

  .section-subcontent-block {
    margin-bottom: 30px;
  }

  .page-sub-section-component .page-sub-section:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-sub-section .page-sub-section-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  /* listing menu */
  .listing-menu .listing-section-title {
    font-size: var(--fs-14);
    margin-top: 20px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .inner-page .page-content-area {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .selected-field {
    padding-right: 25px;
  }

  .selected-field-name {
    font-size: 11px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .inner-page .page-content-area {
    padding-bottom: 20px;
  }
}
