/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("./assets/font/Gotham-Black.woff") format("woff"),
    url("./assets/font/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("./assets/font/Gotham-Bold.woff") format("woff"),
    url("./assets/font/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("./assets/font/Gotham-Book-2.woff") format("woff"),
    url("./assets/font/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("./assets/font/Gotham-Medium.woff") format("woff"),
    url("./assets/font/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("./assets/font/Gotham-Light.woff") format("woff"),
    url("./assets/font/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html body,
html body *{
  font-family: "Gotham" !important;
}
.fl-icon-group {
  font-family: "Font Awesome 5 Brands" !important;
}

.fl-icon-group i {
  font-family: "Font Awesome 5 Brands" !important;
}

.fl-icon-group i::before {
  font-family: "Font Awesome 5 Brands" !important;
}

h2.fl-module.fl-module-heading.fl-heading.fl-heading-text.fl-node-seqax0vk41p5 {}
.panorama_image {
  width: 100%;
}
.img-content-row {
  position: relative;
}

.img-content-row .center-brand-logo {
  position: absolute;
  width: 140px;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066b2;
  border-radius: 100%;
  padding-bottom: 8px;
  left: 50%;
}

.img-content-row .center-brand-logo img {
  width: 50%;
}

.about-person-row .about-image {
  position: relative;
}

.about-person-row .about-image-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  background-image: linear-gradient(0deg, #000000, #00000000);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-person-row .about-image-content h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat";
  color: #ffffff;
  margin: 0;
}

.about-person-row .about-image-content p {
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat";
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: 20px;
  border: 1px solid;
  font-size: 16px;
  font-family: "Montserrat";
  color: #000000;
}

table.alphajet-tax-table {
  width: 100%;
}

.benefit-service-list .fl-list {
  display: flex;
  flex-direction: column;
  position: relative;
}

.benefit-service-list .fl-list .fl-list-item {
  width: 50%;
  position: relative;
}

.benefit-service-list .fl-list .fl-list-item:nth-child(even) {
  margin-left: auto;
  display: flex;
  justify-content: end;
}

.benefit-service-list .fl-list-item-wrapper {
  max-width: 450px;
  background-color: #ffffff;
  position: relative;
  padding: 0 20px;
}

.benefit-service-list .fl-list-item-wrapper .fl-list-item-content-icon {
  display: none;
}

.benefit-service-list .fl-list .fl-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
}

.benefit-service-list .fl-list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #dddddd;
  left: 50%;
  transform: translateX(-50%);
}

.call-btn {
  background: linear-gradient(
    90deg,
    hsla(214, 35%, 34%, 1) 0%,
    hsla(207, 85%, 37%, 1) 100%
  ) !important;
  display: inline-flex;
  align-items: center;
  background: #385274;
  color: #fff !important;
  border-radius: 40px;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: auto;
  transition: 0.4s;
}

.call-btn .icon-circle {
  background: #fff;
  border: 4px solid #e4c47c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
  transition: 0.4s;
}

.call-btn .icon-circle i {
  font-size: 22px;
  color: #385274;
}

.call-btn .icon-circle::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border: 3px solid #e4c47c;
  border-radius: 50%;
  top: -12px;
  left: -12px;
}

.call-btn .call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  transition: 0.4s;
  align-items: center;
}

.call-btn .call-text span {
  color: #e4c47c;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat";
  display: flex;
  line-height: 1.3;
}

.call-btn .call-text strong {
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat";
}

.call-btn:hover {
  text-decoration: none;
}

.call-btn:hover .icon-circle {
  transform: translateX(161px);
}

.call-btn:hover .call-text {
  transform: translateX(-56px);
}

.slider_wrappers img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.alpha-name-stripe {
  background: linear-gradient(
    90deg,
    hsla(214, 35%, 34%, 1) 0%,
    hsla(207, 85%, 37%, 1) 100%
  ) !important;
}

.qoute-mark {
  border-width: 0px 0px 0px 3px;
  border-left: 3px solid #9fb3c3;
  padding: 0px 0px 0px 13px;
  font-family: "Montserrat";
  line-height: 1.7;
}

.qoute-mark strong {
  color: #3c3d3e;
}

.qoute-mark ~ div .fl-button {
  line-height: 1;
}

.pp-social-icons a {
  height: 28px !important;
  transition: all 0.3s;
}

.jet-card-item {
  overflow: hidden;
}

.jet-card-item:has(+ .jet-card-item) {
  margin-bottom: 60px;
}

.jet-card-item .img-box .fl-photo-content,
.jet-card-item .img-box .fl-photo-content * {
  height: 100%;
  object-fit: cover;
}
.pdfprnt-buttons a {
  padding: 10px 21px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Gotham";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 1px;
}

.pdfprnt-buttons a:hover {
  background-color: #ffffff;
  color: #000000;
}

body:has(.specsheet-section) header,
body:has(.specsheet-section) footer {
  display: none;
}

body:has(.specsheet-section) .fl-page {
  padding: 0 !important;
}

/* 01-01-2026 */
.recentview-items-wrap .page-title {
    text-align: center;
    color: #0066b2;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 500;
}

.recentview-items-wrap {
    padding: 50px 0;
}

.recentview-items-wrap .recentview-items {
    max-width: 1165px;
    margin-inline: auto;
    padding: 0 15px;
}

/* 07-01-2026 */
.hero-slider {
    position: relative;
}

.hero-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider .slick-prev {
    left: 30px;
}

.hero-slider .slick-next {
    right: 30px;
}

.hero-slider .slick-arrow::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform-origin: center;
    transform: rotate(-45deg);
}

