/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap"');

html, body {
  font-family: 'Lato', sans-serif;
  /*  font-family: Arial, Helvetica, sans-serif;*/
  /*font-family: 'Open Sans';*/
  /* background-color:#f1f1f1!important;*/
  font-size: 13px;
  color: #000;
  font-weight: 300;
  overflow-x: hidden;
  zoom: unset;
  background-color: #EBEEF2;
  letter-spacing:.3px;
}

/*::-webkit-scrollbar {
  width: 0;*/ /* Remove scrollbar space */
  /*background: transparent;*/ /* Optional: just make scrollbar invisible */
  /*display: none;
}*/

.scroll-container {
  overflow-y: auto;
  white-space: nowrap;
  z-index: 99;
}
.scroll-date-time {
  cursor: pointer;
  display: inline-block;
  padding: 0 0px;
  width: 50%;
}

.maincontainer {
  width: 100%;
  max-width: 432px;
  padding:0;
}
.align-middle {
  margin: auto;
  vertical-align: middle;
}
.rg-box {
  padding: 10px 0;
  background-image: linear-gradient(to bottom right, #1F7ACB, #CF9FFF);
  /*      background-image: linear-gradient(#1F7ACB, #800080);*/
  border-radius: 0 0 15px 15px;
  color: #fff;
}

.rw-box {
  padding: 15px 0;
  background: #fff;
  border-radius: 15px;
  color: #000;
  font-weight: 700;
}
.mb-55 {
  margin: 0 30px 120px;
}
.r-55 {
  margin: 30px 25px 0;
}
.disable {
  pointer-events: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.btn-noborder{
    border:none;
    box-shadow:none;
}
.img-center {
  margin: auto;
  padding: 4px 0;
}
.mgb160{
    margin-bottom:160px;
}
.mobile {
  display: none;
}
.desktp {
  display: block;
}
.popup0 {
  margin: auto auto;
  padding: 0;
  background: #fff;
  border-radius: 0 0;
  width: 385px;
  min-height: 100vh;
  position: relative;
  transition: all 5s ease-in-out;
  bottom: 0;
}
.free-bg {
  text-align: right;
  padding: 0;
  margin-bottom: -10px;
  margin-right: 20px;
  position: relative;
  z-index: 9;
}
.col-62 {
  position: relative;
  min-height: 1px;
  padding: 0px;
  display: inline-block;
  /* width:45%;*/
}
.container1 .search-bar {
  /*  background: #ffffff;*/
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 0 0;
}

  .container1 .search-bar.active {
    border-bottom: 2px solid #7158e2;
  }

  .container1 .search-bar input {
    font-size: 18px;
    /*            border: none;
                outline: none;
                padding: 5px;
                width: 400px;*/
    border-radius: 25px 0 0 25px;
  }

  .container1 .search-bar i {
    color: #7158e2;
    font-size: 25px;
  }

.container1 .list-group, .container1 .list-group2 {
  padding: 10px;
  background: white;
  border-radius: 0 0 7px 7px;
  /* display: none;*/
  max-height: 300px;
  overflow-y: hidden;
}

  .container1 .list-group li, .container1 .list-group2 li {
    list-style: none;
    background: white;
    padding: 10px;
    border-radius: 5px;
    color: #2f3542;
    cursor: pointer;
    transition: all 0.2s ease;
  }

    .container1 .list-group li:hover, .container1 .list-group2 li:hover {
      background: #dfe4ea;
    }
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #1f7acb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1f7acb;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }
.mobilemargin {
  padding-top: 50px;
}
.paddc1020 {
  padding: 15px 15px 35px;
}

.blueh {
  font-size: 13px;
  color: #1f7acb;
  font-weight: 500;
}
.grytext {
  color: #828282;
  font-size: 14px;
}
.nopaddlr {
  padding-left: 0;
  padding-right: 0;
}
.pdt0 {
  padding-top: 0px;
}
.pt3 {
  padding-top: 3px;
}

.pdb10{
    padding-bottom:10px;
}
.pdlr8 {
  padding:0 8px;
}
.pdlr0 {
  padding-left: 0;
  padding-right: 0;
}
.pdb80 {
  padding-bottom: 80px;
}
.error-item {
  color: #ea2d2d;
  font-size:11px;
}
.success-item {
  color: #44922f;
}
.premium-color {
  color:#8F35B1;
  font-size:12px;
}
.yellow12{
  color: #FFA800;
  font-size: 11px;
}
.cardType {
  font-size: 15px;
  text-transform:capitalize;
}
.font16 {
  font-size: 15px;
}
.font16t{
  font-size: 15px;
  font-weight: 700;
}
.font15{
    font-size:13px;
}
.font12 {
  font-size: 12px;
}
.font12t {
  font-size: 12px;
  font-weight: 700;
}
.gray {
  color: #828282;
 
}

.grayb {
  color: #828282;
  font-size: 13px;
  font-weight: 600;
}

.graybk {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.grayd {
  color: #828282;
  font-size: 13px;
}

.grayc {
  color: #4F4F4F;
  font-size: 13px;
}
.grays {
  color: #A8A8A8;
  font-size: 11px;
  font-weight: 300;
}

.grayh {
  color: #888;
  font-size: 50px;
  font-weight: 500;
}

.smallgray {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}

.gradiant-box {
  padding: 12px;
  height: 200px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, red, yellow);
  border-radius: 15px;
}
.graybox {
  padding: 12px;
  background: #f2f2f6;
  border-radius: 15px;
}
.box-ref {
  margin: 0;
  padding:15px 15px 35px;
  background: #000;
  color: #bdbdbd;
  border: none;
  font-weight: 700;
  font-size: 13px;
}
b {
  font-weight: 700;
}
.b {
  font-weight: 700;
}
.footer-fixed-index-img {
  position: fixed;
  left: unset;
  bottom: 0px;
  width: 453PX;
  text-align: center;
  /* background: #fff;*/
  z-index: 999;
  padding: 0;

}
.footer-fixed-index {
  position: fixed;
  left: unset;
  bottom: 0px;
  width: 453PX;
  text-align: center;
 /* background: #fff;*/
  z-index: 999;
  padding: 15px 13px 16px;
/*  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 20px 20px 0 0;*/
}
.footer-fixed-confirm {
  position: fixed;
  left: unset;
  bottom: 0px;
  width: 364PX;
  text-align: center;
  /* background: #fff; */
  z-index: 999;
  padding: 15px 13px 16px;
}
.footer-fixed-order {
  position: fixed;
  left: unset;
  bottom: 0px;
  width: 460PX;
  text-align: center;
  /* background: #fff; */
  z-index: 999;
  padding: 15px 35px 16px;
}
.btn-home {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 50PX;
  font-weight: 700;
  border-radius: 15px;
  height: 55px;
  font-size: 16px;
  background: #fff;
  color: #000;
  width: 100%;
}
.btn-confirm {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 14PX 20PX;
  font-weight: 700;
  border-radius: 15px;
  height: 55px;
  font-size: 16px;
  background: #fff;
  color: #000;
  width: 100%;
}
.selected-t {
  background: #000;
  color: #fff;
}

.btn-light-login {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  background: #fff;
  color: #000;
}
.btn-dark-login {
  /*box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;*/
  box-shadow:none;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  background: #000;
  color: #fff;
}
  .btn-dark-login:focus, .btn-dark-login:hover, .btn-dark-login.active {
    box-shadow: none;
    border:none;
    PADDING: 13PX 15PX;
    font-weight: 700;
    border-radius: 50px;
    height: 55px;
    font-size: 16px;
    background: #828282;
    color: #fff;
  }

.btn-light-home {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  background:#fff;
  color:#000;
}
  .btn-light-home:focus, .btn-light-home:hover, .btn-light-home.active {
    box-shadow: none;
    border: none;
    PADDING: 13PX 15PX;
    font-weight: 700;
    border-radius: 50px;
    height: 55px;
    font-size: 16px;
    background: #828282;
    color: #000;
  }
.btn-dark-home {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  border:#fff 1px solid;
}
  .btn-dark-home:focus, .btn-dark-home:hover, .btn-dark-home.active {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    PADDING: 13PX 15PX;
    font-weight: 700;
    border-radius: 50px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    border: #fff 1px solid;
  }
.btn-gray {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  background: #969696;
  color: #fff;
}

.btn-primary {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 13PX 15PX;
  font-weight: 700;
  border-radius: 50px;
  height: 55px;
  font-size: 16px;
  background: #000;
  color: #fff;
}

  .btn-primary:focus, .btn-primary:hover, .btn-primary.active {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
  }
.popuppaythanks {
  margin: auto auto;
  padding: 20px;
  background: #000;
  opacity: 0.7;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 5s ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
}
.popuppay2 {
  margin: auto auto;
  padding: 20px;
  background: #fff;
  border-radius: 0 0;
  width: 385px;
  min-height: 100vh;
  position: relative;
  transition: all 5s ease-in-out;
  bottom: 0;
}
.vertical-center {
  display: table-cell;
  float: none;
  vertical-align: middle;
  margin: auto;
}
.pd155{
    padding:15px 5px;
}
.pdb15 {
  padding-bottom: 15px;
}

.pdb150 {
  padding-bottom: 150px;
}
.pdb200 {
  padding-bottom: 200px;
}
.pdb250 {
  padding-bottom: 250px;
}
.pd20150 {
  padding:20px 0 150px;
}
.padd30 {
  padding: 30px;
}

.padd50 {
  padding: 50px 50px;
}
.paddb50 {
  padding-bottom: 50px;
}
.paddb100 {
  padding-bottom: 100px;
}

.mart15 {
  margin-top: 20px;
}
.pdtb10 {
  padding: 10px 0;
}
.pdtb20 {
  padding: 20px 0;
}
.pdtb30 {
  padding: 30px 0;
}
.pdtb3020 {
  padding: 30px 0 20px;
}
.pdtb40 {
  padding: 40px 0;
}
.pdtb50 {
  padding: 50px 0;
}
.pdt10 {
  padding-top: 10px;
}
.pd0{
    padding:0;
}
.pdb100 {
  padding-bottom: 100px;
}
.pdl20{
    padding-left:20px;
}
.link {
  font-size: 15px;
  font-weight: 900;
  color: #0d6efd;
  text-decoration: none;
}
.container {
  padding: 0;
}
.white {
  color: #fff;
}
.whitebg {
  background-color: #fff !important;
      padding:20px 23px 10px;
     
}
.whitebgg {
  background-color: #fff !important;
  padding: 15px 20px;

}
.card {
  background-color: #fff !important
}

.cardb {
  background-color: #fff !important;
 
}
.cardbv {
  background-color: #fff !important;
  height:100vh;
}
.cardg {
  background-color: #fff !important;
}
.card-gray {
  background-color: #f2f2f6 !important;
 height:100vh;
}
.pvb-5 {
  padding: 20px 10px 10px;
}
/*.pvbb-5 {
  padding: 1rem 2rem 0rem;
}*/
.pdlr5{
    padding:0 5px;
}
.pvb1-10 {
  padding:0 10px;
}
.pvb1-5 {
  padding: 10px;
}
.pvb2-5 {
  padding: 10px;
}

.pvd-5 {
  padding: 20px 3px 10px;
  background-color: #fff !important
}

.psd-5 {
  padding: 10px 3px;
}
.psd-3 {
  padding: 0 20px;
}
.loading {
  position: fixed;
  z-index: 999;
  left: 47%;
  /*background: rgba(0, 0, 0, 0.5);*/
  top: 37%;
}
.overlaybk {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /* background:none;*/
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  z-index: 99 !important;
}
#videobg1 {
  background: url(/assets/appicons/Mob-Wash-Fold.jpg);
  padding: 0;
  margin-bottom: 50px;
  height: 235px;
}

#videobg2 {
  background: url(/assets/appicons/mob-DryCleaning.jpg);
  padding: 0;
  margin-bottom: 50px;
  height: 235px;
}

