/*-----------------------------------------------------------------

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

-----------------------------------------------------------------*/

/*---------------------------------------------
Variables
------------------------------------------------*/
:root{
	--color-orange: #f05123;
	--color-orange-hover: #C44219;
	--color-purple: #1f2248;
	--color-purple-hover: #222F59; 
	--color-btn-purple: #304892;

	/* font-size*/
	--font-20:20px;
	--font-18:18px;
	--font-16:16px;
	--font-14:14px;
	--hero-height:500px;
	
	--margin-left:5rem;

}


@media (min-width:1370px){
	:root{
		--margin-left:calc((100vw - 1360px)/2);
	}	
} 

@media (max-width:1369px){
	:root{
		--margin-left:calc((100vw - 97%)/2);
	}	
}


/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

/* hiding global popup on links */
.wp-ada-external-popup .wp-ada-external{
	display: none !important;
}

@font-face {
	font-family: 'Tiempos Fine';
	src: url("/wp-content/uploads/2022/10/tiempos-fine-regular-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Tiempos Fine';
	src: url("/wp-content/uploads/2022/10/tiempos-fine-regular.woff2") format('woff2');
	font-weight: normal;
	font-style: regular;
}

@font-face {
	font-family: 'Tiempos Fine';
	src: url("/wp-content/uploads/2022/10/tiempos-fine-bold-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Tiempos Fine';
	src: url("/wp-content/uploads/2022/10/tiempos-fine-bold.woff2") format('woff2');
	font-weight: normal;
	font-style: bold;
}


/* Menu icon css */


.menu-icon-home a {
    background: url('/wp-content/themes/pro-child/images/new-window.svg') no-repeat center;
    background-size: 13px; /* Adjust size as needed */
	background-position: 75px 1px;
transition: filter 0.3s ease; /* Smooth transition */

    
}



.menu-icon-home-1 a {
    background: url('/wp-content/themes/pro-child/images/new-window.svg') no-repeat center;
    background-size: 13px; /* Adjust size as needed */
	background-position: 130px 1px;
transition: filter 0.3s ease; /* Smooth transition */

    
}


.menu-icon-home-1 a:hover {
    filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(0%) hue-rotate(0deg) brightness(89%) contrast(90%) opacity(0.5);
}


.menu-icon-home a:hover {
    filter: brightness(0) saturate(100%) invert(23%) sepia(5%) saturate(0%) hue-rotate(0deg) brightness(89%) contrast(90%) opacity(0.5);
}


/* End Css */


/*
@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-light.woff2") format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-light-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-medium.woff2") format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-medium-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-regular.woff2") format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-regular-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-bold.woff2") format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Test Tiempos Fine';
	src: url("/wp-content/uploads/2022/03/test-tiempos-fine-semibold-italic.woff2") format('woff2');
	font-weight: normal;
	font-style: italic;
}
*/
h1,
h2,
h3,
h4, 
h5{
	font-family: 'Tiempos Fine' !important;
}

p {
	font-size: 18.304px !important;
}

li{
	font-size: 18.304px !important;
}
ul{
	list-style:square
}

.x-crumbs-list-item{
	font-size:14px !important;
}

a,
a:hover,
a:focus,
a:active {
	color: var(--color-purple);
	text-decoration: none;
}

.d-none{
	display: none;
}
.d-block{
	display: block;
}

input:focus {
    outline: transparent !important;
}
.page-section-layout {
    width: 97%;
    max-width: 1360px;
    margin: auto;
}

.sale-feature-detail{
	padding-left:var(--margin-left);
}

.page-section-layout2 {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.current-page-ancestor a span.x-anchor-text-primary::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -6px;
    border-bottom: 2px solid #f05123;
}
ul.sub-menu.x-dropdown .current-menu-item a span.x-anchor-text-primary::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -6px;
    border-bottom: 2px solid #f05123;
}



.current-page-ancestor > ul > li:not(.current-page-ancestor) > a span.x-anchor-text-primary::after {
    content:none;
}
  
.signup-for-alerts-btn {
    cursor: pointer;
}
.disabledBtn {
  pointer-events: none;
  cursor: default;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #686a7d !important;
  opacity: 1; /* Firefox */
    
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686a7d !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #686a7d !important;
}

/* --------------------------------------
   2. Utility class
-----------------------------------------*/

.text-primary{
	color: var(--color-orange);
}
 
.text-black{
	color:#4f5150;
}

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

.list-text-li li{
	font-size: 18.304px !important;
	line-height: 1.75;
}

*[hidden]{
	display: hidden;
  }


/*=========== Typography ============*/

h1 {
	font-size: 3rem !important;
	font-weight: 900 !important;
	letter-spacing: 1px !important;
}

.h1-custom{
		font-size: 3rem !important;
	font-weight: 900 !important;
	letter-spacing: 1px !important;
}

h2 {
	font-size: 2.8rem !important;
	font-weight: 900 !important;
	letter-spacing: 1px !important;
	color: var(--color-purple) !important;
	line-height: 1.1 !important;
}

h3 {
	font-size: 1.25rem !important;
	font-weight: 100 !important;
	letter-spacing: 1px !important;
	font-family: inherit !important;
	color: var(--color-purple) !important;
}

h4 { 
	font-size: 3rem !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}

h5 {
	font-size: 2.6rem !important;
    letter-spacing: 1px !important;
	line-height: 1.1 !important;
}

h6 {
	font-size: 2rem !important;
	letter-spacing: 1px !important;
	font-weight: 400 !important;
	color: var(--color-purple) !important;
	text-transform: inherit !important;
	font-family: inherit !important;
}


/*** LK CSS ***/
.fleet-filtered-accordion__btn h4{
	font-size: 4em !important;
    font-family: inherit !important;
    color: var(--color-purple);
	font-weight: 400 !important;
}
/*** END LK CSS ***/

header{
	position: absolute !important;
	width: 100%;
}

.x-crumbs-list-item a:hover {
    border-bottom: var(--color-purple) solid 1px !important;
}

.x-crumbs-list-item a{
    border-bottom: #ff000000 solid 1px !important;
}

/*Button  CSS Starts*/

@media only screen and (max-width: 979px)  {
	.orange-arrow img{
	  width: 48px;
	  height: 38px;
	}
  }

.clear-filter-btn {
    min-width: 175px !important;
   /* max-width: 175px !important;*/
    border: solid 1px;
    border-bottom-width: 1px;
    border-radius: 2rem !important;
    border-color: var(--color-orange) !important;
    color: white !important;
	background: var(--color-orange);
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    font-size: 14px !important;
}

.clear-filter-btn:hover{
	background: var(--color-orange-hover);
	color: white;
	border-color:  var(--color-orange-hover) !important;
}

.charter-btn {
    background: var(--color-orange);
    color: white;
    border-radius: 20px;
    margin-right: 1rem;
    line-height: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    max-width: 205px !important;
    min-width: 205px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px !important;

}

.charter-btn:hover {
    background: var(--color-orange-hover);
	color: white;
}



/* Insights page button styles */
.esg-filterbutton {
    border-radius: 2rem !important;
    border-color: var(--color-purple) !important;
    color: var(--color-purple) !important;
    min-width: 175px;
    max-width: 175px !important;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    font-weight: 400 !important;
    min-height: 33px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    font-size: 14px !important;
}
/* Insights page button style end*/


/* career page style */
.ss-button-location {
    border-radius: 2rem !important;
    border-color: #ffffff00 !important;
    color: var(--color-purple) !important;
    min-width: 186px !important;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    max-width: auto !important;
    min-width: 245px !important;
    /* max-width: 220px !important;*/
}
/*.ss-button-location:hover {
    background: var(--color-purple);
}*/

.ss-button-location .x-anchor-text-primary {
    font-size: 14px !important;
}

.ss-button:hover {
    border-color: var(--color-purple-hover) !important;
}


.ss-button {
    border-radius: 2rem !important;
    border-color: var(--color-purple) !important;
    color: var(--color-purple) !important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important; 
}

.mhjo-m.x-anchor.ss-button .x-anchor-content,
.mhjo-i.x-anchor.ss-button .x-anchor-content {
    padding-right: 0em !important;
    padding-left: 0em !important;
}

.ss-button .x-anchor-text-primary {
    font-weight:  400 !important;
    font-size: 14px !important;
}

.ss-button-colored {
    border-radius: 2rem !important;
    border-color: #ffffff00 !important;
    color: var(--color-purple) !important;
    min-width: 186px !important;
	width: 100% !important;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
	max-width: auto !important
}

.ss-button-colored .x-anchor-text-primary {
    font-weight:  400 !important;
    font-size: 14px !important;
}

.ss-button-fleet {
    border-radius: 2rem !important;
    border-color: var(--color-purple) !important;
    color: var(--color-purple) !important; 
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
	max-width: 235px !important;
    min-width: 235px !important;
}

.ss-button-fleet .x-anchor-text-primary {
    font-weight:  400 !important;
    font-size: 14px !important;
}

.ss-book-charter{
	border-color: var(--color-purple) !important;
    min-height: 32px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
}

.current-menu-item a span.x-anchor-text-primary::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -6px;
    border-bottom: 2px solid #f05123 !important;
}


