a,
a:hover,
a:active,
a:visited {
  all: unset;
  cursor: pointer;
}

* {
  font-family: dm sans;
}

.no-marg {
  margin: 0 !important;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}

hr.light {
  border-color: #fff;
  opacity: 0.2;
}

#banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 600px;
  background: url("../img/2150578046.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  padding-bottom: 30px;
}

#banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(26deg, #03061e 10%, transparent);
}

#banner .head {
  position: relative;
  margin-top: 70px;
  display: inline-block;
  width: 100%;
}

#banner .head h3 {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

#banner .head h3 span {
  font-size: 53px;
  font-weight: 100;
}

#banner .search {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

#banner .search .input_group {
  padding: 0;
}

#banner .search .input {
  width: calc(100% - 160px);
  border: none;
  background: #fff;
  min-height: 50px;
  border-radius: 3px;
  padding: 12px;
  padding-left: 15px;
}

#banner .search .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  min-height: 50px;
  background: linear-gradient(45deg, #000000, #001726);
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #3f3c3c;
}

#nav {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

#nav ul {
  position: relative;
  display: block;
  width: auto;
  padding: 0px;
  list-style: none;
  margin: 0;
  float: left;
  padding-left: 30px;
}

#nav ul li {
  float: left;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 0px;
  color: #323348;
  margin-left: 15px;
  cursor: pointer;
  font-family: dm sans;
  font-weight: 700;
}

.logo {
  position: relative;
  display: block;
  width: 160px;
  height: 52px;
  background: url("../img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  z-index: 999;
}

#nav .button {
  background: #33a35d;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 9px;
  margin-top: 9px;
  text-align: center;
}

#nav .search_icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: url("../img/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.heading h3 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 700;
}

.heading h4 {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}

ul.social_media {
  list-style: none;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-left: -5px;
}

ul.social_media li {
  position: relative;
  width: 13px;
  height: 13px;
  float: left;
  margin: 0px 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

ul.social_media li.facebook {
  background-image: url("../img/icons/facebook.svg");
}

ul.social_media li.twitter {
  background-image: url("../img/icons/twitter.svg");
}

ul.social_media li.linkedin {
  background-image: url("../img/icons/linkedin.svg");
}

#footer {
  border-top: 1px solid #ccc;
  margin-top: 100px;
  padding: 50px 0px;
}

#footer .logo {
  display: block;
  float: none;
}

#footer .heading {
  text-align: left;
}

#footer ul.social_media {
  margin-top: 30px;
  display: block;
}

#footer .gutter {
  padding: 0px 20px;
}

.icons_payments {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.icons_payments li {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.5);
}

.icons_payments li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#bannerSearch {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  z-index: 9;
}

#bannerSearch .pills {
  list-style: none;
  padding: 0;
}

#bannerSearch .pills {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  padding-left: 15px;
}

#bannerSearch .pills li {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 7px 30px;
  padding-top: 10px;
  background: rgb(211 211 211);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: -15px;
  padding-left: 30px;
  box-shadow: 10px 3px 8px -7px rgb(0 0 0 / 35%);
  color: #1c1c1e;
  cursor: pointer;
}

#bannerSearch .pills li:nth-child(1) {
  z-index: 5;
}

#bannerSearch .pills li:nth-child(2) {
  z-index: 4;
}

#bannerSearch .pills li:nth-child(3) {
  z-index: 3;
}

#bannerSearch .pills li.active {
  box-shadow: 7px 2px 7px 0px rgb(0 0 0 / 30%);
  color: #ffffff;
  z-index: 9;
  background-color: rgb(131 131 131 / 29%);
  backdrop-filter: blur(5px);
}

#bannerSearch .tabContent {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(131 131 131 / 29%);
  backdrop-filter: blur(5px);
  z-index: 9;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 15px;
  border-top: 0;
  box-shadow: 0px 14px 20px 5px rgb(0 0 0 / 71%);
}

