html, body {
  margin: 0px;
  padding: 0px;
  font-family: "IBM Plex Sans", sans-serif; /*font-family: "Libre Baskerville", serif;*/ overflow-x: hidden;
}
.offcanvas {
  width: 300px;
  background: #fff;
  z-index: 9999;
}
.offcanvas-header {
  border-bottom: 1px solid #ddd;
  padding: 6px 20px;
}
.offcanvas-body {
  padding: 20px;
}
.offcanvas .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer_box_main ul li a:hover {
  color: #eee28b;
}
.footer-paragraph:hover {
  color: #eee28b;
}
.footer_box_main ul li a img:hover {
  filter: grayscale(1);
}


.services_box a:hover {color: #FFF;}
.fleet_caption a:hover {    background: linear-gradient(to right,#ffb944 , #eee28b); -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;}

.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
  display: none;
  padding-left: 0;
}
.offcanvas .dropdown-menu.show {
  display: block;
}
.offcanvas .dropdown-item {
  padding: 8px 13px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.offcanvas .dropdown-item {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.top_banner_section_main {
  float: left;
  width: 100%;
  position: relative;
}
.top_banner_caption {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.gradient-border {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #eee28b, #dfa02e) 1;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}
.mobile {
  display: none;
}
.policy-title {
  font-family: "Libre Baskerville", serif;
  font-size: 20px !important;
}
.why-choose-box-4 {
  height: 216px !important;
}
.read-more:hover {
  background-image: linear-gradient(to right, #b8b8b8, #717171) !important;
  color: #FFF;
}
.cta_section_main ul li a:hover {
  background-image: linear-gradient(to right, #b8b8b8, #717171) !important;
  color: #FFF;
}
.about_us_inner_main {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.core_section_main {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.core_box {
  float: left;
  width: 100%;
  border: 1px solid #cacaca;
  padding: 18px;
  border-radius: 12px;
}
.choose-box .title {
  font-size: 21px;
}
.title3 {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title2 {
  font-size: 28px;
}
.why-choose-box {
  height: 167px !important;
}
.why-choose-box-2 {
  height: 182px !important;
  padding: 17px !important;
}
.why-choose-box-3 {
  height: 190px !important;
}
.event-box .title {
  font-size: 21px;
}
.contact_map_section {
  height: 425px !important;
}
.contact_map_section iframe {
  filter: grayscale(100%) brightness(1.1);
}
.account-section {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cta_section_main_2 ul li a {
  width: auto !important;
  padding: 0px 20px;
  text-transform: initial !important;
}
.cta_section_main_2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 17px;
}
.car-feature_box {
  float: left;
  width: 100%;
  background-color: #f3f3f3;
  padding: 18px;
  height: 187px;
  border-radius: 11px;
}
.car-feature_box img {
  width: 14px;
  position: relative;
  top: -2px;
}
.car_box_section {
  float: left;
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 35px;
  margin-top: 21px;
}
.fleet_notice_section {
  float: left;
  width: 100%;
  margin-top: 66px;
}
.car_box_section .title {
  text-align: left;
  font-size: 25px;
}
.car-right-section {
  float: left;
  width: 100%;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.car_box_section {
  letter-spacing: 1px;
}
.car-feature_box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.car_section_features {
  float: left;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.form-control::placeholder {
  color: #000;
}
.flatpickr-calendar {
  border-radius: 0;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #ebd579 !important;
  background: #ebd579 !important;
  color: #000000;
}
.ui-timepicker-standard {
 
  font-size: 1.1em;
  background-color: #FFF;
  border: 0px solid #cacaca; display: none;
  color: #222;
  margin: 0;
  padding: 0;
  border-radius: 7px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent !important;
  color: #222;
  display: block;
  padding: .2em .4em;
  text-decoration: none;
}
.desktop {
  display: block;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: transparent;
    border: 0px solid #999 !important;
    font-weight: 400;
    color: #212121;
}
.form-horizontal .read-more {
  text-decoration: none;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  display: block;
  width: 147px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  height: 39px;
  line-height: 0;
  letter-spacing: 0.6px;
  border-radius: 5px;
  border: 0;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #ecd97f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  border-color: #ecd67a;
}
.icon_right {
  position: absolute;
  top: 13px;
  right: 9px;
  opacity: 0.7;
}
.why_box {
  height: 255px;
}
.contact_left_section {
  float: left;
  width: 100%;
  border: 1px solid #cacaca;
  padding: 34px;
  border-radius: 12px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f0bc5b;
  outline: 0;
  box-shadow: none;
}
.contact_left_section h4 {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 21px !important;
  font-family: "Libre Baskerville", serif;
}
.contact_left_section h5 {
  text-transform: lowercase !important;
}
.margin-left {
  margin-left: 3px;
}
.mission_vision_section {
  margin-top: 20px !important
}
.top_banner_caption h3 {
  font-family: "Libre Baskerville", serif;
  background-image: linear-gradient(#eee28b, #f7b236);
  color: transparent;
  background-clip: text;
  background: linear-gradient(#eee28b, #f7b236);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 46px;
}
.top_banner_caption h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.core_box h3 {
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #000;
}
.core_box .paragraph {
  margin-bottom: 0px;
}
.core_section_main {
  float: left;
  width: 100%;
  margin-top: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 10px;
  display: grid;
}
.about_section_right_image {
  float: left;
  width: 100%;
}
.mission_vision_section {
  float: left;
  width: 100%;
  margin-top: 9px;
}
.core_value_section {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.core_value_section .title {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mission_section {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 30px;
  border-radius: 12px;
}
.acordian-ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.acordian-ul .paragraph {
  color: #FFF;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-button {
  font-weight: 500;
  letter-spacing: 0.8px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f0d259;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
}
.accordion-item {
  margin-top: 12px;
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #cecece !important;
}
.accordion-item .paragraph img {
  margin-right: 5px;
}
.acordian-ul li {
  line-height: 25px;
}
.inner_banner_section {
  float: left;
  width: 100%;
}
.event-box {
  background-color: #000;
  padding: 27px;
  border-radius: 10px;
}
.title2 {
  font-size: 24px !important;
}
.extra-hight {
  height: 182px !important;
}
.tour-box {
  height: 163px;
}
.tour-box2 {
  margin-top: 20px;
}
.fixed {
  position: fixed;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #eee28b, #dfa02e) 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0px 0px 114px #878787;
  /* transition: 0.5s ease; */
  margin-top: 0 !important;
}
.fixed .navbar-brand {
  position: relative;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.fixed .navbar-brand img {
  width: 140px;
}
.fixed .top_navigation_section {
  margin-top: 0 !important;
}
header {
  float: left;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  height: 120px;
}
.top_row_header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  position: relative;
  z-index: 999;
}
.top_row_header a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.corparate_chuffer .paragraph {
  text-align: left;
  line-height: 34px;
  display: inline;
  margin-right: 25px;
}
.top_row_header ul li {
  display: inline-block;
}
.navbar-brand img {
  width: 187px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #424242;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 0;
}
.nav-item {
  padding-left: 44px;
}
.nav-link:focus, .nav-link:hover {
  color: transparent;
  background-clip: text;
  background: linear-gradient(#f9dc0b, #d28b0c);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.active {
  color: transparent;
  background-clip: text;
  background: linear-gradient(#f9dc0b, #d28b0c);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  padding: 0px;
}
.dropdown-item {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 27px;
}
.top_row_header {
  float: left;
  width: 100%;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  padding: 5px 0px;
  position: relative;
}
.top_row_header:after {
  position: absolute;
  content: "";
  background: url("../images/header-patch-2.png") no-repeat;
  left: 0;
  top: -8px;
  width: 684px;
  height: 151px;
}
.inner_banner_caption {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
.inner_airport_box {
  height: 141px !important;
}
.cta_section_main_inner ul li a {
  text-decoration: none;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  display: block;
  width: auto !important;
  text-align: center;
  text-transform: initial !important;
  color: #000;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
  letter-spacing: 0.6px;
  border-radius: 5px;
  padding: 0px 27px !important;
}
.flight_monitar {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0px !important;
  justify-content: center;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  padding: 0px;
  background-color: #161616;
}
.dropdown-item {
  color: #FFF;
}
.navbar-brand {
  position: relative;
  top: -22px;
}
.top_navigation_section {
  float: left;
  width: 100%;
  margin-top: -26px;
}
.top_banner_caption .paragraph {
  width: 93%;
  margin-top: 21px;
  margin-bottom: 21px;
}
.top_banner_caption ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.top_banner_caption ul li {
  display: inline-block;
}
.top_banner_caption .read-more {
  text-decoration: none;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  display: block;
  width: auto;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  height: 41px;
  line-height: 41px;
  letter-spacing: 0.6px;
  border-radius: 5px;
  padding: 0px 28px;
}
.marquee-content div {
  font-size: 15px;
  text-transform: uppercase !important;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 0px 0px;
  border-left: 1px solid #000;
  padding-left: 36px;
}
.cta_section_main {
  float: left;
  width: 100%;
  background-color: #D3D3D3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.title {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  background-image: linear-gradient(#000, #000);
  background-image: linear-gradient(#eee28b, #f7b236);
  color: transparent;
  background-clip: text;
  background: linear-gradient(#eee28b, #f7b236);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.cta_section_main .title {
  background-image: linear-gradient(#000, #000);
  color: transparent;
  background-clip: text;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.meet_section {
  background: url(../images/meet.jpg) no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  border-top: 2px solid #000;
}
.about_section_main {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about_section_main .title span {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.about_section_main h4 {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  margin-left: 3px;
}
.marqueee_section {
  float: left;
  width: 100%;
  background: linear-gradient(to right, #eee28b, #f7b236);
  display: none;
}
.left_section h4 {
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 16px 25px;
  letter-spacing: 1px;
  font-weight: 700;
}
.left_section {
  background: linear-gradient(to right, #eee28b, #f7b236);
  float: left;
  width: 17%;
}
.right_section {
  width: 83%;
  float: left;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
  width: 100%;
  padding: 14px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services_box {
  background-color: #151515;
  padding: 22px;
  position: relative;
  border-radius: 12px;
}
.services_box h4 {
  font-size: 18px;
  color: #f6cd6f;
  letter-spacing: 1px;
  margin-top: 8px;
}
.services_box .paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 12px;
}
.services_box a {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  color: #f6cd6f;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 24px;
}
.top-four {
  height: 340px;
}
.bottom-four {
  height: 280px;
  margin-top: 20px;
}
.trust_section_main {
  float: left;
  width: 100%;
  background: url(../images/trust-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.trust_inner_section {
  margin-top: 11px;
}
.our_standard_section {
  float: left;
  width: 100%;
  background-color: #151515;
  padding: 23px 29px;
  margin-top: 18px;
  border-radius: 12px;
}
.meet_section_inner .title {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.our_standard_left ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.accouting_section_right {
  float: left;
  width: 100%;
}
.coprate_accounting_inner {
  float: left;
  width: 100%;
}
.coprate_accouting_left {
  float: left;
  width: 100%;
}
.coprate_accouting_left ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
}
.coprate_accouting_left .paragraph {
  text-align: left;
  line-height: 34px;
}
.coprate_accouting_left .title {
  font-size: 25px;
}
.coprate_accouting_left ul li img {
  margin-right: 10px;
}
.why_choose_us_section_main {
  float: left;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 54px;
}
.why_choose_section_left {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why_choose_section_left .title {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.services_section_main {
  float: left;
  width: 100%;
  background: url("../images/services-banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
}
.services_section_inner {
  margin-top: 50px;
}
.why_choose_section_box img {
  margin-bottom: 15px;
}
.why_choose_section_box h4 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.center-div {
  height: 252px;
}
.why_choose_section_box .paragraph {
  line-height: 21px;
}
.read-more {
  text-decoration: none;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  display: block;
  width: 147px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
  letter-spacing: 0.6px;
  border-radius: 5px;
}
.why_choose_section_box {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 12px;
  height: 268px;
}
.why_choose_section_left .read-more {
  margin-top: 28px;
}
.why_choose_right_section {
  float: left;
  width: 100%;
}
.our_standard_left .paragraph {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
}
.coprate_accounting_section {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 2px solid #000;
}
.coprate_accounting_section .title {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.our_standard_inner_section {
  float: left;
  width: 100%;
}
.fleet_section_main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fleet_section_main .title {
  color: #000 !important;
  background: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.fleet_box_main {
  float: left;
  width: 100%;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
}
.fleet_caption {
  float: left;
  width: 100%;
  background-color: #151515;
  padding: 20px;
}
.fleet_caption a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFF;
  background-clip: text;
  background: linear-gradient(to right, #eee28b, #ffb944);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  font-weight: 800;
}
.left-arrow {
  position: relative;
  top: -1px;
  left: 4px;
}
.fleet_caption h4 {
  background-clip: text;
  background: linear-gradient(#eee28b, #aa7317);
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  display: table-footer-group;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.fleet_box_main .paragraph {
  float: left;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px !important;
}
.meet_section_inner h3 {
  text-align: left;
}
.meet_section_inner .paragraph {
  text-align: left;
  margin-bottom: 0px;
  color: #000 !important;
  font-weight: 400;
}
.meet_section_inner {
  width: 53%;
}
.paragraph {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
.cta_section_main ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.cta_section_main ul li {
  display: inline-block;
}
.cta_section_main ul li a {
  text-decoration: none;
  background-image: linear-gradient(to right, #eee28b, #dfa02e);
  display: block;
  width: 192px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
  letter-spacing: 0.6px;
  border-radius: 5px;
}
.cta_section_main .paragraph {
  margin-top: 17px;
  margin-bottom: 27px;
  font-weight: 400;
  color: #000;
}
.our_standard_left li {
  line-height: 40px;
}
.our_standard_left li img {
  margin-right: 5px;
}
footer {
  float: left;
  width: 100%;
  background-color: #424242;
  padding-top: 50px;
  padding-bottom: 0px;
}
.footer_box_main {
  float: left;
  width: 100%;
}
.footer-paragraph {
  font-size: 15px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 300;
}
.footer-logo {
  margin-bottom: 20px;
  margin-left: 0;
  width: 72%;
}
.footer_box_main h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  text-transform: uppercase;
  background-image: linear-gradient(#eee28b, #aa7317);
  color: transparent;
  background-clip: text;
  background: linear-gradient(#eee28b, #aa7317);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.footer_box_main ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_box_main ul li {
  line-height: 32px;
}
.footer_box_main ul li a {
  font-size: 15px;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
}
.social_links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social_links li {
  display: inline-block;
  margin-right: 10px;
}
.copyright_section {
  border-top: 2px solid #f4cf67;
  margin-top: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.copyright_section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.copyright_section ul li {
  display: inline-block;
  margin-left: 15px;
}
.copyright_section_inner {
  display: flex;
  justify-content: space-between;
}
.border-right {
  border-right: 1px solid transparent;
  border-image: linear-gradient(to right, #eee28b, #ffc761) 1;
}
.padding_footer_right {
  padding-left: 20px;
}
.padding_footer_right_2 {
  padding-left: 34px;
}
.padding_footer_right_3 {
  padding-left: 35px;
}
@media(max-width:1920px) {
  .about_section_right_image_2 {
    overflow: hidden;
    height: 326px;
  }
  .about_section_right_image_2 img {
    width: 100%;
  }
}
@media(max-width:1600px) {
  .container {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
  .title {
    font-size: 32px;
  }
  .left_section {
    width: 20%;
  }
  .right_section {
    width: 80%;
  }
  .trust_inner_section .title {
    font-size: 27px;
  }
  .paragraph {
    font-size: 15px !important;
  }
  .about_top_main {
    margin-top: 13px;
  }
  .about_section_right_image_2 {
    overflow: hidden;
    height: 326px;
  }
}
@media(max-width:1440px) {
  .dropdown-item {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 27px;
  }
  .padding_footer_right {
    padding-left: 21px;
  }
  .navbar-brand img {
    width: 161px;
  }
  header {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 108px;
  }
  .why_choose_section_box h4 {
    font-size: 17px;
  }
  .title {
    font-size: 30px;
  }
  .fleet_caption h4 {
    font-size: 19px;
  }
  .coprate_accouting_left .title {
    font-size: 22px;
  }
  .left_section h4 {
    font-size: 14px;
    padding: 16px 21px;
  }
  .top_banner_caption h3 {
    font-size: 42px;
  }
  .meet_section {
    background-position: right;
  }
  .services_box h4 {
    font-size: 16px;
  }
  .services_box h4 {
    font-size: 16px;
  }
  .trust_inner_section .title {
    font-size: 23px;
  }
  .cta_section_main ul li a {
    font-size: 14px;
  }
  .top_banner_caption .read-more {
    font-size: 15px;
  }
  .car_section_features ul li {
    font-size: 15px;
  }
  .car-feature_box {
    padding: 16px;
  }
}
@media(max-width:1400px) {
  .padding_footer_right {
    padding-left: 13px;
  }
  .padding_footer_right_2 {
    padding-left: 21px;
  }
  .padding_footer_right_3 {
    padding-left: 23px;
  }
}
@media(max-width:1366px) {
  .padding_footer_right {
    padding-left: 9px;
  }
  .padding_footer_right_2 {
    padding-left: 25px;
  }
  .padding_footer_right_3 {
    padding-left: 27px;
  }
  .footer_box_main ul li a {
    font-size: 14px;
  }
}

@media(max-width:1280px) {
	
	.footer_box_main ul li a {
        font-size: 13px;
    }
	.why-choose-box {
    height: 201px;
}
	
	.contact_left_section {

    padding: 24px;

}
	    .title {
        font-size: 27px;
    }
	
	
	
}








@media(max-width:820px) {
  .arrow-size {
    display: none !important;
  }
  .nav-item {
    padding-left: 0;
  }
  header {
    height: auto;
    z-index: 9999;
  }
  .fleet_caption h4 {
    font-size: 17px;
  }
  .why_choose_section_box img {
    width: 42px;
  }
  .services_box img {
    width: 42px;
    height: 42px;
  }
  .top_banner_caption ul li:nth-child(1) {
    display: none;
  }
  .top_row_header {
    display: none;
  }
  .top_navigation_section {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .navbar-brand {
    position: relative;
    top: 0;
  }
  .navbar {
    padding: 0px;
  }
  .read-more {
    width: 141px;
    font-size: 14px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .choose-box .title {
    font-size: 18px;
  }
  .tour-box {
    height: auto;
  }
  .trust_section_main {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .why-choose-box-3 {
    height: auto !important;
  }
  .why-choose-box-2 {
    height: auto !important;
    padding: 17px !important;
  }
  .why_choose_us_section_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .why-choose-box {
    height: auto !important;
  }
  .our_standard_section {
    padding: 23px 20px;
  }
  .services_section_main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner_airport_box {
    height: auto !important;
  }
  .our_standard_left li {
    line-height: 29px;
    margin-bottom: 7px;
  }
  .title br {
    display: none;
  }
  .coprate_accouting_left .paragraph {
    line-height: 27px;
  }
  .about_section_right_image img {
    height: 100%;
    object-fit: cover;
  }
  .why_choose_section_box {
    height: auto;
  }
  .account-section .paragraph {
    text-align: left !important;
  }
  .mobile_top_margin {
    margin-top: 20px;
  }
  .mission_section {
    padding: 24px;
  }
  .core_section_main {
    float: left;
    width: 100%;
    margin-top: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    display: grid;
  }
  .mission_vision_section {
    margin-top: 15px !important;
  }
  .about_section_main {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .car-feature_box {
    height: auto;
    margin-bottom: 18px;
  }
  .car_box_section {
    padding: 24px;
  }
  .car-right-section img {
    border: 1px solid #dedede;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    border-radius: 10px !important;
  }
  .car_box_section .title {
    text-align: left;
    font-size: 21px;
  }
  .car_box_section h5 {
    font-size: 16px;
  }
  .cta_section_main ul li a {
    margin-left: 0 !important;
  }
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title {
    font-size: 24px;
  }
  .about_section_main h4 {
    font-size: 16px;
  }
  .contact_left_section h4 {
    font-size: 19px !important;
  }
  .contact_left_section {
    padding: 23px;
  }
  .contact_map_section {
    height: 419px !important;
    margin-bottom: 30px;
  }
  .cta_section_main .paragraph {
    margin-top: 17px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #000;
  }
  .cta_section_main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 27%;
  }
  footer {
    padding-top: 30px;
  }
  .padding_footer_right {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .padding_footer_right_2 {
    padding-left: 0;
  }
  .padding_footer_right_3 {
    padding-left: 0;
  }
  .footer_box_main {
    float: left;
    width: 100%;
    margin-top: 12px;
  }
  .footer_box_main ul li {
    line-height: 30px;
  }
  .footer_box_main ul {
    margin-bottom: 14px;
  }
  .copyright_section {
    margin-top: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footer-paragraph {
    font-size: 14px;
  }
  .inner_banner_section img {
    height: 170px;
    object-fit: cover;
  }
  .border-right {
    border-right: 0px solid transparent;
    border-image: linear-gradient(to right, #eee28b, #ffc761) 1;
  }
  .accordion-button {
    padding: 13px;
  }
  .corparate_chuffer .paragraph {
    ;
    display: block;
  }
  .about_section_main .title span {
    font-size: 18px;
  }
  .about_section_main h5 {
    font-size: 16px;
  }
  .extra-hight {
    height: auto !important;
  }
  .why-choose-box-4 {
    height: auto !important;
  }
  .top-four {
    height: auto;
  }
  .bottom-four {
    height: auto;
  }
  .services_box a {
    font-family: "Libre Baskerville", serif;
    font-size: 13px;
    color: #f6cd6f;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    bottom: 0;
  }
  .about_section_main h4 {
    margin-left: 0;
  }
  .why_choose_section_left .read-more {
    margin-top: 0;
  }
  .why_choose_section_left .paragraph br {
    display: none !important;
  }
  .fleet_section_main {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .fleet_box_main {
    text-align: center;
  }
  .fleet_caption {
    text-align: left;
  }
  .meet_section {
    background: none;
  }
  .meet_section_inner {
    width: 100%;
  }
  .top_banner_caption h3 {
    font-size: 27px;
  }
  .top_banner_caption h4 {
    font-size: 24px;
  }
  .top_banner_caption .paragraph {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .navbar-brand img {
    width: 120px;
  }
}
@media(max-width:768px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title {
    font-size: 24px;
  }
  .about_section_main h4 {
    font-size: 16px;
  }
  .contact_left_section h4 {
    font-size: 19px !important;
  }
  .contact_left_section {
    padding: 23px;
  }
  .contact_map_section {
    height: 419px !important;
    margin-bottom: 30px;
  }
  .cta_section_main .paragraph {
    margin-top: 17px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #000;
  }
  .cta_section_main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 27%;
  }
  footer {
    padding-top: 0;
  }
  .padding_footer_right {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .padding_footer_right_2 {
    padding-left: 0;
  }
  .padding_footer_right_3 {
    padding-left: 0;
  }
  .footer_box_main {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
  .footer_box_main ul li {
    line-height: 30px;
  }
  .footer_box_main ul {
    margin-bottom: 17px;
  }
  .copyright_section {
    margin-top: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footer-paragraph {
    font-size: 14px;
  }
  .inner_banner_section img {
    height: 170px;
    object-fit: cover;
  }
  .border-right {
    border-right: 0px solid transparent;
    border-image: linear-gradient(to right, #eee28b, #ffc761) 1;
  }
  .social_links {
    margin-bottom: 29px !important;
  }
}
@media(max-width:600px) {
  .top_banner_caption .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    height: 37px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
    padding: 0px 11px;
  }
  .read-more {
    width: 109px;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
  }
  .top_banner_caption ul {
    margin-top: 30px;
  }
  .top_banner_caption .paragraph {
    display: none;
  }
  .top_banner_caption h3 {
    font-size: 24px;
  }
  .top_banner_caption h4 {
    font-size: 20px;
  }
  .social_links {
    margin-bottom: 20px !important;
  }
  .about_section_main h4 {
    margin-left: 0;
  }
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .title {
    font-size: 22px;
  }
  br {
    display: none;
  }
  .about_section_main h4 {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .contact_left_section h4 {
    font-size: 19px !important;
  }
  .contact_left_section {
    padding: 23px;
  }
  .contact_map_section {
    height: 248px !important;
    margin-bottom: 30px;
  }
  .cta_section_main .paragraph {
    margin-top: 17px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #000;
  }
  .cta_section_main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 27%;
  }
  footer {
    padding-top: 30px;
  }
  .padding_footer_right {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .padding_footer_right_2 {
    padding-left: 0;
  }
.padding_footer_right_3 {
        padding-left: 0;
        padding-top: 0;
    }
  .footer_box_main {
    float: left;
    width: 100%;
    margin-top: 12px;
  }
  .footer_box_main ul li {
    line-height: 30px;
  }
  .footer_box_main ul {
    margin-bottom: 0;
  }
  .copyright_section {
    margin-top: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footer-paragraph {
    font-size: 14px;
  }
  .inner_banner_section img {
    height: 170px;
    object-fit: cover;
  }
  .border-right {
    border-right: 0px solid transparent;
    border-image: linear-gradient(to right, #eee28b, #ffc761) 1;
  }
  .copyright_section_inner {
    display: block;
    justify-content: space-between;
    text-align: center;
  }
  .copyright_section ul li {
    display: inline-block;
    margin-left: 0;
    margin: 6px;
    margin-bottom: 0px;
  }
  .footer_box_main h4 {
    margin-bottom: 9px;
  }
  .padding_footer_right_2 {
    margin-top: 24px !important;
  }
}
@media(max-width:480px) {
  .top_banner_caption h4 {
    font-size: 17px;
  }
  .trust_inner_section .title {
    font-size: 19px;
  }
  .mobile_cta .mobile_li {
    margin-bottom: 10px !important;
  }
  .m-margin {
    margin-bottom: 0px;
  }
  .footer_box_main {
    float: left;
    width: 100%;
    margin-top: 26px;
  }
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title {
    font-size: 18px !important;
  }
  .cta_section_main .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 35%;
  }
  .cta_section_main ul li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 168px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  .form-horizontal .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 103px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 0;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 0;
  }
  footer {
    padding-top: 16px;
  }
  .social_links li a img {
    width: 30px;
  }
  .contact_left_section a img {
    width: 27px;
  }
}
@media(max-width:414px) {
  .top_banner_caption h3 {
    font-size: 21px;
  }
  .top_banner_caption ul {
    margin-top: 18px;
  }
  .contact_left_section {
    padding: 23px 23px;
  }
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title {
    font-size: 20px;
  }
  .cta_section_main .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 35%;
  }
  .cta_section_main ul li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 168px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  .form-horizontal .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 103px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 0;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 0;
  }
  footer {
    padding-top: 0;
  }
  .social_links li a img {
    width: 30px;
  }
  .contact_left_section h4 {
    font-size: 18px !important;
  }
}
@media(max-width:390px) {
  .top_banner_caption h4 {
    font-size: 15px;
  }
  .contact_left_section {
    padding: 23px 12px;
  }
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title {
    font-size: 18px;
  }
  .cta_section_main .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 35%;
  }
  .cta_section_main ul li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 168px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  .form-horizontal .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 103px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 0;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 0;
  }
  footer {
    padding-top: 0;
  }
  .social_links li a img {
    width: 30px;
  }
  .contact_left_section h4 {
    font-size: 18px !important;
    letter-spacing: 0.5px;
  }
}
@media(max-width:375px) {
  .about_section_main {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .contact_left_section {
    padding: 23px 12px;
  }
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title {
    font-size: 18px;
  }
  .cta_section_main .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 35%;
  }
  .cta_section_main ul li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 168px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  .form-horizontal .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 103px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 0;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 0;
  }
  footer {
    padding-top: 0;
  }
  .social_links li a img {
    width: 30px;
  }
  .contact_left_section h4 {
    font-size: 18px !important;
    letter-spacing: 0.5px;
  }
}
@media(max-width:375px) {
  .about_section_main {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .form-control {
    font-size: 15px;
  }
  .contact_left_section a img {
    width: 24px;
  }
  .contact_left_section {
    padding: 23px 12px;
  }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title {
    font-size: 18px;
  }
  .cta_section_main .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
  }
  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0;
    width: 35%;
  }
  .cta_section_main ul li a {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 168px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  .form-horizontal .read-more {
    text-decoration: none;
    background-image: linear-gradient(to right, #eee28b, #dfa02e);
    display: block;
    width: 103px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    height: 36px;
    line-height: 0;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 0;
  }
  footer {
    padding-top: 0;
  }
  .social_links li a img {
    width: 30px;
  }
  .contact_left_section h4 {
    font-size: 18px !important;
    letter-spacing: 0.5px;
  }
}