.current-menu-item .sub-menu a span.x-anchor-text-primary::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -6px;
    border-bottom: 2px solid #f04e2300;
}

.cabin-list p{
	font-size: 14px !important;
}

/*Aircraft Sale Page CSS*/
.aircraft-taxonomy-bc .breadcrumb {
    width: 92%;
    margin: auto;
	position: relative;
    z-index: 1;
}
.specification-section h3 {
    margin-top: 0;
}
.single-aircraft .popup-container {
    height: fit-content;
}
.aircraft-part-section .popup-container.c-popup-container {
    height: 60% !important;
}
.aircraft-column1 {
    padding-right: 0 !important;
	border-right: none !important;
	border-bottom: none !important;
}
.aircraft-sale-link {
    margin-right: 0 !important;
	position: relative;
    top: -10px;
}
.status-tag {
    font-size: 20px;
    text-transform: uppercase;
    background: #f05123;
    color: white;
    padding: 0px 14px;
}
.sale-aircraft-title{
	display: flex;
    justify-content: flex-start;
    gap: 2rem;
}
/*.sale-feature-detail .aircraft-sale-row {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}*/

.sale-feature-detail .aircraft-sale-page {
    font-size: 18.304px !important; 
}
.aircraft-sale-section .fleet-filtered-accordion__btn {
    cursor: auto;
}

.aircraft-sale-section .fleet-filtered-accordion__heading {
    border-bottom: none;
}

.aircraft-sale-section .view-specification-btn {
    margin-bottom: 4rem;
}


.aircraft-sale-section .fleet-filtered-accordion__panel.is-active-filter {
    border-bottom: 1px solid #000;
	padding-bottom: 7rem;
    margin-bottom: 6rem;
}

.aircraft-sale-section .fleet-filtered-accordion__panel.is-active-filter:last-child {
    border-bottom: none;
	padding-bottom: 0rem;
    margin-bottom: 0rem;
}


/*Aicraft Sale Detailed Page*/




.location-aircraft-column-2 .slider .slick-track {
    margin-bottom: 1rem;
}

.location-aircraft-column-2 .slider-thumb .slick-track {
    margin: inherit;
    display: flex;
}


.location-aircraft-column-2  .slider-thumb div {
	height: 100px;
	line-height: 50px;
	font-size: 25px;
	margin-right: 8px;
}
/*****/

.aircraft-sale-link {
    margin-right: 0;
    cursor: pointer;
}
/*.slider-nav-ac .slick-track {
    display: flex;
    gap: 1rem;
}*/
section.location-section.aircraft-section {
    position: relative;
    z-index: 1;
}

/*.slick-container-ac img {
    width: 100%;
	height: 400px;
    object-fit: cover;
}

.slider-nav-ac img {
    width: 100%;
	height: 100px;
    object-fit: cover;
}*/

.slider-nav-ac .slick-arrow {
    display: none;
}
.slider-nav-ac {
    margin-top: 1rem;
}
.aircraft-detail-block .location-point {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 35px;
    color: var(--color-purple);
}

.aircraft-column1 h4 {
    margin-top: 0;
	color: var(--color-purple);
}


/*.aircraft-detail-block {
    margin-bottom: 4rem;
}*/

.specification-section {
	padding-top: 40px !important;
}
.specification-section .location-map-column1 h6 {
    margin-top: 0;
	margin-top: 0;
    font-weight: 100;
    color: var(--color-purple);
    text-shadow: none;
}

.text-content{
	font-size: 18.304px !important;
}

.text-content p{
	font-size: 18.304px !important;
} 
.aircraft-column2 {
    padding: 0 !important;
}
.aircraft-column2 iframe {
    width: auto !important;
}
/*Charter Filter*/
/*.our-fleet .c-popup-container {
    height: auto !important;
}*/
.charter-interior {
    font-size: 14px !important;
}

.charter-item-content-desc{
	font-size: 1em !important;
	color:#4f5150;
  }


  .charter-booking-container .form-heading {
    width: 100% !important;
}

#open-form2-sub input {
    color: var(--color-purple);
    border: 1px solid var(--color-purple);
    box-shadow: none;
}
#open-form2-sub textarea {
    color: var(--color-purple);
    border: 1px solid var(--color-purple);
    box-shadow: none;
}



@media (max-width:875px){
	.location-row {
		padding-bottom: 4rem !important;
	}
}

@media (max-width:768px){
	.sale-aircraft-title{
		display: block;
	}
	
	:root{
		--margin-left:10px;	
	}
	
	
.aircraft-column1 {
    padding-bottom: 0 !important;
}
}

@media (min-width:1620px){

	
	.ss-button .x-anchor-text-primary {
		font-weight:  400 !important;
		font-size: 14px !important;
	}

	.ss-button {
		/* min-width: 150px !important; */
		/* max-width: 175px !important; */
		/* min-height: 32px !important; */
	}
	.charter-enquiry-from select:not(#passenger2) {
		max-width: 175px !important;
		min-width: 175px !important;
		max-height: 32px !important;
		min-height: 32px !important;
	}

	.charter-enquiry-from .wpcf7-date {
		max-width: 175px !important;
		max-height: 32px !important;
		min-height: 32px !important;
		min-width: 175px !important;
	}

	.form-Enquiry-btn {
		min-width: 175px !important;
		min-height: 32px !important;
	}
	
	.ss-button-colored {/* min-width: 220px !important; *//* max-width: 212px !important; */}
	
	.ss-button-colored .x-anchor-text-primary {
		font-weight:  400 !important;
		font-size: 14px !important;
	}
	
	.ss-button-fleet {
		
		max-width: 235px !important;
    	min-width: 235px !important;
		
	}
	
	.ss-button-fleet .x-anchor-text-primary {
		font-weight:  400 !important;
		font-size: 14px !important;
	}
	
	.ss-book-charter{

		min-height: 32px !important;
		
	}
}
.jobs-c-visbile.last {
    border-bottom: none;
}
/* career page style ends*/

/*Button  CSS Ends*/

.btn-orange {
    background: var(--color-orange);
    color: white;
    border-radius: 20px;
    margin-right: 1rem;
    line-height: 0;
    font-weight: 400 !important;
    font-size: 14px !important;
    max-width: 205px !important;
    min-width: 205px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px !important;
	border: none;
}

.btn-orange:hover{
	background: var(--color-orange-hover);
	color: white;
}


.btn-insignts {
    font-size: 1.2rem;
    color: var(--color-orange);
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
}	

.btn-insignts > img{
	width: 20px;
}

.search-bar .x-graphic-icon {
    font-size: 16px !important;
}

div#tpbr_topbar {
    padding: 0 20px !important;
}

.address-area #block-11 {
	font-size: 1.5rem !important;
	color: var(--color-orange);
}

.address-area #block-11 a:hover {
    color: var(--color-orange-hover) !important;
}

.address-area #block-11:hover{
	color: var(--color-orange-hover);
}

.address-area #block-7 {
	margin-bottom: 3rem !important;
}

.social-icons li:first-child {
	padding-left: 0;
}

.social-icons li:hover {
	background: transparent !important;
}

.newsletter-form {
	position: relative;
}

/* Footer shortcode style */

.be-ix-link-block .be-related-link-container .be-label{
	font-size: 12pt !important;
}

#block-18 .be-ix-link-block .be-related-link-container .be-list .be-list-item .be-related-link {
    font-size:12pt !important; 
}
  

.newsletter-form p:nth-last-child(2) label {
	width: 80%;
    margin-top: -3rem;
    font-size: 12pt;
	color: rgb(255, 255, 255);
	line-height: 1.4;
}

.newsletter-form p:nth-last-child(2) label input {
	margin-right: 8px;
}

.wpcf7-not-valid-tip {
	color: var(--color-orange);
	font-size: 12px !important;
}
.wpcf7-response-output {
    display: block;
    color: #005002;
}
.custom-cf7-btn {
	position: absolute;
	right: 0px;
	top: 8.5rem;
}
.insight-grid .minimal-light .esg-navigationbutton.hovered {
    box-shadow: none !important;
}

