.bk_conf_wrapper {
  border: 1px solid #c4c4c4;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}

.bk_confirm {
  padding: 80px 0px;
}

.bkinfo {
  max-width: 820px;
  margin: auto;
  padding: 80px 0px;
}

.bkinfo_heading {
  text-align: center;
}

.bkinfo_heading img {
  display: block;
  width: 100%;
}

.bkinfo_heading h3 {
  font-size: 48px;
  font-family: Knul, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin: 35px 0px;
}

.bkinfo_heading p {
  font-size: 18px;
  color: #353535;
  padding-left: 80px;
  padding-right: 80px;
}

.booking_main {
  display: grid;
  grid-template-columns: 1fr 300px;
  margin-top: 55px;
}

.bkmail_left_det {
  background-color: #f1f1f1;
  padding-bottom: 20px;
}

.bkm_heading {
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #d0d0d0;
}

.bkm_heading h4 {
  font-size: 20px;
  font-family: Knul, sans-serif;
  font-weight: 500;
  color: #000;
}

.bkmh_right {
  display: flex;
  column-gap: 10px;
  flex-shrink: 0;
}

.bkmh_right img {
  display: inline-block;
  width: 100px;
  flex-shrink: 0;
  height: 22px;
}

.bkm_trip_details {
  padding: 20px;
}

.bkm_trip_det_place {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.bkm_trip_det_place p {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.bkm_trip_det_place p span {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 4px 10px;
  letter-spacing: normal;
}

.arrowbkn {
  width: 35px;
  height: 20px;
  background-image: url("https://cdn.prod.website-files.com/66fa75fb0d726d65d059a42d/68821b66ec2d3139f02d4ed8_lefta.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.bkm_trip_det_time_date {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.flight-date {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  color: #000;
}

.duration {
  font-size: 18px;
  color: #000;
}

.bkm_trip_det_time_date {
  margin-top: 12px;
}

.bkm_trip_det_list:last-child {
  margin-top: 35px;
}

.bkm_trip_det_list:last-child .arrowbkn {
  background-image: url("https://cdn.prod.website-files.com/66fa75fb0d726d65d059a42d/68821b667cd9e2eccffe5687_righta.png");
}

.bkpasslist h4 {
  font-size: 20px;
  font-family: Knul, sans-serif;
  font-weight: 500;
  color: #000;
  padding: 30px 20px 20px 20px;
  border-bottom: 2px solid #d0d0d0;
}

.bkpasslist_wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.bkpassname {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.bkpassname span {
  display: block;
  width: 18px;
  height: 18px;
  border: 6px solid #000;
  border-radius: 50%;
}

.bkpassname p,
.bkpassname_mail p {
  font-size: 18px;
  color: #000;
}

.bkmain_right {
  background-image: url("https://cdn.prod.website-files.com/66fa75fb0d726d65d059a42d/68821ffb26718e51cfa57150_leafbg.png");
  background-size: 100% 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.bkmain_right_heading h4,
.bkmain_right_heading p,
.bktotal_charge h4 {
  font-size: 20px;
  font-family: Knul, sans-serif;
  font-weight: 500;
}

.bkmain_right_heading img {
  display: inline-block;
  margin: 15px 0px;
}

.bktotal_charge h3 {
  font-size: 30px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: normal;
}

.bktotal_charge {
  margin-top: 25px;
  margin-bottom: 25px;
}

.bkcost_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bkcost_list ul li {
  font-size: 16px;
  color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bkcost_list ul li span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.bkcost_list ul li:last-child {
  margin-top: 10px;
}

.bkcost_button a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: 1px solid #aeaeae;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 10px;
  margin-top: 18px;
  transition: all 0.3s ease;
}

.bkcost_button a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.homebutton {
  text-align: center;
}

.homebutton a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 15px 60px;
  margin-top: 55px;
  transition: all 0.3s ease;
}

.homebutton a:hover {
  opacity: 0.7;
}

.iconmobile {
  display: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1340px) {
  .bk_conf_wrapper {
    max-width: 56rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bk_confirm {
    padding: 45px 0px;
  }

  .bk_conf_wrapper {
    max-width: 44rem;
  }

  .bkinfo {
    max-width: 650px;
    margin: auto;
    padding: 50px 0px;
  }

  .bkm_trip_det_place p {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }

  .bkm_trip_det_place {
    align-items: flex-start;
  }

  .bkm_heading {
    flex-direction: column;
    row-gap: 8px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bk_confirm {
    padding: 45px 0px;
  }

  .bk_conf_wrapper {
    max-width: 90%;
  }

  .bk_conf_wrapper {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .bkinfo {
    padding: 25px 10px;
  }

  .icondesktop {
    display: none !important;
  }

  .iconmobile {
    display: block !important;
  }

  .bkinfo_heading h3 {
    font-size: 29px;
    line-height: 1.3;
    margin: 20px 0px;
  }

  .bkinfo_heading p {
    padding: 0;
  }

  .booking_main {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .bkm_trip_det_place p {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
  }

  .bkm_trip_det_place {
    align-items: flex-start;
  }

  .bkm_heading {
    flex-direction: column;
    row-gap: 10px;
  }

  .bkpasslist_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bkpassname_mail p {
    margin-left: 25px;
  }

  .homebutton a {
    margin-top: 25px;
    padding: 15px 35px;
  }
}

@media screen and (max-width: 576px) {
  .bk_confirm {
    padding: 45px 0px;
  }

  .bk_conf_wrapper {
    max-width: 90%;
  }

  .bk_conf_wrapper {
    border: 1px solid #c4c4c4;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  }

  .bkinfo {
    padding: 25px 10px;
  }

  .icondesktop {
    display: none !important;
  }

  .iconmobile {
    display: block !important;
  }

  .bkinfo_heading h3 {
    font-size: 29px;
    line-height: 1.3;
    margin: 20px 0px;
  }

  .bkinfo_heading p {
    padding: 0;
  }

  .booking_main {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .bkm_trip_det_place p {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
  }

  .bkm_trip_det_place {
    align-items: flex-start;
  }

  .bkm_heading {
    flex-direction: column;
    row-gap: 10px;
  }

  .bkpasslist_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bkpassname_mail p {
    margin-left: 25px;
  }

  .homebutton a {
    margin-top: 25px;
    padding: 15px 35px;
  }
}