.flightSearchBar .tripType {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.flightSearchBar .tripType li {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .tripType li .checkEffect {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.flightSearchBar .tripType li .checkEffect::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  display: none;
}

.flightSearchBar .tripType li.selected .checkEffect::after {
  display: block;
}

.flightSearchBar .searchBox {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
}

.flightSearchBar .searchBox .fields,
.flightSearchBar .searchBox .stops {
  position: relative;
  display: block;
  float: left;
}

.flightSearchBar .searchBox .stops {
  width: 58%;
}

.flightSearchBar .searchBox .inputBoxWrapper.stop {
  width: 50%;
}

.flightSearchBar .searchBox .fields.inputs {
  width: calc(100% - 62px);
}

.flightSearchBar .searchBox .fields.searchBtn {
  width: 62px;
}

.flightSearchBar .searchBox .inputBoxWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 2px;
  float: left;
}

.flightSearchBar .searchBox .inputBoxWrapper.stop:nth-child(3) .inputBox {
  padding-left: 17px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper.stop:nth-child(3)
  .inputBox
  .inner {
  width: calc(100% - 17px);
  left: 17px;
}

.flightSearchBar .searchBox .inputBoxWrapper.dates,
.flightSearchBar .searchBox .inputBoxWrapper.passengers,
.flightSearchBar .searchBox .inputBoxWrapper.email {
  width: 21%;
}

.flightSearchBar .searchBox .stops .connector {
  position: absolute;
  top: calc(50% - 35px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 3px solid #2a2a31;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.7em;
  color: #2a2a31;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-size: 16px;
}

.flightSearchBar .searchBox .stops .connector.rotated {
  transform: rotate(180deg);
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 0px 5px;
  cursor: text;
  padding-left: 3px;
}

.flightSearchBar .searchBox .inputBoxWrapper.dates .inputBox,
.flightSearchBar .searchBox .inputBoxWrapper.passengers .inputBox {
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  font-size: 16px;
  color: #34394f;
  z-index: 1;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .title {
  position: absolute;
  top: 4px;
  left: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #18224b;
  z-index: 1;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  word-spacing: 0.6px;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 45px;
  padding-left: 23px;
  background: none;
  font-size: 14.5px;
  color: #222;
  text-overflow: ellipsis;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .value {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 45px;
  padding-left: 25px;
  background: none;
  font-size: 14px;
  color: #222;
  line-height: 45px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .inner
  .value.placeholder {
  color: #7e7e7e;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .inner .input:focus {
  outline: none;
}

.flightSearchBar .searchBox .fields.searchBtn .button {
  height: 60px;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #ffffff26;
  border-radius: 3px;
  background: #00334d;
}

.flightSearchBar .searchBox .fields.searchBtn.mobile {
  display: none;
}

.flightSearchBar .searchBox .fields.searchBtn .button .icon {
  position: relative;
  display: inline-block;
  width: 24px !important;
  height: 24px;
  background: url("../img/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72%;
  top: 4px;
  left: initial !important;
  filter: grayscale(1) invert(1);
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 315px;
  min-height: 70px;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  box-shadow: 6px 6px 12px -4px rgb(0 0 0 / 35%);
  border-radius: 7px;
  overflow: auto;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu.active {
  display: block;
  z-index: 99;
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox .resultMenu .option {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px;
  padding-left: 28px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option {
  padding-left: 48px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option
  .icon {
  left: 28px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option.title {
  padding-left: 28px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .metroGroup
  .option.title
  .icon {
  left: 8px;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option.selected {
  background: #e9f4fd;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.airport {
  background-image: url("../img/marker.svg");
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.multiairport {
  background-image: url("../img/marker.svg");
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu
  .option
  .icon.metroairport {
  background-image: url("../img/arrow-turn-down-right.svg");
}

.flightSearchBar .searchBox .inputBoxWrapper .inputBox.active {
  border: 2px solid #03a9f4;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu.calendarMenu {
  transform: translateX(-50%);
  width: auto;
}

.flightSearchBar hr {
  opacity: 0.2;
  margin: 15px 0;
}

.flightSearchBar
  .searchBox
  .inputBoxWrapper
  .inputBox
  .resultMenu.travellerMenu {
  right: 0;
  left: initial;
}

.travellerMenu .travellerType {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.travellerMenu .travellerType::after {
  content: "";
  display: table;
  clear: both;
}

.travellerMenu .travellerType .title {
  position: relative;
  width: auto;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #242631;
}

.travellerMenu .travellerType .title .subtitle {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  text-transform: capitalize;
}

.travellerMenu .travellerType .controls {
  position: relative;
  display: block;
  width: auto;
  float: right;
  text-align: center;
}

.travellerMenu .travellerType .controls .control {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: #2196f3;
  text-align: center;
  line-height: 28px;
  float: left;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #bbd6eb;
  cursor: pointer;
}

.travellerMenu .travellerType .titleText {
  font-size: 15px;
  font-weight: 500;
  color: #242631;
  text-transform: capitalize;
}

.travellerMenu .travellerType .controls .value {
  width: 32px;
  position: relative;
  display: block;
  height: 32px;
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #292c35;
}

.travellerMenu .buttonWrapper {
  padding: 15px;
}

.travellerMenu .buttonWrapper .button {
  padding: 8px;
  border: 2px solid #94a5e5;
}

.flightSearchBar .preferences {
  position: relative;
  display: block;
  width: 100%;
}

.flightSearchBar .preferences .checkbox {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  padding-left: 27px;
  cursor: pointer;
  user-select: none;
}

.flightSearchBar .preferences .checkbox::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.flightSearchBar .preferences .checkbox::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  width: 10px;
  height: 5px;
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  display: none;
}

.flightSearchBar .preferences .checkbox.active::after {
  display: block;
}

.flightSearchBar .preferences .checkbox.active::before {
  background-color: #ffc107;
}

.flightSearchBar .preferences .classDropDown {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  user-select: none;
}

.flightSearchBar .preferences .classDropDown .selected {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 16px;
  padding-right: 23px;
  cursor: pointer;
}

.flightSearchBar .preferences .classDropDown .title {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.flightSearchBar .preferences .classDropDown .icon {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 9px;
}

.flightSearchBar .preferences .classDropDown .dropMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  border-radius: 5px;
  padding: 0;
  box-shadow: 6px 6px 12px -4px rgb(0 0 0 / 35%);
  overflow: hidden;
}

.flightSearchBar .preferences .classDropDown .dropMenu.active {
  display: block;
}

.flightSearchBar .preferences .classDropDown .dropMenu li {
  white-space: nowrap;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #656565;
}

.flightSearchBar .preferences .classDropDown .dropMenu li:hover {
  background-color: #f2f4ff;
}

.flightSearchBar .preferences .classDropDown .dropMenu li.selected {
  background-color: #ccd1e7;
}

/* #deals */
#deals {
  padding: 40px 0px;
}
#deals .places .box {
  position: relative;
  display: block;
  background-image: url(../img/2150578046.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: top right;
  height: 180px;
  width: 96%;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 11px;
  overflow: hidden;
}
#deals .places .box:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0000005e;
}
#deals .places .box .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
}
#deals .places .box h3 {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
}
#deals .places .box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #fffffffc;
  text-transform: capitalize;
}
#deals .places .box span {
  color: #e9f246;
  font-size: 25px;
  font-weight: 700;
}
#deals .content {
  text-align: center;
  padding-right: 20px;
  margin-bottom: 40px;
}
#destination h2,
#deals .content h2,
#airways .header h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 18px;
  text-transform: capitalize;
  margin: auto;
  padding-left: 19px;
}
#deals .content p,
#airways .header p {
  font-size: 19px;
  padding-left: 4%;
  font-weight: 300;
  color: #000000de;
  padding-bottom: 20px !important;
}

/* airways */

#airways {
  padding: 25px 0px;
}

#airways .header h2 {
  text-align: center;

  padding: 0;
}

#airways .header p {
  text-align: center;

  padding: 10px 15%;

  padding-bottom: 35px;
}

#airways .box {
  position: relative;
  display: block;
  background-image: url(../img/airways/img1.jpeg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center top;
  height: 400px;
  width: 90%;
  margin: auto;
  margin-bottom: 13px;
  border-radius: 12px;
  color: #fff;
}

#airways .box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(357deg, #000000d9, transparent);
  border-radius: 12px;
}

#airways .box .info {
  position: absolute;
  bottom: 0;
  padding: 0px 15px;
}

#airways .box .info h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

#airways .box .info p {
  padding: 6px 0;
  font-size: 15px;
  padding-right: 13%;
}

#airways .box .info button {
  background: #02071e;
  padding: 7px 30px;
  top: 13px;
  position: relative;
  font-size: 15px;
  border-radius: 20px;
}

