@font-face {
  font-family: "tt_normsmedium";
  src: url("../fonts/ttnorms-medium.woff2") format("woff2"),
    url("../fonts/ttnorms-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "tt_normsregular";
  src: url("../fonts/ttnorms-regular.woff2") format("woff2"),
    url("../fonts/ttnorms-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
}

.font-family-normsreg {
  font-family: "tt_normsregular";
}

.font-family-normsmd {
  font-family: "tt_normsmedium";
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-house-door-fill::before {
  content: "\f422";
  color: #1e5799;
}

.bi-telephone-forward::before {
  content: "\f5b6";
  font-size: 32px;
}

.bi-chat-dots::before {
  content: "\f24a";
  font-size: 32px;
}

.bi-envelope::before {
  content: "\F32F";
  font-size: 32px;
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-geo-alt::before {
  content: "\f3e8";
  font-size: 32px;
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
  color: #1e5799;
}
.bi-alarm::before {
  content: "\f102";
}

.bi-facebook::before {
  content: "\f344";
  font-size: 30px;
  color: #fff;
}

.bi-twitter::before {
  content: "\f5ef";
  font-size: 30px;
  color: #fff;
}

.bi-youtube::before {
  content: "\f62b";
  font-size: 30px;
  color: #fff;
}
.bi-star-fill::before {
  content: "\f586";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-list::before {
  content: "\F479";
  font-size: 30px;
}
.phone-btn .bi-telephone-forward::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f5b6";
  font-size: 20px;
  color: #fff;
  padding: 10px;
  border-radius: 50rem;
  background-color: #e51c1c;
}
* {
  margin: 0px;
  outline: none;
  padding: 0px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #5a5a5a;
  font-family: "tt_normsregular";
  font-size: 17px;
  line-height: 25px;
  font-variant-ligatures: no-common-ligatures;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-family: "tt_normsmedium";
  color: #000;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

h4,
h5,
h6 {
  font-size: 20px;
  line-height: 26px;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  color: #282828;
}

::-webkit-input-placeholder {
  color: #282828;
}

:-moz-placeholder {
  color: #282828;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #282828;
}

:-ms-input-placeholder {
  color: #282828;
}

.text-purple {
  color: #5950a1 !important;
}
.border-black {
  border: 1px solid #000000;
}

/***
=================================================
    Header
=================================================
 ***/

header nav .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-family: "tt_normsmedium";
  border-bottom: 1px solid #636363;
  transition: all 0.5s;
}

header {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15) !important;
}

header .phone {
  padding-left: 25px;
  background: linear-gradient(to bottom, #ee1f1f 0%, #bd0d0d 100%);
}

header .phone::before {
  position: absolute;
  content: "\f5b6";
  top: 8px;
  left: 0;
  font-size: 20px;
  font-family: bootstrap-icons !important;
}

header .phone span {
  font-size: 18px;
  line-height: 24px;
}

.fixed-top {
  animation-name: moveHeader;
  animation-duration: 2s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 99999;
}

@keyframes moveHeader {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* header .nav-item .nav-link:before,
header .nav-item .nav-link:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  transition: all 1s;
} */

/* header .nav-item .nav-link:hover:before,
header .nav-item .nav-link:hover:after {
  width: 100%;
} */

header .nav-item .nav-link:hover {
  color: #444398 !important;
}

header .phone small {
  font-size: 12px;
  line-height: 18px;
}

header .navbar .navbar-toggler-icon {
  background-image: url(../images/download.svg) !important;
}

header .navbar .navbar-toggler {
  border-color: transparent;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/***
=================================================
    Banner
=================================================
 ***/

.form-control:focus {
  box-shadow: none;
}
.tab-content .font-family-normsmd {
  color: #a9b0b9;
  font-size: 17px;
}
.tab-content #pickupdate {
  color: #212529;
}
.tab-content label {
  color: red;
  font-size: 14px;
}
.banner a img {
  margin-right: 10px;
  margin-bottom: 5px;
}

.banner .tab-content .tab-pane {
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
  background: #e9e9e9;
}

/* .banner .tab-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} */

.ui-timepicker-standard a {
  font-size: 16px;
  color: #2c3e50;
  font-family: "tt_normsregular";
}
.banner form .error {
  color: red;
  font-size: 14px;
  line-height: 20px;
}
.conatct-detail .btn {
  max-width: 232px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  /* background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #3e4095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#bfbfbf', GradientType=0); */
}
.banner .nav-tabs {
  border-bottom: 3px solid #000000;
  height: 65px;
  border-radius: 10px 10px 0 0;
}

.banner form .form-control {
  font-size: 14px;
  color: #2c3e50;
  font-family: "tt_normsmedium";
  border-bottom: 1px solid #d3d3d3 !important;
  font-variant-ligatures: no-common-ligatures;
  background-color: transparent;
}
.banner form .form-control::placeholder {
  color: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(55%);
}

.banner .tab-content .card-header {
  /*    background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #3e4095 100%);
        background: -webkit-linear-gradient(top, #1e5799 0%, #3e4095 100%);
        background: linear-gradient(to bottom, #1e5799 0%, #3e4095 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#3e4095', GradientType=0);*/
}

.banner .list-group .list-group-item {
  padding-left: 35px !important;
  font-size: 18px;
  line-height: 30px;
}

/* .banner .form-group:after {
    position: absolute;
    content: "\f3e8";
    color: #a0a0a0;
    top: 30px;
    right: 0;
    font-family: bootstrap-icons !important;
} */

/* Radial Out */
/* .hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
} */

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: #000 !important;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select,
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(
    .valid-tooltip
  ):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
/* .webp .areas {
    background-image: url("../images/dots.webp");
}

.no-webp .areas {
    background-image: url("../images/dots.jpg");
} */
.areas .place a {
  background-color: #e5f2ff !important;
}
/* Bullets */
.bullets {
  background-color: #ededed;
  /* border-bottom: 1px solid #dee2e6; */
}
.bullets .list-group-flush .list-group-item:before {
  position: absolute;
  content: "\F280";
  top: 8px;
  left: 5px;
  font-family: bootstrap-icons !important;
  color: #3f3e8d;
  font-size: 20px;
}
.bullets .list-group {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .bullets .list-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bullets .list-group .list-group-item.border-end {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .bullets .list-group .list-group-item.border-end {
    border-right: none !important;
  }
}

/***
=================================================
    Welcome
=================================================
 ***/

.welcome article p {
  line-height: 28px;
}

.welcome article .list-inline .list-inline-item a {
  font-size: 20px;
  line-height: 26px;
}

.welcome .card {
  max-width: 320px;
  content: "";
  bottom: 25px;
  left: 35px;
  box-shadow: 0 0 40px rgba(0 0 0 / 20%);
  border-radius: 10px;
}
/* .content-copy {
    background-image: linear-gradient(#e6ebff 10%, #f3f3f3) !important;
} */
.content-copy {
  /* background-image: url("../images/pattern-5.png"); */
}
#content ul li {
  padding: 5px 0;
}
#content .phone-btn small {
  font-size: 17px;
  line-height: 23px;
  display: block;
  padding-left: 30px;
}
.hvr-bounce-in {
  animation: key1 0.8s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}
/***
=================================================
    WHAT WE OFFER
=================================================
 ***/

.we-offer p {
  font-size: 16px;
  line-height: 22px;
}

/* .we-offer .card img {
  left: 0;
  -webkit-animation: movebounce 3s linear infinite;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
} */

/***
=================================================
    Euro Chauffeurs Services
=================================================
 ***/

.euro-services {
  background-color: #ededed;
  padding: 50px 0px 60px;
}

/* .euro-services a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(72, 70, 153, 0.7) !important;
  z-index: 1030;
  border-radius: 7px !important;
  transition: all 1s;
} */

.euro-services a:hover:after {
  /* width: 100%; */
}

.euro-services a figure figcaption {
  bottom: -50px;
  left: 0;
  /* transition: all 1s; */
}

.euro-services a:hover figure figcaption {
  /* bottom: 50%;
  z-index: 9999;
  transform: translateY(50%); */
}

.euro-services a figure figcaption h4 {
  border-radius: 0 0 11px 11px;
}

.euro-services figure img {
  border-radius: 11px;
}

.euro-services a:hover figure figcaption h4 {
  /* color: #fff !important; */
  /* background: transparent !important; */
}

/***
=================================================
    Take Your Call
=================================================
 ***/

.take-call:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.webp .take-call {
  background-image: url("https://www.mondelinktravel.co.uk/images/take-your-call.webp");
}

.no-webp .take-call {
  background-image: url("https://www.mondelinktravel.co.uk/images/take-your-call.jpg");
}

.take-call {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-position: center;
}

/***
=================================================
   Popular Services
=================================================
 ***/
/* .popular figure.image {
  display: inline-block;
  position: relative;
} */

/* .popular figcaption {
  color: white;
  padding: 1em 0.9em;
  position: absolute;
  text-align: left;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #000);
} */

.popular h5 {
  font-size: 18px;
  line-height: 24px;
}

/* .popular .nav-link {
    background: #959595;
    background: -moz-linear-gradient(top, #959595 0%, #a8a2a2 100%);
    background: -webkit-linear-gradient(top, #959595 0%, #a8a2a2 100%);
    background: linear-gradient(to bottom, #959595 0%, #a8a2a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#a8a2a2', GradientType=0);
    font-size: 18px;
}

.popular .nav-link:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #3e4095 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #3e4095 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #3e4095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#3e4095', GradientType=0);
} */
/***
=================================================
   What They’re Saying First Try
=================================================
 ***/
.reviews {
  background-color: #ededed;
}

.reviews .card .media-body small {
  color: orange;
}

.reviews .owl-dots {
  display: none;
}

/***
=================================================
   Why Choose
=================================================
 ***/

.content img {
  padding: 10px;
  border: 2px solid #ededed;
}

.content picture:before {
  bottom: -5px;
  left: -5px;
}

/* .content picture:before,
.content picture:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: #ededed;
  z-index: -1;
} */

.content picture:after {
  top: -5px;
  right: -5px;
}

.content p a {
  font-family: "tt_normsmedium";
}
.content h3 strong,
.content h4 strong,
.content h5 strong,
.content h6 strong {
  font-weight: normal;
}

/***
=================================================
   Our Luxury Fleets
=================================================
 ***/

.our-fleet .card .card-body ul {
  list-style: disc;
  color: #000;
}

.our-fleet .card .card-body ul li {
  list-style: none;
}

.our-fleet .card .card-body ul li small {
  color: #958d8d;
  font-size: 14px;
}

/***
=================================================
   Gallery
=================================================
 ***/

.text-red {
  color: #f43734;
}

.gallery .nav-link {
  font-size: 22px;
  line-height: 28px;
}

.gallery .nav-link:hover {
  color: #f43734;
}

.gallery .nav-link {
  max-width: 190px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #3e4095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1f1f', endColorstr='#bd0d0d', GradientType=0);
}
.popular button {
  max-width: 190px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #3e4095 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #3e4095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1f1f', endColorstr='#bd0d0d', GradientType=0);
}

/* The Image container */
.img-hover-zoom {
  height: 300px;
  overflow: hidden;
}

.img-hover-zoom--colorize img {
  transition: transform 0.5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

/***
=================================================
  Have a Questions?
=================================================
 ***/

.contact .card .bi {
  width: 60px;
  height: 60px;
}

.bg-purple {
  background-color: #5f54a3 !important;
}

/***
=================================================
   Footer
=================================================
 ***/

.text-light-gray {
  color: #eee !important;
}

footer {
  background-color: #5f54a3;
}
.whats-app {
  position: fixed;
  width: 45px;
  bottom: 70px;
  right: 15px;
  z-index: 999999;
  border: 3px solid #63d960;
  border-radius: 50rem;
  background: #fff;
  padding: 2px;
}
#button::after {
  content: "\f115";
  font-family: bootstrap-icons !important;
  color: #fff;
  font-size: 22px;
  vertical-align: -webkit-baseline-middle;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:hover {
  cursor: pointer;
}
#button {
  display: inline-block;
  background-color: #504e4e;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 24px;
  position: fixed;
  bottom: 22px;
  right: 17px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* .hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
} */

.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/***
=================================================
   Footer Copy
=================================================
 ***/

.footer-copy .list-inline .list-inline-item {
  font-size: 16px;
  line-height: 22px;
}

.footer-copy .list-inline .list-inline-item a {
  font-size: 16px;
  line-height: 22px;
}
footer .list-group-item:last-child {
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
}

/***
=================================================
   Contact us
=================================================
 ***/

.webp .banner-utility {
  background-image: url("https://www.mondelinktravel.co.uk/images/banner-utility.webp");
}

.no-webp .banner-utility {
  background-image: url("https://www.mondelinktravel.co.uk/images/banner-utility.png");
}

.conatct-detail form .form-control {
  border: 1px solid #d8d8d8 !important;
  font-variant-ligatures: no-common-ligatures;
  height: 50px;
}
.conatct-detail .error {
  color: red;
  font-size: 15px;
  line-height: 21px;
}
.modal-backdrop {
  z-index: 1;
}
.modal {
  z-index: 99;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

/***
=================================================
   Responsive
=================================================
 ***/

@media screen and (min-width: 360px) {
  header .phone span {
    font-size: 17px;
    line-height: 23px;
  }
  header .phone {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 15px;
  }
  header .phone::before {
    position: absolute;
    content: "\f5b6";
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 18px;
  }
  header .logo,
  footer .logo {
    width: 100px;
  }
  .banner .whatsapp-btn {
    border: 2px solid #63d960;
    color: #fff;
    font-weight: 600;
    width: 100%;
    font-size: 22px !important;
    /* max-width: 268px !important; */
    height: 50px !important;
    line-height: 35px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    background: #25d366 !important;
  }
  .banner .btn {
    max-width: 260px;
    height: 50px;
    border: 2px solid #d5d5d5;
    line-height: 50px;
    font-size: 18px;
    background: #dfdfdf;
  }
  .banner .for-online-booking {
    color: #000000;
  }
  .banner .list-group .list-group-item {
    padding-left: 35px !important;
    font-size: 16px;
    line-height: 28px;
  }
  header .phone small {
    font-size: 11px;
    line-height: 17px;
  }
  header .nav-item .nav-link:before {
    left: 0;
    bottom: 0px;
    border-top: 0px;
  }

  header .nav-item .nav-link:after {
    right: 0;
    top: 0px;
    border-bottom: 0px;
  }
  .content-copy #contents h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .questions .card .bi {
    width: 50px;
    height: 50px;
  }
  .bi-geo-alt::before {
    content: "\f3e8";
    font-size: 25px;
  }
  .bi-telephone-forward::before {
    content: "\f5b6";
    font-size: 25px;
  }
  .bi-chat-dots::before {
    content: "\f24a";
    font-size: 25px;
  }
  .reviews .card {
    border-radius: 0px;
    /* min-height: 360px; */
  }
  .google-icon {
    width: 40px !important;
    height: 39px !important;
    background: #e7e8f5;
    padding: 5px;
    border-radius: 25px;
  }
  .our-fleet img {
    width: 200px;
  }
  .banner a img {
    width: 25px;
  }
  .whats-app img {
    width: 44px;
  }
  #button,
  .whats-app {
    right: 10px;
  }
  .thanks img {
    width: 110px;
  }
  .webp .banner,
  .no-webp .banner {
    background-image: none !important;
  }

  .banner h1 {
    color: #000 !important;
  }

  .banner .list-group .list-group-item {
    color: #000 !important;
  }
  .banner {
    background-color: #f9f9f9;
    padding: 16px 0px;
  }
  .banner .list-group .list-group-item:before {
    position: absolute;
    color: #999999;
    content: "\f26a";
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
  }
  .banner .d-flex {
    flex-wrap: wrap !important;
  }
  #content .phone-btn {
    width: 200px;
    bottom: -10px;
    right: -8px;
    border: 2px solid #e51c1c;
    background-color: #fff;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
@media screen and (min-width: 414px) {
  .content picture:before {
    bottom: -5px;
    left: 2px;
  }
  .content picture:after {
    top: -5px;
    right: 2px;
  }
}
@media screen and (min-width: 480px) {
  header .logo,
  footer .logo {
    width: 130px;
  }
  .banner .list-group .list-group-item {
    padding-left: 35px !important;
    font-size: 18px;
    line-height: 30px;
  }

  .content picture:before {
    bottom: -5px;
    left: 65px;
  }
  .content picture:after {
    top: -5px;
    right: 65px;
  }
  .our-fleet img {
    width: 240px;
  }
  .banner .d-flex {
    flex-wrap: nowrap !important;
  }
  .banner .btn {
    max-width: 210px;
    height: 50px;
    border: 2px solid #d5d5d5;
    line-height: 50px;
    font-size: 18px;
    background: #dfdfdf;
  }
}
@media screen and (min-width: 576px) {
  header .phone span {
    font-size: 18px;
    line-height: 24px;
  }
  header .phone {
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
  }
  header .phone::before {
    position: absolute;
    content: "\f5b6";
    top: 13px;
    left: 10px;
    color: #fff;
    font-size: 18px;
  }
  header .logo,
  footer .logo {
    width: 130px;
  }

  .questions .card .bi {
    width: 60px;
    height: 60px;
  }
  .bi-geo-alt::before {
    content: "\f3e8";
    font-size: 32px;
  }
  .bi-telephone-forward::before {
    content: "\f5b6";
    font-size: 32px;
  }
  .bi-chat-dots::before {
    content: "\f24a";
    font-size: 32px;
  }
  .reviews .card {
    /* border-radius: 0px 50px 0px 50px; */
    /* min-height: 360px; */
  }
  .content picture:before {
    bottom: -5px;
    left: 65px;
  }
  .content picture:after {
    top: -5px;
    right: 65px;
  }
  #button {
    right: 17px;
  }
  .whats-app {
    right: 15px;
  }
  .thanks img {
    width: 160px;
  }
  .banner h1 {
    color: #fff !important;
  }
  .banner .list-group .list-group-item {
    color: #fff !important;
  }
  .banner .for-online-booking,
  .banner .modal-btn {
    color: #ffffff;
  }
  .content-copy #contents h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f3f3f3;
  }
  .banner {
    padding: 42px 0px;
  }
  .webp .banner {
    background-image: url("https://www.mondelinktravel.co.uk/images/banner.webp") !important;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .no-webp .banner {
    background-image: url("https://www.mondelinktravel.co.uk/images/banner.jpg") !important;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .banner .list-group .list-group-item:before {
    position: absolute;
    color: #fff;
    content: "\f26a";
    top: 0;
    left: 0;
    font-family: bootstrap-icons !important;
  }
  .banner,
  .banner-utility {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    /* padding-top: 150px !important;
    padding-bottom: 150px !important; */
  }
  .banner:after,
  .banner-utility:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  /* .banner .whatsapp-btn {
        border: 2px solid #fff;
    } */
  #content .phone-btn {
    width: 200px;
    bottom: -10px;
    right: -8px;
    border: 2px solid #e51c1c;
    background-color: #fff;
    transform: none;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  header .phone {
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
  }
  header .logo,
  footer .logo {
    width: 150px;
  }
  header .phone small {
    font-size: 12px;
    line-height: 18px;
  }

  header .phone span {
    font-size: 22px;
    line-height: 22px;
  }

  /* header .phone::before {
        top: 12px;
        font-size: 28px;
    } */
  /* header .phone::before {
        top: 15px;
        font-size: 20px;
        left: 13px;
    } */
  header .phone::before {
    position: absolute;
    content: "\f5b6";
    top: 13px;
    left: 10px;
    color: #fff;
    font-size: 20px;
  }
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .banner {
    padding: 17px 0px;
  }
  .banner .whatsapp-btn {
    border: 2px solid white !important;
    color: #fff;
    font-weight: 600;
    font-size: 26px !important;
    max-width: 268px !important;
    height: 55px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    line-height: 40px !important;
    background: #25d366 !important;
  }
  .banner .list-group .list-group-item {
    font-size: 20px;
    line-height: 32px;
  }

  /* .we-offer .card:after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    background-color: #e6e6e6;
    height: 100%;
    width: 1px;
  } */

  .we-offer .col-lg-3:last-child .card:after {
    background-color: transparent;
  }

  .welcome .card {
    bottom: 70px;
  }
  .content picture:before {
    bottom: -5px;
    left: -5px;
  }
  .content picture:after {
    top: -5px;
    right: -5px;
  }
  .our-fleet .card .card-body ul li {
    list-style: disc;
  }
  .whats-app img {
    width: 48px;
  }
}
@media screen and (min-width: 992px) {
  header nav .navbar-nav .nav-link {
    border-bottom: none;
  }

  header .phone {
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
  }

  header .phone::before {
    top: 15px;
    font-size: 20px;
    left: 13px;
    color: #fff;
  }

  header nav .navbar-nav .nav-link {
    font-size: 13px;
    line-height: 19px;
  }
  .banner {
    padding: 54px 0px;
  }

  .banner .card-header h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h1 {
    font-size: 44px;
    line-height: 50px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner .btn,
  .conatct-detail .btn {
    max-width: 268px;
    height: 55px;
    /* line-height: 55px; */
    border: 2px solid #d5d5d5;
    font-size: 21px;
  }
  header .nav-item .nav-link:before {
    left: 0;
    bottom: 0px;
    border-top: 3px solid #444398;
  }

  header .nav-item .nav-link:after {
    right: 0;
    top: 0px;
    border-bottom: 3px solid #444398;
  }
  .welcome article .list-inline .list-inline-item a {
    font-size: 24px;
    line-height: 30px;
  }

  .welcome .card {
    max-width: 369px;
    bottom: 80px;
    left: -10px;
  }

  footer .list-group .list-group-item {
    border-bottom: none !important;
  }

  .footer-copy img {
    transition: all 1.5s ease;
  }

  .footer-copy .ml-img {
    margin-left: -100px;
  }

  .footer-copy .mr-img {
    margin-right: -100px;
    float: right;
  }

  .footer-copy:hover .ml-img {
    transform: translateX(150px);
  }

  .footer-copy:hover .mr-img {
    transform: translateX(-150px);
  }

  footer .list-group .list-group-item a:hover {
    color: #fff !important;
    text-decoration: underline !important;
  }

  /* .reviews .owl-stage {
        display: flex;
    } */
}
@media screen and (min-width: 1200px) {
  header nav .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  .banner {
    padding: 135px 0px;
  }
}