.hero-slider .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
}
/* 01-01-2026 */

@media screen and (min-width: 1199px) {
  .jet-card-item {
    position: sticky;
    top: 130px;
  }
  .jet-card-item:last-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .jet-card-item {
    transform: unset !important;
  }
}
@media screen and (max-width: 991px) {
  .benefit-service-list .fl-list-item-wrapper {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .fl-menu-mobile-clone {
    position: fixed;
    z-index: 123;
    top: 107px;
    background-color: #000000ad;
    right: 0;
    left: 0;
    text-align: left;
    backdrop-filter: blur(21px) saturate(180%);
  }

  .fl-menu-mobile-clone .menu-item a {
    text-align: left;
    padding: 22px 20px;
  }

  .fl-menu-mobile-clone .menu-item {
  }

  .benefit-service-list .fl-list::before {
    left: 0;
  }

  .benefit-service-list .fl-list .fl-list-item {
    width: 100%;
  }

  .benefit-service-list .fl-list-item-wrapper {
    max-width: 90%;
    margin-left: auto;
  }

  .benefit-service-list .fl-list .fl-list-item::before {
    width: calc(100% - 60px);
  }

  .alphajet-tax-table-wrapper {
    max-width: 100%;
    overflow: auto;
  }
	.recentview-items-wrap .page-title {
		font-size:21px;
	}
}


/* 09-05-2025 */

.common_sections {
  padding: 70px 20px;
  margin-top: 80px;
}

.left_slidebar {
  width: 254px;
}

.left_slidebar ul {
  list-style: none;
  padding: 20px 0px;
  margin: 0;
  background-color: #f2f2f2;
}

.common_sections .d_flex {
  display: flex;
  flex-wrap: wrap;
}

.right_content {
  width: calc(100% - 254px);
  padding-left: 34px;
}

.right_content:has(.memhome) {
  width: calc(100% - 580px);
}

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

.common_sections h1 {
  font-size: 40px;
  color: #385274;
  font-weight: 700;
  text-transform: uppercase;
}

.member_img {
  margin: 30px 0 40px;
}

.member_img img {
  width: 100%;
}

.logbooks_cta {
  border: 2px dashed #38527480;
  padding: 35px 68px;
	background-color: #3852740d;
}

.logbooks_cta .d_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logbooks_cta .title h6 {
  font-size: 24px;
  color: #424242;
  font-weight: 400;
  line-height: 31px;
}

.logbooks_cta .title {
  width: 65%;
}

.cta_inner {
  width: 33%;
  text-align: right;
}

.cta_inner a {
  background: #385274;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 17px;
  display: inline-block;
  border: 1px solid #385274;
  transition: all 0.5s;
}

.bottom_text {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 33px;
}

.common_sections .yellow_btn {
  margin-top: 50px;
  text-align: center;
}

.common_sections .yellow_btn a {
  background: #e4c47c;
  border: 1px solid #e4c47c;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  padding: 11px 37px;
  letter-spacing: 2.4px;
  display: inline-block;
  transition: all 0.5s;
}

.common_sections .yellow_btn a:hover {
  background: #424242;
  color: #fff;
  border-color: #424242;
}

.cta_inner a:hover {
  background: 0 0;
  color: #385274 !important;
}

.left_slidebar ul li {
  font-size: 16px;
  font-weight: 700;
  border-left: 3px solid transparent;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.left_slidebar ul li a {
  padding: 12px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}

.left_slidebar ul li a img {
  margin-right: 8px;
}

.left_slidebar ul li.active,
.left_slidebar ul li:hover {
  background: #3852741a;
  border-left: 3px solid #385274;
}

.left_slidebar ul li.active a,
.left_slidebar ul li:hover a {
  color: #385274;
}

/* Page 2 */
.logbooks_blogs_title .d_flex {
  justify-content: space-between;
  align-items: center;
}

.logbooks_blogs_title .left_con {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #385274;
  text-transform: uppercase;
}

.logbooks_blogs_title .left_con h2 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}

.logbooks_blogs_title .left_con h2 a {
  text-decoration: none;
}

.logbooks_blogs_title .right_con {
  width: 48%;
}

logbooks_blog_wrapper {
  padding-top: 30px;
}

.logbooks_blogs_title .right_con {
  display: flex;
  align-items: center;
}

.logbooks_blogs_title .right_con .hamburger_menu {
  width: 100px;
  flex-shrink: 0;
}

.logbooks_blogs_title .right_con .hamburger_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.logbooks_blogs_title .right_con .hamburger_menu ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38527480;
}

