.payment_summary {

  border: 1px dashed #525151;
  border-radius: 30px;
  border: border-box;
}

.font-weight-0 {
  font-weight: 10;
}

.image-box {
  border-top: 1px dashed #2A4886;
  border-left: 1px dashed #2A4886;
  border-right: 1px dashed #2A4886;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: auto;
}

.checkbox-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: white;
}

.border-box {
  background: #FFF;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 58px 100px;
  margin-bottom: 50px;
}

input.larger {
  width: 30px;
  height: 30px;
}

.margin-5 {
  margin: 5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.bg-blue-text {
  color: white;
  margin-top: -85px;
  margin-bottom: 35px;
}

.padding-15 {
  padding: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.border-bottom-1px {
  border-bottom: 1px solid #dbd6d6
}

.ml-20 {
  margin-left: 20px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.fw-10 {
  font-weight: 10;
}

.summery-box {

  background: #D4DEF0;
  text-align: center;
}

.summery-bg {
  background-color: #F1F6F9;

}

.text-right {
  text-align: right;
}

.custom-select {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 0 15px;
  min-height: 52px;

  transition: .2s cubic-bezier(.165, .84, .44, 1);
}

.button.-sm {
  padding: 10px 30px;
}

.pr-0 {
  padding-right: 0px !important;
}

.border-top-1px {
  border-top: 1px solid black;
}

.ticket-card-blue-bg {
  color: white;
}

.flightLine> :first-child {
  left: 0;
  background-color: black;
}

.flightLine> :nth-child(2) {
  right: 0;
  background-color: var(--color-border);
  border: 1px solid black;
  padding: 5px;
}


.border-right-1 {
  border-right: 1px solid black;
}

.ticket-selected-btn {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.booking-summery-model-popup {
  display: none;
  position: fixed;
  z-index: 999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.booking-summery-model-popup-modal-content {

  margin: 5% auto;
  padding: 20px;
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.m-0-auto {
  margin: 0 auto;
}

.flight-img {
  width: 100%;
}

.available_vehicles .row>* {
  padding-right: 0px !important;
}

.text-dark {
  color: #000000;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-550 {
  margin-top: 550px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-300 {
  margin-bottom: 300px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pr-5 {
  padding-right: 5px;
}

.mr-20 {
  margin-right: 20px;
}


.available_vehicles {
  background: #F8FAFE;
  border: 2px solid #E2E4E8 !important;
  border-radius: 8px !important;

}


.available_hotels {
  background: #F8FAFE;
  border-top: 2px solid #e8e9eefa;
  border-right: 2px solid #e8e9eefa;
  border-bottom: 2px solid #e8e9eefa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.available_hotels li {
  font-size: 16px !important;
}

.text-secondary {
  margin-right: 20px;
}

input {
  border: 1px solid !important;

}

.text-secondary {
  color: #2A4886 !important;
}

.text-primary {
  color: #13357b !important;
}

.bg-grey {
  background-color: #4E4E4E !important;
}


.btn-group {
  display: flex;
  align-items: center;
}

.buttons {
  border: none;
  cursor: pointer;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.buttons:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-plus {
  border: none;
  cursor: pointer;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}


.form-check {
  margin-bottom: 1rem;
  display: flex;
}

.form-check input[type="checkbox"] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.4rem;
}

.form-check label {
  display: inline-block;
  vertical-align: middle;
}


.label-text {
  color: #4E4E4E;
}


#no_of_pilgrims {

  border-radius: 14px;
}

#input-date-field {
  border-radius: 14px;
  min-height: 53px;


}

.text-secondary {
  margin-right: 20px;

}

.bg-grey {
  background-color: #4E4E4E !important;
}

.btn-group {
  display: flex;
  align-items: center;
}

.buttons {
  border: none;
  cursor: pointer;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.buttons:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-plus {
  border: none;
  cursor: pointer;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.centered-text {
  text-align: center;
  padding: 5px;
}



.background {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.checked {
  color: orange;
}

.trans {
  outline-color: white;
}


.add-hotel {
  color: #4E4E4E;


}

.image-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;

}


/* .price {
  line-height: 21px;
} */

.h-43 {
  height: 43px !important;
}

.centered-text {
  text-align: center;
  padding: 5px;
}



.form-input input,
.form-input textarea {
  border: 1px solid #dddddd !important;
  border-radius: 13px !important;
}

.main-txt {
  width: 100%;
  border-top-left-radius: 6px !important;
  padding-right: 2em;

}

.main-txt h5 {
  padding-left: 0.5em;
}

.js-counter-center {

  color: #2A4886;

}


/*-----Mobile view-----------*/

@media only screen and (min-width: 280px) and (max-width: 374px) {

  .ticket-font {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: none !important;
  }

  .custom-select {

    min-height: 52px;
  }

  .desk-bbr-radius {

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .desk-btl-radius {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

  }

  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }


/* 
  .available_vehicles {
    margin: 0px 2px 15px 2px !important;

  } */

  .background {
    padding: 0 3px 0 3px;
  }

  .room_select {
    width: 95% !important;
    min-height: 35px !important;
  }

  .text-secondary {
    width: 19rem;
  }


  .location-feature li {
    font-size: 11px !important;


  }
  .select_button {
    height: 35px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 0.5rem !important;
  }

  .main-text h5 {
    font-size: 19px !important;
    margin-top: 0.2rem !important;
  }

  .plus-add-hotel {
    display: none;

  }

  .back-res {
    width: 130px;
    height: 40px;

  }

  .next-res {
    width: 172px;
    height: 40px;

  }

  .makkah-text-white {

    color: #FFFFFF;
    font-size: 1.8rem;
  }

  .mbl-htl-img {
    width: 40px;
    height: 40px;

    color: #2A4886;

  }

  .hotel-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.7em;

  }

  .mbl-available {
    display: none;
  }

  .mbl-check-in {
    display: none;
  }

  .mbl-madina {
    display: none;
  }

  .mbl-card {
    display: none;
  }

  .available-hotel {
    color: #2A4886;
  }

  .dsktp-ig {
    display: none;


  }

  /* .price {
    line-height: 14px;
  } */

  #date-range-madinah {
    margin-bottom: 1.5em !important;


  }

}
@media only screen and (min-width: 375px) and (max-width: 424px) {


  .ticket-font {
    font-size: 13px !important;
    font-weight: 200 !important;
    line-height: none !important;
  }

  .desk-bbr-radius {

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .desk-btl-radius {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;


  }

  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  /* .available_vehicles {
    margin: 0px 2px 15px 2px !important;

  } */

  .background {
    padding: 0 3px 0 3px;
  }

  .room_select {
    width: 95% !important;
    min-height: 35px !important;
  }

  .text-secondary {
    width: 19rem;
  }

  .location-feature li {
    font-size: 0.8em !important;

  }

  .select_button {
    height: 35px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 0.5rem !important;
  }


  .main-text h5 {
    font-size: 19px !important;
    margin-top: 0.2rem !important;
  }

  .plus-add-hotel {
    display: none;

  }

  .back-res {
    width: 130px;
    height: 40px;

  }

  .next-res {
    width: 172px;
    height: 40px;

  }

  .makkah-text-white {

    color: #FFFFFF;
    font-size: 1.8rem;
  }

  .mbl-htl-img {
    width: 40px;
    height: 40px;

    color: #2A4886;

  }

  .hotel-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.7em;


  }

  .mbl-available {
    display: none;
  }

  .mbl-check-in {
    display: none;
  }

  .mbl-madina {
    display: none;
  }

  .mbl-card {
    display: none;
  }

  .available-hotel {
    color: #2A4886;
  }

  .dsktp-ig {
    display: none;


  }

  #date-range-madinah {
    margin-bottom: 1.5em !important;


  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {

  .ticket-font {
    font-size: 13px !important;
    font-weight: 200 !important;
    line-height: none !important;
  }

  .desk-bbr-radius {

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .desk-btl-radius {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;


  }

  /* .price {
    line-height: 1.5em;
  } */



  .btn-group {
    flex-direction: column;
    align-items: stretch;
  }
/* 
  .available_vehicles {
    margin: 0px 2px 15px 2px !important;

  } */

  .background {
    padding: 0 3px 0 3px;
  }

  .room_select {
    width: 95% !important;
    min-height: 35px !important;
  }

  .text-secondary {
    width: 19rem;
  }

  .location-feature li {
    font-size: 0.738em !important;

  }


  .select_button {
    height: 35px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 0.5rem !important;
  }

  .main-text h5 {
    font-size: 19px !important;
    margin-top: 0.2rem !important;
  }

  .plus-add-hotel {
    display: none;

  }

  .back-res {
    width: 130px;
    height: 40px;

  }

  .next-res {
    width: 172px;
    height: 40px;

  }

  .makkah-text-white {

    color: #FFFFFF;
    font-size: 1.8rem;
  }

  .mbl-htl-img {
    width: 40px;
    height: 40px;

    color: #2A4886;

  }

  .hotel-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.7em;


  }

  .mbl-available {
    display: none;
  }

  .mbl-check-in {
    display: none;
  }

  .mbl-madina {
    display: none;
  }

  .mbl-card {
    display: none;
  }

  .available-hotel {
    color: #2A4886;
  }

  .dsktp-ig {
    display: none;


  }

  #date-range-madinah {
    margin-bottom: 1.5em !important;


  }

}

/*-------------Tablet media Queries-------------------*/

@media only screen and (min-width: 768px) and (max-width: 819px) {

  .pr-btn p {
    font-size: 14px !important;
  }

  .desk-bbr-radius {

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .desk-btl-radius {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;


  }


  .hotel-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.7em;


  }

  .mbl-htl-img {
    width: 40px;
    height: 40px;

    color: #2A4886;

  }

}


@media only screen and (min-width: 820px) and (max-width: 1023px) {


  .pr-btn p {
    font-size: 14px !important;
  }

  .desk-bbr-radius {

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .desk-btl-radius {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;


  }


  .hotel-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.7em;


  }

  .mbl-htl-img {
    width: 40px;
    height: 40px;

    color: #2A4886;

  }

}



@media only screen and (min-width: 1024px) and (max-width: 1439px) {

  .ticket-font {
    font-size: 13px !important;
    font-weight: 200 !important;
  }

  .pr-btn p {
    font-size: 11px !important;
  }


  .location-feature li {
    font-size: 0.7em !important;
  }

  /* .price {
    line-height: 1.5em;
  } */


}


/*-----dont touch-------*/
@media (max-width: 575.98px) {

  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}



/* mobile css media query start here */
@media only screen and (max-width: 992px) {
  .border-box {
    padding: 37px 50px;
    box-shadow: none;
  }

  .mt-30-mbl {
    margin-top: 30px;
  }

  .desktop-image {
    visibility: hidden;
  }

  .mbl-image {
    visibility: visible;
  }

  .mbl-m-left {
    margin-left: 10px;
  }

  .mbl-p-l-30 {
    padding-left: 30px;
  }

  .mbl-p-l-20 {
    padding-left: 20px;
  }

  .mbl-p-t-30 {
    padding-top: 30px;
  }

  .mbl-m-right {
    margin-right: 10px;
  }

  .mbl-padding-l {
    padding-left: 0px;
  }

  .mbl-margin-top-5 {
    margin-top: 5px;
  }

  .mbl-font-size-14 {
    font-size: 14px;
  }

  .mbl-font-size-18 {
    font-size: 18px;
  }

  .mbl-padding-l-r {
    padding: 5px 42px !important;
  }

  .mbl-p-l-r-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .mbl-text-center {
    text-align: center;
  }

  .f-img-desk {
    display: none;
  }

  .f-img-mbl {
    display: block;
  }

  .mbl-width-100 {
    max-width: 100%;
  }

  .mbl-text-align-left {
    text-align: left;
  }

  .mbl-text-align-right {
    text-align: right;
  }


  .border-radius-hotel-img-mobile {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 200px;
  }

  .available_hotels {
    border-left: 2px solid #e8e9eefa;
    background: none;
  }

  .text-20 {
    font-size: 16px !important;
  }

  .text-26 {
    font-size: 22px !important;
  }

  .ml-20-mobile {
    margin-left: 20px !important;
  }

  .b-summary-d {
    display: block;
  }

  .desk-s-box {
    display: none;
  }

}


@media only screen and (min-width:992px) {
  .mt-30-d {
    margin-top: 30px;
  }

  .service-tab-bg {
    color: white;
    border-top-left-radius: 30px;
  }

  .border-box-visa {
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(1, 19, 60, 0.08);
    /* padding: 20px; */

    margin-bottom: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .desktop-image {
    visibility: visible;
  }

  .mbl-image {
    visibility: hidden;
  }

  .desk-btl-radius {
    border-top-left-radius: 30px;
  }

  .desk-btr-radius {
    border-top-right-radius: 30px;
  }

  .desk-bbl-radius {
    border-bottom-left-radius: 30px;
  }

  .desk-bbr-radius {
    border-bottom-right-radius: 30px;
  }

  .desk-ml-20 {
    margin-left: 0px;
  }

  .p-30-d {
    padding: 0px 30px;
  }

  .p-t-40-d {
    padding-top: 40px !important;
  }

  .p-t-28-d {
    padding-top: 28px !important;
  }

  .desk-text-center {
    text-align: center;
  }

  .f-img-desk {
    display: block;
  }

  .f-img-mbl {
    display: none;
  }

  .border-radius-hotel-img-desktop {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .ml-10-desktop {
    margin-left: 10px !important;
  }

  .ml-20-desktop {
    margin-left: 20px !important;
  }

  .ml-45-desktop {
    margin-left: 45px !important;
  }

  .pt-50-desktop {
    padding-top: 50px !important;
  }

  .pt-20-desktop {
    padding-top: 20px !important;
  }

  .b-summary-d {
    display: none;
  }

  .desk-s-box {
    display: block;
  }
}


@media (max-width: 575.98px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .book-detail {
    font-size: 1.25874rem;
    text-align: center;

  }

  .button.-sm {
    padding: 10px 26px;
  }

}

@media only screen and (max-width: 575.98px) {

  .visa-label span {
    display: none;

  }

  .visa-label:after {

    content: 'Explore, Prepare, and Commence Your Umrah';
    font-size: 1rem;
    font-weight: 500;

  }

  .make-your-custom {

    font-size: 20px;
    font-weight: 600;
  }

  .select-service {

    font-size: 19px;

  }

}

.container-swap {
  display: flex;

}

.bttn {
  width: 100%;
  margin: 20px;
  transition: transform 0.5s ease;
}

.top-to-bottom {
  order: 2;
}

.bottom-to-top {
  order: 1;
}


@media only screen and (max-width: 992px) {
  .container-swap {
    flex-direction: column-reverse;
  }


  .mbl-view-summry-margin {
    margin: 10px;
  }

  .mrgin-next-btn {
    margin-left: 10px;
  }

}

@media only screen and (min-width: 767.98px) {
  .border-right-desktop {
    border-right: 2px solid #E2E4E8 !important;
  }

}

@media only screen and (max-width: 767.97px) {
.mbl-border-top{
  border-top: 3px solid #E2E4E8 !important;

}

.hide-br-tag {
  display: none;
}

.margin-trash{
margin-top: 20px;
}

}