#tpbr_topbar #tpbr_box {
    padding: 2px 0 2px !important;
}
.top-bar-notification {
    color: white;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0.5px;
	text-decoration: underline;
}
.top-bar-notification:hover {
    color: white;
	text-decoration: none;
}
.footer-col-1 #block-9,.footer-col-1 #block-18 p {
    font-size: 12pt !important;
}

.newsletter-form input {
    padding-left: 0px !important;
	color: white;
}

.terms .wpcf7-list-item-label {
    display: block;
    padding-left: 25px;
    margin-top: -22px;
}
.insight-arrow {
    margin-top: -4px;
    margin-left: 5px;
}
.social-icons li {
    padding-left: 0rem !important;
    padding-right: 0.75rem !important;
}
.insight-grid .eg-insight-container {
    background: linear-gradient(0deg,rgb(0 0 0) 0%,rgb(12 12 12 / 50%) 12%,rgb(12 12 12 / 50%) 15%,rgb(12 12 12 / 0%) 24%) !important;
}

.eg-aircraft-sale-container {
    background: linear-gradient(0deg,rgb(0 0 0) 0%,rgb(12 12 12 / 50%) 12%,rgb(12 12 12 / 50%) 15%,rgb(12 12 12 / 0%) 24%) !important;
}

.footer-col-1 #block-18 a {
    color: white;
    font-family: 'Montserrat';
    text-decoration: underline;
}

.footer-col-1 #block-18 a:hover {
    color: white;
    text-decoration: none;
}


.wpcf7-date-placeholder1,
.wpcf7-date-placeholder2{
    position:relative !important;
	color: transparent !important;
    padding-top:6px !important;
    padding-bottom:6px !important;
}

.wpcf7-date-placeholder1:before,
.wpcf7-date-placeholder2:before{
    position: absolute;
    color: var(--color-purple);
    background: #ffffff;
    line-height: 1;
    overflow: hidden;
    min-width: 100px;
}

.wpcf7-date-placeholder1::before{
	content:'From Date';
}

.wpcf7-date-placeholder2::before{
	content:'To Date';
}

#menu-item-wpml-ls-3-fr .x-anchor-text,
#menu-item-wpml-ls-3-en .x-anchor-text{
	margin: 0px;
}

.disabledBtn:hover {
    background: var(--color-purple) !important;
}
/* ---------------------
POPUP FORM DESIGN
--------------------- */

.charter-enquiry-from br, .charter-enquiry-from p {
    display: none !important;
}

#from1-error,
#from2-error{
	color: var(--color-orange);
	text-align: center;
}

#from1-error[hidden="true"],
#from2-error[hidden="true"]{
	display: none;
}

#from1-error[hidden="false"],
#from2-error[hidden="false"] {
    display: block;
    font-size: 14px !important;
	margin-top: 10px;
}


div#open-form1-sub[hidden="true"],
div#open-form2-sub[hidden="true"]{
	display: none !important;
}

#wpcf7-f22153-o1 form#landmark_form_wpcf7-form-init_2 div#open-form1-sub[hidden="false"],
#wpcf7-f22154-o2 form#landmark_form_wpcf7-form-init_4 div#open-form2-sub[hidden="false"],
div#open-form1-sub[hidden="false"],
div#open-form2-sub[hidden="false"]{
	position: absolute !important;
    background: hsla(0, 0%, 0%, 0.486);
    top: 0px;
    z-index: 999;
    left: 0;
    width: 100vw;
    height: 100%;
    display: grid;
    gap: 0px;
}


.sub-form {
    display: grid;
    place-items: start;
    width: 100%;
    margin: auto;
    place-content: center;
}

.sub-form input{
    border-radius:10px;
    height:32px;
	margin-bottom: 1rem !important;
}



.sub-form textarea{
	border-radius:10px;
	height: 150px;
	margin-bottom: 1rem !important;
	text-transform: uppercase;
	font-size: 14px;
}

.sub-form div {
    display: grid;
    /*padding: 25px;*/
    border-radius: 20px;
    position: relative !important;
	background-color: #fff;
}

#wpcf7-f22153-o1 form#landmark_form_wpcf7-form-init_2 span.form-close-btn,
#wpcf7-f22154-o2 form#landmark_form_wpcf7-form-init_4 span.form-close-btn,
span.form-close-btn {
    position: absolute !important;
    top: 5px;
    right: 0;
    padding: 9px;
    cursor: pointer;
    color: var(--color-orange);
    border-radius: 50%;
    font-weight: bold;
    margin: 5px;
    line-height: 16px;
}

@media (max-width:620px){
	.all-fleet-images li img {
		min-height: 100px !important;
		max-height: 100px !important;
	}
}

.x-row.e8-2.m8-e.m8-f.m8-g.m8-h.m8-i.m8-j.m8-k *,
.x-row.e22359-2.mh93-4.mh93-5.mh93-6.mh93-7 *{
    position:static
}

/* ---------------------
POPUP FORM DESIGN ENDS
--------------------- */

#open-form2-sub .wpcf7-not-valid-tip {
    text-align: left;
    position: relative;
}


.charter-enquiry-from {
    display: flex;
    justify-content: space-between;
}

@media (min-width:1150px) {
    section.location-section {
    margin-top: -40px;
}

	.charter-enquiry-from {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
@media (max-width:1150px) {
.charter-enquiry-from select:not(#passenger2) {
    max-width: 100% !important;
}

.form-Enquiry-btn {
    max-width: 100% !important;
    width: 100%;
}

input[type="date"] {
    background-repeat: no-repeat;
}

.charter-enquiry-from .wpcf7-date {
    max-width: 100% !important;
}
.form-Enquiry-btn{
    max-width: 100% !important;
}
.charter-enquiry-from {
    gap: 10px;
}
}

.charter-enquiry-from .wpcf7-form-control-wrap{
	/* flex-grow: 1; */
} 


.wpcf7-form.invalid .charter-enquiry-from ~ .wpcf7-response-output{
	display: none !important;
}


.charter-enquiry-from .form-Enquiry-btn {
    flex-grow: 1;
}

.charter-enquiry-from select:not(#passenger2) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 20px;
	max-width: 155px;
	min-width: 155px;
	text-transform: uppercase;
	font-size: 14px !important;
	max-height: 32px;
	min-height: 32px;
}	

.charter-enquiry-from input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 14px !important;
}	
.form-Enquiry-btn {
    border-radius: 2rem !important;
    border-color: var(--color-purple) !important;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 35px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 0 !important;
    min-width: 155px;
    min-height: 32px !important;
	padding: 0 !important;
}
.form-Enquiry-btn:hover {
    background: var(--color-purple);
}
.charter-enquiry-from .form-Enquiry-btn,
.form-Enquiry-btn {	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2em;
    border: none;
    background: var(--color-orange);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
	text-shadow: none !important;
}

.charter-enquiry-from .form-Enquiry-btn:hover {
    background: var(--color-orange-hover);
}



/*Contact Us Page */

.contact-us-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    font-size: 14px !important;
    max-height: 32px;
}

.contact-us-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    font-size: 14px !important;
    max-height: 32px;
    color: #4f5150;
}

.contact-us-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    font-size: 14px !important;
}
.req-fld span::before {
    content:"*";
    color: red;
}
.contact-us-form label {
    font-size: 14px;
}
/* jobs-filter css */

#s-jobs-filter>div {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	align-items: center;
}

#s-jobs-filter .down-arrow {
	display: none;
}

#s-jobs-filter #s-jobs-filter-location {
	border-radius: 20px;
	margin-bottom: 0;
    min-width: 175px;
    max-width: 175px;
    max-height: 32px;
	font-size: 14px;
}

#s-jobs-filter #s-jobs-filter-type {
    border-radius: 20px;
    margin-bottom: 0;
    min-width: 175px;
    max-width: 175px;
    max-height: 32px;
	font-size: 14px;
}

#s-jobs-filter-location,
#s-jobs-filter-type{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0 15px !important;
}


.job-open,
.job-close {
	cursor: pointer;
}

.job-open {
	font-size: 1.3em;
	position: relative;
	left: -0.1em;
}