/* features */
#features {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .head {
  position: relative;
  display: block;
  padding: 10px;
}

#features .head h1 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#features .head h1 .bold {
  font-weight: 300;
}

#features .head p {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgb(255 255 255 / 70%);
  letter-spacing: 0.5px;
  margin-top: 20px;
  word-spacing: 3px;
  font-family: dm sans;
}

#features .button_pane {
  margin-top: 20px;
}

#features .button_pane .button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  margin-top: 12px;
}

#features .header {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-left: 20px;
  text-align: center;
  padding-bottom: 30px;
  border-right: 1px solid rgb(0 0 0 / 22%);
}

#features .header .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}

#features .header h1 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.25px;
}

#cta {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 20px;
  border-radius: 12px;
  text-align: center;
  background: url("../img/14206.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 22px;
  overflow: hidden;
}

#cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #010f1af0;
}

#cta .head {
  position: relative;
  z-index: 1;
}
#cta .head h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
#cta .head p {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}

#cta .head .button {
  padding: 12px 40px;
  font-size: 17px;
  background: #4caf50;
  border-radius: 40px;
  margin-top: 15px;
}

/* contact */
#contact_us_page {
  min-height: 50vh;
  padding-bottom: 100px;
}

.heading_page {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: url(../img/14206.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px;
  margin-top: 45px;
}

.heading_page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #010f1af0;
}

