@font-face {
  font-family: "PTSerif";
  src: url("../fonts/PTSerifRegular.eot");
  src: url("../fonts/PTSerifRegular.eot") format("embedded-opentype"),
    url("../fonts/PTSerifRegular.woff2") format("woff2"),
    url("../fonts/PTSerifRegular.woff") format("woff"),
    url("../fonts/PTSerifRegular.ttf") format("truetype"),
    url("../fonts/PTSerifRegular.svg#PTSerifRegular") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "PTSerif";
  src: url("../fonts/PTSerifBold.eot");
  src: url("../fonts/PTSerifBold.eot") format("embedded-opentype"),
    url("../fonts/PTSerifBold.woff2") format("woff2"),
    url("../fonts/PTSerifBold.woff") format("woff"),
    url("../fonts/PTSerifBold.ttf") format("truetype"),
    url("../fonts/PTSerifBold.svg#PTSerifBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Athena";
  src: url("../fonts/AthenaRegular_PERSONALUSEONLY.eot");
  src: url("../fonts/AthenaRegular_PERSONALUSEONLY.eot")
      format("embedded-opentype"),
    url("../fonts/AthenaRegular_PERSONALUSEONLY.woff2") format("woff2"),
    url("../fonts/AthenaRegular_PERSONALUSEONLY.woff") format("woff"),
    url("../fonts/AthenaRegular_PERSONALUSEONLY.ttf") format("truetype"),
    url("../fonts/AthenaRegular_PERSONALUSEONLY.svg#AthenaRegular_PERSONALUSEONLY")
      format("svg");
}

@font-face {
  font-family: "Apercu";
  src: url("../fonts/ApercuBold.eot");
  src: url("../fonts/ApercuBold.eot") format("embedded-opentype"),
    url("../fonts/ApercuBold.woff2") format("woff2"),
    url("../fonts/ApercuBold.woff") format("woff"),
    url("../fonts/ApercuBold.ttf") format("truetype"),
    url("../fonts/ApercuBold.svg#ApercuBold") format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "HVDFontsBrandonText";
  src: url("../fonts/HVDFontsBrandonTextBold.eot");
  src: url("../fonts/HVDFontsBrandonTextBold.eot") format("embedded-opentype"),
    url("../fonts/HVDFontsBrandonTextBold.woff2") format("woff2"),
    url("../fonts/HVDFontsBrandonTextBold.woff") format("woff"),
    url("../fonts/HVDFontsBrandonTextBold.ttf") format("truetype"),
    url("../fonts/HVDFontsBrandonTextBold.svg#HVDFontsBrandonTextBold")
      format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "HVDFontsBrandonText";
  src: url("../fonts/HVDFontsBrandonTextRegular.eot");
  src: url("../fonts/HVDFontsBrandonTextRegular.eot")
      format("embedded-opentype"),
    url("../fonts/HVDFontsBrandonTextRegular.woff2") format("woff2"),
    url("../fonts/HVDFontsBrandonTextRegular.woff") format("woff"),
    url("../fonts/HVDFontsBrandonTextRegular.ttf") format("truetype"),
    url("../fonts/HVDFontsBrandonTextRegular.svg#HVDFontsBrandonTextRegular")
      format("svg");
}

@font-face {
  font-family: "SkModernistRegular";
  src: url("../fonts/SkModernistRegular.eot");
  src: url("../fonts/SkModernistRegular.eot") format("embedded-opentype"),
    url("../fonts/SkModernistRegular.woff2") format("woff2"),
    url("../fonts/SkModernistRegular.woff") format("woff"),
    url("../fonts/SkModernistRegular.ttf") format("truetype"),
    url("../fonts/SkModernistRegular.svg#SkModernistRegular") format("svg");
}

/* shyamilee start */
.boxcenter {
  text-align: center;
  margin-bottom: 0px;
}
.menubar {
  padding-top: 5px;
}
.sliderbox {
  border: 1px solid #9abc38;

  margin: 0px -10px;
  max-height: 160px;
  min-height: 160px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderbox img {
  max-width: 120px;
}

.sliderboxwapper h5 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0px 20px 0px;
  background: #002156;
  margin-bottom: 30px;
}

.boxcenter h6 {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
}

.slid-container {
  padding: 20px 70px;
}

.declaremargin p {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #000;
  padding-left: 20px;
}

.declaremargin p::before {
  position: absolute;
  content: "";
  background-color: #000;
  border-radius: 8px;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
}

.boxwidth img {
  min-width: 170px;
}

/* shyamilee end */

/* sharath */
.sidenav1 {
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: -513px;
  right: 0px;
  background-color: #97ba81;
  overflow-y: hidden;
  transition: 0.5s;
  padding: 0px 20px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.searchWrapper {
  border-bottom: 1px #fff solid;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 30px;
  font-weight: 300;
  outline: 0;
  padding: 10px 0px;
  width: 100%;
  line-height: 40px;
  background: #97ba81;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}

.sidenav1 .closebtn1 {
  position: absolute;
  top: 10px;
  right: 38px;
  font-size: 36px;
  cursor: pointer;
  z-index: 99;
}

.closeDiv11 {
  width: 100% !important;
  padding: 0 3%;
}

.serch-icon-btn {
  position: absolute;
  left: 35%;
  top: 80%;
  cursor: pointer;
}

.sticky .serch-icon-btn {
  position: absolute;
  left: 48%;
  top: 39%;
  cursor: pointer;
}

.heder-btn {
  position: absolute;
  top: 0;
  right: 135%;
}

.heder-btn .btn-primary {
  background: #000;
  border-color: #000;
  padding: 4px 30px;
  transition: 0.5s;
}

.heder-btn .btn-primary:hover {
  transition: 0.5s;
  color: #fff;
  background: #7c8421;
  border-color: #7c8421;
}

.phone-btn-box {
  display: none;
}

.arff-contant {
  padding: 0 7%;
}

.arff-text {
  padding-top: 20px;
}

.arff-contant p {
  font-weight: 500;
  font-size: 17px;
}

.arff-img {
  padding-bottom: 20px;
}

.staf-teco {
  background: #f4f7f6;
  border-radius: 49px;
  width: 757px;
  margin: auto;
}

.staf-teco h3 {
  background: linear-gradient(270deg, #a0c745 0%, #002156 100%) 0% 0%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 45px;
  border-top-right-radius: 49px;
  border-top-left-radius: 49px;
}

.staf-list li {
  padding-bottom: 20px;
  list-style: none;
  padding-left: 65px;
  position: relative;
}

.staf-list li::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 21px;
  left: 22px;
  background: url(../images/tick-update.png) no-repeat;
  background-position: center;
}

.staf-list {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.staf-teco-img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pets-contant {
  padding: 5% 7%;
  text-align: center;
}

.pets-contant h3 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}

.pets-contant p {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  padding-bottom: 30px;
}

.pets-btn {
  margin-bottom: 35px;
}

/* sharath-end */

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: "HVDFontsBrandonText";
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  color: #111;
}

::selection {
  background: #111;
  color: #fff;
}

::-moz-selection {
  background: #111;
  color: #fff;
}

::-webkit-selection {
  background: #111;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  color: #000000cc;
  font-size: 15px;
  font-family: Arial;
  margin: 0 0 15px 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "HVDFontsBrandonText";
  color: #151515;
}

input,
select,
button {
  outline: none !important;
}

html {
  scrollbar-color: #6b8d3b #fff;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #6b8d3b;
}

body::-moz-scrollbar {
  width: 8px;
}

body::-moz-scrollbar-track {
  background: #fff;
}

body::-moz-scrollbar-thumb {
  background: #6b8d3b;
}

body::-o-scrollbar {
  width: 8px;
}

body::-o-scrollbar-track {
  background: #fff;
}

body::-o-scrollbar-thumb {
  background: #6b8d3b;
}

body::-ms-scrollbar {
  width: 8px;
}

body::-ms-scrollbar-track {
  background: #fff;
}

body::-ms-scrollbar-thumb {
  background: #6b8d3b;
}

.hc-offcanvas-nav .nav-container {
  display: block !important;
  width: 435px !important;
  left: -168px !important;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
  transform: translate3d(-493px, 0, 0);
}

.wrapper2 {
  display: none;
}

.menuSocilal {
  bottom: 20px;
}

.closebtn1:before {
  display: none !important;
}

.closeDiv1 {
  width: 65%;
  position: relative;
  margin-top: -20px;
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 40px;
  right: 0;
  background: #eb3939;
  width: 60px;
  height: 60px;
  z-index: 999999;
}

.sticky .menu-link {
  top: 0;
  height: 60px;
}

.langLinkMain img {
  margin-top: -24px;
}

.callWrapperMain h3 {
  font-size: 14px;
  color: #0050be;
}

.callWrapperMain a {
  color: #222222;
  font-size: 14px;
  font-family: "Helvetica-Now-Text";
}

.callWrapperMain {
  position: relative;
  padding-left: 46px;
}

.callWrapperMainDiv {
  position: absolute;
  left: 0;
  top: 0px;
}

.headerRightmainAll ul {
  margin: 0;
  padding: 0;
}

.headerRightmainAll ul li {
  display: inline-block;
}

.headerRightmainAll ul li {
  padding-right: 30px;
}

.headerRightmainAll {
  float: right;
  padding-right: 20px;
  padding-top: 25px;
}

.loginImgmain {
  padding: 0px 10px 20px 8px;
  display: block;
  color: #2c2525;
  font-weight: 300;
  position: relative;
  bottom: 4px;
}

.loginImgmain img {
}

.tender th {
  background-color: #638447;
}

.vdobanner {
  height: 100vh;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.menusep {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.9s;
  padding: 0px 0 20px;
  z-index: 9999;
  background: transparent linear-gradient(90deg, #1f2435 0%, #244946 100%) 0% 0%
    no-repeat padding-box;
}

.navcontainer {
  padding: 0 60px;
}

@keyframes roundshape2 {
  0% {
    box-shadow: 0px 0px 1px 2px #8c9347;
  }

  50% {
    box-shadow: 0px 0px 1px 3px #8c9347;
  }

  100% {
    box-shadow: 0px 0px 1px 4px #8c9347;
  }
}

.sidenav h6 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 8px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "HVDFontsBrandonText";
}

.sidenav img {
  margin-bottom: 15px;
}

.menu-more {
  /* max-height: 0; */
  transition: 0.7s;
  transition: max-height 0.6s ease-out;
  animation: mymove 0.9s;
  display: none;
}

.nav-number {
  float: left;
  padding-left: 15px;
}

marquee {
  float: left;
  width: 60%;
  margin: 10px;
  font-family: Arial;
}

.submenu li a {
  padding: 4px 8px 4px 0px;
  font-size: 13px;
}

.sidenav a {
  padding: 2px 8px 5px 0px;
  text-decoration: none;
  font-size: 17px !important;
  color: #d0c9c9;
  display: block;
  transition: 0.3s;
  font-weight: 100;
}

.sidenav ul li {
  position: relative;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.menuFooternav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.menuFooternav ul {
  width: 100% !important;
}

.menuFooternav ul li a:hover {
  color: #fff !important;
}

.sidenav ul li::before {
  position: relative;
  content: " ";
  background: #6b8d3b;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 13px;
  left: 0;
  float: left;
  margin-right: 8px;
  margin-bottom: 23px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.socialMediaMain {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 30px;
}

.socialMediaMain ul {
  width: 100%;

  text-align: center;
}

.menu-contact-area {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}

.banner-slider.owl-carousel .owl-item img {
  height: 100vh;
}

.socialMediaMain ul li {
  display: inline-block;
  margin: 0 10px;
}

.socialMediaMain ul li a {
  font-size: 17px;
  color: #fff;
}

.nav-contact-number {
  float: left;
  width: 100%;
}

.nav-contact-number img {
  float: left;
}

.socialMediaMain ul li::before {
  display: none;
}

.nav-number .emergency {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.nav-number .number {
  color: #a0c047;
  font-size: 18px;
  font-weight: bold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px !important;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
}

.map-row {
  margin-top: 25px;
  border-top: 1px solid #ccc3;
  padding-top: 20px;
}

.submenu li {
}

.submenu li::before {
  display: none !important;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.sidenav-contact {
  float: left;
  width: 100%;
}

.sidenav span {
  color: #818181;
  float: left;
  width: 100%;
}

.sidenav span a {
  float: left;
}

.megasubmenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .megasubmenu {
    left: 100%;
    top: 0;
    min-height: 100%;
    min-width: 500px;
  }

  .dropdown-menu > li:hover .megasubmenu {
    display: block !important;
  }
}

/* ============ desktop view .end// ============ */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: fixed;
  left: 85px;
  right: 85px;
  z-index: 9999;
  top: 128px;
  border-radius: 0;
  border: none;
  padding: 44px;
}

.sticky .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 78px;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.megasubmenu {
  display: none;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  float: left;
  top: 0;
  right: 0;
  position: absolute;
  left: 297px;
  border-radius: 0;
  padding: 0;
  height: 100%;
  bottom: 45px;
  border-left: 1px solid #ccc;
}

.has-megasubmenu:hover .megasubmenu {
  display: block !important;
}

.navbar {
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 19px 39px;
  text-shadow: 3px 3px 6px #fff;
  font-family: "HVDFontsBrandonText";
}

.update-all {
  color: #fff;
  background: #000;
  padding: 3px 9px;
  border-radius: 35px;
  margin-top: 9px;
  float: left;
  font-size: 14px;
}

.update-all:hover {
  background: #9bbc39;
  color: #fff;
}

.banner-slider .owl-carousel .owl-item img {
  display: block;
  height: 100vh;
}

.update-all:hover {
}

.sticky .navbar-dark .navbar-nav .nav-link {
  color: #000;
  text-shadow: none;
}

.int-trminal p b {
  font-weight: bold;
  font-size: 17px;
}

.dropdown-item {
  color: #222222;
  font-weight: 300;
  font-size: 15px;
  width: max-content;
  transition: 0.2s;
}

.inrbtm-contact {
  font-weight: bold;
  position: relative;
  bottom: 54px;
  padding-left: 40px;
  left: 25px;
  text-align: left;
}

.int-trminal-2 {
  position: relative;
}

.inrbtm-contact-number {
  font-weight: bold;
  color: #9abc38;
  float: right;
  font-size: 25px;
  position: relative;
  bottom: 80px;
}

.dropdown-item:hover {
  color: #aebd37;
  border-left: 3px solid #aebd37;
  transition: 0.2s;
}

.dropdown-menu ul {
  border-left: 1px solid #ccc;
  height: 100%;
}

.megasubmenu ul {
  border-left: none;
}

.megasubmenu ul li {
  padding-bottom: 10px;
}

.megasubmenu h6 {
  margin-bottom: 25px;
  font-family: "Apercu";
}

.megasubmenu ul li a {
  color: #222222;
  font-weight: 300;
  font-size: 15px;
  transition: 0.2s;
  padding-left: 25px;
}

.megasubmenu h6 {
  padding-left: 25px;
}

.megasubmenu ul li a:hover {
  color: #aebd37;
  border-left: 3px solid #aebd37;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: none;
}

.nav-link:hover {
  color: #aebd37 !important;
}

.search {
  float: left;
  margin: 28px 15px;
}

header {
  height: 102px;
  transition: 0.8s;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: 0.8s;
  height: 91px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
}

.sticky .header-news {
  margin-top: -64px;
  transition: 0.8s;
}

.sticky .sticky-none {
  display: none;
}

.sticky-block {
  display: none;
}

.sticky .sticky-block {
  display: block;
}

.btnflight {
  float: left;
  width: 100%;
  background: #abb749;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 42px;
  margin-top: 30px;
  text-align: center;
}

.contact-number {
  width: 200px;
  float: right;
  background: #000;
  padding: 16px;
}

.contact-number span {
  color: #6a6a6a;
}

.contact-number a {
  color: #ffffff;
}

.navFrame {
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.logo {
  float: left;
}

.header-news {
  background: transparent linear-gradient(90deg, #1f2435 0%, #244946 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 60px 0 79px;
  position: relative;
  transition: 0.8s;
  background: #17737e;
}

.close-news {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 14px;
}

.header-news img {
  float: left;
  margin-top: 0px;
  right: 170px;
}

.updates-icon {
  width: 35px;
  margin-top: 7px !important;
}

.header-news span {
  color: #9abc38;
  font-size: 17px;
  float: left;
  padding: 6px 43px 8px 15px;
  position: relative;
}

.header-news span::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 25px;
  right: 0;
  top: 20px;
}

.header-news marquee {
  float: left;
  width: 76%;
  color: #f4f7f6;
  font-size: 14px;
  font-weight: 100;
  padding: 9px 15px;
}

/*--------------menu-------------*/
.main-menu ul li > ul {
}

.main-menu ul li > ul > li:first-child {
  border-radius: 10px 10px 0 0;
  /*border-top: 4px solid #d41a26;*/
}

.main-menu ul li > ul > li:last-child {
  border-radius: 0 0 10px 10px;
}

.main-menu,
.main-menu ul,
.main-menu ul li,
.main-menu ul li a,
.main-menu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-menu:after,
.main-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.main-menu #head-mobile {
  display: none;
}

.main-menu > ul > li {
  display: block;
  float: left;
}

.main-menu > ul > li > a {
  padding: 23px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #222222;
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  text-align: center;
  font-weight: 300;
}

.main-menu > ul > li > a:hover {
  color: #8ea731;
  transition: 0.4s;
}

.main-menu > ul > li:hover,
.main-menu ul li.active:hover,
.main-menu ul li.active,
.main-menu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.main-menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 2px;
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/menu-dropdown.png) no-repeat;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-menu > ul > li.has-sub:hover > a:before {
  background: url(../images/menu-dropdown.png) no-repeat;
}

.main-menu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 100;
}

.main-menu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #f6f6f6;
  transition: all 0.25s ease;
}

.main-menu ul ul li:hover {
  background: #e6e5e5;
  color: #000;
}

.main-menu li:hover > ul {
  left: auto;
}

.main-menu li:hover > ul > li {
  height: 50px;
}

.main-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}

.main-menu ul ul li a {
  /*border-bottom:1px solid rgba(150,150,150,0.15);*/
  padding: 17px 15px;
  width: 290px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  text-align: left;
  font-weight: 100;
}

.main-menu ul ul li:last-child > a,
.main-menu ul ul li.last-item > a {
  border-bottom: 0;
}

.main-menu ul ul li:hover > a,
.main-menu ul ul li a:hover {
  color: #000;
}

.main-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

.main-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

.main-menu ul ul li.has-sub:hover,
.main-menu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
  color: #fff;
}