.job-close {
	font-size: 0.95em;
	font-weight: 500;
	display: none;
	position: relative;
	top: 0.15em;
}
.job-details-block {
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.job-lgroup {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.job-lgroup .job-cdetails {
    width: 285px;
}

.job-lgroup .job-location {
    width: 285px;
}

#careers-jobs {
    overflow-x: auto;
}

.job-output {
	padding: 18px 0 0;
	border-bottom: 1px solid var(--color-purple);
	cursor: pointer;
	min-width: 1070px;
}

.job-buttons {
	margin-bottom: 20px;
}

.job-title {
	color: var(--color-orange);
}

.job-title:hover {
	color: var(--color-orange-hover);
}

.job-category,.job-location {
	color: var(--color-purple);
}

.show-job-buttons{
	display: block !important;
}

div#careers-job-single span {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    line-height: 2 !important;
}

/* jobs-filter css ends */



/*Parts CSS*/

p.qno-info-found {
    margin-left: 2.5rem;
}

.parts-content {
    display: grid;
	align-items: center;
	grid-template-columns: repeat(12, 1fr);
	grid-template-areas: "title title title description description description description description quantity quantity quantity quantity";
}

.parts-title{
	grid-area: title;
}

.parts-description{
	grid-area: description;
}



.parts-status{
	grid-area: quantity;
	display: flex;
	justify-content: space-between;
}


.aircraft-parts > .parts-content{
    background:hsl(0,0%,96%);
    padding:20px 35px;
    border-radius:15px;
    margin-bottom:20px;
}

.parts-content h3{
	color: var(--color-purple) !important;
    margin:0px;
    font-size:1.3rem !important;
    font-weight:bold !important;
}

.aircraft-parts .parts{
    padding:0px 35px;
}

.parts .parts-content *{
    margin-bottom:0px;
}

.parts .parts-content p{
	font-size:16px !important; 
	color: var(--color-purple) !important;
}


.parts .parts-content p:not('.btn'){
    font-size: 14px !important;
    color: var(--color-purple) !important;
    font-weight: 500 !important;
	padding: 10px 0px;
}

.parts .parts-content{
    border-bottom:1px solid var(--color-purple);
    margin-bottom:0px;
	padding: 10px 0px;
}


.parts-content p.btn {
    cursor: pointer;
    border: 1px solid var(--color-purple) !important;
    padding: 5px 25px !important;
    border-radius: 2rem !important;
    border-color: var(--color-purple) !important;
    min-width: 100px !important;
    box-shadow: none !important;
    min-height: 35px !important;
    display: inline-flex !important;
    justify-content: center;
    line-height: 0 !important;
    align-items: center;
    font-weight: 600 !important;
}

.parts-pagination .page-numbers {
    padding: 6px 12px;
    border: 1px solid #1f2346;
    border-radius: 20px;
}

.parts-pagination {
    text-align: end;
    margin-top: 34px;
    margin-right: 35px;
}

.parts-pagination .current {
    background: var(--color-orange);
    color: white;
	border: 1px solid var(--color-orange);
}




/*************************
Single Post 
************************/

.wp-caption-text {
    text-transform: initial !important;
}

.blog-page-title {
    font-size: 60px !important;
}

.post-container {
	width: 85%;
	max-width: 1400px;
	margin: auto;
}

.page-hero-section{
	height: 450px;
	display: flex;
	align-items: center;
}

.career-hero-section{
	display: flex;
	align-items: center;
}

.post-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    display: grid;
    height: 450px;
	/*z-index: -1;*/
}  

h1.post-hero-title, h2.post-hero-title {
	color: #fff!important;
	margin-top: 0px;
}

.post-content-text li {
    color: #4f5150;
/*     padding-left: 12px; */
	font-size: 14px !important;
}

.post-content-text h2 {
	color: var(--color-purple);
	margin-top: 10px;
	z-index: 25;
	margin-bottom: 12px;
}

.post-content-text h3{
	color: var(--color-purple);
}

.post-content-text p{
	color:#4f5150;
	font-size:1rem;
	margin-top:15px;
}

.image-quote {
	display: grid;
	grid-template-rows: max-content;
}


.quote {
	position: relative;
	width: 90%;
	justify-self: end;
}

img.quote-icon {
	position: absolute;
	top: 70px;
	left: -55px;
}

.quote h5 {
	color: var(--color-purple) !important;
	line-height: 3rem !important;
}

div#image_quote_and_text_contents {

	margin: 60px 10px 60px 10px;
}

.post-content-section{
	margin-bottom: 60px;
}

a.btn-insignts:hover {
    color: var(--color-orange-hover);
}


p.post-date{
	font-size: 1.5rem !important;
}


@media (min-width:600px){
	:root{
		--fs-800:3rem;
	}

	h1.post-hero-title {
		/* font-size: var(--fs-800) !important; */
	}
}

div#image_quote_and_text_contents {
	margin: 60px 10px 60px 10px;
}


@media (min-width:1024px){
	.location-map-column2 {
		margin-top: -50px;
	}
    p.location-short-description {
    margin-bottom: 0px;
}
	:root{
		--fs-800:4rem;
		--fs-600:2.4rem;
		--fs-500:3rem;
		--fs-400:2rem;
		--fs-text:1.2rem;
	}


	.quote {
		width: 70%;

	}

	p.post-date{
		font-size: 2.4rem !important;
		color: white;
	}

	.post-wrapper {
		width: 75%;
	}

	

	.post-content-text h2 {
		color: var(--color-purple);
		margin-top: -25px;
		z-index: 25;
		margin-bottom: 12px;
	}
	
	.post-content-text h3 {
		margin: 0px;
	}

	.post-content-text p{
		color: #4f5150;
		margin-top: 15px;
		line-height: 32px;
	}

	div#image_quote_and_text_contents {
		width: 69%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 60px 10px 60px 0px;
	}

	div#image_quote_and_text_contents .text-contents {
		margin-left: 60px;
		margin-top: 20px;
	}

	
		.post-hero-section {
			height: 84vh;
		} 

		.page-hero-section{
			height: 84vh;
		}

		.career-hero-section{
			height: 84vh;
		}

	.btn-insignts {
		float: right;
		margin-top: -60px;
	}
	
	
}


@media (min-width:1500px){

	.quote {
		width: 50%;
	}	
}

@media screen and (max-width: 1400px) and (min-width: 1024px){
	.c-rev-slider rs-module h1.rs-layer {
		left: 50px !important;
		top: -10px;
	}
	.blog-page-title {
		font-size: 50px !important;
	}
}

@media screen and (max-width: 1599px) and (min-width: 1024px){

	h1{
		font-size: 4rem !important; 
	}
	
	.h1-custom{
		font-size: 4rem !important; 
	}

	h3{
		font-size: 2rem !important;
	}

	.btn-insignts {
		font-size: 1em !important;
	}


	.post-content-text p {
		color: #4f5150;
		margin-top: 15px;
		line-height: 24px;
	}

	
	 


}


@media (min-width:1600px){
	h1 {
		font-size: 4.5rem !important;
		font-weight: 900 !important;
	}

	
	.custom-title h2,
	.h1-custom{
		font-size: 4.5rem !important;
		font-weight: 900 !important;
	}

	
	h2 {
		font-size: 3.8rem !important;
		font-weight: 900 !important;
	}
	
	h3 {
		font-size: 2.25rem !important;
		font-weight: 100 !important;
		font-family: inherit !important;
	}

	.post-hero-section {
		height: 770px;
	}
	.page-hero-section{
		height: 770px;
	}

	.career-hero-section{
		height: 690px;
	}


}

.blog-bg-image2 {
    background-image: url(/wp-content/uploads/2022/04/shape-curve-right.png) !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.post-hero-content{
	width: 90%;
    /* margin: auto;*/
}

/*----------------------------
BYC
----------------------------*/

.charter-enquiry-from .wpcf7-date{
	display: flex;
	max-width: 155px;
	max-height: 32px;
	min-height: 32px;
	margin: auto;
	min-width: 155px;
}

.byc .x-tabs-list button{
	font-size: 14px !important;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/wp-content/uploads/2022/07/down-arrow.png') no-repeat;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
	color: var(--color-purple);
    border: 1px solid var(--color-purple);
    line-height: 1;
}

input[type="date"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/wp-content/uploads/2022/08/1057583-200.png') no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 12.3px center;
	color: var(--color-purple);
    border: 1px solid var(--color-purple);
}
/*----------------------------
LOcation
-----------------------*/


@media screen and (min-width:1721px){
	.location-top-section .x-bg {
		top: 7rem;
    	left: -2rem;
	}
}

@media screen and (min-width:1530px) and (max-width:1720px){
	.location-top-section .x-bg {
		top: 7rem;
		left: -2rem;
	}
}

@media screen and (min-width:1290px) and (max-width:1529px){
	.location-top-section .x-bg {
		top: 6rem;
		left: -2rem;
	}
}

@media screen and (min-width:979px) and (max-width:1289px){
	.location-top-section .x-bg {
		top: 4rem;
		left: -2rem;
	}
}

@media screen and (min-width:876px) and (max-width:978px){
	.location-top-section .x-bg {
		top: 3rem;
		left: 0rem;
	}
}

.x-acc-item{
	border-bottom: 1px solid #000 !important;
	border-radius: 0px !important;
}

.x-acc-content {
    border-top: 1px solid #000 !important;
}



button#tab-e22002-25,
button#tab-e22002-26 {
	width: 92%;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 3rem;
	padding-bottom: 2.18rem;
}
 