.heading_page .inner {
  position: relative;
  z-index: 1;
}

.heading_page h3 {
  font-size: 44px;
  font-family: dm sans;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 5px;
  color: #ffffff;
  letter-spacing: 2px;
  word-spacing: 3px;
}

.heading_page p {
  font-size: 17px;
  font-family: dm sans;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 5px;
  word-spacing: 3px;
  color: #d9d9d9;
}

#contact_us_page .infobox {
  margin-top: 50px;
}

#contact_us_page .map {
  width: 100%;
  min-height: 500px;
}

#contact_us_page .infobox .item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px;
  padding: 60px 20px;
  background: #f9f9f9;
  padding-bottom: 20px;
  text-align: center;
}

#contact_us_page .infobox .item.sec {
  background: #ffffff;
}

#contact_us_page .infobox .icon {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0f1538;
}

#contact_us_page .infobox .icon span {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact_us_page .infobox .icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px dashed #0f1538;
  border-radius: 50%;
}

#contact_us_page .infobox .item h3 {
  font-size: 12px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: dm sans;
  letter-spacing: 1px;
  color: #80849a;
}

#contact_us_page .infobox .item p {
  font-size: 14px;
  color: #6d6d6d;
}

#contact_us_page .form {
  width: 100%;
  padding: 25px;
  min-height: 500px;
  background: #161515;
}

#contact_us_page .form .heading {
  margin-bottom: 30px;
}

#contact_us_page .form .heading h3 {
  font-family: dm sans;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

#contact_us_page .form .input_group {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 12px;
}

#contact_us_page .form .input_group label {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-weight: 200;
  font-size: 11px;
  top: -7px;
  left: 0px;
}

#contact_us_page .form .input_group .input {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px;
  border: none;
  background: #2b2c31;
  color: #fff;
  border-radius: 3px;
}

#contact_us_page .form .input_group .button {
  position: relative;
  display: block;
  width: 100%;
  background: #429d45;
  border: none;
  min-height: 40px;
  border-radius: 3px;
}
/* contact */

#about_about {
  position: relative;
  display: block;
  background: #f5f5f5;
  min-height: 400px;
  width: 100%;
  padding-bottom: 60px;
}

