.unique_air_banner_section {
    background: linear-gradient(90deg, #b60302, #b60302);
    padding: 12px 18px;
    overflow: hidden;
}
.unique_air_banner_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.unique_air_left_box {
    width: 190px;
   
    border-radius: 3px;
    
    text-align: center;
    
}
.unique_air_logo_shape {
    width: 70px;
    height: 48px;
    margin: 0 auto 8px;
    position: relative;
}
.unique_air_logo_shape:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 30px;
    border: 8px solid #1d62b8;
    border-bottom-width: 10px;
    left: 8px;
    top: 5px;
    transform: rotate(-45deg);
    border-radius: 8px;
}
.unique_air_logo_shape:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #d80000;
    border-radius: 50%;
    left: 29px;
    top: 18px;
}
.unique_air_left_box h4 {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: 800;
    line-height: 22px;
}
.unique_air_center_box {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}
.unique_air_center_box h1 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .5px;
}
.unique_air_center_box p {
    margin: 8px 0 0;
    color: #fdc900;
    font-size: 22px;
    font-weight: 700;
}
.unique_air_right_box {
    width: 130px;
    text-align: right;
}
.unique_air_shield {
    width: 95px;
    height: 112px;
    margin-left: auto;
    
    position: relative;
    
}
.unique_air_shield span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    top: 16px;
}
.unique_air_cross {
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
}
.unique_air_cross:before, .unique_air_cross:after {
    content: '';
    position: absolute;
    background: #ffffff;
}
.unique_air_cross:before {
    width: 8px;
    height: 30px;
    left: 11px;
}
.unique_air_cross:after {
    width: 30px;
    height: 8px;
    top: 11px;
}

@media(max-width:991px) {
.unique_air_left_box {
    width: 150px;
}
.unique_air_center_box h1 {
    font-size: 34px;
}
.unique_air_center_box p {
    font-size: 18px;
}
.unique_air_right_box {
    width: 95px;
}
}