#tab-e22002-25:focus,
#tab-e22002-26:focus{
	outline: none !important;
}

div#panel-e22002-25,
div#panel-e22002-26{
	padding-right: 0px;
	padding-left: 0px;    
}


div#panel-e22002-25 .cs-content,
div#panel-e22002-26 .cs-content{
	width: 95%;
	margin:auto;
}

@media (max-width:782px) {
	button#tab-e22002-25,
	button#tab-e22002-26 {
		font-size: 2rem;
	}
}

span.icon-box {
    gap: 5px !important; 
}

/*-------------------------
Location css ends
------------------------*/
.c-post-container {
	width: 92%;
	margin: auto;
}
.c-post-container h1{
	color: #fff !important; 
}
/*=============================
Location Details page
==============================*/

/*.location-container{
	width:93%;
	margin: auto;
}*/

/*.hero-column-1 {
    grid-area: hero-col-1;
}*/

.post-hero-content.location-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas:
        "hero-col-1";
}

.location-section  p{
	font-size: 1.2rem;
}

.location-main-column2 {
    color: var(--color-purple);
}
.No-map-data{
    display: grid;
    place-items: center;
    background: #ddd;
    height: 500px;
    color: #4f5150;
}

.map-title {
    color: var(--color-orange) !important;
}

.map-title:hover{
	color: var(--color-orange-hover) !important;
}

/*section.location-map {
    padding-top: 90px;
} 

.location-section-inner > .breadcrumb{
	text-transform: capitalize;
}*/

.location-section-inner > .breadcrumb .x-crumbs-delimiter{
	 font-size: 14px;
    color: rgba(0,0,0,0.5);
	position: relative;
    top: 1px;
}

p.text-primary.breadcrumb {
    margin-bottom: 35px;
}

p.text-primary.breadcrumb a{
    color:var(--color-orange);
	font-size: 14px !important;
}

p.text-primary.breadcrumb a:hover{
    text-decoration:underline;
    text-decoration-color: var(--color-purple);
	text-underline-offset: 4px;
}




p.location-short-description {
    width:90%;
    line-height: 1.9rem;
    font-size: 20px !important;
}

.single-insight-page{
	margin-top: -3vw;
}
section.location-section {
    margin-top: -3vw;
	margin-bottom: 40px;
	position:relative;
}

.CTA-btn {
    webkit-appearance: auto;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    border: none;
    background: var(--color-orange);
    color: white;
    min-width: 250px;
    max-width: 250px;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 1rem;
    min-height: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0 !important;
}


.CTA-btn:hover {
    background: var(--color-orange-hover);
	color: #fff;
} 

.location-main-container {
    display: grid;
    grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas: 
	"location-details"
	"spl-features";
    gap: 5rem;
}



.location-main-column1 {
    grid-area: location-details;
    padding-bottom: 3rem;
    border-bottom: 1px solid #555170;
}

.location-main-column2{
	grid-area: spl-features;
    display: flex;
    flex-direction: column;
    gap: 15px;
	padding-left: 3rem;
}

.mb-0{
	margin-bottom: 0px;
}

.location-point span{
	color: var(--color-purple);
	font-weight: 600; 
}

.address-block{
	width: 280px;
}




.location-map-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"tab"
		"map";
	gap: 5rem;
}

.location-map-column1 {
    grid-area:tab;
	color: #4f5150;
}

li::marker {
    color:var(--color-orange);
}

.location-map-column2 {
    grid-area:map;

}


.button-indicators{
	display: flex;
	background-color: #f6f6f6; 
}

 
.button-indicators button{
    background:transparent;
    border:0px;
    border-top:3px solid transparent;
	padding: 20px;
	color: #4f5150;
    text-transform: uppercase;
	flex-grow: 1;
}

.button-indicators button:focus{
	outline: none !important;
}

.button-indicators > button[aria-selected="true"]{
	 border-top:3px solid var(--color-orange) !important;
	 background-color:#fff;
}


.location-map-column1 ul li {
    color: #4f5150;
    margin: 0px;
    padding-left: 15px;
	font-size: 16px !important;
}

.location-map-column1 ul li::marker {
    color:var(--color-orange);
	font-size:16px;
}

.location-map-column1 [role="tabpanel"]{
    border:0.1px solid #dddddd5c;
    margin:2px 0px;
    padding:10px; 
} 

.location-map-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.location-photo-gallery{
	display: grid;
    grid-template-columns: repeat(3, 1fr); 
	gap: 10px;
	place-items: center;
}

.contact-buttons .loc-btn {
    background: none;
    border: 1px solid var(--color-orange);
    border-radius: 20px;
    margin-right: 20px;
    color: white;
	background-color: var(--color-orange);
    text-transform: uppercase;
    webkit-appearance: auto;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px !important;
    min-height: 32px;
    max-height: 32px;
    line-height: 0 !important;
    display: inline-flex;
    min-width: 300px;
    max-width: 300px;
    align-items: center;
    justify-content: center;
}

.contact-buttons .loc-btn:hover{
    background: var(--color-orange-hover);
    color: #fff !important;
	border-color: var(--color-orange-hover);
}

.contact-buttons {
    margin: 40px 0px 70px 0px;
}

.location-map-column2 iframe {
    width: 100% !important;
    height: 500px;
}

.location-client-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px 0px;
    margin-bottom: 70px;
}

.location-main-column1 p {
	margin-bottom: 40px;
    font-size: 18.304px !important;
}

.location-maps #map {
    min-height: 65rem !important;
}

form#filter .changeFilter {
    margin: 0px;
    border-radius: 20px;
    min-width: 250px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-size: 14px;
    max-height: 32px;
}
@media (max-width:750px){
	.button-indicators{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.location-photo-gallery{

		grid-template-columns: repeat(2, 1fr); 
	
	}

	.contact-buttons button {
		margin-bottom: 10px;
		width: 100%;
	}
}

@media (max-width:450px){
	.s-navigation {
		margin-bottom: 3rem;
	}
	.button-indicators{
		grid-template-columns: repeat(1, 1fr);
	}
	.aircraft-container {
		gap: 0rem;
	}
	
	.specification-section {
		padding-top: 0 !important;
	}
	
	.aircraft-section {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 977px){
	.p-content {
		width: 100%;
	}
	
	.ft-address {
		margin-bottom: 1rem;
	}
	
	.ft-date {
		margin-bottom: 1rem;
	}
	
	.p-passangers {
		margin-bottom: 1.5rem !important;
	}
}
@media (min-width: 978px){
	.list-text-li li {
    padding-left: 12px;
}


#open-form2-sub .sub-form {
    display: flex;
    gap: 26px;
}
.p-content {
    gap: 32px;
}

#passenger2 {
	position: relative;
    top: -14px;
}

}
.ft-address {
    display: flex !important;
    gap: 26px;
}

.ft-date {
    display: flex !important;
    gap: 26px;
}
.charter-enquiry-from h5 {
    margin: 0 0 1.5rem 0;
    text-align: initial;
    color: var(--color-purple);
}
#passenger2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px !important;
    max-height: 32px;
    min-height: 32px;
}

@media (max-width:1200px){
	.aircraft-grid{
		display: block !important;
	}
	.location-aircraft-column-2 {
		margin-top: 3rem;
	}
	.aircraft-sale-section .fleet-filtered-accordion__panel.is-active-filter {
		margin-bottom: 0rem;
		padding-bottom: 2rem;
	}
	.aircraft-sale-section .fleet-content-desc{
		margin-right: 0;
	}

}
@media (min-width:1024px) {

	.location-main-column2{
		padding-left: 0;/*5rem*/
	}

	.location-main-column1 {
		grid-area: location-details;
		border-right: 1px solid #555170;
		padding-right: 5rem;
		padding-bottom: 0rem;
		border-bottom: none;
	}
	


	

	.location-main-container {
		grid-template-columns: repeat(12, 1fr); 
		grid-template-areas: "location-details location-details location-details location-details location-details location-details location-details  spl-features spl-features  spl-features spl-features spl-features";
	}

	.location-map-grid {

		grid-template-columns: repeat(12, 1fr);
		grid-template-areas:
			"tab tab tab tab tab tab tab map map map map map";

	}

	
	.location-map-gallery {
		width: 60%;
	}
	.location-map-column1 [role="tabpanel"]{
		padding:60px;
	} 
	.location-photo-gallery{

		grid-template-columns: repeat(4, 1fr);
		gap: 20px;

	}


	
}