.logbooks_blogs_title .right_con .hamburger_menu ul li a.active {
  background: #385274;
}

.logbooks_blogs_title .right_con .search_input {
  width: calc(100% - 100px);
  margin-right: 32px;
  background-color: #f3f3f3;
  position: relative;
}

.logbooks_blogs_title .right_con .search_input:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 8px;
  background-image: url(https://airmart.com/wp-content/uploads/2025/05/search-normal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 6px center;
  width: 22px;
  height: 14px;
}

.logbooks_blogs_title .right_con .search_input input {
  border: none;
  font-size: 16px;
  color: #000;
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px 20px 10px 40px;
}

.logbooks_blogs_title .right_con .search_input input::placeholder {
  color: #000;
}

/* Page 3 */
.logbooks_name_wrapper {
  padding-top: 30px;
}

.logbooks_title {
  width: 55%;
}

.logbooks_created_date {
  width: 26%;
}

.logbooks_file_size {
  width: 12%;
}

.logbooks_name_inner {
  border: 1px solid #e6e6e6;
}

.logbooks_name_repeater {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  padding: 16px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.logbooks_name_repeater:last-child {
  border-bottom: none;
}

/* Page 4 */
.page4 .logbooks_title {
  width: 50%;
}

.page4 .right_content {
  width: 100%;
  padding: 0;
}

.page4 .left_con h2 img {
  margin-right: 10px;
  max-width: 40px;
}

.logbooks_title img {
  margin-right: 8px;
  max-width: 24px;
}

.logbooks_action {
  width: 3%;
  text-align: center;
}

.logbooks_action img {
  max-width: 24px;
}

.logbooks_name_repeater .logbooks_action {
  width: 8%;
}

/*Page 5 */
.pdf_wrapper {
  padding-top: 55px;
}

.pdf_repeater {
  width: calc(33.33% - 30px);
  margin: 15px 15px;
  background: #f3f3f3;
}

.pdf_inner {
  margin: 0 -15px;
}

.pdf_repeater_inner {
  padding: 16px;
}

.pdf_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 315px;
}

.pdf_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.page5 .logbooks_title {
  width: 40px;
}

.page5 .logbooks_title img {
  max-width: 100%;
}

.pdf_inner_con {
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 24px;
}

.page5 .logbooks_title img {
  max-width: 100% !important;
  margin: 0;
}

.pdf_inner_con span {
  font-size: 12px;
  line-height: 20px;
}

.pdf_inner_con .logbooks_action {
  width: 24px;
}

.pdf_con .logbooks_action {
  width: 24px;
  display: flex;
  align-items: anchor-center;
}

.pdf_inner_con {
  width: calc(100% - 84px);
}