#videobg3 {
  background: url(/assets/appicons/Mob-Wash-Iron.jpg);
  padding: 0;
  margin-bottom: 50px;
  height: 235px;
}

#videobg4 {
  background: url(/assets/appicons/Mob-Ironing.jpg);
  padding: 0;
  margin-bottom: 50px;
  height: 235px;
}

.video_overlay {
  background: rgba(0,0,0,.52) none repeat scroll 0 0;
  border: 0 none;
  height: 33vh;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.white {
  color: #fff;
}

h1 {
  color: #000;
  font-size: 2rem;
  font-weight: 900;
}

h2 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 900;
  margin-bottom:0;
}

h3 {
  font-size: 17px;
  font-weight: 700;
}
h4 {
  color: #828282;
  font-size: 14px;
  font-weight: 600;
}
.pdt7{
    padding-top:5px;
}
.mart10 {
  margin: 10px 0;
}
.mart30 {
  margin: 23px 0;
}
.itmlist {
  /*  text-align: center;
              border: 1px solid #ccc;
              border-radius: 25px;
              padding: 4px 12px;
              background: #fff !important;
              font-size: 15px;*/

  border-radius: 10px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  list-style: outside none none;
  padding: 7px 3px;
  text-align: center;
  width: 48px;
  margin-left:10px;
}