@media (max-width:998px){
	.fleet-filter-form-container {
		display: grid;
	}
}

@media (min-width:1024px) and (max-width:1499px){
	/*.post-hero-content.location-container {
		grid-template-columns: repeat(12, 1fr);
		grid-template-areas:
			"hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1  . . .";
	}*/
} 

@media (min-width:1500px){
	/*.post-hero-content.location-container {
		
		grid-template-columns: repeat(12, 1fr);
		grid-template-areas:
			"hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 hero-col-1 . . . . .";
	}*/
}

/*=============================
Location Details page end
==============================*/

/*=============================
	Search Result Design Start
==============================*/

.ss-nav-links {
    display: flex;
    justify-content: space-between;
}

.ss-nav-links a {
    color: var(--color-orange);
    text-transform: uppercase;
    font-size: 14.6432px;
}

.ss-nav-links a:hover {
    color: var(--color-orange-hover);
}

.text-center{
	text-align: center !important;
}



.search-container h4.text-white{
	color: var(--color-purple) !important;
	margin-top: 0px !important;
	margin-bottom: 6rem;
}

li.search-card {
    list-style: none;
    border-bottom: 1px solid #4f5150;
    margin-bottom: 4rem;
}



.search-card .search-title h6 {
    font-size: 1.2rem !important;
    text-transform: inherit;
	font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: none;
}

.search-card .search-title h6 a {
    color: var(--color-orange);
    line-height: 1.5;
}

.search-card .search-title h6 a:hover {
    color: var(--color-orange-hover);
}

.search-card .search-title p {
    color: #4f5150;
    margin-bottom: 4rem;
}

/*section.search__result-section {
    padding: 120px 20px 20px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}


li.search-card {
	display: flex;
	flex-direction: column;
	color: #4f5150;
	background-color: #ddd;
	gap: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	
}

.search-title .btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 17px;
    border: none;
    background: var(--color-orange);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    cursor: pointer;
}



.search-result ul {
	margin: 0px !important;
} 

.search-thubnail img{
	width: 100%;
}

form#searchform {
    width: 60%;
    margin: auto;
}

input#s {
    padding:30px;
    border-radius:50px;
}



@media (min-width:756px){

	section.search__result-section {
		padding: 120px 60px 60px;
	}
	

	li.search-card {
		display: flex;
		flex-direction: row;
		
	}
	.search-thubnail img{
		min-width: 250px;
		max-width: 250px;
		height: 100%;
	
	}
}





.search-title {
    padding: 10px;
}

.search-title h4{
    color:#4f5150 !important;
    margin: 0;
    font-size: 2rem !important;
}

.search-title p{
	margin: 0px !important;
}
*/
/*=============================
	Search Result ends
==============================*/


/* Career Page Design */

.form-heading h4{
	font-size: 2rem !important;
}


.career-btn-box {
	overflow:hidden;
	margin-bottom:40px !important;
	
  }




@media (min-width:1220px){
	.career-btn-box {
	  margin-bottom:0px !important;
	  /*margin-left:60px !important;
	  margin-right: 60px !important;*/

	}
	/*.aircraft-sale-btn{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}*/
	.aircraft-sale-link {
		margin-top: 2rem;
	}
	
} 

@media (max-width:1219px){
	.aircraft-sale-link {
		margin-top: 2rem;
	}	
}
  
#careers-jobs{
	width: 100%;
}

.job-dbuttons a .btn {
    webkit-appearance: auto;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    border: none;
    background: var(--color-orange);
    color: white;
    min-width: 250px;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 1rem;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0 !important;
}

.job-dbuttons a .btn:hover {
    background: var(--color-orange-hover);
}

.job-dbuttons {
    display: flex;
}


.wp_ada_hidden {
	display: none !important;
}
.career-line{
	display: none;
	grid-area: middle-line;
}

.careers-btns{
	display: grid !important;
	gap: 10px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"btn1"
		"btn2"
		"btn3"
		"btn4"
		"btn5"
		"btn6";
	justify-items: end;
	justify-content: end !important;
}



.career-btn1{grid-area: btn1;}
.career-btn2{grid-area: btn2;}
.career-btn3{grid-area: btn3;}
.career-btn4{grid-area: btn4;}
/* .career-btn5{grid-area: btn5;} */
.career-btn6{grid-area: btn6;}

@media (max-width:1365px){
	.career-btn5{grid-area: btn5;}
}


/*=============================
	Search Result ends
==============================*/

@media (max-width:978px){
	.charter-enquiry-from {
		display: grid !important;
		grid-gap: 10px;
		gap: 10px;
		grid-template-columns: 1fr 1fr !important;
		grid-template-areas:
			"btn1 btn2"
			"btn3 btn4" 
			"btn5 btn6" !important;
	}
	.fleet-filtered-accordion__btn h4 {
		font-size: 3em !important;
	}
}

@media (max-width:700px){
	.charter-enquiry-from {
		display: block !important;
		grid-gap: 10px;
		gap: 10px;
		grid-template-columns: 1fr 1fr !important;
		grid-template-areas:
			"btn1 btn2"
			"btn3 btn4"
			"btn5 btn6" !important;
	}

	#s-jobs-filter>div{
		gap: 10px;
	}
}
@media (min-width:700px) and (max-width:1023px){

	.careers-btns{
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "btn1 btn2" 
							"btn3 btn4" 
							"btn5 btn6"  !important;
	}
	

	.form-heading h4 {
		font-size: 2.3rem !important;
	}
	
} 

@media (min-width:1024px) and (max-width:1619px){
	.careers-btns{
		display: grid !important;
		gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		/* grid-template-areas: "btn1 btn2 btn3 btn4" "btn5 btn5 btn6 btn6"; */
		grid-template-areas: "btn1 btn2 btn3 btn4 middle-line btn5 btn6";
	}
}
@media (min-width:1024px) and (max-width:1400){
	.form-heading h4 {
		font-size: 2.5rem !important;
	}
	
}

@media (min-width:1024px) and (max-width:1519px){
	.post-hero-section {
		height: 550px;
	}
	.page-hero-section{
		height: 550px;
	}
	.career-hero-section{
		height: 470px;
	}
	
} 

@media (max-width:775px){
.blog-page-title {
    font-size: 26px !important;
    margin-top: 4rem !important;
}
}

@media (min-width:776px) and (max-width:1023px){
	.c-rev-slider rs-module h1.rs-layer {
		line-height: 55px !important;
	}
	.blog-page-title {
		font-size: 36px !important;
		margin-top: 3rem !important;
	}
	}

@media (min-width:1024px) and (max-width:1800px){
.c-rev-slider rs-module h1.rs-layer {
	line-height: 90px !important;
}
}

@media (min-width:1201px) and (max-width:1300px){
	.careers-btns{
		display: grid !important;
		gap: 10px;
		grid-template-columns: repeat(8, 1fr);
		grid-template-areas: 
		"btn1 btn1 btn2 btn2 btn3 btn3 btn4 btn4"
		"btn5 btn5 btn5 btn5 btn6 btn6 btn6 btn6";
	}
	
} 

@media (min-width: 1024px) and (max-width: 1520px){
	input[type="date"] {
		background-position: right 13px center;
		background-size: 10px;
	}
}

@media (min-width:1619px) and (max-width:1707px){
	.careers-btns{
		/* gap: 10px; */
		/* grid-template-columns: 1fr 1fr 1fr 1fr 1px  1fr 1fr; */
		grid-template-areas:
			"btn1 btn2 btn3 btn4 middle-line btn5 btn6";
		display: grid !important;
		gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		/* grid-template-areas:
			"btn1 btn2 btn3 btn4"
			"btn5 btn5 btn6 btn6"; */
	}

}

@media (min-width:1519px) and (max-width:1707px){
	

	.form-heading h4 {
		font-size: 32px !important;
	}
 

	
}

@media (min-width:1707px){

	.form-heading h4 {
		font-size: 36px !important;
	}
 

	.careers-btns{
		gap: 20px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1px  1fr 1fr;
		grid-template-areas:
			"btn1 btn2 btn3 btn4 middle-line btn5 btn6";
		display: grid !important;
		gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		/* grid-template-areas:
			"btn1 btn2 btn3 btn4"
			"btn5 btn5 btn6 btn6"; */
	}
}