media (max-width: 1024px) {
  .common_sections {
    padding: 40px 20px;
  }

  .right_content {
    padding-left: 20px;
  }

  .common_sections h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .member_img {
    margin: 20px 0;
  }

  .logbooks_cta br {
    display: none;
  }

  .logbooks_cta {
    padding: 20px 30px;
  }

  .logbooks_cta .title h6 {
    font-size: 21px;
    line-height: 29px;
  }

  .bottom_text {
    margin-top: 20px;
  }

  .common_sections .yellow_btn {
    margin-top: 30px;
  }

  .logbooks_blogs_title .left_con h2 {
    font-size: 26px;
    line-height: 34px;
  }

  /*.blog_inner .blog_repeater { width:33.33% }*/
  .blog_inner.d_flex {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog_pagination {
    padding-top: 30px;
  }

  .right_content:has(.memhome) {
    width: calc(100% - 254px);
  }

  .main_wrapper_finalcountdown .single_aircraft_inner h6 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .left_slidebar{
    width: 100%;
    margin-bottom: 10%;
  }
  .logbooks_blogs_title .left_con {
    width: 100%;
  }

  .logbooks_blogs_title .right_con {
    width: 100%;
    margin-top: 20px;
  }

  .logbooks_name_repeater {
    padding: 10px 15px;
  }

  .logbooks_title {
    width: 40%;
  }

  .logbooks_file_size {
    width: 22%;
  }

  .page4 .logbooks_title {
    width: 38%;
  }

  .pdf_wrapper {
    padding-top: 30px;
  }

  .page4.page5 .logbooks_title {
    width: 30px;
  }

  .pdf_inner_con {
    width: calc(100% - 64px);
    font-size: 14px;
  }

  .blog_inner .blog_repeater {
    padding: 15px 10px;
  }

  .blog_inner {
    margin: 0 0px;
    align-items: start;
  }

  .pdf_repeater {
    width: calc(33.33% - 20px);
    margin: 15px 10px;
  }

  .main_wrapper_finalcountdown .aircraft_list_for_sale {
    grid-template-columns: repeat(2, 1fr);
  }

  .main_wrapper_finalcountdown .single_aircraft_inner img {
    height: 240px;
  }

  .right_content:has(.memhome) {
    width: 100%;
  }
  .common_sections .right_content{
    padding-left: 0px;
  }

  .common_sections h1 {
    font-size: 20px;
  }

  .single_aircraft_wrap.PENDING::before,
  .single_aircraft_wrap.SOLD::before,
  .single_aircraft_wrap.pending::before,
  .single_aircraft_wrap.sold::before {
    height: 241px !important;
  }

  .single_aircraft_wrap.PENDING::after,
  .single_aircraft_wrap.SOLD::after,
  .single_aircraft_wrap.pending::after,
  .single_aircraft_wrap.sold::after {
    bottom: 90px !important;
    padding: 15px 10px !important;
    font-size: 24px !important;
  }
}
}