.main-menu ul ul ul li.active a {
  border-left: 1px solid #333;
}

.main-menu > ul > li.has-sub > ul > li.active > a,
.main-menu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

.main-menu > ul > li:last-child:after {
  display: none;
}

.main-menu > ul > li.has-sub > a::before {
  position: absolute;
  top: 30px;
  right: 0px;
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/menu-dropdown.png) no-repeat;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-menu > ul > li > a > span {
  display: block;
  font-size: 11px;
  color: #d5a942;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 10px;
}

.headerLeftmainFloatMenu {
  padding: 8px 0;
  float: left;
  width: 100%;
}

.sticky .headerLeftmainFloatMenu {
  padding: 25px 0 0;
  float: left;
  width: auto;
  margin-left: 15px;
  transition: 0.7s;
}

.headerLeftmainFloat {
  float: left;
}

.aboutWrapperMain a span {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0050be url(../images/btn-icon1.png) center center no-repeat;
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.aboutWrapperMain a {
  position: relative;
  color: #111111;
  font-weight: bold;
  font-size: 17px;
  font-family: "Helvetica-Now-Text";
  padding-left: 34px;
  min-height: 27px;
  display: block;
  padding-top: 2px;
}

.banner {
  position: relative;
  float: left;
  width: 100%;
}

/*.banner img
{
    width:100%;
}*/
.banner-overlay {
  position: absolute;
  background: #00000059;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.mouse-down {
  position: absolute;
  bottom: 45px;
  right: 185px;
  z-index: 9;
  right: 46%;
}

.subscribe-input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  position: relative;
  margin-top: 42px;
}

.subscribe-input::after {
  position: absolute;
  content: "";
}

.sb-sec::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.sb-sec :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
}

.sb-sec ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 1;
}

.sb-sec:nth-child(3) {
  width: 30%;
}

.arrowSection {
  position: absolute;
  bottom: 150px;
  z-index: 10;
  right: 46%;
  cursor: pointer;
}

.arrowSection > .arrowContainer {
  position: relative;
  right: 0;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #9abc38;
  transition: opacity 0.3s;
}

.arrowSection > .arrowContainer {
  color: #9abc38;
}

.arrowSection .arrowContainer span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-left: 0.2rem solid #9abc38;
  border-bottom: 0.2rem solid #9abc38;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrowDown 1s infinite;
  -moz-animation: arrowDown 1s infinite;
  -ms-animation: arrowDown 1s infinite;
  -o-animation: arrowDown 1s infinite;
  animation: arrowDown 1s infinite;
  animation-delay: 0s;
  opacity: 0;
  box-sizing: border-box;
}

.arrowSection .arrowContainer span:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 1s;
}

.arrowSection .arrowContainer span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  top: 16px;
}

.arrowSection .arrowContainer span:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: 32px;
}

.arrowSection .arrowContainer span:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
  top: 48px;
}