@media (min-width:1500px) {
	.location-map-column1 ul li {
		font-size: 18.304px !important;
	}

}


@media (max-width:1024px){
	.active-fleet-img {
		height: auto !important;
	}
	.fleet-content-desc .popup-container {
		width: 90%;
	}
	
	.charter-buttons .popup-container {
		width: 90%;
	}
	.location-main-column2 {
		padding-left: 0;
	}
}

@media (min-width:1300px){
	#careers-jobs{
		width: 100%;
	}
	
	--margin-left:calc((100vw - 1360px)/2);
	
} 

@media (min-width:1360px){

	--margin-left:calc((100vw - 1360px)/2);
	
} 

/* Career Page Design Ends */



/*=============================
Charter Category Page Level 2 Start
==============================*/


/*=============================
Charter Category Page Level 2 End
==============================*/

@media screen and (min-width: 2000px) {
	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 28rem !important;	
	}
}

@media screen and (min-width: 1800px) and (max-width:2000px) {
	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 20rem !important;	
	}
}


@media screen and (min-width: 1800px) and (max-width: 1999px) {
	h1 {
		font-size: 4.5rem !important;
		font-weight: 900 !important;
	}
	
	.h1-custom{
		font-size: 4.5rem !important;
		font-weight: 900 !important;
	}

	.custom-title {
		font-size: 4.5rem !important;
		font-weight: 900 !important;
	}
 	.custom-row {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.scheduled-maintenance-row {
		padding-top: 16rem !important;
		padding-bottom: 8rem !important;
	}
	.charter-custom-row{	
		padding-top: 8rem !important;	
		padding-bottom: 8rem !important;	
	}

	.cat-hero-title {
    margin-bottom: 5px;
	}

	.custom-heading h2 {
		width: 100%;
	}

	/*.vip-section {
		padding-left: 48vw !important;
	}*/
	/*.priority-section {
		margin-top: 15vh!important;
	}*/
	/*.c-rev-slider #rev_slider_1_1 {
		height: 1100px !important;
		max-height: 1100px !important;
	}/*
	.c-rev-slider  #slider-1-slide-1-layer-2 {
        line-height: 115px !important;
    }
    
    .c-rev-slider  #slider-1-slide-1-layer-1 {
        line-height: 115px !important;
    }*/

} 


@media screen and (min-width: 1600px) and (max-width: 1799px) {
	.custom-row {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.scheduled-maintenance-row{
		padding-top: 14rem !important;
		padding-bottom: 8rem !important;
	}
	.charter-custom-row{	
		padding-top: 14rem !important;
		padding-bottom: 6rem !important;	
	}

	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 18rem !important;	
		
	}

	.custom-heading h2 {
		width: 100%;
	}
	/*.vip-section {
		padding-left: 48vw !important;
	}*/
	/*.priority-section {
		margin-top: 15vh !important;
	}*/
	/*.c-rev-slider #rev_slider_1_1 {
		height: 1100px !important;
		max-height: 1100px !important;
	}/*
	.c-rev-slider  #slider-1-slide-1-layer-2 {
        line-height: 100px !important;
    }
    
    .c-rev-slider  #slider-1-slide-1-layer-1 {
        line-height: 100px !important;
    }*/
	/*.sales-column {
		margin-right: 9rem !important;
	}

	.charter-column {
		margin-left: 7rem !important;
	}*/

	/*.maintenance-column {
		margin-right: 9rem !important;
	}*/

	/*.management-column {
		margin-left: 7rem !important;
	}*/
	.form-heading p{	
		font-size: 3rem !important;	
	}
	.post-hero-section {
		height: 760px;
	}
	.page-hero-section{
		height: 760px;
	}
	.career-hero-section{
		height: 680px;
	}
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
	h2 {
    	line-height: 3.75rem !important;
	}
	h3 {
		font-size: 3rem !important;
	}
	/*.priority-section {
		margin-top: -7vh!important;
		padding-top: 5em !important;
		margin-right: -6rem !important;
	}*/

	.insight-grid .eg-insight-element-23 {
		/*margin: 165px 20px 0px 20px !important;*/
    	font-size: 16px;
	}
	.custom-row {
    	padding-top: 5rem !important;
    	padding-bottom: 5rem !important;
	}
	.scheduled-maintenance-row{
		padding-top: 12rem !important;
    	padding-bottom: 5rem !important;
	}
	.charter-custom-row{	
		padding-top: 12rem !important;	
    	padding-bottom: 6rem !important;	
	}

	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 18rem !important;			
	}


	.custom-heading {
		width: 90% !important;
	}
	/*.c-rev-slider  #slider-1-slide-1-layer-2 {
        line-height: 90px !important;
    }
    
    .c-rev-slider  #slider-1-slide-1-layer-1 {
        line-height: 90px !important;
    }*/

	.form-heading p{	
		font-size: 3rem !important;	
	}
	.post-hero-section {
		height: 730px;
	}
	.page-hero-section{
		height: 730px;
	}
	.career-hero-section{
		height: 730px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
	/*.priority-section {
		margin-top: -7vh!important;
		margin-right: -5rem !important;
	}*/


	h2 {
		font-size: 3.2rem !important;
	}
	h3 {
		font-size: 2.2rem !important;
	}
	.insight-grid .eg-insight-element-23 {
		font-size: 16px;
	}
	/*.c-rev-slider  #slider-1-slide-1-layer-2 {
        line-height: 85px !important;
		top: -2rem;
    }
    
    .c-rev-slider  #slider-1-slide-1-layer-1 {
        line-height: 85px !important;
    }*/
	.footer-col-2 {
		padding-left: 5rem !important;
	}
	.custom-row {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.scheduled-maintenance-row{
		padding-top: 12rem !important;
    	padding-bottom: 5rem !important;
	}
	.charter-custom-row{	
		padding-top: 5rem !important;	
		padding-bottom: 5rem !important;	
	}

	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 16rem !important;	
		
	}

	.maintenance-column {
		padding-left: 7rem !important;
		/*margin-right: 5em !important;*/
	}
	.sales-column{
		padding-left: 7rem !important;
		margin-right: 5em !important;
	}
	.charter-column {
		margin-left: 3rem !important;
	}
	.management-column {
    margin-left: 3rem !important;
	}
	.post-hero-section {
		height: 730px;
	}
	.page-hero-section{
		height: 730px;
	}
	.career-hero-section{
		height: 650px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	h2 {
		font-size: 3rem !important;
	}
	h3 {
		font-size: 2rem !important;
	}
	.vip-section {
		padding-top: 64vh !important;
        /*padding-left: 46vw !important;*/
	}
    /*.c-rev-slider h1 {
        font-size: 5.5rem !important;
        font-weight: 900 !important;

        margin-left: 5rem !important;
        line-height: 90px !important;
    }*/

   /*.c-rev-slider #rev_slider_1_1 {
		height: 900px !important;
		max-height: 900px !important;
	}/*
    .c-rev-slider  #slider-1-slide-1-layer-2 {
        top: -2rem;
    }
    
    .c-rev-slider  #slider-1-slide-1-layer-1 {
        top: 1rem;
    }*/
    .priority-section {
        padding-top: 5em !important;
        height: 52.5rem !important;
    }
	
    .counter-cell {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .custom-row {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
	.scheduled-maintenance-row{
		padding-top: 12rem !important;
    	padding-bottom: 5rem !important;
	}
	.charter-custom-row{	
		padding-top: 8rem !important;	
		padding-bottom: 6rem !important;	
	}

	.custom-row-career{
		padding-top: 6rem !important;	
		padding-bottom: 9rem !important;	
		
	}

    .insight-grid .eg-insight-element-23 {
		/*margin: 115px 20px 0px 20px !important;*/
		font-size: 16px;
	}
    .insight-grid .eg-insight-element-15{
        line-height: 25px;
    }
    .footer-col-2 {
        padding-left: 2rem !important;
    }
    
    .footer-col-1 {
        padding-right: 2rem !important;
    }

	.charter-enquiry-from br,
	.charter-enquiry-from p{
    	display:none !important;
	}

	.wpcf7-date-placeholder1:before, .wpcf7-date-placeholder2:before {
		font-size: 14px !important;
	}
	.post-hero-section {
		height: 730px;
	}
	.page-hero-section{
		height: 730px;
	}
	.career-hero-section{
		height: 730px;
	}

}

@media screen and (min-width: 1024px){
	#open-form2-sub .wpcf7-not-valid-tip {
		position: relative !important;
		top: -15px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
	#open-form2-sub .wpcf7-not-valid-tip {
		top: -5px !important;
	}
}

@media screen and (min-width: 660px) and (max-width: 1200px) {
	.aircraft-sale-section .highlights-container {
		grid-template-columns: 1fr 1fr !important;
	}
}


@media screen and (max-width: 766px){
	#open-form2-sub .wpcf7-not-valid-tip {
		top: -10px !important;
	}
	.charter-enquiry-from .wpcf7-not-valid-tip {
		position: relative;
		top: -9px;
	}
}

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

	#careers-jobs .job-output div{
		font-size:1.2rem !important;
	}
	
}