.itmlistt {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-radius: 25px;
  color: #4f4f4f;
  font-size: 13px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 125px;
  position: relative;
  padding-top: 8px;
  margin: 5px 10px 5px 0;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}



.itmlisttf {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-radius: 25px;
  color: #4f4f4f;
  font-size: 13px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  position: relative;
  padding-top: 8px;
  margin: 0 20px 0 0;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}
a {
  text-decoration: none;
}
.pdt15{
    padding-top:15px;
}
.pdt25 {
  padding-top: 25px;
}
.paddb30 {
  padding-bottom: 30px;
}
.pddt10 {
  padding-top: 10px;
}
.pddtb20 {
  padding: 20px 0;
}
label {
  font-size: 14px;
  color: #828282;
  font-weight: 300;
  padding-bottom: 4px
}

.labelb {
  font-size: 14px;
  color: #000;
  font-weight:700;
}
.form-group{
    margin-bottom:20px;
}
textarea.form-control {
  padding: 13px !important;
  margin-bottom: 15px;
  border-radius: 10px;
  height: auto;
  font-size: 15px !important;
}
/*.container{
             width:360px;
         }*/
/*.form-control {
    background: #fff !important;
    border: none;
    border-bottom: 1px solid #151515;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 0;
    border-radius: unset;
    color: #000;
}*/
.form-control {
  padding: 13px !important;
  margin-bottom: 5px;
  border-radius: 8px;
  height: 55px;
  font-size:15px;
  font-weight:500;
}

  .form-control:focus {
    color: #212529;
    background-color: #f8f8f8 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }



.overlay-turist {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
}

.popup-turist {
  margin: auto auto;
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 385px;
  min-height: 100vh;
  position: relative;
  transition: all 5s ease-in-out;
  bottom: 0;
}
.popuppaythankscard {
  margin: 200px auto auto;
  padding: 20px;
  background: #000;
  opacity: 0.7;
  border-radius: 5px;
  width: 440px;
  min-height: 100vh;
  position: relative;
  transition: all 5s ease-in-out;
  bottom: 0;
}
.referHeader {
  font-size: 14px;
  font-weight: 700;
  color: #1F7ACB;
  float: right;
}
.btn-red {
  color: #FA5D66;
  background-color: #fff;
  /*  border-color: #f85959;*/
  PADDING: 6PX 30PX 13px;
  border-radius: 20px;
  height: 35px;
  font-size: 13px;
  font-weight: 300;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  PADDING: 8PX 25PX 10px;
  border-radius: 40px;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
}

.btn-light {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  PADDING: 10PX 15PX;
  font-weight: 700;
  border-radius: 15px;
  height: 50px;
}

.btn-lightt {
  color: #000;
  border: #ccc 1px solid;
  border-radius: 12px;
  padding: 3px 12px;
  margin-top: 50px;
}

.link {
  font-size: 12px;
  text-decoration: none;
}

.linkb {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

  .linkb:hover {
    color: #000;
    font-size: 16px;
    font-weight: 700;
  }

.linkw {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

  .linkw:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

.emp-btnred {
  background: #FF0000;
  color: #fff;
  /*border-radius: 25px;*/
  padding: 2px 4px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  border: none;
}
.btnCard {
  color: #1F7ACB;
  font-size: 16px;
  font-weight: 700;
}
.emp-btnyellow {

  color: #FFA800;
  /*border-radius: 25px;*/
 
  font-size: 13px;
  font-weight: 700;
 
}
.noslot-text{
    font-weight:700;
    font-size:16px;
}
.mb-1 {
  margin-bottom: .05rem !important;
}
.pddt30 {
  padding-top: 30px;
}
.pd5020{
    padding:50px 20px;
}
.pdtb6{
    padding:6px 0;
}
.font7 {
  font-size: 7px;
}
.font11 {
  font-size: 11px;
  font-weight: 700;
}
.font13 {
  font-size: 13px;
}
.smallfont {
  font-size: 11px;
  color: #151515;
  font-weight: 300;
}
strong{
    font-weight:700;
}
.padd15 {
  padding: 15px;
}
.pdt1{
    padding-top:1px;
}
.pdt5 {
  padding-top: 5px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt200 {
  padding-top: 200px;
}
.pdt250 {
  padding-top: 250px;
}

.pdt100 {
  padding-top: 100px;
}
.pdt150 {
  padding-top: 150px;
}
.pdtb520 {
  padding: 5px 0 20px;
  
}
.item-pdl5 {
  padding-left: 5px;
  color:#4f4f4f;
}
.pdl5 {
  padding-left: 5px;
 
}
.pdt5 {
  padding-top: 5px;
}
.pdt30 {
  padding-top: 30px;
}
.pdt40 {
  padding-top: 40px;
}
.pdt50 {
  padding-top: 50px;
}
.pdb5 {
  padding-bottom: 5px;
}
.pdb35 {
  padding-bottom: 35px;
}
.pdb40 {
  padding-bottom: 40px;
}
.pdb50 {
  padding-bottom: 50px;
}
.pdb70 {
  padding-bottom: 70px;
}
.pdb20 {
  padding-bottom: 20px;
}
.red {
  color: #FF0000;
}
.orange {
  color: #D79756;
}
.pdtb16{
    padding:15px 0;
}

.gray11 {
  color: #4f4f4f;
  font-size: 12px;
}
.blue-date {
  color: #1F7ACB;
  font-size: 13px;
}
.blue1 {
  color: #1F7ACB;
}
.blue {
  color: #1F7ACB;
}
  .blue-sm {
    color: #1F7ACB;
    font-size: 10px;
  }
.line-height1{
    line-height:1;
}
.white-box {
  background: #fff;
  padding: 7px 0;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  min-height: 50px;
}
.white-box-st {
  background: #fff;
  padding: 12px 0;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  min-height: 50px;
}
.white-box-rg {
  background: #fff;
  padding: 7px 0 0;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  min-height: 50px;
}
.white-box-card {
  background: #fff;
  padding: 16px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  min-height: 50px;
  color: #4f4f4f;
}
  .white-box-card.selected {
    background: #1F7ACB;
    color: #fff;
  }
.white-box-border {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #1F7ACB;
}
.white-box-addess-summary{
  background: #fff;
  padding: 5px 0;
  border-radius: 15px;
  margin-bottom: 5px;
  border: 1px solid #e2e2e2;
  min-height: 55px;
}
.add-header{
    font-size:14px;
    font-weight:700;
}
.pdl {
  padding-left: 32px;
}

.boxs {
  /* margin: 0 0;*/
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  /* border:solid 1px #f8f8f8;*/
  border-radius: 5px;
  min-width: 27px;
}
.mgt20 {
  margin-top: 20px;
}
.mgtb20 {
  margin: 20px 0;
}
.h1orange {
  font-size: 48px;
  color: #D79756;
}
.pp-5 {
  padding: 10px 20px !important;
}
.p-5 {
  padding: 10px 15px !important;
}
/*.footer-fixed {
  position: absolute;
  bottom: 0;
  padding: 0;*/
  /* z-index: 999;
      width:100%*/
/*}*/

.card {
  min-height: 100vh !important;
}




a {
  cursor: pointer;
}
.itmlistp {
  text-align: center;
  border: none;
  border-radius: 25px;
  padding: 5px 12px;
  margin: 5px 7px 5px 0;
  background: #f2f2f6;
  font-size: 13px;
  font-weight: 500;
}
/*button {
  background-color: #eee;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: black;
  font-size: 1.2rem;
  padding: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
button:hover {
  background-color: black;
  color: white;
}*/
button:disabled {
  background-color: #eee;
  color: #aaa;
  cursor: auto;
}

.pdl5 {
  padding-left: 5px;
}
.pdl12 {
  padding-left: 12px;
}
hr {
  margin: 1.5rem 0;
}
.spd0 {
  padding: 0px 15px 0px;
  /*font-size: 17px;
    color: #828282;
    font-weight:600;*/
}
.spd20 {
  padding: 30px 15px 20px;
  /*font-size: 17px;
    color: #828282;
    font-weight:600;*/
}
.mgtb2040 {
  margin: 30px 0 40px;
}
/*input[type="text"] {
    box-sizing: border-box;
    box-sizing: unset;
    width: 100%;
    padding: 2px;
}*/

/*.navbar {
  padding-top: 5px;
  padding-bottom: 0;
}

.navbar-toggler {
  font-size: 1.7rem !important;
  position: absolute;
}

.navbar-brand {
  padding-left: 50px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #f8f8f8;
  padding: 10px 5px;
  font-size: 15px;
}


.navbar-collapse {
  position: fixed;
  top: 62px;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  height: 100%;
}

  .navbar-collapse.collapsing {
    height: 100%;
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    height: 100%;
    left: 0;
    transition: left 400ms ease-in-out;
    background: #000;
  }

.navbar-toggler.collapsed ~ .navbar-collapse {
  transition: left 400ms ease-in;
}*/

/*@media (max-width: 1024px) {
  .footer-fixed-index {
    position: fixed;
    left: 0;
    bottom: 120px;
    width: 100%;
    text-align: center;

    z-index: 999;
    padding: 15px 13px 50px;
   
  }
}*/
  @media (max-width: 767px) {
    /* Navigation link styles */
    /* nav a {
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    background-color: #e8e8e8;
    color: #3d3d3d;
    border-radius: 4px;
  }

    nav a:hover {
      color: white;
      background-color: #42545C;
    }

    nav a.active {
      background-color: black;
      color: white;
    }*/
    .footer-fixed-confirm {
      position: static;
      left: unset;
      bottom: 0px;
      width: 100%;
      text-align: center;
      /* background: #fff; */
      z-index: 999;
      padding: 15px 13px 16px;
      left: 0;
    }
    .r-55 {
      margin: 30px 25px 0;
    }
    .r-icondivds {
      margin: 10px 0px 20px;
      padding: 16px;
      width: 100%;
      height: 55px;
      background: #fff;
      color: #000;
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
      border-radius: 10px;
      font-size: 16px;
      text-align: center;
      /* border:#e2e2e2 2px solid;*/
    }
      .r-icondivds.selected {
        background: #1F7ACB;
        color: #fff !important;
        box-shadow:none;
        border:none;
      }
    .rg-box {
      padding: 10px 0;
      background-image: linear-gradient(to bottom right, #1F7ACB, #CF9FFF);
      /*      background-image: linear-gradient(#1F7ACB, #800080);*/
      border-radius:0 0 15px 15px;
      color:#fff;
      
    }
    .rw-box {
      padding: 15px 0;
      background: #fff;
      border-radius: 15px;
      color: #000;
      font-weight: 700;
    }
    .r-gray {
      color: #4a4a4a;
    }
    .popup-turist {
      margin: auto auto;
      padding: 30px 20px 20px;
      background: #fff;
      border-radius: 20px 20px 0 0;
      width: 100%;
      min-height: auto;
      position: absolute;
      transition: all 5s ease-in-out;
      bottom: 0;
    }

    h4 {
      color: #828282;
      font-size: 13px;
      font-weight: 600;
    }

    .mgtb2040 {
      margin: 20px 0 30px;
    }

    .loading {
      left: 38%;
      top: 25%;
    }

    .footer-fixed {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      padding: 0;
    }

    .psd-3 {
      padding: 0 25px;
    }

    .pvd-5 {
      padding: 20px 23px 10px;
      background-color: #fff !important
    }

    .pvd-55 {
      padding: 20px 38px 10px;
    }

    .psd-5 {
      padding: 10px 8px;
    }

    .mobile {
      display: block;
    }

    .desktp {
      display: none;
    }

    .footer-fixed-index-img {
      position: fixed;
      left: 0;
      bottom: 95px;
      width: 100%;
      text-align: center;
      /*  background: #fff;*/
      z-index: 999;
      padding: 0;
    }

    .footer-fixed-index {
      position: fixed;
      left: 0;
      bottom: 67px;
      width: 100%;
      text-align: center;
      /*   background: #fff;*/
      z-index: 999;
      padding: 15px 13px 50px;
      /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px 20px 0 0;*/
    }

    .popuppay2 {
      margin: auto auto;
      padding: 30px 20px 20px;
      background: #fff;
      border-radius: 20px 20px 0 0;
      width: 100%;
      min-height: auto;
      position: absolute;
      transition: all 5s ease-in-out;
      bottom: 0;
    }
    .popuppaythankscard {
      margin: auto auto;
      padding: 20px;
      background: #000;
      opacity: 0.8;
      border-radius: 20px 20px 0 0;
      width: 100%;
      min-height: 55vh;
      position: absolute;
      transition: all 5s ease-in-out;
      bottom: 0;
    }
   
    .popup {
      margin: 0;
      padding: 30px 50PX;
      background: #000;
      border-radius: 15px;
      width: 100%;
      position: relative;
      transition: all 5s ease-in-out;
      min-height: 667px;
    }

    .popup0 {
      margin: auto auto;
      padding: 20px 0;
      background: #fff;
      border-radius: 0 0;
      width: 100%;
      min-height: 100vh;
      position: relative;
      transition: all 5s ease-in-out;
      bottom: 0;
    }

    .pdlr-5 {
      padding: 0;
    }

    .pdl5 {
      padding-left: 5px;
    }

    .p-28 {
      padding: 20px 28px;
    }

    .itmlist {
      font-size: 13px;
    }

    .itmlistt {
      /*  text-align: center;
              border: 1px solid #ccc;
              border-radius: 25px;
              padding: 4px 12px;
              background: #fff !important;
              font-size: 15px;*/

      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      font-weight: 600;
      height: 35px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      width: 95px;
      position: relative;
      padding-top: 6px;
      margin: 5px 10px 10px 0;
      box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    }

    .itmlisttf {
      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      font-weight: 600;
      height: 45px;
      line-height: 30px;
      text-align: center;
      vertical-align: middle;
      width: 175px;
      position: relative;
      padding-top: 7px;
      margin: 0 20px 0 0;
      box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    }



    .spd0 {
      padding: 0;
     
    }

    .spd20 {
      padding: 25px 0 10px;
      
    }
  }

  @media (max-width: 414px) {
    h4 {
      color: #828282;
      font-size: 13px;
      font-weight: 600;
    }

    .mgtb2040 {
      margin: 20px 0 30px;
    }

    .pdb70 {
      padding-bottom: 50px;
    }

    .pdlr-5 {
      padding: 0 8px;
    }

    .pdl5 {
      padding-left: 7px;
    }

    .pvd-55 {
      padding: 20px 45px 10px;
    }

    .psd-5 {
      padding: 10px 15px;
    }

    .p-28 {
      padding: 20px 35px;
    }

    .pddt30 {
      padding-top: 25px;
    }






    .itmlist {
      font-size: 13px;
    }

    .itmlistt {
      /*  text-align: center;
          border: 1px solid #ccc;
          border-radius: 25px;
          padding: 4px 12px;
          background: #fff !important;
          font-size: 15px;*/

      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      height: 32px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      width: 95px;
      position: relative;
      padding-top: 4px;
      margin: 5px 10px 10px 0;
    }

    .itmlisttf {
      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      height: 38px;
      line-height: 30px;
      text-align: center;
      vertical-align: middle;
      width: 147px;
      position: relative;
      padding-top: 3px;
      margin: 0 20px 0 0;
    }
  }

  @media (max-width: 375px) {
    h4 {
      color: #828282;
      font-size: 12px;
      font-weight: 600;
    }

    .mgtb2040 {
      margin: 10px 0 20px;
    }

    .deskb100 {
      padding-bottom: 60px;
    }


    .pdb70 {
      padding-bottom: 50px;
    }

    .pdlr-5 {
      padding: 0 8px;
    }

    .pdl5 {
      padding-left: 7px;
    }

    .pvd-55 {
      padding: 20px 45px 10px;
    }

    .psd-5 {
      padding: 10px 15px;
    }

    .p-28 {
      padding: 20px 35px;
    }

    .pddt30 {
      padding-top: 25px;
    }

    .gray11 {
      color: #4f4f4f;
      font-size: 11px;
    }

    .grayh24 {
      color: #828282;
      line-height: 24px;
    }






    .itmlist {
      font-size: 13px;
    }

    .itmlistt {
      /*  text-align: center;
          border: 1px solid #ccc;
          border-radius: 25px;
          padding: 4px 12px;
          background: #fff !important;
          font-size: 15px;*/

      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      height: 32px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      width: 93px;
      position: relative;
      padding-top: 4px;
      margin: 5px 8px 10px 0;
    }


    .itmlisttf {
      background: #fff none repeat scroll 0 0;
      border: none;
      border-radius: 25px;
      color: #4f4f4f;
      font-size: 12px;
      height: 38px;
      line-height: 30px;
      text-align: center;
      vertical-align: middle;
      width: 147px;
      position: relative;
      padding-top: 3px;
      margin: 0 20px 0 0;
    }


    #boxdetail1 {
      background: #fff;
      border-radius: 20px 20px 0 0;
      border: #ccc 1px solid;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      min-height: 470px;
      padding: 35px 33px 50px;
      margin: auto;
    }

    .itmlistp {
      text-align: center;
      border: none;
      border-radius: 25px;
      padding: 5px 12px;
      margin: 5px 3px 5px 0;
      background: #f2f2f6;
      font-size: 13px;
      font-weight: 500;
    }
  }