#about_about::after {
  content: "";
  position: absolute;
  background: url("../img/parrot-png-16816.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
  width: 200px;
  bottom: -85px;
  left: 0;
}

#about_about .content {
  position: relative;
  display: block;
  padding: 35px;
  margin-top: 100px;
}

#about_about .content h3 {
  position: relative;
  display: block;
  font-family: dm sans;
  font-weight: 800;
  font-size: 35px;
  color: #42444a;
  margin: 0;
  line-height: 1.2em;
}

#about_about .content p {
  position: relative;
  display: block;
  font-family: dm sans;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  margin: 0;
  margin-top: 10px;
}

#about_about .content p span {
  display: block;
}

#about_about .box {
  position: relative;
  display: block;
  background: #00121a;
  min-height: 70px;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  margin-bottom: 2px;
}

#about_about .box .box_content {
  position: relative;
  display: block;
  padding-left: 82px;
}

#about_about .box .box_content .icon_wrapper {
  position: absolute;
  display: block;
  left: -10px;
  top: 0px;
}

#about_about .box .box_content .icon {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

#about_about .box .box_content .icon img {
  position: relative;
  display: block;
  height: 55%;
  width: 55%;
  top: 16px;
  left: 17px;
  opacity: 1;
  filter: grayscale(1) invert(1);
}

#about_about .box .box_content h3 {
  position: relative;
  display: block;
  font-family: dm sans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 22px;
}

#about_us {
  position: relative;
  display: block;
  width: 100%;
  min-height: 450px;
  background: #03121a;
  color: #fff;
  padding: 30px;
  margin-top: 75px;
}

#about_us .head {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
}

#about_us .head .small_title {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 4px;
}

#about_us .head .small_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 85px;
  background: #fff;
}

#about_us .head h3 {
  font-size: 22px;
  line-height: 1.3em;
  margin-top: 32px;
  font-weight: 200;
}

#about_us .content {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  padding-top: 83px;
}

#about_us .content p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 35px;
}

#about_page_heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

#about_page_heading h3 {
  font-size: 37px;
}
#about_page_heading p {
  font-size: 17px;
}

#nav .toggle_icon {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 30px;
  display: none;
  cursor: pointer;
}

#nav .toggle_icon i {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 12px;
  transition: all 0.2s ease-in;
}

#nav .toggle_icon i:nth-child(1) {
  top: 8px;
}
#nav .toggle_icon i:nth-child(2) {
  top: 16px;
}
#nav .toggle_icon i:nth-child(3) {
  top: 24px;
}

#nav .toggle_icon.active i:nth-child(1) {
  transform: translate(0px, 7px) rotate(45deg);
}
#nav .toggle_icon.active i:nth-child(2) {
  opacity: 0;
}
#nav .toggle_icon.active i:nth-child(3) {
  transform: translate(0px, -9px) rotate(-45deg);
}

#popup {
  position: fixed;
  top: 5px;
  left: 5px;
  right: 5px;
  z-index: 99999999999;
  text-align: center;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: 6px 11px 10px #0000008c;
  overflow: hidden;
  display: none;
  user-select: none;
}

#popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../img/icons/close.png");
  z-index: 99;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#popup .logo {
  float: none;
  display: inline-block;
}

#popup p {
  color: #104d7d;
}

#popup h3 {
  font-size: 28px;
  font-weight: 300;
  color: #247127;
}

#popup .content {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 75px;
}

#popup .content .image {
  position: relative;
  display: inline-block;
  width: 100px;
  background: url("../img/low-view-female-passenger-listening-music.jpg");
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

#popup .content ul {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
}

#popup .content ul li {
  position: relative;
  display: block;
  padding: 12px;
  background: #dddddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: calc(50% - 8px);
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}

#popup .content ul li span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  margin-bottom: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#popup .button {
  position: absolute;
  bottom: -1px;
  display: block;
  left: -1px;
  right: -1px;
  background: linear-gradient(45deg, #3c5b19, #070c29);
}