@media(max-width:767px) {
.unique_air_banner_wrapper {
    display: block;
    text-align: center;
}
.unique_air_left_box {
    margin: 0 auto 15px;
}
.unique_air_center_box {
    padding: 0;
}
.unique_air_center_box h1 {
    font-size: 28px;
    line-height: 42px;
}
.unique_air_center_box p {
    font-size: 17px;
}
.unique_air_right_box {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.unique_air_shield {
    margin: auto;
}
}

/*---------------2nd section*/
.unique_info_card {
    max-width: 720px;
    margin: auto;
    background: #ffffff;
    border: 3px solid #b60302;
    border-radius: 18px;
    padding: 28px 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.unique_info_heading {
    font-size: 34px;
    font-weight: 800;
    color: #b60302;
    margin: 0 0 25px;
    line-height: 1.2;
}
.unique_info_table {
    width: 100%;
}
.unique_info_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.unique_info_icon {
    width: 32px;
    flex: 0 0 32px;
}
.unique_info_icon span {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: #1f8b4d;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
}
.unique_info_label {
    width: 180px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-left: 10px;
}
.unique_info_colon {
    width: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #b60302;
}
.unique_info_value {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 1.5;
}
.unique_info_footer {
    margin-top: 20px;
    height: 6px;
    width: 120px;
    background: #fdc900;
    border-radius: 50px;
}

@media(max-width:767px) {
.unique_info_card {
    padding: 20px;
}
.unique_info_heading {
    font-size: 26px;
}
.unique_info_row {
    display: block;
    position: relative;
    padding-left: 36px;
}
.unique_info_icon {
    position: absolute;
    left: 0;
    top: 2px;
}
.unique_info_label, .unique_info_colon, .unique_info_value {
    width: 100%;
    display: block;
    padding-left: 0;
    font-size: 18px;
}
.unique_info_colon {
    display: none;
}
.unique_info_label {
    color: #b60302;
    margin-bottom: 4px;
}
}

/*--------------------------Section 3*/
.diesel_manual_section {
    padding: 40px 0;
}
.diesel_manual_box {
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 28px;
    overflow: hidden;
    min-height: 640px;
}
.diesel_manual_title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}
.diesel_manual_green {
    background: #1f6d3b;
}
.diesel_manual_red {
    background: #a52121;
}
.diesel_manual_content {
    padding: 25px;
}
.diesel_manual_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.diesel_manual_icon {
    width: 58px;
    height: 58px;
    border: 2px solid #b60302;
    border-radius: 8px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b60302;
    font-size: 28px;
    font-weight: bold;
    background: #fffdf6;
}
.diesel_manual_text h4 {
    margin: 0 0 5px;
    color: #1f6d3b;
    font-size: 18px;
    font-weight: 700;
}
.diesel_manual_right .diesel_manual_text h4 {
    color: #7f1616;
}
.diesel_manual_text p {
    margin: 0;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width:991px) {
.diesel_manual_box {
    margin-bottom: 30px;
}
}
/*-------------------------*/
.unique_warning_section {
    padding: 20px 0;
}
.unique_warning_box {
    background: #fdc900;
    border: 2px solid #f2b100;
    border-radius: 8px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.unique_warning_icon {
    width: 70px;
    text-align: center;
    color: #333;
    font-size: 42px;
    flex-shrink: 0;
}
.unique_warning_content {
    padding-left: 10px;
    text-align: center;
    width: 100%;
}
.unique_warning_content h3 {
    margin: 0;
    color: #333;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
}
.unique_warning_content h3 span {
    color: #b60302;
}
.unique_warning_content p {
    margin: 5px 0 0;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

@media(max-width:991px) {
.unique_warning_content h3 {
    font-size: 24px;
}
.unique_warning_content p {
    font-size: 20px;
}
.unique_warning_icon {
    font-size: 36px;
}
}

@media(max-width:767px) {
.unique_warning_box {
    display: block;
    text-align: center;
    padding: 20px;
}
.unique_warning_icon {
    width: 100%;
    margin-bottom: 10px;
}
.unique_warning_content {
    padding-left: 0;
}
.unique_warning_content h3 {
    font-size: 20px;
}
.unique_warning_content p {
    font-size: 18px;
}
}

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

.kgeo_header_area {
    padding: 20px;
    background: #ffffff;
    border-radius: 22px;
    border: 2px solid #edd5b0;
    overflow: hidden;
    text-align: center;
    
}

.yello{
    color: #f9c019;
    background: #2e3b67;
    padding: 10px;
    margin-top: 10px;
}
.kgeo_company_title {
    margin: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #b60302;
    line-height: 1;
}
.kgeo_company_subtitle {
    margin: 8px 0 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #34345c;
}
.kgeo_company_subtitle2 {
    margin: 2px 0 0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #34345c;
}

/*---------------------------*/
/*=========================
COMMON BOX
=========================*/

.imk-safety-box, .imk-inspection-box, .imk-maintenance-box {
    background: #fff;
    border: 2px solid #2f3a67;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
/*=========================
HEADINGS
=========================*/

.imk-main-heading {
    background: #2f3a67;
    color: #fff!important;
    padding: 14px 20px;
    text-align: center;
}
.imk-main-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.imk-sub-heading {
    background: #2f3a67;
    color: #fff!important;
    padding: 12px;
    text-align: center;
}
.imk-sub-heading h3 {
    margin: 0;color: #fff;
    font-size: 25px;
    font-weight: 700;
}
/*=========================
BODY
=========================*/

.imk-box-body {
    padding: 22px;
}
/*=========================
SAFETY LIST
=========================*/

.imk-safety-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.imk-safety-list li {
    display: table;
    width: 100%;
    margin-bottom: 14px;
}
.imk-icon {
    display: table-cell;
    width: 48px;
    vertical-align: top;
}
.imk-icon i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    background: #fdc900;
    color: #b60302;
    font-size: 18px;
}
.imk-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    padding-left: 12px;
}
/*=========================
CHECK LIST
=========================*/

.imk-inspection-box {
    padding-bottom: 20px;
}
.imk-check-list {
    margin: 25px;
    padding-left: 18px;
}
.imk-check-list li {
    font-size: 19px;
    line-height: 36px;
}
.imk-gauge-image {
    padding: 20px;
}
.imk-gauge-image img {
    max-width: 180px;
    margin: auto;
}
/*=========================
TABLE
=========================*/
        
        /*====================================================
PART 4 : TABLE + ICON BOXES + FOOTER + RESPONSIVE
====================================================*/

/***********************
MAINTENANCE TABLE
************************/

.imkMaintenanceTable {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}
.imkMaintenanceTable thead tr {
    background: #b60302;
}
.imkMaintenanceTable thead th {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    border: 2px solid #fdc900 !important;
}
.imkMaintenanceTable tbody td {
    padding: 13px 15px;
    font-size: 17px;
    vertical-align: middle !important;
    border: 1px solid #dcdcdc !important;
    transition: .3s;
}
.imkMaintenanceTable tbody tr:nth-child(even) {
    background: #fffdf2;
}
.imkMaintenanceTable tbody tr:hover {
    background: #fff3b5;
}
.imkMaintenanceTable tbody td:first-child {
    width: 60px;
    text-align: center;
}
.imkMaintenanceTable tbody td:first-child i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fdc900;
    color: #b60302;
    border-radius: 50%;
    font-size: 18px;
}
/***********************
NOTE BOX
************************/

.imkNote {
    padding: 18px 20px;
    background: #fff8da;
    border-top: 2px solid #fdc900;
    font-size: 17px;
    line-height: 30px;
}
.imkNote strong {
    color: #b60302;
}
/***********************
BOTTOM SECTION
************************/

.imkBottomRow {
    margin: 25px 0;
}
.imkInfoBox {
    background: #ffffff;
    border: 2px solid #fdc900;
    border-radius: 18px;
    padding: 20px 10px;
    text-align: center;
    transition: .35s;
    min-height: 155px;
}
.imkInfoBox:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.imkCircle {
    width: 68px;
    height: 68px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #fdc900;
    line-height: 68px;
}
.imkCircle i {
    color: #b60302;
    font-size: 28px;
}
.imkInfoBox p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}
/***********************
WARNING BOX
************************/