@media screen and (min-width: 1420px){
    #careers-jobs{
		width: 100%;
		overflow-x: hidden;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .aircraft-nav {
        margin-left: 8rem !important;
    }

	.custom-row-career{
		padding-top: 4rem !important;	
		padding-bottom: 6rem !important;	
		
	}


}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 3rem !important;
	}
	h3 {
		font-size: 2rem !important;
	}

	.custom-row-career{
		padding-top: 4rem !important;	
		padding-bottom: 6rem !important;	
		
	}

}

@media screen and (min-width: 460px) and (max-width: 762px) {
	#charter_level3_parent_filter_cat, #charter_level3_parent_filter_cat_sub {
		min-width: auto;
		max-width: inherit;
		width: 100%;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	h2 {	
		font-size: 2rem !important;	
		font-weight: 900 !important;	
	}
	h3 {
		font-size: 1.5rem !important;
	}
	.insight-grid .eg-insight-element-23 {
		/*margin: 320px 20px 0px 20px !important;*/
		font-size: 16px;
	}
	
	.charter-enquiry-from select:not(#passenger2) {	
		margin-bottom: 4px !important;	
	}	
		
	.charter-enquiry-from input {	
		margin-bottom: 4px !important;	
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	h1 {
		font-size: 3rem !important;
		font-weight: 900 !important;
	}
	
	.h1-custom{
		font-size: 3rem !important;
		font-weight: 900 !important;
	}
	
	h2 {
		font-size: 2rem !important;
		font-weight: 900 !important;
	}
	h3 {
		font-size: 1.5rem !important;
	}
	.charter-enquiry-from {	
		display: block;	
	}	
	.charter-enquiry-from select:not(#passenger2) {	
		margin-bottom: 10px !important;	
	}	
		
	.charter-enquiry-from input {	
		margin-bottom: 10px !important;	
	}
	section.location-section {
		margin-top: 0vw;
		margin-bottom: 40px;
	}
}


@media (max-width: 459px){
	.insight-grid .esg-bottom span {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.insight-grid .esg-bc.eec>div {
		font-size: 14px;
	}
	.fleet-filter-btn-group {
		display: grid;
	}
	
	#charter_level3_parent_filter_cat, #charter_level3_parent_filter_cat_sub {
		width: 85%;
		min-width: auto;
	}

	.charter-enquiry-from .popup-container, .charter-hero-iframe .popup-container{
		padding: 2rem 1rem !important;
	}
}

@media (max-width: 590px){
	.contact-buttons .loc-btn{
		margin-top: 15px;
	}
	
}
@media (max-width: 1220px) {
.esg-filterbutton {
    margin-bottom: 20px !important;
}
}

@media screen and (min-width: 480px) and (max-width: 1365px) {
	.careers-btns{
		grid-template-columns: 1fr 1fr;
    	grid-template-areas:
					"btn1 btn2"
					"btn3 btn4"
					"btn5 btn5"
					" btn6 btn6" !important; 
					padding-top: 20px !important;
					
	}
}

@media screen and (min-width: 480px) and (max-width: 1200px) {
	.custom-nav  .x-toggle-burger {
		font-size: 25% !important; 
	}
	.custom-nav .x-toggle-burger-bun-t, .x-toggle-burger-patty, .x-toggle-burger-bun-b {
		height: 2px !important;
	}
	
	.custom-nav .x-anchor-content {
		border-radius: 0 !important;
		margin-top: -6px !important;
    	margin-right: 8px !important;
	}
	.custom-nav .x-toggle-burger{https://www.skyservice.com/cornerstone/launch
		margin-right: 5rem !important;
	}
				
}
@media (max-width: 1200px){
	.current-menu-item a span.x-anchor-text-primary::after{
		border-bottom: 2px solid #f04e2300 !important;
	}
}

@media screen and (min-width: 300px) and (max-width: 470px) {
	.custom-nav .x-graphic {
		margin-top: 0px !important;
	}
}

@media only screen and (max-device-width: 700px) {
	.s-jobs-filter-select-wrapper {
		width: 100%;
	}
	
	select#s-jobs-filter-type {
		width: 100%;
		min-width: auto !important;
		max-width: inherit !important;
	}
	
	select#s-jobs-filter-location {
		min-width: auto !important;
		max-width: inherit !important;
		width: 100%;
	}
	
	button#s-jobs-filter-clear-filters {
		width: 100%;
		min-width: auto !important;
		max-width: inherit !important;
	}
	.position-btn-block{
		width: 100%;
	}
}

@media only screen and (max-device-width: 390px) {
	.charter-enquiry-from {	
		display: block;	
	}	
	.charter-enquiry-from select:not(#passenger2) {	
		margin-bottom: 10px !important;	
	}	
		
	.charter-enquiry-from input {	
		margin-bottom: 10px !important;	
	}
}

@media (max-width: 580px) {
	.quantum-search-form {
		display: inline-grid;
	}
}
@media screen and (min-width: 341px) and (max-width: 360px) {
	.accordion-icon {
		position: relative;
		left: -2rem;
	}
}

@media (max-width: 340px) {
	.accordion-icon {
		position: relative;
		left: -3.5rem;
	}
}

@media (min-width: 575px){
    .signup-for-alerts-btn {
    margin-left: auto;
}
}

@media (max-width: 530px) {
.esg-filterbutton {
    width: 100% !important;
}
}

@media (min-width: 1024px){
	.management-column{
    min-height: 500px;
    justify-content: center !important;
}
	
	
.section-team-executes .executive-team-content .popup-container {
	height: auto !important;
}
.maintenance-column {
    min-height: 500px;
    justify-content: center !important;
}

.charter-column {
    min-height: 500px;
    justify-content: center !important;
}

.sales-column {
    min-height: 500px;
    justify-content: center !important;
}

}


.section-team-executes .custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; /* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
  }
  
  
  
  
  .section-team-executes .model-open {
	z-index: 99999;
	opacity: 1;
	overflow: scroll;
  }
 .section-team-executes .custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	margin: 30px auto;
	max-width: 97%;
  }
 .section-team-executes  .custom-model-wrap {
	display: block;
	width: 100%;
  
	position: relative;
	background-color: #fff;
	/* border: 1px solid #999; */
	/* border: 1px solid rgba(0,0,0,0.2); */
	/*border-radius: 6px;*/
	/* -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%); */
	/* box-shadow: 0 3px 9px rgb(0 0 0 / 50%); */
	/* background-clip: padding-box; */
	outline: 0;
	text-align: left;
	padding: 7rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
  }
  .section-team-executes .model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
	width: 90%;
  }
  .section-team-executes .model-open .bg-overlay {
	z-index: 99;
  }
  .section-team-executes .bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
  }
  .section-team-executes .close-btn {
	position: absolute;
	right: 30px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	font-size: 7rem;
	color: #f05123;
  }
  
  @media screen and (max-width:1024px){
	  .section-team-executes .custom-model-wrap {
	  padding: 2rem;
	  }
	  
  }
  
  @media screen and (min-width:800px){
	  .section-team-executes .custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	  }
	
  
  }
  @media screen and (max-width:799px){
	.section-team-executes .custom-model-inner{margin-top: 45px;}
	
	.section-team-executes .close-btn {
	  right: 0px;
	  top: -25px;
	  font-size: 5rem;
	}
  
  }
  
  @media (min-width:768px){
	.section-team-executes .executive-team-content .popup-container {
	  width: 76% !important;
  }
  
  }
  
  @media (max-width:767px){
  .section-team-executes .executive-team-content .popup-container {
	  width: 96% !important;
  }
  }
  
  .section-team-executes .pop-up-content-wrap {
	  text-align: initial;
  }
h2.post-hero-title.location-hero-title{
	margin-bottom:30px;
}
.location-client-gallery img{
	max-height:150px;
}

/* Test Page Btn css */
.info.charter-btn.hs-cta-trigger-button {
	border:none;
}


.fleet-section{
	padding-bottom:7em;
}


