#popup .button .content {
  margin: 0;
}

#popup .button .content p {
  color: #fff;
}

#popup .button .content h3 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

#section_popup {
  position: relative;
  display: none;
  width: 100%;
  z-index: 9999;
  background: #fff;
  user-select: none;
}

#section_popup .header {
}

#section_popup .content {
  text-align: center;
}

#section_popup .content .icon {
}

#section_popup .content ul.services {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}

#section_popup .content ul.services li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
}

#section_popup .content ul.services li .inner {
  padding: 12px 0;
  background: linear-gradient(330deg, #b7cbdb, #ffffff);
  margin: 5px 0;
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid #8bb5cf;
  font-size: 14px;
  text-align: left;
}

#section_popup .content ul.services li .icon {
  position: absolute;
  top: 21px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_popup .content ul.features {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
}

#section_popup .content ul.features li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 5px;
}

#section_popup .content ul.features li .inner {
  position: relative;
  display: block;
  background: linear-gradient(45deg, #cdc4dd, transparent);
  text-align: center;
  padding: 12px 0;
  border-radius: 10px;
  border: 1px solid #564671;
}

#section_popup .content ul.features li .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#section_popup .content ul.features li .text {
}

#section_popup .content .no_hold_cta {
  text-align: center;
}

#section_popup .content .image {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../img/customer_service.png");
  background-position: -32px 5px;
  background-repeat: no-repeat;
  background-size: 145px;
  border-radius: 50%;
  border: 3px solid #483b5f;
}

#section_popup .content h4 {
  font-size: 20px;
  padding: 0px 25px;
  margin: 0;
  color: #212121;
  font-weight: 700;
}

#section_popup .content h3.heading {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(23deg, #2f273f, #604f83);
  margin: 0;
  margin-top: 0px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}

#section_popup .content p {
  font-size: 25px;
  margin: 5px 0px;
  color: #8d3a20;
}

.blink {
  animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#section_popup .content .outrow {
  font-size: 17px;
  padding: 15px 10px;
  color: #333333;
}

.call_button {
  position: relative;
  display: block;
  width: 100%;
  background: #04081e;
  padding: 15px 1px;
}

.call_button .icon {
  position: absolute;
  top: 15px;
  left: 32px !important;
  width: 50px !important;
  height: 50px;
  background: url("../img/icons/phone-call.png");
  filter: invert(1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.call_button .text {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 90px;
  text-transform: capitalize;
}

.call_button .text h3 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-top: 0;
}

.call_button .text p {
  font-size: 25px !important;
  color: #fff !important;
  margin: 0 !important;
  margin-top: 5px !important;
  font-weight: 800;
}

.call_button.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.call_button .animated_icon {
  background-image: url("assets/img/call.gif");
  background-size: 138px;
  filter: invert(0);
  width: 100px !important;
  height: 100px !important;
  top: -5px;
  left: 4px !important;
}

#bottom_call_button {
  display: none;
}

#section_popup .content .services_icon {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("../img/icons/train.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  margin-top: 15px;
  border: 3px solid #30273e;
  border-radius: 50%;
  border-bottom-color: transparent;
  margin-bottom: -20px;
}

@keyframes rotate-shake {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-12deg);
  }
  30% {
    transform: rotate(12deg);
  }
  45% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(12deg);
  }
  75% {
    transform: rotate(-12deg);
  }
  90% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.rotate-shake {
  display: inline-block;
  animation: rotate-shake 0.6s ease-in-out infinite;
  transform-origin: center center;
}

.call_button.call_now .icon {
  filter: invert(0);
  background-image: url("../img/phone.gif");
}

.call_button {
  position: relative;
  display: flex;
  align-items: center; /* Vertical center */
  gap: 15px;
  width: 100%;
  background: #04081e;
  padding: 15px 20px;
  border: none;
}

.call_button .icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background: url("../img/icons/phone-call.png") center/contain no-repeat;
  filter: invert(1);
}

.call_button .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.call_button .text h3 {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.call_button .text p {
  font-size: 25px;
  color: #fff;
  margin: 5px 0 0 0;
}