.imkWarningBox {
    background: #b60302;
    color: #fff;
    border-radius: 18px;
    min-height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
}
/***********************
FOOTER
************************/

.imkFooter {
    margin-top: 20px;
    background: #b60302;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 15px;
}
/***********************
ANIMATION
************************/

.imkSafetyCard, .imkInspection, .imkMaintenanceCard {
    transition: .35s;
}
.imkSafetyCard:hover, .imkInspection:hover, .imkMaintenanceCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}


/***********************
RESPONSIVE
************************/

@media(max-width:1200px) {
.imkHeadingRed h2, .imkHeadingYellow h2 {
    font-size: 24px;
}
.imkGreenHeading h3 {
    font-size: 21px;
}
.imkText {
    font-size: 16px;
}
.imkMaintenanceTable thead th {
    font-size: 17px;
}
.imkMaintenanceTable tbody td {
    font-size: 15px;
}
}

@media(max-width:991px) {
.imkSafetyCard, .imkInspection, .imkMaintenanceCard {
    margin-bottom: 30px;
}
.imkBottomRow .col-xs-2 {
    width: 33.3333%;
    margin-bottom: 20px;
}
}

@media(max-width:767px) {
body {
    padding: 12px;
}
.imkHeadingRed h2, .imkHeadingYellow h2 {
    font-size: 20px;
}
.imkGreenHeading h3 {
    font-size: 18px;
}
.imkText {
    font-size: 15px;
    line-height: 25px;
}
.imkMaintenanceTable thead th {
    font-size: 14px;
}
.imkMaintenanceTable tbody td {
    font-size: 13px;
    padding: 10px;
}
.imkBottomRow .col-xs-2 {
    width: 50%;
}
.imkFooter {
    font-size: 17px;
}
}