@media (max-width: 767px) {
  .common_sections {
    padding: 30px 0;
  }

  .right_content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .logbooks_cta .title,
  .cta_inner {
    width: 100%;
    text-align: center;
  }

  .cta_inner {
    margin: 20px;
  }

  .logbooks_cta {
    padding: 20px 15px;
  }

  .left_slidebar{
    width: 100%;
  }

  .logbooks_blogs_title .left_con h2 {
    font-size: 22px;
  }

  .main_wrapper_finalcountdown .aircraft_list_for_sale {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px 0px;
  }

  .blog_inner.d_flex {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog_inner .blog_repeater .blog_img {
    max-height: 158px;
    height: 158px;
  }

}

@media (max-width: 600px) {

  /*.blog_inner .blog_repeater { width:50% }*/
  .logbooks_blog_wrapper {
    padding-top: 10px;
  }

  .pdf_repeater {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .main_wrapper_finalcountdown .aircraft_list_for_sale {
    display: flex;
    flex-direction: column;
  }

  .blog_inner .blog_repeater {
    width: 100%;
  }

  .pdf_repeater {
    margin: 15px 0;
    width: 100%;
  }

  .pdf_inner {
    margin: 0;
  }

  .logbooks_name_wrap {
    overflow-x: auto;
  }

  .logbooks_name_inner {
    display: flex;
    min-width: 500px;
    flex-wrap: wrap;
  }

  .logbooks_title {
    width: 170px;
  }

  .logbooks_created_date {
    width: 130px;
  }

  .logbooks_file_size {
    width: 100px;
  }

  .page4 .logbooks_title {
    width: 200px;
  }

  .logbooks_name_repeater .logbooks_action {
    width: 30px;
  }

  .logbooks_name_repeater {
    width: 100%;
  }
}


/* AUTH STYLE */
.login-row-block {
    font-family: Gotham, sans-serif;
}

.right-block .fl-module-html,
.left-block .fl-module-html {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000000;
}
.right-block .fl-module-html {
    font-weight: 400;
}

.right-block .fl-module-html .WishListMember_LoginMergeCode {
    margin-top: 59px;
}
.left-block .fl-module-html .wlm3-theme-styled-reg-form {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
}

ul.wlm3-theme-styled-reg-form-toggle {
    display: none !important;
}

.wlm3-form .wlm3-form-group label {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    font-family: 'Montserrat';
    font-weight: 500;
}

.login-row-block input[type=text], 
.login-row-block input[type=password], 
.login-row-block input[type=email], 
.login-row-block input[type=tel], 
.login-row-block input[type=date], 
.login-row-block input[type=month], 
.login-row-block input[type=week], 
.login-row-block input[type=time], 
.login-row-block input[type=number], 
.login-row-block input[type=search], 
.login-row-block input[type=url], 
.login-row-block textarea {
    padding: 9px 10px;
    line-height: normal;
    border: 1px solid #000;
    margin: 0 2px;
    max-width: 100%;
    color: #28303d;
    line-height: 1.5;
    border-radius: 0;
}

.login-row-block .wlm3-form-group select {
    height: 40px;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 9px 10px;
}
 
.login-row-block  input[type=button], 
.login-row-block  input[type=submit] {
    padding: 8px 40px 8px 40px;
    background-color: #28303d;
    font-size: 1.75rem;
    border-radius: 0;
    display: flex;
    margin: 0 auto;
    border: 2px solid #28303d !important;
	font-weight: 500;
}

.login-row-block  input[type=button]:hover, 
.login-row-block  input[type=submit]:hover {
    background-color: transparent;
    color: #28303d;
}


@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    input[type=checkbox]:after {
        content: "";
        opacity: 0;
        display: block;
        left: 5px;
        top: 2px;
        position: absolute;
        width: 7px;
        height: 13px;
        border: 3px solid #39414d;
        border-top: 0;
        border-left: 0;
        transform: rotate(30deg);
    }
     input[type=checkbox], input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 25px;
        height: 25px;
        border: 3px solid #39414d;
        background: #ffffff;
        vertical-align: bottom;
        outline: none !important;
    }
    input[type=checkbox]:checked:after {
        opacity: 1;
    }
	input[type=checkbox]:focus {
        outline-offset: 2px;
        outline: 2px dotted #39414d !important;
    }
}
.login-row-block button {
    padding: 6px 8px 6px 8px;
    background-color: #28303d;
    font-size: 1.95rem;
    border-radius: 0;
    display: flex;
    margin: 0 auto;
    border: 2px solid #28303d !important;
    display: inline-block;
}

.login-row-block button:hover {
    background-color: transparent;
    color: #28303d;
}

.common_sections .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px;
    width: 100%;
}
.logbooks_blogs_title h2 {
    margin-top: 0;
    font-family:  Gotham, sans-serif;
    line-height: 1;
    margin: 0 0 5px;
}

.logbooks_blogs_title .left_con p {
    font-family: Gotham, sans-serif;
}

.logbooks_name_inner .logbooks_name_repeater:first-child {
    background-color: #f3f3f3;
}

.left_slidebar ul li:not(.active) a {
    color: #3C3D3E;
}
body:has(section.common_sections) {
    background-color: #ffffff;
}
.common_sections h1 {
    margin: 0;
    font-family: Gotham, sans-serif;
    line-height: 1.125;
}
.logbooks_cta .title h6 {
    margin: 0;
    font-family: Gotham, sans-serif;
    line-height: 1.125;
}

.cta_inner a {
    font-family: Gotham, sans-serif;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bottom_text {
    font-family: Gotham, sans-serif;
}

.common_sections .yellow_btn a {
    font-family: Gotham, sans-serif;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.logbooks_name_inner {
    font-family: Gotham, sans-serif;
}

/* .alphajets-banner{
	height: 490px !important;
    object-fit: cover !important;;
} */