@-webkit-keyframes arrowDown {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes arrowDown {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes arrowDown {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes arrowDown {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes arrowDown {
  from {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.banner-text {
  position: absolute;
  left: 0;
  top: 243px;
  z-index: 10;
  text-align: left;
  right: 0;
}

.banner img {
  width: 100%;
}

.banner-text h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  font-family: "Athena";
}

.more-btn {
}

.banner-text a {
  color: #fff;
  font-size: 18px;
  border: 1px solid;
  padding: 10px 25px;
  margin: 50px 0;
  float: left;
  font-weight: 300;
}

.arr-dep {
  position: absolute;
  left: 0;
  bottom: 31px;
  z-index: 10;
  right: 0;
}

.arr-dep input {
  width: 405px;
}

.arr-dep-wrapper {
  width: 400px;
}

.flight-search-wrapper {
  position: relative;
  width: 400px;
}

.departures {
  float: left;
  margin-right: 25px;
  margin: 0 15px;
}

.arrival {
  float: left;
}

.viewall {
  float: right;
}

.viewall span {
  font-size: 16px;
  color: #fff;
  float: left;
  margin: 0 10px 6px 0;
  text-shadow: 2px 2px black;
  cursor: pointer;
}

.viewall img {
  float: left;
  margin-top: 4px;
  width: 28px;
}

.departures span {
  font-size: 19px;
  color: #fff;
  float: left;
  margin: 0 6px 6px 0;
  text-shadow: 2px 2px black;
  cursor: pointer;
}

.t-active {
  border-bottom: 3px solid #aac246;
}

.departures img {
  float: left;
  margin-top: 4px;
  width: 28px;
}

.arrival img {
  float: left;
  margin-top: 5px;
  width: 28px;
}

.arrival span {
  font-size: 19px;
  color: #fff;
  float: left;
  margin: 0 6px 0 0;
  text-shadow: 2px 2px black;
  cursor: pointer;
}

.search-main {
  width: 20px;
  margin-top: 7px;
}

.flight-search {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.flight-search input {
  position: relative;
  border: none;
  background: #fff;
  width: 405px;
  padding: 12px 18px;
  color: #9fb069;
  font-weight: 300;
  font-size: 17px;
  border-radius: 32px;
  box-shadow: #9fb069 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    #9fb069 0px 1px 0px inset;
}

.flight-search input::placeholder {
  color: #9fb069;
  opacity: 1;
  /* Firefox */
}

.flight-search input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9fb069;
  opacity: 1;
}

.flight-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9fb069;
  opacity: 1;
}

img.flight-search-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
}

.flight-chart-header {
  color: #fff;
  padding-bottom: 15px;
}

.chart-arr-dep {
  position: absolute;
  left: 0;
  bottom: 31px;
  z-index: 10;
  right: 0;
}

.chart-arr-dep-wrapper {
  width: 450px;
  float: left;
}

.flight-search-form {
  float: left;
  width: 100%;
}

.chart-departures {
  float: left;
}

.chart-arrival {
  float: left;
}

.chart-departures span {
  font-size: 17px;
  color: #9abc38;
  float: left;
  margin: 10px 1px 0;
}

.chart-departures img {
  float: left;
}

.chart-arrival img {
  float: left;
}

.chart-arrival span {
  color: #fff;
  font-size: 17px;
  float: left;
  margin: 10px 1px 0;
}

.chart-flight-search {
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.chart-flight-search input {
  position: relative;
  border: none;
  background: #fff;
  width: 100%;
  padding: 10px 43px;
  color: #000000;
  font-weight: 300;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.chart-flight-search-icon {
  position: absolute;
  right: 20px;
  top: 11px;
}

.flight-date-wrapper {
  float: left;
  margin-left: 16px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 7px;
  margin-top: 14px;
}

.flight-date {
  background: none;
  border: none;
}

.flight-date::placeholder {
  display: none;
  position: relative;
  opacity: 0;
}

.flight-date::-webkit-input-placeholder {
  /* Edge */
  display: none;
  position: relative;
  opacity: 0;
}

.chart-flight-search-icon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.flight-date:-ms-input-placeholder {
  /* Internet Explorer */
  display: none;
  position: relative;
  opacity: 0;
}

.flight-date::-webkit-datetime-edit-year-field:not([aria-valuenow]),
.flight-date::-webkit-datetime-edit-month-field:not([aria-valuenow]),
.flight-date::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

.dwn-arrow {
  margin-left: 20px;
}

.flight-date::placeholder {
  display: none;
  position: relative;
  opacity: 0;
}

.calender-ic-txt {
  position: absolute;
  top: 5px;
  z-index: 99;
  left: 10px;
  right: 0;
}

.calender-ic-txt label {
  color: #000;
  margin-top: 5px;
  margin-left: 34px;
}

.calender-ic-txt img {
  width: 18px;
}

.flight-date {
  height: 43px;
  position: relative;
  z-index: 999;
}

.flight-search-form input {
  float: left;
  width: 100%;
}

.flight-search-form select {
  float: left;
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 12px 15px;
  margin-top: 6px;
  border-radius: 6px;
}

.flight-searchbox-erapper {
  margin: 50px 0;
}

.main-container {
  max-width: 1600px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.banner-bottom-sec-left {
  float: left;
  width: 100%;
}

.banner-bottom-sec {
  padding: 25px 0;
  position: relative;
}

.banner-bottom-sec-left img {
  float: left;
  margin-top: 5px;
}

.banner-bottom-sec-left span {
  float: left;
  font-size: 20px;
  font-weight: 100;
  color: #000;
  margin-left: 21px;
  margin-top: 6px;
}

.g-bg {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.bb-sec {
  text-align: center;
  float: left;
  width: 100%;
  transition: 0.5s;
  border-radius: 8px;
}

.ad-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  float: left;
  text-align: center;
}

.ad-1 {
  float: left;
  width: 38%;
}

.ad-1 span {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.ad-1 img {
  border-radius: 128px;
  position: relative;
  z-index: 10;
}

.ad-1::after {
  position: absolute;
  content: "";
  background: #f1cb46;
  height: 156px;
  width: 154px;
  bottom: -66px;
  left: 22px;
  border-radius: 50%;
  z-index: 1;
}

.ad-2::before {
  position: absolute;
  content: "";
  background: #7bb7b7;
  height: 201px;
  width: 170px;
  top: -83px;
  left: 18px;
  border-radius: 47%;
  z-index: 1;
}

.ad1-sec::after {
  background: #7bb7b7;
}

.ad2-sec::before {
  background: #f1cb46;
}

.Diversification-sec img {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 150px;
}

.Diversification-sec img:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: 0.5s;
}

.Diversification-sec {
  float: left;
  width: 100%;
  text-align: center;
}

.Diversification-sec span {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  color: #000;
}

.Diversification-sec-row {
  margin-top: -116px;
}

.ad-2 {
  float: left;
  position: relative;
  margin-top: 84px;
  width: 41%;
  margin-left: 40px;
}

.ad-2 img {
  border-radius: 128px;
  position: relative;
  z-index: 10;
}

.airport-details {
  position: relative;
}

.fac-left {
  position: relative;
  height: 100%;
  width: 100%;
}

.fac-left-content {
  position: absolute;
  top: 0;
  padding-left: 8%;
  max-width: 450px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.fac-left-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 21px;
  float: left;
}

.airport-details-content {
  float: left;
  width: 100%;
}

.ad-graphic {
  position: absolute;
  right: 0;
}

.diversification-left {
  float: left;
  width: 100%;
  max-width: 450px;
}

.know-cial {
  padding: 0;
  margin-top: -110px;
}

.know-cial-bg {
  background: #f3f3f3;
  position: relative;
}

.know-cial-sec {
  float: left;
  text-align: center;
  width: 28%;
  padding: 0 6px;
}

.know-cial-sec span {
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}

.m-45 {
  margin-top: 45px;
}

.w-38 {
  width: 38%;
}

.know-cial-sec-2 {
  margin-top: -140px;
}

.know-cial-btm {
  margin-top: -98px;
}

.cial-video {
  border-radius: 250px 0px 0 250px;
}

.subscribe {
  background: url(../images/subscribe-bg.png) no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 238px 0 61px;
  margin-top: -195px;
  z-index: 10;
  position: relative;
}

.subscribe-inner {
  background: url(../images/subscribe-bg-2.png) no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 238px 0 61px;
  z-index: 10;
  position: relative;
  margin-top: 0;
}

.subscribe span {
  color: #9bbc39;
  font-size: 40px;
}

.subscribe span::after {
  position: absolute;
  content: "+";
  top: 0;
  color: #9abc38;
  font-size: 40px;
  font-weight: bold;
  font-family: "PTSerif";
  margin-left: 10px;
}

.subscribe p {
  color: #fff;
}

.sb-sec {
  float: left;
  width: 16%;
  text-align: center;
}

.board-box {
  position: relative;
  padding-left: 50px;
  background: linear-gradient(
    90deg,
    rgba(209, 209, 209, 1) 0%,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 40px 0 0;
  border: 1px solid #d6d6d6;
  float: left;
  width: 100%;
}

.ch-card {
  display: flex;
  background: #003169;
  align-items: center;
  text-align: center;
}

.ch-card-left {
  text-align: center;
  width: 100%;
}

.ch-card-left span {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
}

.bord-box-w {
  border-bottom: 1px solid #ccc;
  padding: 0 100px 25px;
  width: 100%;
  display: flex;
}

.team-card {
  background: #f4f7f6;
  /*height:225px;  asp changes*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}

.team-card::before {
  position: absolute;
  content: "";
  background: #a0c745;
  height: 4px;
  width: 50%;
  left: 0;
  bottom: 0;
}

.team-card::after {
  position: absolute;
  content: "";
  background: #002156;
  height: 4px;
  width: 50%;
  right: 0;
  bottom: 0;
}

.team-card span {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 17px;
}
.director-box {
  text-align: center;
}
.board-team {
  padding: 50px 100px;
}

/* Sushin */
.arff--box {
  margin-top: 3%;
  padding-top: 0;
}
.arff-contents {
  padding: 40px;
  padding-top: 0;
}
.arff-contents h5 {
  color: #000;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  width: 500px;
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.arff-contents h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  background-color: #9abc38;
  height: 2px;
}
.rescu {
  padding-top: 30px;
}

.rescu ul li img {
  width: 35px;
  margin-right: 10px;
}
.rescu ul {
  margin-bottom: 0;
  margin-left: 0;
}
.rescu ul li {
  display: inline-block;
  padding: 0 11px;
  margin: 10px 0;
  border-right: 1px solid #d8d8d8;
}
.rescu ul li span {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}
.rescue-img {
  margin: 5% 0;
}
.rescue-para p {
  font-size: 15px;
  font-weight: 600;
}

/* Health Care */
.helpdesk--bx {
  padding: 40px 0;
}
.helpdesk--bx h5 {
  width: auto;
}
.help--left-content {
  padding-top: 50px;
}
.help--left-content span {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 15px;
  padding-top: 50px;
  display: block;
}
.help--left-content span img {
  margin-right: 20px;
  width: 20px;
}
.help--left-content span a {
  color: #000;
}

/* Vaccination */
.vaccination--bx {
  padding: 5% 0;
}
.vacci-bg--area {
  background-image: url("../images/vaccination--bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.vacci-paras {
  padding-top: 5%;
}
.vacci-paras p {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.vacci-paras p a {
  color: #000;
}
.vacci-det {
  padding: 10px;
  width: 100%;
  background: #002156;
  box-shadow: 0px 3px 6px #00000029;
}
.vacci-det p {
  color: #ffffffa9;
  margin-bottom: 0;
}
.vacci-det p a {
  color: #fff;
}

/* Cloak Room */
.cloak--contens {
  padding: 40px;
  padding-bottom: 300px;
}
.cloak-btntyp span {
  background-color: #000;
  padding: 5px 15px;
  border-radius: 31px;
  color: #fff;
  margin-bottom: 5%;
  display: inline-block;
}
.cloak--contens .vacci-paras {
  padding-top: 20px;
}
.cloak-table {
  padding: 30px 0;
}
.cloak-table h6 {
  background-color: #002156;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.cloak-table table {
  width: 100%;
}
.cloak-table table tr th,
.cloak-table table tr td {
  padding: 12px;
  text-align: center;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 15px;
}
.cloak-table table tr:nth-child(even) {
  background-color: #f4f7f6;
}
.table-right {
  height: 100%;
  background-color: #f4f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.table-right p {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}
.call--icons {
  margin-right: 15px;
  width: 18px;
}

/* Baggage */
.baggage--bx {
  background-color: #fff;
  border: 1px solid #fff;
  margin: -1px;
  padding-top: 40px;
}
.baggage-lft-contents {
  padding-top: 50px;
}
.baggage-lft-contents h5 {
  color: #000;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  font-size: 30px;
  position: relative;
}
.baggage-lft-contents h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  background-color: #9abc38;
  height: 2px;
}
.baggage-lft-contents p {
  font-size: 15px;
}
.tariff--bx {
  padding-top: 40px;
}
.tariff--bx h4 {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  font-size: 25px;
}
.tariff--bx span {
  background-color: #000;
  color: #fff;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 12px;
  margin-top: 20px;
}

/* Award */
.awrd--contents {
  position: relative;
  background-image: url("../images/vaccination--bg.png");
  background-repeat: no-repeat;
  background-size: unset;
  background-position: bottom;
}
.award-content-top-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
.awrd--contents h5 {
  width: auto;
}
.awrd--contents h6 {
  background-color: #f1f1f2;
  color: #000;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
.awrd--contents p {
  font-weight: 400;
  margin-bottom: 30px;
}
.our-value-bg {
  background: #f1f1f2 url("../images/values-bg.png") no-repeat padding-box;
  padding: 30px;
  border-radius: 16px;
}
.our-value-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.our-value-bg h4 {
  font-size: 19px;
  color: #000;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.our-value-bg h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40%;
  background-color: #9abc38;
  height: 2px;
}
.value--card-bx {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 158px;
  height: 450px;
  padding: 40px;
  margin: 30px 0;
}
.value--card-bx h6 {
  background-color: transparent;
  text-align: center;
  margin: 10px 0;
}
.value-card-img {
  display: block;
  margin: auto;
  margin-top: -70px;
  width: 100%;
}
.value--card-bx p {
  text-align: center;
}
.award-sec {
  padding-top: 50px;
}
.award-sec h5 {
  margin-bottom: 40px;
}
.award-sec p {
  margin-bottom: 0;
}
.award-bxss {
  padding: 40px;
}
.award-bxss .award-img {
  margin: auto;
  display: block;
  position: relative;
  bottom: -10px;
}
.award-desc {
  padding: 20px;
  padding-top: 30px;
  text-align: center;
  background: transparent linear-gradient(219deg, #a0c745 0%, #002156 100%) 0%
    0% no-repeat padding-box;
  height: 125px;
}
.award-desc p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

/* Medical Rooms */
.medical-contents {
  padding-top: 40px;
  padding-bottom: 280px;
  background-image: url("../images/medical-rooms-bg.png");
}
.medical-col-right-img {
  position: relative;
}
.hospital-path {
  position: absolute;
  width: 100%;
  left: 20px;
  bottom: -39px;
}
.domestic {
  padding-top: 50px;
}
.domestic h5 {
  margin-bottom: 50px;
  display: inline-block;
}
.team-bx span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.team-bx span:first-child {
  margin-top: 0;
}
.team-bx ul li {
  padding-left: 20px;
  margin-bottom: 14px;
  font-weight: 400;
  position: relative;
}
.team-bx ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #9abc38;
  border-radius: 50%;
}

/* Film */
.film-contents {
  padding: 0;
}
.film-top-contents {
  padding: 40px;
}
.ul-box-film {
  margin-right: 20%;
  background: #f4f7f6;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 20px;
  padding-bottom: 5px;
}
.ul-box-film span {
  font-size: 16px;
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
  border-right: 1px solid #c5c5c5;
}

/* Event */
.event-table table {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.event-table table tr td {
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}
.evnt-table-head {
  background-color: #003169;
  color: #fff;
}
.evnt-table-head th {
  padding: 10px;
}
.event-table table tr:nth-child(even) {
  background-color: #f5f7f6;
}

/* Tech Information */
.techinfo-contents{
  padding: 40px;
  background-size: auto;
}
.tech-ul{
  padding-bottom: 30px;
}
.tech-ul ul li{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}
.tech-ul ul li::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url('../images/tech-bullet-point.png');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  top: 6px;
  left: 0;
}
.techinfo-contents .ul-box-film{
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.techinfo-contents .ul-box-film span:last-child{
  border-right: none;
  margin-right: 0;
}
.techinfo-contents p{
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.event-table h6{
  text-align: center;
  font-weight: bold;
  background-color: #002156;
  padding: 10px;
  color: #fff;
}
.tech-table table{
  margin-top: 0;
}
.second-table-head-tech{
  text-align: right !important;
  margin-top: 30px;
  color: #000 !important;
  background: #F4F7F6 0% 0% !important;
box-shadow: 0px 3px 6px #00000029 !important;
padding-right: 20px !important;
}

.third-tr-tech{
  background-color: #002156;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  padding: 10px 50px;
  margin-top: 30px;
}
.third-tr-tech th{
  padding: 10px;
}
.last-table-tech{
  margin-bottom: 30px;
}
.tech-ul span{
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.tech-ul span img{
  width: 45px;
  margin-right: 20px;
}

/* Sushin */

@media (min-width: 991px) {
  .bb-sec:hover {
    background: #fff;
    padding: 2px 0;
    transition: 0.6s;
  }
}

.bb-sec img {
  margin: 0 auto;
}

.bb-sec span {
  width: 100%;
  float: left;
  font: normal 300 14px Apercu;
  padding: 7px 0 0;
  color: #000;
}

.banner-bottom-sec-right {
  padding-left: 25px;
}

section {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.about {
  position: relative;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.about-slider .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 30px;
  right: 33px;
}

.about-slider .owl-dots button {
  background: #fff;
  height: 1px;
  width: 12px;
  margin-right: 5px;
}

.about-slider .owl-dots button.active {
  background: #9abc38;
  height: 1px;
  width: 22px;
  margin-right: 5px;
}

.main-header span {
  font-size: 20px;
  color: #6a6a6a;
  float: left;
  width: 100%;
  font-weight: bold;
}

.main-header h1 {
  font-size: 35px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.main-header span {
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  color: #000;
}

.main-header h1 color {
  color: #9bbc39;
}

.more-btn {
  background: #000;
  color: #fff;
  padding: 10px 46px;
  float: left;
  border-radius: 30px;
  margin-top: 15px;
}

.more-btn:hover {
  transition: 0.5s;
  color: #fff;
  background: #7c8421;
}
.directorbtn {
  float: none !important;
  padding: 6px 15px !important;
  font-size: 11px;
}
.details-list {
  float: left;
  width: 100%;
  padding-left: 15px;
}

.sidenav .more-btn {
  background: none;
  padding: 0;
  float: left;
  border-radius: 30px;
  color: #9ab846 !important;
  width: 100%;
  float: left;
  margin-top: 0px;
  cursor: pointer;
}

@keyframes mymove {
  from {
    margin-top: 100px;
  }

  to {
    margin-top: 0px;
  }
}

.sidenav .more-btn:hover {
  background: none;
}

.details-list ul li {
  float: left;
  position: relative;
  width: 50%;
  margin: 8px 0px;
  padding-left: 27px;
  font-size: 15px;
  font-weight: bold;
}

.details-list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow.png) no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0px;
}

.details-list ul {
  float: left;
  margin-top: 30px;
}

.details-list ul li a {
  color: #000;
}

.detail-sec {
  float: left;
  width: 50%;
  padding: 0 15px;
  text-align: center;
  margin-top: -85px;
}

.detail-sec img {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 150px;
  transition: 0.5s;
}

.detail-sec img:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: 0.5s;
}

.detail-sec span {
  font-weight: bold;
  font-size: 17px;
  padding-top: 10px;
  color: #000;
}

.about-text-area p {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.about-text-right {
  float: left;
  max-width: 749px;
  padding: 15px 45px 15px 92px;
}

.read-more-btn {
  border: 0.30000001192092896px solid #70707063;
  font-size: 15px;
  color: #000;
  padding: 4px 14px;
  float: left;
}

.read-more-btn:hover {
  color: #8fa931;
  transition: 0.5s;
  border: 0.30000001192092896px solid #000;
}

.read-more-btn img {
  margin-left: 5px;
  transition: 0.5s;
  transform: scale(1.1);
}

.read-more-btn:hover img {
  -ms-transform: rotate(20deg);
  /* IE 9 */
  transform: rotate(20deg);
  transition: 0.5s;
}

.fac-links {
  text-align: center;
  box-shadow: 0px 2px 3px #00000029;
  border-radius: 9px;
  background: #edeff3;
  float: left;
  width: 100%;
  padding: 6px 20px 10px;
  min-height: 105px;
  transition: 0.5s;
}

.fac-links:hover {
  transition: 0.5s;
  background: transparent linear-gradient(90deg, #1f2435 0%, #244946 100%) 0% 0%
    no-repeat padding-box;
}

.fac-links span {
  width: 100%;
  text-align: center;
  float: left;
}

.fac-link-wrapper {
  margin-top: 75px;
}

.fac-links span {
  font-size: 15px;
  color: #434141;
}

.fac-links:hover span {
  color: #fff;
  transition: 0.5s;
}

.fac-links img {
  position: relative;
  bottom: 14px;
  transition: 0.5s;
}

.fac-links:hover img {
  bottom: 58px;
  transition: 0.5s;
}

.about-row {
  padding-top: 80px;
  background: #fff;
  padding-bottom: 80px;
}

.about-text-left {
  float: right;
  max-width: 749px;
  padding: 45px 92px 15px 45px;
}

.faci-secs {
  float: left;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 3px #00000029;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.faci-secs img {
  float: left;
  margin-right: 25px;
  border-radius: 10px;
}

.guide {
  padding: 80px 73px;
}

.guide-sec {
  border-left: 1px solid #ccc;
  float: left;
  width: 100%;
  height: 100%;
}

.guide-sec img {
}

.faci-secs span {
  color: #434141;
  font-size: 16px;
}

.faci-center {
  padding: 0 22px;
}

.faci-right p {
  margin: 0 0 45px 0;
  color: #000000cc;
}

.guide-left p {
  margin: 0 0 45px 0;
  color: #000000cc;
}

.guide-sec-text {
  float: left;
  width: 100%;
  padding: 45px 25px;
}

.guide-sec-text span {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 9px;
  float: left;
  width: 100%;
}

.guide-sec-text .read-more-btn {
  margin-top: 25px;
}

.guide-sec-1 {
  margin-top: 177px;
}

.guide-sec-3 {
  margin-top: 57px;
}

.cial-card {
  background: #e6e5e5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px;
  float: left;
  width: 100%;
  padding: 55px 150px;
  position: relative;
  z-index: 9;
}

.card-logo {
  position: absolute;
  right: 37px;
  bottom: 34px;
}

.ial-card-sec {
  text-align: center;
}

.cial-card-sec {
  float: left;
  width: 100%;
  text-align: center;
}

.cial-card-sec h2 {
  color: #9abc38;
  font-size: 40px;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

.cial-card-sec h2::after {
  position: absolute;
  content: "+";
  top: 0;
  color: #9abc38;
  font-size: 40px;
  font-weight: bold;
  font-family: "PTSerif";
  margin-left: 10px;
}

.cial-card-sec span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #8d8d8d;
  font-weight: 100;
  margin-top: 35px;
  border-right: 1px solid;
}

.footer {
  background: #fff;
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 56px 0 40px;
}

.get-touch {
  padding: 60px 0;
  border-bottom: 1px solid #cccccc82;
  width: 100%;
  float: left;
}

.get-touch a {
  color: #699501;
}

.footer-list li a {
  color: #000;
  transition: 0.3s;
}

.footer-list li a:hover {
  border-left: 3px solid #9bbc39;
  transition: 0.3s;
}

.footer-btm-link ul li {
  float: left;
  margin: 0 38px;
}

.footer-btm-link ul li a {
  color: #000000b3;
  font-size: 14px;
}

.footer-list li {
  margin: 10px 0;
}

.footer-list {
  border-left: 1px solid #ccc;
  padding: 15px 0 15px 25px;
}

.footer-app {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.footer-app ul li {
  float: left;
  margin: 0 5px;
}

.copy-text {
  font-size: 13px;
}

.footer-social {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.footer-social li {
  margin: 0 10px;
  float: left;
}

.footer-social li a {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px 8px;
}

.footer-btm-link li {
  float: left;
}

.footer-links {
  float: left;
  width: 100%;
  text-align: center;
  padding: 11px;
}

.footer-links ul {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-links ul li {
  float: left;
  margin: 0 16px;
  margin: 5px 16px;
}

.footer-links ul li a {
  color: #000;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #9abc38;
  transition: 0.3s;
}

.footer-bottom-left {
  float: left;
  width: 100%;
}

.footer-bottom-left img {
  float: left;
}

.footer-bottom-txt {
  float: left;
  font-size: 14px;
  padding-left: 24px;
}

.footer-bottom-txt p {
  color: #f6f6f6fa;
  margin: 22px 0px 0;
}

.footer-bottom-txt ul li {
  float: left;
  margin-right: 15px;
}

.footer-bottom-txt ul li a {
  font-size: 14px;
  color: #f6f6f6fa;
}

.footer-bottom-txt ul li a:hover {
  color: #9abc38;
  transition: 0.3s;
}

.mobile-app-links {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.mobile-app-links img {
  transition: 0.9s;
}

.mobile-app-links img:hover {
  -ms-transform: rotate(20deg);
  /* IE 9 */
  transform: rotate(365deg);
  transition: 0.9s;
}

.about-main {
  background: #fff;
}

.nav-link {
  color: #000;
}

.social {
  text-align: right;
  margin-top: 27px;
}

.social a {
  color: #f6f6f6fa;
  margin-right: 48px;
  font-size: 22px;
  transition: 0.3s;
}

.social a:hover {
  color: #9abc38;
  transition: 0.3s;
}

.inner-bannert-text {
  position: absolute;
  right: 150px;
  top: 22px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.inner-bannert-text h1 {
  color: #fff;
  font-size: 40px;
}

.nav-tabs {
  display: none;
  border-bottom: none;
}

.nav-tabs .nav-link {
  background: none;
  border: 1px solid #000;
  padding: 1px 16px;
  border-radius: 30px;
  margin: 9px 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.about-mian-wrapper {
  padding: 0 88px;
  text-align: center;
}

.card-body .read-more-btn {
  margin-top: 30px;
}

.highlight-left h4 {
  float: left;
  width: 100%;
  background: transparent linear-gradient(90deg, #1f2435 0%, #244946 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  font-family: "Apercu";
  font-weight: 300;
  margin-bottom: 20px;
}

.highlight-left ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.highlight-left ul li::before {
  position: absolute;
  content: "";
  background: #9abc38;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}

.infos-left ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.highlight-left ul li::before {
  position: absolute;
  content: "";
  background: url(../images/infos-point.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}

.flights-list {
  display: inline-block;
  width: 100%;
  height: 400px;
  overflow-y: auto;
}

@media (min-width: 896px) {
  .arff-contents h5 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }

  .subscribe {
    margin-top: -240px;
  }
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.contact-main {
  position: relative;
  border-top: 2px solid #9abc38;
}

.contact-ban-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 50%;
  text-align: center;
}

.contact-ban-text h4 {
  color: #fff;
  font-size: 40px;
}

.contact-ban-text span {
  font-weight: 100;
  padding-top: 40px;
  color: #fff;
  float: left;
  width: 100%;
}

.c-input {
  float: left;
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #000;
  margin-bottom: 45px;
}

.contact-form {
  padding: 45px 150px;
  max-width: 800px;
  background: #f4f7f6;
}

.contact-form span {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.address-area {
  background: url(../images/address.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 53px;
}

.address-card {
  background: #fff;
  width: 335px;
  padding: 30px;
  float: right;
}

.adress-line {
  float: left;
  width: 100%;
}

.adress-line img {
  float: left;
  margin-top: 5px;
}

.adress-line p {
  width: 90%;
  float: left;
  margin-left: 10px;
}

.adress-span {
  float: right;
  color: #fff;
  position: relative;
  margin-top: 150px;
  padding-right: 50px;
}

.adress-span::after {
  position: absolute;
  content: "";
  right: -21px;
  top: 12px;
  background: #9abc38;
  height: 2px;
  width: 56px;
}

.chart-header {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.tab {
  margin-bottom: 14px;
  float: left;
  width: 100%;
}

/* Style the buttons inside the tab */
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  width: 50%;
  font-weight: bold;
  font-size: 23px;
  border-bottom: 4px solid #0e376c;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background: #0e376c;
  color: #fff;
}

/* Create an active/current tablink class */
.tab a.active {
  background: #0e376c;
  color: #fff;
}

/* Style the tab content */

.flight-charting-wrapper {
  padding-left: 48px;
  padding-right: 48px;
  /*height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;*/
  border-right: 1px solid #000 dotted;
}

.flights-timeline {
  display: inline-block;
  width: 100%;
  height: 400px;
  position: relative;
  padding: 60px 0;
  border-right: dashed 2px #2a2d64;
}

.flights-timeline time {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 30px;
}

.flights-timeline time span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  color: #2a2d64;
  font-size: 16px;
  font-weight: bold;
}

.flight-chart-search {
  position: relative;
}

.flights {
  display: inline-block;
  padding: 80px 0 140px 0;
  width: 100%;
  background-color: #f4f1ed;
  overflow: hidden;
}

.flights-filter {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .flights-filter {
    margin-bottom: 0 !important;
  }
}

.flights-timeline {
  display: inline-block;
  width: 100%;
  height: 370px;
  position: relative;
  padding: 60px 0;
  border-right: dashed 2px #6b8d3b;
}

@media only screen and (max-width: 767px) {
  .flights-timeline {
    white-space: nowrap;
    border-right: none;
  }
}

.flights-timeline time {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .flights-timeline time {
    width: 100px;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.flights-timeline time span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  color: #2a2d64;
  font-size: 16px;
  font-weight: bold;
}

.flights-timeline-button {
  background: none;
  border: none;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 46px;
  cursor: pointer;
  box-shadow: none;
  z-index: 9999;
  outline: none;
  color: white !important;
  transition: 0.3s ease-out;
}

.flights-timeline-button:hover {
  transform: none;
}

.flights-timeline-button.pressed {
  transition: none;
}

.flights-timeline-button span {
  position: relative;
  z-index: 2;
  color: white;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate3d(0, -50%, 0);
}

.flights-list {
  display: inline-block;
  width: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .flights-list {
    height: auto;
  }
}

.flights-list .api-error-message {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}

.flights-list .api-error-message .svg-warning {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  transform: translateY(3px);
  fill: #ffd100;
}

.flights-list-item {
  height: 120px;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .flights-list-item {
    height: auto;
  }
}

.flights-list-item-link {
  display: inline-block;
  width: 100%;
  height: 120px;
  padding: 30px 0;
  transition: background-color 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .flights-list-item-link {
    height: auto;
  }

  .flights-list-item-link .col-xs-1,
  .flights-list-item-link .col-xs-2,
  .flights-list-item-link .col-xs-3,
  .flights-list-item-link .col-xs-4,
  .flights-list-item-link .col-xs-5,
  .flights-list-item-link .col-xs-6,
  .flights-list-item-link .col-xs-7,
  .flights-list-item-link .col-xs-8,
  .flights-list-item-link .col-xs-9,
  .flights-list-item-link .col-xs-10,
  .flights-list-item-link .col-xs-12 {
    padding: 0 3px;
  }
}

.flights-list-item-link:hover {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .flights-list-item {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    border-bottom: 2px solid #d8d8d8;
  }
}

.flights-list-item > div {
  display: inline-block;
  height: 100%;
}

.flights-list-item time,
.flights-list-item span {
  font-size: 16px;
  color: #2a2d64;
  font-weight: bold;
}

.flights-list-item-time time {
  opacity: 0.5;
}

.flights-list-item-location .green {
  color: #1ccfc9;
}

.flights-list-item-location span {
  word-break: break-word;
}

.flights-list-item-terminal .item-wrapper {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .flights-list-item-terminal .item-wrapper {
    margin-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .flights-list-item-terminal .item-wrapper {
    text-align: right;
  }
}

@media (max-width: 575.98px) {
  .flights-list-item-social {
    text-align: right;
  }
}

.flights-list-item-social .item-wrapper {
  display: inline-block;
  margin-top: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .flights-list-item-social .item-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .flights-list-item-social .item-wrapper button + button {
    margin-left: 5px;
  }
}

.flights-list-item-social .icon-twitter {
  fill: #00aced;
}

.flights-list-item-social .icon-fb-messenger {
  fill: #0084ff;
}

.flights-list-item-social button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
  background-color: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-decoration: none;
  box-shadow: none;
  transform: none;
  transition: none;
  pointer-events: auto;
}

.flights-list-item-social button > span {
  position: relative;
}

.flights-list-item-social button:hover {
  transform: none;
}

@media only screen and (max-width: 767px) {
  .flights-list-item-social button {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.flights-list-item-social button svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.flights-list-item-social button:last-of-type {
  margin-right: 0px;
}

.flights-list-item-social button:hover {
  transform: none;
}

@media only screen and (max-width: 767px) {
  .flights-list-item-status {
    text-align: right;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .flights-list-item-status {
    padding-right: 0 !important;
  }
}

.flights-list-item-status .item-wrapper {
  margin-top: 20px;
  white-space: nowrap;
}

.flights-list-item-status .arrow-right {
  display: inline-block;
  width: 15px;
  height: 11px;
  fill: #2a2d64;
  transform: rotate(-90deg);
}

.flights-timeline-wrapper {
  margin-top: 30px;
  overflow: hidden;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .flights-timeline-wrapper {
    display: none;
  }
}

.classinitial {
  top: 200;
}

.classfinal {
  top: 500;
}

.wrapper {
}

.time-schedule {
  position: absolute;
  left: 0;
  top: 0;
}

.flight-banner-text {
  position: absolute;
  left: 146px;
  bottom: 140px;
}

.flight-banner-text h1 {
  color: #fff;
}

.chart-bg {
  background: #f2f2f2;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.flight-logo {
  text-align: center;
  background: #fff;
  padding: 9px 0px;
  border-radius: 8px 0 0 8px;
}

.flight-span {
  text-align: center;
  padding: 9px 0px;
}

.chart-bg {
  margin-bottom: 20px;
}

.flight-charting {
  background: #fff;
}

.collapse {
  float: left;
  width: 100%;
}

.sticky .collapse {
  float: none;
  width: auto;
}

@media (max-width: 1199px) {
  .wrapper2 {
    display: block;
  }

  .vdobanner {
    height: auto;
  }

  .main-menu {
    display: none;
  }
}

/*----------------end Menu--------------------*/

/*---------------footer menu for mobile----------*/
.footermobilePingNav {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
  text-align: center;
  display: none;
  background: #ed2e61;
  border-top: 1px rgba(240, 240, 240, 0.2) solid;
}

.footermobilePingNav li {
  width: 105px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 34px 0 40px;
  cursor: pointer;
  height: 66px;
}

.footermobilePingNav li span {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 25px;
  margin-left: -12.5px;
}

.footermobilePingNav li a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.footermobilePingNav li a p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.appoinMentbgmainall1 {
  background: #ed2e61;
}

.appoinMentbgmainall2 {
  background: #ed2e61;
}

.appoinMentbgmainall3 {
  background: #37748a;
}

.footermobilePingNav li:hover span {
  top: -29px;
}

@media (max-width: 1199px) {
  .footermobilePingNav {
    display: block;
  }
}

/*------------------footer menu for mobile END----------*/

/*--------------about----------------*/
.about-main {
  background: #fff;
}

.nav-link {
  color: #000;
}

.social {
  text-align: right;
  margin-top: 27px;
}

.social a {
  color: #f6f6f6fa;
  margin-right: 48px;
  font-size: 22px;
  transition: 0.3s;
}

.social a:hover {
  color: #9abc38;
  transition: 0.3s;
}

.inner-bannert-text h1 {
  color: #fff;
  font-size: 32px;
}

.nav-tabs {
  display: none;
  border-bottom: none;
}

.nav-tabs .nav-link {
  background: none;
  border: 1px solid #000;
  padding: 3px 16px 5px;
  border-radius: 30px;
  margin: 9px 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.tab-list {
  padding: 0 45px 40px;
}

.border-all {
  padding: 0 45px 40px;
}

.about-mian-wrapper {
  padding: 0 88px;
  text-align: center;
}

.card-body .read-more-btn {
  margin-top: 30px;
}

.highlight-left h4 {
  float: left;
  width: 100%;
  background: #000;
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  font-family: "Apercu";
  font-weight: 300;
  margin-bottom: 20px;
}

.highlight-left ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  color: #000;
}

.highlight-left ul li::before {
  position: absolute;
  content: "";
  background: #9abc38;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}

.infos-left ul li {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.highlight-left ul li::before {
  position: absolute;
  content: "";
  background: url(../images/dotdted.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}

.flights-list {
  display: none;
  width: 100%;
  height: 400px;
  overflow-y: auto;
}

.sticky .logo img {
  width: 156px;
}

.highlights-bg {
  position: absolute;
  left: 0;
  background: #f5f7f6;
  top: 0;
  height: 500px;
  width: 70%;
}

.highlights {
  padding: 46px 0;
}

.highlight-left {
  float: left;
  width: 100%;
  padding-right: 45px;
}

.highlight-right {
  float: left;
  width: 100%;
  padding-left: 70px;
}

.fac-mian-wrapper {
  padding: 0 68px;
}

.all-addres {
  border-right: 1px solid #ccc;
}

/* contact */
.contact-banner {
  background: url(../images/contact-banner.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 5%;
}

.contact-banner h3 {
  font-size: 50px;
  font-family: "PTSerif";
  font-weight: 300;
  color: #fff;
}

.all-addres h5 {
  font-size: 18px;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
}

.all-addres h6 {
  font-size: 18px;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  color: #9bbc39;
  padding-left: 28px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.all-addres img {
  padding-right: 5px;
}

.all-addres p {
  font-family: "HVDFontsBrandonText";
  font-size: 16px;
  padding-left: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}

.stil h5 {
  font-family: "Athena";
  font-size: 33px;
}

.stil h4 {
  font-size: 40px;
  font-family: "Athena";
}

.stil p {
  padding-top: 20px;
}

.stil span {
  color: #9bbc39;
}

.addres-text {
  background: #f3f3f3;
  padding-bottom: 2%;
}

.form-wrapper {
  background: url(../images/form-bg.png) no-repeat #f3f3f3;
  background-position: center;
  background-size: cover;
  padding-bottom: 10%;
  padding-top: 55px;
}

.contact-all img {
  padding-right: 10px;
}

.contact-all h6 {
  font-size: 16px;
  font-weight: bold;
  font-family: "HVDFontsBrandonText";
}

.contact-all p {
  font-size: 16px;
  font-family: "HVDFontsBrandonText";
  margin-bottom: 19px;
  padding-left: 42px;
}

.contact-all p.cp-left {
  padding-left: 29px;
  margin-bottom: 0;
  color: #000;
}

.contact-all {
}

.contact-all h5 {
  color: #9bbc39;
  font-size: 18px;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  padding-left: 28px;
}

.forms-box .form-control {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 1px solid #808388;
  padding: 10px 0;
}

.forms-box .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

.forms-box input::placeholder {
  color: #000;
}

.forms-box textarea::placeholder {
  color: #000;
}

.forms-box .form-group {
  margin-bottom: 20px;
}

.forms-btn {
  padding-top: 5%;
}

.forms-btn .btn-primary {
  border-radius: 20px;
  padding: 8px 30px;
  background: #000;
  border-color: #000;
}

.forms-box h4 {
  font-size: 25px;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  padding-bottom: 20px;
}

.forms-box {
  padding-top: 7%;
}

.contact-all {
  border-right: 1px solid #ccc;
}

/* help-desk */

.bringing h4 {
  background: #1f2535;
  color: #fff;
  padding: 6px 40px;
  font-size: 20px;
}

.bringing p {
  padding: 40px 40px;
  margin: 0;
}

.reciving li {
  padding-left: 4%;
  position: relative;
  padding-bottom: 15px;
}

.reciving ul li::before {
  position: absolute;
  content: "";
  background: url(../images/tick-icon.png) no-repeat;
  background-size: auto;
  background-size: cover;
  width: 13px;
  height: 13px;
  left: 0;
  top: 6px;
}

.reciving h4 {
  background: #1f2535;
  color: #fff;
  padding: 6px 40px;
  font-size: 20px;
  margin-bottom: 20px;
}

.reciving p {
  margin-bottom: 10px;
}

.bringing span {
  font-weight: bold;
}

.padd-bottum {
  padding-bottom: 30px;
}

.top-top {
  margin-top: 50px;
  margin-bottom: 30px;
}

.claiming {
  background: #cecece;
  padding: 30px;
  height: 220px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.claiming h4 {
  background: #1f2535;
  color: #fff;
  padding: 4px 10px;
  font-size: 20px;
  /* margin-bottom: 20px;*/
}

.transit h4 {
  background: #1f2535;
  color: #fff;
  padding: 7px 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.transit p {
  padding: 10px 40px;
}

.transit-img {
  margin-bottom: 115px;
}

.transit p {
  padding: 0;
}

/*------------------invest-info---------*/
.invest-box-w {
  padding: 63px 119px 25px;
  width: 100%;
  display: flex;
}

.invet-ul {
  background: transparent linear-gradient(89deg, #a0c745 0%, #002156 100%) 0% 0%
    no-repeat;
  padding: 15px;
  position: relative;
  position: relative;
  right: 125px;
  margin-top: -57px;
  position: relative;
}

.invet-ul ul li {
  color: #fff;
  font-family: "HVDFontsBrandonText";
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.invet-ul ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 19px;
  background: url(../images/invest-li.png) no-repeat;
}

.invest-click {
  display: flex;
  right: 125px;
  position: relative;
  align-items: center;
  margin-top: 40px;
}

.invest-click a {
  background: #000;
  color: #fff;
  padding: 7px 29px;
  border-radius: 32px;
}

.invest-click span {
  padding-left: 15px;
  font-weight: bold;
}

.invest-c-header {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 5px;
  margin-top: 45px;
}

.invest-contact-sec {
  display: flex;
  margin-top: 25px;
  padding-left: 100px;
}

.invest-contact-sec img {
  height: 20px;
  width: 23px;
}

.invest-contact-sec span {
  font-weight: bold;
  padding-left: 12px;
}

/*-----------parking-------------------*/

.parking-box-w {
  width: 100%;
  display: flex;
}

.parking-content {
  position: absolute;
  right: 75px;
  top: 50px;
  max-width: 535px;
}

.parking-content .main-header h1 {
  color: #fff;
}

.parking-top {
  padding-left: 45px;
}

.parking-content p {
  color: #fff;
  padding-top: 0px;
  float: left;
}

.parking-btm tr th {
  background: #002156;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.parking-btm tr td {
  padding: 5px;
  font-size: 12px;
}
.parking-btm tr {
  background: #fff;
}

.parking-btm tr:nth-child(2n + 1) {
  background: #f4f7f6;
}

.parking-btm {
  float: left;
  margin-top: 75px;
}

.self-drop-showdo {
  padding: 40px 100px 40px 40px !important;
}

.drop-img img {
  width: auto !important;
}

.update-left ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.update-left ul li::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/tick-update.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 7px;
}

.update-right {
  margin-top: 40px;
}

.update-right-card {
  background: #f5f7f6;
}

.update-right-card h5 {
  text-align: center;
  color: #ffff;
  background-image: linear-gradient(to right, #2c4d52, #7ea24a);
  padding: 15px;
  font-weight: bold;
}

.update-right-sec {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #748e71;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;
}

.pagination a:hover {
  color: #aab437;
}

.update-right-sec p {
  padding: 0 15px;
}

.update-right-sec img {
  height: max-content;
  padding: 15px;
}

.update-left .subheader {
  margin-top: 45px;
}

.update-left ul {
  margin-top: 45px;
}

/*-----------Airport Lounge-----------*/
.lounge-left h5 {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  margin-top: 112px;
}

.lounge-left h5::before {
  position: absolute;
  content: "";
  background: #9abc38;
  height: 3px;
  width: 100px;
  bottom: -10px;
}

.lounge-left h6 {
  font-size: 36px;
  color: #000000;
  padding-top: 23px;

  margin-top: 170px;
}

.lounge-right {
  position: relative;
}

.lounge-right-txt {
  position: absolute;
  top: 46px;
  left: -301px;
}

.lounge-right-txt-inner {
  position: relative;
}

.lounge-right-h6 {
  position: absolute;
  right: 16px;
  top: 64px;
  text-align: right;
}

.lounge-right-h6 h6 {
  font-size: 24px;
  position: relative;
}

.lounge-ofer-sec h6 {
  color: #fff;
  background: #002156;
  float: left;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  font-size: 24px;
  font-family: "Athena";
}

.lounge-ofer-sec ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}

.lounge-ofer-sec ul {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.lounge-ofer-sec ul li::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/list-tick.png) no-repeat;
  width: 36px;
  height: 39px;
  top: -4px;
}

.lounge-ofer-sec span {
  font-weight: bold;
  padding-left: 50px;
}

.lounge-ofer-sec p {
  margin-left: 50px;
  margin-top: 50px;
  background: #e6e7e838;
  padding: 15px;
  border-radius: 8px;
}

.lounge-ofer-sec p color {
  color: #002156;
}

.lounge-offer-right h5 {
  font-weight: bold;
  font-size: 25px;
  position: relative;
}

.lounge-offer-right {
  padding-left: 20px;
}

.lounge-offer-right h5::before {
  position: absolute;
  content: "";
  background: #9abc38;
  height: 3px;
  width: 100px;
  bottom: -10px;
}

.lounge-offer-row {
  margin-top: 25px;
}

.lounge-offer-right h6 {
  font-size: 30px;
  padding-top: 97px;
  padding-right: 147px;
}

.l-slider-div {
  padding-left: 25px;
  margin-top: 105px;
}

.lounge-video-sec {
  background: #9abc38;
  padding: 0;
  margin-top: 150px;
}

.lounge-video-sec iframe {
  position: relative;
  bottom: 105px;
}

/*---------Losd snd Found---------*/
.la-shape-content {
  position: relative;
  margin-top: -50px;
}

.lf-shape-txt {
  position: absolute;
  top: 34px;
  left: 25px;
  max-width: 630px;
}

.lf-shape-txt p {
  color: #ffff;
}

.lf-content {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.lf-content h4 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}

.lf-number-sec .border-top-sec {
  float: left;
  width: 100%;
  border-top: 2px solid #8e908f;
  border-left: 2px solid #8e908f;
  border-right: 2px solid #8e908f;
  text-align: center;
  position: relative;
  height: 48px;
}

.lf-number-sec .border-bottom-sec {
  float: left;
  width: 100%;
  height: 48px;
  border-bottom: 2px solid #9db265;
  border-left: 2px solid #9db265;
  border-right: 2px solid #9db265;
  margin-top: 28px;
}

.fac-btm-left table tr th {
  background: #002156;
  color: #fff;
  font-weight: bold;
}

.fac-btm-left table tr {
  background: #fff;
}

.fac-btm-left table tr:nth-child(2n + 1) {
  background: #f4f7f6;
  border: none;
}

.fac-btm-left table tr td {
  border: none;
  font-weight: bold;
}

.future-plans-main-left {
  padding-left: 90px;
}

.terminal-head {
  background: #002156;
  padding: 30px 50px;
  margin-top: 20px;
}

.subheader h5 {
  font-weight: bold;
  position: relative;
}

.subheader h5::before {
  position: absolute;
  content: "";
  background: #9abc38;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: -10px;
}

.terminal-head p {
  color: #ffff;
  margin-top: 20px;
  width: 60%;
}

.future-plansbtm {
  padding-left: 45px;
}

.fp-list {
  margin-top: 60px;
  padding-left: 60px;
  margin-bottom: 60px;
}

.fp-list ul {
  margin-top: 25px;
}

.fp-list ul li {
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}

.fp-list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/list-tick-blue.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.future-box {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.card-container {
  padding: 35px 70px;
}

.future-grphic {
  position: absolute;
  right: 0;
  bottom: 0;
}

.acc-txt h4 {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

.acc-txt h4::after {
  position: absolute;
  content: "";
  background: #9abc38;
  bottom: 0;
  height: 2px;
  left: 40%;
  width: 100px;
}

.accc-btm-left {
  background: transparent linear-gradient(270deg, #a0c745 0%, #002156 100%) 0%
    0% no-repeat padding-box;
  padding: 60px 70px;
  margin-top: 79px;
}

.accc-btm-left p {
  color: #fff;
}

.acc-bboking-num {
  display: flex;
  align-items: center;
}

.acc-booking-div {
  padding-top: 40px;
}

.acc-bboking-num img {
  width: 20px;
  height: 20px;
}

.acc-booking-div span {
  color: #fff;
}

.acc-booking-div h3 {
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
}

.acc-btm-right {
  position: relative;
  margin-top: 45px;
  margin-top: 143px;
  right: 71px;
}

.fac-btm-left h4 {
  font-weight: bold;
  padding-bottom: 20px;
}

.meet-greet-list {
  background: #002156;
  padding: 45px 70px;
  margin-top: 45px;
}

.meet-greet-list ul li {
  position: relative;
  color: #fff;
  margin-bottom: 22px;
  padding-left: 25px;
}

.meet-greet-list ul li::before {
  position: absolute;
  content: "";
  background: #9abc38;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 0;
  top: 9px;
}

.fac-btm {
  background: #f5f7f6;
  padding: 40px 0 140px;
}

.fac-btm h4 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  margin-bottom: 35px;
}

.number-sec {
  float: left;
  width: 33%;
}

.span-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  top: 30px;
  width: 100%;
}

/*.owl-carousel .owl-item img {
    width:100%;
}*/

.border-top-sec {
  float: left;
  width: 100%;
  border-top: 1px solid #8e908f;
  border-left: 1px solid #8e908f;
  border-right: 1px solid #8e908f;
  text-align: center;
  position: relative;
  height: 75px;
}

.border-bottom-sec {
  float: left;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #9db265;
  border-left: 1px solid #9db265;
  border-right: 1px solid #9db265;
  margin-top: 28px;
}

.number-sec img {
  margin: 20px 0;
}

.border-left-none {
  border-left: none;
}

.number-sec span {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding: 0 13px;
  line-height: 21px;
}

.Call-support {
  color: #9db265;
  text-transform: uppercase;
}

.number {
  color: #434a47;
}

.meet-left {
  padding-left: 70px;
}

.fac-btm-left {
  padding-left: 70px;
}

/*------------grievane--------*/
.grivance-wrapper {
  position: relative;
  padding-bottom: 114px;
}

.grivance-wrapper h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.grivance-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-top: 30px;
  padding: 40px;
}

.gr-w {
  margin-top: 30px;
  display: flex;
}

.gr-w img {
  margin-bottom: 15px;
  width: max-content;
  height: max-content;
}

.gr-w span {
  font-weight: bold;
  padding-left: 15px;
}

.gr-prphic-top {
  position: absolute;
  right: 0;
  top: 0;
}

.grivance-inner {
  padding-right: 180px;
}

.gr-regd {
  background: #002156;
  padding: 30px 60px 30px 120px;
}

.gr-w p {
  color: #fff;
  margin-left: 50px;
}

.gr-span {
  width: 280px;
}

.gr-graphic-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*-----------Transpotation----------*/

.tr-txt-wrapper {
  background: #002156;
}

.tr-txt {
  padding: 22px 30px 0;
}

.tr-txt .mainheader {
  padding-bottom: 15px;
}

.tr-img-wrapper {
  position: relative;
  padding: 122px 0 50px;
}

.transport-graphic {
  position: absolute;
  left: 0;
  top: 0;
}

.trpt-main-img {
  margin-top: 105px;
}

.table-fac tr th {
  background: #002156;
  color: #fff;
}

.custom-main {
  padding: 35px 0 35px 70px;
}

.custom-list ul li {
  background: url(../images/clock-ilst.png) no-repeat;
  background-size: auto;
  color: #fff;
  padding: 13px 13px 13px 99px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.custom-list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/clock-tick.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 13px;
  top: 17px;
}

.tr-link {
  position: relative;
}

.tr-link-fist {
  margin-top: 90px;
}

.transpotation-img-lastchiled {
  position: relative;
  margin-top: -77px;
}

.tr-anchor {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tr-anchor span {
  font-size: 25px;
  color: #fff;
}

.tr-acnhor-3 {
}

/*-------------immigration------------*/
.immigration-wrapper {
  position: relative;
}

.im-main-txt {
  background: #002156;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  margin: 20px 0;
}

.subheader-center h5 {
  font-weight: bold;
  position: relative;
}

.subheader-center h5::before {
  position: absolute;
  content: "";
  background: #9abc38;
  width: 100%;
  height: 2px;
  bottom: -10px;
}

.subheader-center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.fpro-address-card {
  background: #002156;
  border-radius: 6px;
  padding: 23px 45px;
  margin: 45px 0;
}

.fpro-address-sec {
  display: flex;
}

.fpro-address-sec img {
  width: fit-content;
  height: fit-content;
}

.fpro-address-sec p {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}

.imm-table table tr {
  background: #fff;
}

.imm-table table tr:nth-child(2n + 1) {
  background: #f4f7f6;
}

.imm-table table tr:first-child {
  background: transparent linear-gradient(270deg, #a0c745 0%, #002156 100%) 0%
    0% no-repeat padding-box;
}

.imm-table table tr th {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.imm-table table tr td {
  text-align: center;
  padding: 10px;
}

.imm-table {
  margin-bottom: 20px;
  overflow: auto;
}

.im-service-header {
  width: max-content;
  display: flex;
  border-bottom: 1px solid #61854c;
  margin-bottom: 20px;
}

.im-service-sec {
  margin-top: 40px;
}

.im-service-header number {
  color: #fff;
  background: url(../images/immigration-servie-number.png) no-repeat;
  background-size: auto;
  padding: 2px 8px 0;
}

.im-service-header h6 {
  text-transform: uppercase;
  padding: 5px 10px 0;
}

.imm-req span {
  text-align: center;
  padding: 10px 40px;
  background: #f4f7f6;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.immigration-list ul li {
  font-weight: bold;
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 20px;
}

.immigration-list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/blue-tick.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0;
}

.imm-req .immigration-list ul li {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.oci-table {
  overflow: auto;
}

.oci-table table {
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 30px;
}

.oci-table table tr {
  background: #fff;
}

.oci-table table tr:nth-child(2n + 1) {
  background: #f4f7f6;
}

.oci-table table tr td {
  font-weight: bold;
  padding: 10px 20px;
}

.oci-table table tr th {
  background: #002156;
  color: #fff;
  padding: 10px 20px;
}

.green-span {
  background: #002156;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.green-span span {
  color: #fff;
  font-weight: bold;
}

.pl-left-contnet {
  padding-left: 100px;
}

.pl-left-contnet ol {
  margin-bottom: 30px;
}

.immigration-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
}

.health-top-left {
  margin-top: 45px;
}

.health-second-row {
  position: relative;
  margin-top: -100px;
}

.health-list-sec {
  margin-top: 197px;
  padding-left: 52px;
}

.health-list {
  padding-top: 15px;
}

.health-list li {
  position: relative;
  padding: 8px 9px 8px 51px;
}

.health-list li::before {
  position: absolute;
  content: "";
  background: url(../images/haelth-list-tick.png) no-repeat;
  left: 20px;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.health-list li:nth-child(2n) {
  background: #f4f7f6;
}

.health-bottom ul li {
  position: relative;
  border-bottom: 1px solid #61854c;
  margin-bottom: 20px;
  padding-left: 56px;
  font-weight: bold;
}

.health-bottom ul li::before {
  position: absolute;
  content: "";
  background: url(../images/haelth-bottom-list-tcik.png) no-repeat;
  width: 40px;
  height: 20px;
  background-size: contain;
  left: 0;
  top: 4px;
}

.health-bottom-right {
  position: relative;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 30px;
}

.health-bottom-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 200px;
  height: 1px;
  background: #707070;
}

.health-bottom-right::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: #707070;
}

.health-bottom {
  margin-top: 45px;
}

.health-bottom-right-wrapper {
  padding-left: 51px;
}

.pt-left {
  padding-left: 45px;
}

.pt-left ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.pt-left ul li::before {
  position: absolute;
  content: "";
  background: url(../images/haelth-list-tick.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}

.tr-content {
  padding: 0 50px 50px;
}

.tr-content h5 {
  color: #fff;
  background: url(../images/tr-header.png) no-repeat;
  padding: 14px 14px 22px 30px;
  background-size: contain;
  font-weight: bold;
  margin-bottom: 15px;
}

.terminal-links {
  display: flex;
  width: max-content;
  background: #f4f7f6;
  min-width: 346px;
  padding: 9px 20px;
}

.terminal-links img {
  height: max-content;
}

.terminal-links {
  background: #f4f7f6;
}

.terminal-links:nth-child(2n + 1) {
  background: #fff;
}

.terminal-links span {
  padding: 0 20px;
  width: 87%;
}

.tl-arrow {
  margin-top: 5px;
}

.history-right-img {
  background: #002156;
  padding: 45px 45px 25px 0;
  margin-bottom: 30px;
  position: relative;
  left: 30px;
}

.history-right-img img {
  position: relative;
  right: 45px;
}

.history-right-img span {
  color: #fff;
  padding-left: 42px;
  position: relative;
  top: 12px;
}

.history-left-img {
  background: #002156;
  padding: 45px 0 25px 45px;
  margin-bottom: 30px;
  position: relative;
  right: 30px;
}

.history-left-img img {
  position: relative;
  left: 45px;
}

.history-left-img span {
  color: #fff;
  padding-left: 42px;
  position: relative;
  top: 12px;
}

.list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.list ul li::before {
  position: absolute;
  content: "";
  background: url(../images/haelth-list-tick.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}

.founder-grphic-1 {
  position: absolute;
  top: -51px;
  left: 23px;
}

.founder-grphic-2 {
  position: absolute;
  bottom: -51px;
  right: 23px;
}

.history-left {
  padding-right: 40px;
}

.found-sec {
  text-align: center;
}

.found-sec span {
  background: #f5f7f6;
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  margin-top: 20px;
  padding: 10px 0;
  font-weight: bold;
}

.found-bg {
  background-image: linear-gradient(to right, #183a55, #61874a);
  padding: 45px 20px;
  position: relative;
  margin: 75px 0;
}

.security-top {
  background: transparent linear-gradient(270deg, #a0c745 0%, #002156 100%) 0%
    0% no-repeat padding-box;
  padding: 30px;
}

.security-list {
  display: flex;
  margin-bottom: 20px;
}

.security-list img {
  height: fit-content;
}

.security-list span {
  color: #fff;
  padding: 5px 25px;
}

.prohibited-headerbg {
  background: #002156;
  margin-top: 40px;
  padding: 20px 0 10px;
}

.prohibited-table table {
  width: 100%;
}

.prohibited-table tr {
  background: #f4f7f6;
}

.prohibited-span {
  background: #f4f7f6;
  margin-top: 25px;
  padding: 20px;
}

.prohibited-table tr td {
  text-align: center;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  padding: 10px 0;
}

.prohibited-table tr:nth-child(2n + 1) {
  background: #fff;
}

.prohibited-table tr td::before {
  position: absolute;
  content: "";
  background: url(../images/16.png) no-repeat;
  width: 20px !important;
  height: 17px;
  margin-left: -19px;
  margin-top: 5px;
}

.security-btm {
  padding-left: 70px;
}

.security-btm ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
}

.security-btm ul li::before {
  position: absolute;
  content: "";
  left: 0;
  background: #9abc38;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 7px;
}

.immigration-list.security-list ul li {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.df-purchase {
  background: #ebecf0;
  padding: 20px 0 20px 20px;
  position: relative;
}

.s-bg-txt {
  padding: 10px;
}

.d-sc-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 311px;
}

.sec-top-txt {
  padding: 20px 40px;
}

.sec-btm-content {
  padding: 40px 40px 0 40px;
}

.sec-btm-contact {
  text-transform: uppercase;
}

.clock-btm-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.clock-room-wrapper {
  padding-bottom: 170px;
}

.sec-top {
  background-image: linear-gradient(to right, #244653, #86ac48);
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }

  .tab-list {
    padding: 0 45px 11px;
  }

  .border-all {
    padding: 0 0px 0px;
  }
}

@media (max-width: 1367px) {
  .details-list ul li {
    font-size: 14px;
  }

  .lounge-left h6 {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .lounge-left h5 {
    margin-top: 0;
  }

  .lounge-left h6 {
    margin-top: 0;
  }

  .lounge-right-txt {
    left: auto;
    right: 0;
  }

  .parking-content p {
    color: #000;
    padding-top: 0;
  }

  .parking-content .main-header h1 {
    color: #000;
    padding-top: 30px;
  }

  .parking-btm {
    float: left;
    margin-top: 10px;
  }

  .parking-top {
    padding-left: 0;
  }

  .parking-content {
    position: relative;
    right: 0;
    top: 0;
    max-width: initial;
    padding: 25px;
  }

  .flight-charting-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .board-team {
    padding: 50px 10px;
  }

  .board-box {
    padding: 40px 0px 0;
  }

  /* sharath */
  .sticky .serch-icon-btn {
    position: absolute;
    left: 64%;
    top: 34%;
    cursor: pointer;
  }

  .serch-icon-btn {
    position: absolute;
    left: 47%;
    top: 76%;
    cursor: pointer;
  }

  /* sharath-end */
}

@media (max-width: 992px) {
  .techinfo-contents .ul-box-film{
    display: block;
  }
  .vaccination--bx {
    padding: 20px 0;
  }
  .vacci-paras {
    padding-top: 25px;
  }
  .vacci-det {
    margin-bottom: 20px;
  }
  .vaccination--img {
    margin: auto;
    display: block;
  }
  .arff-contents {
    padding-bottom: 20px;
  }
  .arff-contents h5 {
    margin-top: 3%;
    width: auto;
    margin-bottom: 20px;
  }

  .arff-contents h5::before {
    width: 38%;
  }
  .help--left-content {
    padding-top: 0;
  }
  .help--left-content span {
    padding: 5% 0;
  }
  .help--left-content h5 {
    margin-top: 0;
  }
  .helpdesk--bx {
    padding-bottom: 20px;
  }
  .cloak-btntyp span {
    margin-bottom: 20px;
  }
  .cloak--contens {
    padding: 30px;
    padding-bottom: 200px;
  }
  .baggage--bx {
    margin: 0;
    border: none;
    padding: 30px;
  }
  .baggage-lft-contents {
    padding-top: 0;
  }
  .baggage-lft-contents h5 {
    font-size: 23px;
  }
  .tariff--bx {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .tariff--bx h4 {
    font-size: 20px;
  }
  .value-card-img {
    width: 40%;
  }
  .value--card-bx {
    height: auto;
    border-radius: 12px;
  }
  .value--card-bx p {
    margin-bottom: 0;
  }
  .award-desc {
    height: auto;
    padding: 20px;
  }
  .award-bxss {
    padding: 20px;
    padding-bottom: 10px;
  }
  .medical-contents {
    padding-bottom: 250px;
  }
  .hospital-rooms-interior {
    width: 100%;
  }
  .fecilities-contents h5 {
    margin-bottom: 40px;
  }
  .fecilities-contents p {
    margin-bottom: 10px;
  }
  /* shyamilee start */
  .slid-container {
    padding: 10px 0px;
  }

  .sliderboxwapper h5 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .boxcenter {
    padding: 0 30px;
  }

  .boxcenter h6 {
    font-size: 11px;
  }

  .sliderbox {
    margin: 0px -15px;
  }

  .declaremargin p {
    font-size: 14px;
  }

  .sliderbox img {
    max-width: 95px;
  }

  /* shyamilee end */

  /*.collapse.show-child-first{
		display: none;
	}
	.collapse.active{
		display: block !important;
	}*/

  /* sharath */
  .serch-icon-btn {
    left: unset !important;
    top: 11% !important;
    right: 3% !important;
  }

  .sticky .serch-icon-btn {
    left: unset !important;
    top: 11% !important;
    right: 3% !important;
  }

  .phone-btn-box {
    display: block;
    padding-top: 20px;
  }

  .phone-btn-box li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
  }

  .phone-btn-box a {
    color: #000;
    font-size: 16px;
  }

  .phone-btn-box a:hover {
    color: #aebd37 !important;
  }

  .phone-btn-box li:first-child {
    padding-left: 0;
  }

  header {
    height: 55px;
  }

  .arff-img {
    padding-top: 20px;
  }

  .staf-teco {
    width: auto;
  }

  .staf-list {
    padding-top: 9px;
    padding-left: 1px;
    padding-right: 0;
  }

  .arff-contant p {
    font-size: 15px;
  }

  .arff-contant {
    padding: 0 15px;
  }

  .pets-contant h3 {
    font-size: 18px;
  }

  .pets-contant p {
    font-size: 15px;
  }

  .sub-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .sub-phone-btn {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 15px;
  }

  /* sharath-end */

  .sticky .collapse {
    float: none;
    width: auto;
  }

  .collapse1 {
    display: none;
  }

  .collapse1.show {
    display: block;
  }

  .security-btm {
    padding-left: 0;
  }

  .immigration-list.security-list ul li {
    width: 100%;
    float: left;
    padding-right: 0;
  }

  .d-sc-img {
    display: none;
  }

  .df-purchase {
    padding: 20px;
  }

  .pt-left {
    padding-left: 12px;
  }

  .tr-content {
    padding: 0 8px 50px;
  }

  .tr-content h5 {
    padding: 11px 10px 22px 30px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .terminal-links {
    width: 100%;
    background: #f4f7f6;
    min-width: auto;
  }

  .acc-btm-right {
    position: relative;
    margin-top: 45px;
    margin-top: 0;
    right: 0;
  }

  .accc-btm-left {
    padding: 28px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .future-plans-main-left {
    padding-left: 0;
  }

  .future-plansbtm {
    padding-left: 0;
  }

  .terminal-head {
    background: #002156;
    padding: 16px 30px;
  }

  .terminal-head p {
    width: 100%;
  }

  .fp-list {
    margin-top: 28px;
    padding-left: 8px;
  }

  .future-plans-main {
    padding: 0 20px;
  }

  .board-graphic {
    display: none;
  }

  .lf-box {
    padding: 25px !important;
  }

  .lounge-offer-right h6 {
    font-size: 22px;
    padding-top: 33px;
    padding-right: 0;
  }

  .lounge-offer-right h5 {
    font-weight: bold;
    font-size: 20px;
  }

  .lounge-left h5 {
    font-weight: bold;
    font-size: 20px;
  }

  .lounge-left h6 {
    font-size: 19px;
  }

  .ch-card {
    padding: 15px;
    display: block;
  }

  .menu-contact-area {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 40px;
  }

  .board-box {
    background: #fff;
    padding: 0 6px;
  }
  .arff--box {
    padding: 0;
  }

  .bord-box-w {
    padding: 0 9px 15px;
  }

  .board-container {
    max-width: initial;
  }

  .nav-contact-number {
    margin-bottom: 20px;
  }

  .banner-slider.owl-carousel .owl-item img {
    height: auto;
  }

  .desk-sec {
    padding: 20px 20px;
  }

  .claiming {
    background: #cecece;
    padding: 15px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .llow-1 img {
    height: auto !important;
  }

  .liq-main {
    padding: 0 31px;
  }

  .allow-123 h2 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }

  .pro-1 {
    margin: 0 0 15px;
  }

  .allow {
    padding-top: 0;
  }

  .allow h2 {
    text-align: left;
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .df {
    padding: 0 4px;
  }

  .allow-12 h2 {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 22px;
    font-size: 22px;
  }

  .r-header {
    font-size: 22px;
    font-weight: bold;
  }

  .item-1 {
    margin-bottom: 15px;
  }

  .allow-2 img {
    height: auto;
  }

  .items {
    text-align: center;
    padding-bottom: 10px;
  }

  .items h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .liquid-1 {
    padding-top: 9px;
    padding-bottom: 0;
  }

  .liquids {
    background: none !important;
  }

  .banner-slider .item {
    padding: 40px 0 0;
  }

  .allow-23 img {
    height: auto;
    border-radius: 20px;
  }

  .contact-all {
    border-right: none;
  }

  .liquid-1 p {
    color: #000 !important;
  }

  .all-addres {
    border-right: 1px none;
  }

  .liquids h5 {
    color: black;
    padding-left: 0 !important;
    font-size: 25px !important;
    padding-top: 0;
    font-weight: bold;
  }

  .l .footer-btm-link ul li a {
    margin-right: 13px;
  }

  .headerLeftmainFloatMenu {
    width: auto;
  }

  .highlights {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .highlight1 {
    padding: 0;
  }

  .highlights-img img {
    border-radius: 35px !important;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-toggler {
    background: #000;
    padding: 1px 5px;
    font-size: 16px;
  }

  .banner {
    margin-top: 40px;
    padding: 35px;
  }

  .sticky .headerLeftmainFloatMenu {
    padding: 9px 0;
    float: left;
    width: auto;
    margin-left: 0;
  }

  .sticky {
    height: 60px;
    z-index: 1000;
  }

  .logo {
    float: none;
  }

  .logo img {
    width: 105px;
  }

  .mob-search {
    float: right;
    margin-top: 19px;
  }

  .arr-dep {
    position: relative;
    left: 0;
    width: 100%;
    background: #153a6d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    bottom: 0;
    float: left;
    border-radius: 15px;
    padding: 17px 0;
    margin: 16px 0 0;
  }

  .flight-search input {
    padding: 8px 14px;
    border-radius: 12px;
  }

  .banner-text {
    top: auto;
    bottom: 0;
    position: relative;
    float: left;
    width: 100%;
  }

  .banner-text h1 {
    color: #000;
    font-size: 28px;
  }

  .banner-text h1 br {
    display: none;
  }

  .highlight2 {
    padding: 0 20px;
  }

  .highlight2 img {
    border-radius: 18px;
  }

  .fac-btm {
    margin: 35px 0px;
  }

  .bw-right p {
    padding-right: 0 !important;
  }

  .fac-btm h4 {
    margin-bottom: 8px !important;
  }

  .number-sec {
    float: left;
    width: 100% !important;
    margin: 9px 0 !important;
  }

  .number-sec img {
    margin: 7px 0 !important;
  }

  .border-left-none {
    border-left: 1px solid #8e908f !important;
  }

  .bw-right ul li {
    width: 100% !important;
    background: #000;
    font-weight: 100;
    border-radius: 8px;
    padding: 4px 13px !important;
    margin: 8px 0 !important;
  }

  .service-off-header {
    margin: 0 !important;
  }

  .ser-points h4 {
    margin-top: 15px !important;
  }

  .service-rateslist li {
    padding: 9px 12px !important;
  }

  .service-rates p {
    padding-left: 0 !important;
  }

  .fac-btm {
    padding: 40px 0 19px !important;
  }

  .ad-1 {
    display: none;
  }

  .ad-2 {
    display: none;
  }

  .banner-bottom-sec-left {
    float: left;
    width: 96%;
    position: fixed;
    bottom: 10px;
    z-index: 999;
    left: 13px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 45px;
  }

  marquee {
    float: left;
    width: 79%;
    color: #000;
  }

  .banner-slider img {
    border-radius: 10px;
  }

  .g-bg {
    display: none;
  }

  .detail-sec {
    margin-top: 50px;
  }

  .detail-sec span {
    float: left;
    width: 100%;
  }

  .arrowSection {
    display: none;
  }

  .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 15px;
    padding: 13px 4px;
    z-index: 100;
    position: relative;
  }

  .airport-details {
    position: relative;
    padding: 13px 8px 8px;
  }

  .Diversification-sec-row {
    margin-top: 0;
  }

  .fac-left {
    display: none;
  }

  .fac-left-content {
    position: relative;
    top: 0;
  }

  .more-btn {
    background: #000;
    color: #fff;
    padding: 5px 18px;
    float: left;
    border-radius: 30px;
    margin-top: 15px;
    font-size: 13px;
  }

  .main-header h1 {
    margin-bottom: 7px;
  }

  .fac-img {
    margin-top: 25px;
  }

  .diversification {
    padding: 23px 14px;
  }

  .diversification .more-btn {
    margin-bottom: 15px;
  }

  .mob-disable {
    display: none;
  }

  .know-cial {
    padding: 0;
    margin-top: 0px;
  }

  .know-cial-sec-2 {
    margin-top: 0;
  }

  .subscribe {
    margin-top: -74px;
    padding: 72px 0 61px;
  }

  .subscribe-inner {
    margin-top: 0;
    padding: 72px 0 61px;
  }

  .sb-sec {
    float: left;
    width: 48%;
  }

  .sb-sec:nth-child(3) {
    width: 48%;
  }

  .subscribe span {
    color: #9bbc39;
    font-size: 23px;
    margin-bottom: 0;
    position: relative;
  }

  .footer-list {
    border-left: 0;
  }

  .footer-bottom-left img {
    float: left;
    width: 136px;
  }

  .footer {
    padding: 24px 0 21px;
  }

  .copy-text {
    font-size: 13px;
    margin-top: 15px;
    float: left;
    width: 100%;
    text-align: center;
  }

  .facilities {
    padding: 8px 50px;
  }

  .cial-video {
    margin-top: 25px;
  }

  .about {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 18px;
  }

  .about-text-left {
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    margin: 15px;
  }

  .facilities {
    padding: 0 48px 40px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .faci-secs {
    margin-bottom: 7px;
  }

  .card-header {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #00000029;
    border-radius: 10px !important;
    color: #000;
    position: relative;
  }

  .card-header::after {
    position: absolute;
    content: "";
    background: url(../images/down.png) no-repeat;
    right: 15px;
    width: 20px;
    height: 22px;
    z-index: 999;
    background-size: contain;
  }

  .card-header h5 {
    text-align: left;
    float: left;
    width: 100%;
  }

  .card-header h5 a {
    font-size: 14px;
    font-weight: bold;
    font-family: "Apercu";
    width: 100;
    color: #000;
    float: left;
    width: 100%;
  }

  .highlight-left ul li {
    font-size: 14px;
  }

  .card {
    border: none;
  }

  .card-header {
    float: left;
    width: 100%;
    margin: 7px 0;
  }

  .card-body p {
    text-align: left;
  }

  .about-mian-wrapper {
    padding: 0;
  }

  .banner img {
    border-radius: 15px;
  }

  .sticky .logo img {
    width: 107px;
  }

  .card-body {
    padding: 0;
  }

  .highlights {
    margin: 0;
  }

  .highlights-bg {
    display: none;
  }

  .highlight-left {
    padding: 11px 0px;
  }

  .highlight-right {
    padding-left: 0;
    padding: 11px 0px;
  }

  .highlight-left h4 {
    font-size: 16px;
  }

  .highlights {
    padding: 13px 18px;
  }

  .about-main {
    background: #fff;
    padding: 20px 0;
  }

  .subscribe span::after {
    position: absolute;
    content: "+";
    top: -5px;
    color: #9abc38;
    font-size: 31px;
  }

  .flight-search input {
    width: 100%;
  }

  .owl-carousel .owl-item img {
    height: auto;
  }

  .arr-dep-wrapper {
    width: 100%;
  }

  .flight-search-wrapper {
    position: relative;
    width: 100%;
  }

  .arr-dep {
    padding: 15px;
  }

  .bb-sec {
    text-align: left;
    margin-bottom: 13px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 40px;
    margin: 12px 0px;
  }

  .bb-sec img {
    float: left;
    width: 38px;
    padding: 8px;
    border-radius: 7px;
  }

  .bb-sec span {
    float: none;
    margin-left: 9px;
    position: relative;
    top: 6px;
  }

  .flight-charting-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .flight-search-form {
    float: left;
    width: 100%;
    margin-bottom: 32px;
  }

  .chart-header {
    margin-bottom: 6px;
    margin-top: 20px;
  }

  .flight-span {
    text-align: center;
    padding: 0px 0px;
  }

  .chart-bg {
    padding: 10px 15px;
  }

  .chart-arr-dep-wrapper {
    width: 58%;
  }

  .invet-ul {
    right: 0;
  }

  .invest-click {
    right: 0;
  }

  .invest-contact-sec {
    padding-left: 10px;
  }

  .lf-shape-txt p {
    color: #000;
  }

  .fac-btm-left {
    padding-left: 0;
  }

  .lf-shape-txt {
    position: relative;
    top: 0;
    left: 0;
    max-width: initial;
  }

  .lf-shape {
    display: none;
  }

  .la-shape-content {
    position: relative;
    margin-top: 0;
  }

  .meet-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .meet-greet-list {
    background: #002156;
    padding: 15px;
  }

  .custom-main {
    padding: 15px 0 35px 14px;
  }

  .imm-req .immigration-list ul li {
    width: 100%;
    padding-right: 0;
  }

  .immigration-graphic {
    display: none;
  }

  .health-top-left {
    margin-top: 0;
  }

  .health-second-row {
    position: relative;
    margin-top: 0;
  }

  .health-list-sec {
    margin-top: 0;
    padding-left: 0;
  }

  .health-bottom-right-wrapper {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .health-bottom-right {
    padding: 12px;
  }

  .history-right-img {
    padding: 45px 45px 25px 45px;
    left: 0;
  }

  .history-left-img {
    right: 0;
  }

  .history-right-img img {
    right: 0;
    width: 100%;
  }

  .history-right-img span {
    padding-left: 0;
  }

  .history-left-img img {
    left: 0;
    width: 100%;
  }

  .history-left-img {
    background: #002156;
    padding: 45px 45px 25px 45px;
  }

  .history-left-img span {
    color: #fff;
    padding-left: 0;
  }

  .abt-row4 span {
    width: 50%;
    float: left;
    padding: 0 20px;
  }

  .abt-row4 img {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .event-table table tr td {
    font-size: 15px;
  }
  .event-table table{
    margin-bottom: 10px;
  }
  .film-top-contents {
    padding: 0;
    padding-bottom: 30px;
  }
  .ul-box-film {
    margin-right: 0;
    margin-top: 30px;
  }
  .arff-contents {
    padding: 20px;
  }
  .medical-contents {
    background-image: none;
  }
  .departures span {
    font-size: 15px;
  }

  .arrival span {
    font-size: 15px;
  }

  .viewall span {
    margin-right: 10px;
  }

  .clock-room-wrapper {
    padding-bottom: 76px;
  }
  .baggage--bx {
    padding: 20px;
  }
  .baggage-lft-contents h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .tariff--bx {
    padding-top: 0;
  }
  .sec-top-txt {
    padding: 10px 13px;
  }

  .tr-link {
    position: relative;
    margin-top: 0;
  }

  .sec-btm-content {
    padding: 23px 15px 0 15px;
  }

  .tabil-content-box {
    padding-left: 0;
  }

  .inrbtm-contact {
    font-weight: bold;
    position: relative;
    bottom: 41px;
    padding-left: 0;
    left: 25px;
  }

  .inrbtm-contact-number {
    font-size: 17px;
  }

  .self-drop-showdo {
    padding: 15px 15px 9px 15px !important;
  }

  .transpotation-img-lastchiled {
    margin-top: 0;
  }

  .tr-anchor span {
    font-size: 19px;
    font-weight: bold;
  }

  .prohibited-table tr td {
    font-size: 12px;
    padding-left: 26px;
    text-align: left;
  }

  .prohibited-table tr td::before {
    margin-left: 0;
    margin-top: 0;
    left: 6px;
  }

  .prohibited-headerbg {
    background: #002156;
    margin-top: 40px;
    padding: 11px 0 1px;
  }

  .security-top {
    padding: 9px;
  }

  .invest-click {
    display: block;
  }

  .table-responsive {
    display: block !important;
  }

  .invest-click span {
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  .lounge-main {
    padding: 30px 15px;
  }

  .lounge-right-h6 {
    position: absolute;
    right: 16px;
    top: 18px;
  }

  .invest-box-w {
    padding: 30px 25px 25px;
    width: 1;
  }

  .lounge-right-h6 h6 {
    font-size: 15px;
  }

  .lounge-ofer-sec p {
    margin-left: 0;
    margin-top: 16px;
  }

  .lounge-ofer-sec h6 {
    font-size: 18px;
  }

  .lounge-ofer-sec ul {
    margin-top: 17px;
  }

  .lounge-ofer-sec ul li {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .lounge-offer-right h6 {
    font-size: 19px;
  }

  .l-slider-div {
    padding-left: 0;
    margin-top: 25px;
  }

  .lounge-offer-right {
    padding-left: 0;
  }

  .btnflight {
    margin-top: 5px;
  }

  .navcontainer {
    padding: 0 19px;
  }

  .sidenav a {
    font-size: 15px;
  }

  .know-cial-bg {
    padding-bottom: 45px;
  }

  .sidenav h6 {
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 5px;
  }

  .banner-bottom-sec-right {
    padding-left: 0;
    padding: 0;
  }

  .Diversification-border {
    border: 1px solid #0b0b0b;
    padding: 35px 0;
  }

  .Diversification-sec {
    border-radius: 50px;
  }

  .banner-text h1 {
    color: #000;
    font-size: 22px;
    margin-top: 5px;
  }

  .bb-sec {
    text-align: left;
    margin-bottom: 13px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    border-radius: 40px;
    margin: 12px 0px;
  }

  .bb-sec img {
    float: left;
    width: 38px;
    padding: 8px;
    border-radius: 7px;
  }

  .bb-sec span {
    float: none;
    margin-left: 9px;
    position: relative;
    top: 10px;
  }

  .main-container {
    padding: 0 15px;
  }

  .banner-bottom-sec {
    padding: 0px 18px;
    margin: 40px 0 15px;
  }

  .banner {
    margin-top: 5px;
    padding: 15px 16px 0;
  }

  /* sharath */
  .phone-btn-box {
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
    z-index: 99;
  }

  .sub-banner {
    margin-top: 0;
    padding-top: 0;
  }

  .sub-phone-btn {
    padding-top: 50px;
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .phone-btn-box li {
    padding: 0 5px;
  }

  .staf-teco h3 {
    font-size: 16px;
  }

  /* sharath-end */
  .main-header h1 {
    font-size: 25px;
  }

  .main-header span {
    font-size: 16px;
  }

  .facilities {
    padding: 8px 14px;
  }

  marquee {
    float: left;
    width: 76%;
  }

  .footer-btm-link ul li {
    float: left;
    margin: 0;
  }

  .subscribe-input {
    margin-top: 0;
  }

  .all-addres h5 {
    font-size: 19px;
  }

  .arr-dep {
    padding: 15px;
  }

  .banner-slider .item {
    padding: 0px 0 0;
  }

  .banner-bottom-sec-left {
    float: left;
    width: 96%;
  }

  .m-45 {
    margin-top: 0px;
  }

  .know-cial-sec {
    width: 50%;
    margin-top: 20px;
  }

  .chart-arr-dep-wrapper {
    width: 100%;
  }

  .flight-date-wrapper {
    float: left;
    margin-left: 0px;
  }

  .inner-bannert-text {
    position: absolute;
    right: 0;
    top: 22px;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: center;
  }

  .grivance-inner {
    padding-right: 0;
  }

  .gr-prphic-top {
    width: 100px;
  }

  .meet-left {
    padding-left: 0;
  }

  .card-container {
    padding: 20px 2px;
  }

  .imm-card {
    padding: 20px 15px;
  }

  .gr-regd {
    padding: 30px 20px 30px 20px;
  }

  .gr-graphic-bottom {
    width: 100px;
  }

  .grivance-card {
    padding: 14px;
    float: left;
  }

  .grivance-wrapper h6 {
    font-size: 14px;
    padding-right: 67px;
  }

  .gr-w {
    margin-top: 30px;
    display: block;
    width: 100%;
    float: left;
  }

  .gr-w img {
    margin-bottom: 19px;
    float: left;
  }

  .gr-w span {
    font-size: 14px;
    float: left;
    width: 80%;
  }

  .gr-w p {
    margin-left: 39px;
    font-size: 14px;
  }

  .tr-txt {
    padding: 15px 14px 0;
  }

  .bringing p {
    padding: 15px 12px;
  }

  .pl-left-contnet {
    padding-left: 30px;
  }

  .fpro-address-card {
    padding: 23px 10px;
  }

  .im-service-header {
    width: auto;
  }

  .imm-req span {
    text-align: center;
    padding: 10px 9px;
  }

  .history-left {
    padding-right: 0;
  }

  .gallerymainAllBgSec {
    padding: 0;
    clear: both;
  }

  .galleryDiv1Float {
    padding: 0;
  }
}

@media (max-width: 565px) {
  .arff-contents h5 {
    font-size: 17px;
  }
  .helpdesk--bx {
    padding: 0;
  }
  .departures {
    margin-right: 0px;
  }

  .banner-bottom-sec-left {
    float: left;
    width: 93%;
  }

  .team-card {
    background: #f4f7f6;
    display: block;
    float: left;
    width: 100%;
  }

  .team-card {
    text-align: center;
  }

  marquee {
    float: left;
    width: 56%;
  }

  .tab a {
    font-size: 18px;
  }

  .flight-searchbox-erapper {
    margin: 27px 0 0;
  }

  .flight-search-form {
    margin-bottom: 20px;
  }

  .chart-header {
    font-size: 14px;
  }

  .flight-span {
    text-align: center;
    padding: 0px 0px;
    font-size: 13px;
  }

  .abt-row4 span {
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 20px;
  }

  .abt-row4 img {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }

  .history-right-img {
    padding: 19px;
  }

  .history-left-img {
    padding: 19px;
  }
  .hospital-path {
    width: 90%;
  }
  .hospital-path {
    width: 90%;
    left: 39px;
    bottom: -23px;
  }
  .awrd--contents p {
    text-align: justify;
  }
}
@media (max-width: 600px) {
  .rescu ul li {
    display: block;
    border-right: none;
    padding: 0;
  }
  .arff-contents {
    padding: 20px;
    padding-bottom: 10px;
  }
  .ul-box-film {
    margin-top: 20px;
  }
  .film-contents {
    padding-bottom: 20px;
  }
  .ul-box-film span {
    display: block;
    border-right: none;
  }
}
@media (max-width: 340px) {
  .bb-sec span {
    float: none;
    margin-left: 0;
    font-size: 12px;
  }

  .bb-sec img {
    float: left;
    width: 34px;
  }

  .chart-header {
    font-size: 13px;
  }

  marquee {
    float: left;
    width: 50%;
  }
}