@media(max-width:480px) {
.imkBottomRow .col-xs-2 {
    width: 100%;
}
.imkInfoBox, .imkWarningBox {
    min-height: auto;
}
.imkFooter {
    font-size: 15px;
    line-height: 24px;
}
}
.imk-maintenance-table {
    margin: 0;
}
.imk-maintenance-table thead tr {
    background: #fdc900;
}
.imk-maintenance-table thead th {
    color: #222;
    text-align: center;
    font-size: 20px;
    border: 1px solid #b60302 !important;
}
.imk-maintenance-table tbody td {
    border: 1px solid #d9d9d9 !important;
    vertical-align: middle !important;
    font-size: 18px;
    padding: 12px;
}
.imk-maintenance-table tbody tr:hover {
    background: #fff9db;
}
.imk-maintenance-table td:first-child {
    text-align: center;
}
.imk-maintenance-table i {
    color: #b60302;
    font-size: 20px;
}
/*=========================
NOTE
=========================*/

.imk-note-box {
    padding: 18px;
    font-size: 18px;
    background: #fff8d7;
    border-top: 2px solid #fdc900;
}
.imk-note-box strong {
    color: #b60302;
}
/*=========================
BOTTOM ICONS
=========================*/

.imk-bottom-icons {
    padding: 20px;
}
.imk-icon-card {
    background: #fafafa;
    border: 2px solid #fdc900;
    border-radius: 12px;
    text-align: center;
    padding: 12px 6px;
    min-height: 120px;
    transition: .3s;
    margin-bottom: 10px;
}
.imk-icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,.10);
}
.imk-icon-card i {
    font-size: 30px;
    color: #b60302;
    margin-bottom: 12px;
}
.imk-icon-card p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.imk-warning-card {
    background: #b60302;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 18px 8px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px!important;
}
/*=========================
ROUNDED TABLE
=========================*/

.imk-maintenance-box .table-responsive {
    border: none;
}
.imk-maintenance-table {
    border-collapse: collapse;
}
/*=========================
UTILITY
=========================*/

.text-center {
    text-align: center;
}
.img-responsive {
    max-width: 100%;
}
/*=========================
HOVER
=========================*/

.imk-safety-box:hover, .imk-maintenance-box:hover, .imk-inspection-box:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1199px) {
.imk-main-heading h2 {
    font-size: 24px;
}
.imk-sub-heading h3 {
    font-size: 22px;
}
.imk-text {
    font-size: 16px;
    line-height: 26px;
}
.imk-maintenance-table thead th {
    font-size: 17px;
}
.imk-maintenance-table tbody td {
    font-size: 16px;
}
.imk-check-list li {
    font-size: 17px;
}
}

@media(max-width:991px) {
.imk-safety-box, .imk-maintenance-box, .imk-inspection-box {
    margin-bottom: 30px;
}
.imk-bottom-icons .col-xs-2 {
    width: 33.333%;
    margin-bottom: 15px;
}
}

@media(max-width:767px) {
body {
    padding: 10px;
}
.imk-main-heading h2 {
    font-size: 20px;
}
.imk-sub-heading h3 {
    font-size: 19px;
}
.imk-text {
    font-size: 15px;
    line-height: 24px;
}
.imk-check-list li {
    font-size: 15px;
    line-height: 28px;
}
.imk-maintenance-table thead th {
    font-size: 15px;
}
.imk-maintenance-table tbody td {
    font-size: 14px;
    padding: 10px;
}
.imk-bottom-icons .col-xs-2 {
    width: 50%;
}
}

@media(max-width:480px) {
.imk-bottom-icons .col-xs-2 {
    width: 100%;
}
.imk-icon-card, .imk-warning-card {
    min-height: auto;
}
.imk-main-heading {
    padding: 12px;
}
.imk-sub-heading {
    padding: 10px;
}
}