body {
  font-family: 'Inter' !important;
  height: inherit;
}
.ifmSize-big #ifm-wrapper .ifm-message-panel, .ifmSize-medium #ifm-wrapper .ifm-message-panel {
  left: 27%;
  width: 45%;
  display: none !important;
}
#ifm-wrapper .ifm-handle.bottom {
  position: absolute;
  bottom: 0%;
  height: 8%;
  display: none !important;
}
button.date {
  width: 78px;
  height: 52px;
  margin-bottom: 20px;
  margin-left: 6px;
}
button.date:hover {
  background: linear-gradient(orange, orange);
  color: white;
  border:none;
}
button.date:focus {
  background: linear-gradient(orange, orange);
  color: white;
  border:none;
}

#btn-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  z-index: 999;
}
button.slot.active_slot {
    margin-left: 8px;
    font-size: 12px;
    border: none;
}
button.slot.active_slot:hover {
  background: linear-gradient(orange, orange);
  color: white;
  border:none;
}
button.slot.active_slot:focus {
  background: linear-gradient(orange, orange);
  color: white;
  border:none;
}
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
#formbtn{
  position: fixed;
  bottom: 51px;
  right: 7px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #323C8D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 47px;
}
#myBtn {
  position: fixed;
  bottom: 21px;
  right: 7px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #323C8D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 47px;
}
#myBtn:hover {
  background-color: #555;
}
#myBtn1 {
  position: fixed;
  bottom: 21px;
  right: 7px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #323C8D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 47px;
}
#myBtn1:hover {
  background-color: #555;
}
.float {
  position: fixed;
  width: 152px;
  border: none;
  height: 35px;
  z-index: 999;
  bottom: 100px;
  right: 2px;
  background-color: #323C8D;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 5px;
  border: none;
  font-size: larger;
}
input.slot.ss {
margin-left: 17px !important;
font-size: 12px;
margin-top: 8px !important;
}
input.slot{
  font-size: 12px;
}
input.date1, input.date2, input.date3, input.date4 {
  font-size: 24px;
  font-weight: 800;
  width: 78px;
  margin-bottom: 20px;
  border: none;
}

input.date1 {
margin-top: 20px !important;
margin-left: 22px !important;
border:none;
}

input.date1:hover {
color: black;
background-color: #EC691F;
border: none;
}
input.date2:hover {
  color: black;
  background-color: #EC691F;
  border: none;
  }
  input.date3:hover {
    color: black;
    background-color: #EC691F;
    border: none;
    }
    input.date4:hover {
      color: black;
      background-color: #EC691F;
      border: none;
      }
img.mainimg {
  top: 17%;
  position: absolute;
  width: 100%;
  height: 725px;
  left:0%;
}
img.logo {
  position: absolute;
  left: 7%;
  top: 15px;
}
.centar {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  position: relative;
  bottom: 478px;
}
.explore {
  color: #fff;
  background: #EC691F;
  border-radius: 10px;
  padding: 6px 20px;
  border: none;
}
button.venuebut {
  font-family: 'Inter' !important;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 150%;
  right: 30%;
  position: absolute;
  top: 5%;
  padding: 14px 38px;
  border: 3px dashed #323C8D;
  color: #323C8D;
  border-radius: 10px;
}
button.callbut {
  right: 11%;
  position: absolute;
  top: 5%;
  padding: 18px 38px;
  background: #323C8D;
  border-radius: 8px;
  color: #fff;
}
span.callimmg {
  position: relative;
  top: 5px;
}
img.numsimg {
  position: absolute;
  left: 8%;
  top: 615px;
}
.mainhead{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #323C8D;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 20px;
}
.infopara, p.infopara1{
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 150%;
letter-spacing: -0.019em;
color: #1E1E1E;
padding: 10px 117px;
text-align: justify;
}
.pinkbg {
  background: rgba(248, 235, 227, 0.4);
  width: 100%;
  height: 1095px;
}
img.imgr1 {
  margin-left: 115px;
  opacity: 0.2;
}
img.imgr2 {
  position: absolute;
  left: 246px;
  padding-top: 25px;
  opacity: 0.8;
}
img.imgr5 {
  position: absolute;
  right: 10%;
  padding-top: 3px;
  margin-right: auto;
  opacity: 0.2;
}
img.imgr4 {
  position: absolute;
  right: 23%;
  padding-top: 26px;
  width: 348px;
  height: 261px;
  opacity: 0.8;
}
.pinkbg1 {
background: rgba(248, 235, 227, 0.4);
width: 100%;
height: 723px;
position: relative;
bottom: 442px;
}
img.imgr3 {
  padding-top: 45px;
  position: absolute;
  
}
.imgdiv {
  margin-top: 50px;
}
h3.h3prod {
  padding-left: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #323C8D;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
img.pr12 {
  padding: 25px 14px;
  border-radius: 40px;
  padding-right:12px;
}
img.pr1 {
  padding-left: 120px;
  padding-right: 12px;
}
.products {
background-color: #F5F5F5;
height: 579px;
position: relative;
bottom: 360px;
}
.pinkbg.mob.ss {
  position: relative;
  bottom: 440px;
}
img.vrr {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
img.mapp {
  width: 100%;
  margin-top: -50px;
}
.maps {
  background-color: #F5F5F5;
  height: 1175px;
  position: relative;
  bottom: 438px;
}
.lin{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 150%;
text-align: center;
letter-spacing: -0.022em;
color: rgba(0, 0, 0, 0.8);
padding: 5px 15px;
background-color: #3290FF;
  border: 4px dashed blue;
  border-radius: 8px;
  margin-left: 44%;
}
.fb{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 150%;
text-align: center;
letter-spacing: -0.022em;
color: rgba(0, 0, 0, 0.8);
padding: 5px 20px;
background-color: skyblue;
  border: 4px dashed #8F8F8F;
  border-radius: 8px;
  margin-left: 55px;
}
.reach{
  font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 150%;
letter-spacing: -0.022em;
color: #1E1E1E;
margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
p.mbox {
  top: 190px;
  left: 145px;
  position: absolute;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 4px solid #fff;
  padding: 5px 16px;
  padding-bottom: 30px;
}
p.datess {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  color: #EC691F;
  position: absolute;
  width: 315px !important;
  height: 46px !important;
  left: 283px;
  top: 395px;
  background: #FFFFFF;
  border-radius: 8px;
}
p.box2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.019em;
  color: #FFFFFF;
  position: absolute;
  top: 71% !important;
  left: 15%;
}
form {
  position: absolute;
  top: 28%;
  right: 17%;
  background: rgba(50, 60, 141, 0.9);
  border-radius: 16px;
  height: 500px;
  width: 360px;
}
h6.reg {
  font-family: 'Inter' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 12px;
  margin-left: 15px;
}
.inputs {
  background: #FFFFFF;
  border-radius: 8px;
  width: 315px;
  height: 44px;
  padding-left: 5px;
  margin-left: 22px;
  margin-bottom: 5px;
}
h6.slots {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 15px;
}
.slot {
  background: #F0EEEE;
  border-radius: 4px;
  width: 73px;
  display: inline-block;
  height: 40px;
  padding: 2px 2px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin-left: 4px;
  text-align: center;
  letter-spacing: -0.011em;
  color: black;
  margin-top: 8px;
    margin-bottom: 10px;
}

p.date:hover{
  color: black;
  background-color: orange;}
p.date {
  background: #F0EEEE;
  border-radius: 4px;
  width: 73px;
  display: inline-block;
  height: 73px;
  padding: 2px 2px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #000000;
  margin-top: 8px;
  text-align: center;
  margin-left: 4px;
}
span.nov {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #757575;
}
button.submit {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  background: #EC691F;
  border-radius: 10px;
  border: none;
  padding: 5px 10px;
  margin-left: 20px;
  margin-top: 0px;
}
input.slot.ss, input.date.ss {
  margin-left: 20px;
}

@media screen and (max-width: 450px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
.container112 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px 160px;
  position: relative;
  bottom: 200px;
}
iframe {
  border: 0;
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 290px !important;
}
img.pr12 {
  width: 285px;
}
button.smm {
  border: none;
  margin-left: 32% !important;
}
button.smm {
  border: none;
  margin-left: 33%;
}
.smlink{
  width:45px !important;
}
#mainView {
  height: 225px !important;
  width: 265px !important;
  border-radius: 5px;
  background-color: rgba(248, 235, 227, 0.4);
  margin-left: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 1s;
}
#galleryView {
height: 41vh !important;
width: 96vw !important;
display: flex;
justify-content: center;
align-items: center;
}
.width {
width: 82px !important;
}
button.btnrel {
  position: relative;
  bottom: -148px;
  left: 76% !important;
  border: 1px solid black;
  padding: 0px 0px;
}
#galleryContainer {
  height: 500px !important;
  width: 393px !important;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
  img.d-block.carouimg {
      width: 45%;
      height: 192px;
      margin-left: 27%;
  }
  .stpara {
      position: relative;
      bottom: 89px !important;
  }
  mg.d-block.carouimg {
      width: 45%;
      height: 350px;
      margin-left: 26%;
  }
  p.rundisp {
      display: none !important;
  }
  #demo {
      font-size: 45px !important;
      position: relative !important;
      bottom: 666px !important;
  }
  p.rundisp {
      left: 33%;
      display: flex;
      position: relative;
      width: 55%;
      font-size: 13px;
      color: #fff;
      bottom: 222px;
  }
  img.mainimg {
      top: 12%;
      position: absolute;
      width: 100%;
  height: 445px;
      left:0%;
      
  }
  p.datess {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.022em;
    color: #EC691F;
    position: absolute;
    width: 174px !important;
    height: 31px !important;
    left: 94px;
    top: 258px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: -7px 1px !important;
}
  img.logo {
      position: absolute;
      left: 10%;
      top: 2%;
      width: 26%;
  }
  button.callbut{
      width: 82px;
      left: 320px;
      top: 37px;
      background: #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 6px;
      padding:0px;
      line-height: 150%;
      letter-spacing: 0.12em;
      color: #FFFFFF;
      }
      li {
        display: inline-block;
        font-size: 30px !important;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
        text-align: left !important;
        color: #fff;
        height: 370px !important;
        font-weight: 600;
        width: 4px !important;
    }
    li span {
      display: block;
      font-size: 4.5rem;
      color: #fff;
      background-image: url("../image/smcal.png");
      text-align: center;
      width: 50px !important;
  height: 38px !important;
  padding-top: 8px;
  margin-left: 0px !important;
    }
    span#minutes {
      margin-left: 9px !important;
  }
  span#hours {
    margin-left: 2px !important;
}
  span#seconds {
    margin-left: 5px !important;
}
    ul {
      margin-bottom: 1rem;
      display: flex !important;
      position: relative !important;
      bottom: 367px !important;
      left: -20% !important;
  }
      button.venuebut{
          border: 1px dashed #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 8px;
      line-height: 150%;
      letter-spacing: -0.019em;
      margin-top: 14px;
      color: #323C8D;
      top: 24px !important;
  padding: 3px 17px !important;
      }
  span.callimmg {
      position: relative;
      top: 5px;
  }
  img.numsimg {
      position: absolute;
      left: -3%;
  top: 435px;
  width: 434px;
  }
  .mainhead{
      font-family: 'Inter';
      font-weight: 700;
      font-size: 34px;
      line-height: 150%;
      letter-spacing: -0.022em;
  padding: 0px 20px;
  color: #323C8D;
      text-align: left;
      padding-top: 15px;
  }
  .infopara, p.infopara1{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: #1E1E1E;
  padding: 24px 20px;
  text-align: left;
  }
  .pinkbg {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 1250px;
  }
  img.imgr1 {
      margin-left: 0px;
      opacity: 0.2;
      width: 168px;
      height: 250px;
  }
  img.imgr2 {
      display: none;
  }
  img.imgr5 {
      position: absolute;
      margin-right:-35px;
      opacity: 0.2;
      width: 168px;
      height: 250px;
  }
  img.imgr4 {
      display: none
  }
  img.imgr3 {
      padding-top: 27px;
      position: absolute;
      left: 9%;
      width: 360px;
  height: 245px;
  }
  .imgdiv {
      margin-top: 50px;
  }
  h3.h3prod {
      padding-left: 15px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 150%;
      letter-spacing: -0.022em;
      color: #323C8D;
      margin-top: 0px;
      padding-top: 15px;
  }
  img.pr12 {
      width: 286px;
      padding-left: 10px;
      padding-right: 6px;
      padding-bottom: 10px;
  }
  .pinkbg.mob {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 384px;
  }
  img.pr1 {
      width: 181px;
      padding-left: 10px;
      padding-right: 4px;
      padding-bottom: 10px;
}
.pinkbg1 {
    background: rgba(248, 235, 227, 0.4);
    width: 100%;
    height: 430px;
    position: relative;
    bottom: 442px;
}
  .products {
      background-color: #F5F5F5;
      height: 570px;
  }
  img.vrr {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width:100%;
  }
  img.pinksl {
      width: 310px;
  }
  img.mapp {
      width: 100%;
  }
  .maps {
      background-color: #F5F5F5;
      height: 465px;
  }
  .lin{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  background-color: #3290FF;
      border: 4px dashed blue;
      border-radius: 8px;
      margin-left: 26%;
  }
  .fb{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  background-color: skyblue;
      border: 4px dashed #8F8F8F;
      border-radius: 8px;
      margin-left: 55px;
  }
  .reach{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #1E1E1E;
  margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
  }
  p.mbox {
      top: 128px;
      left: 34px;
      position: absolute;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 34px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.022em;
      text-transform: uppercase;
      color: #FFFFFF;
      border: 4px solid #fff;
      padding: 5px 16px;
      padding-bottom: 24px;
  }
  p.box2 {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      position: absolute;
      top: 50% !important;
      left: 7%;
  }
  form {
      position: relative;
      top: 11%;
      right: -1%;
      background: rgba(50, 60, 141, 0.9);
      border-radius: 16px;
      height: 538px;
          margin-top: 275px;
      width: 433px;
  }
  .slot {
    background: #F0EEEE;
    border-radius: 4px;
    width: 91px !important;
    display: inline-block;
    height: 43px !important;
  }
  h6.reg {
      padding-top: 15px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 150%;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      margin-top: 220px;
      margin-bottom: 12px;
      margin-left: 15px;
  }
  .inputs {
      background: #FFFFFF;
      border-radius: 8px;
      width: 408px;
      height: 44px;
      padding-left: 5px;
      margin-left: 12px;
      margin-bottom: 5px;
  }
  h6.slots {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 150%;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      margin-top: 6px;
      margin-bottom: 0px;
      padding-left: 15px;
  }
  p.slot {
      background: #F0EEEE;
      border-radius: 4px;
      width: 95px;
      display: inline-block;
      height: 32px;
      padding: 2px 2px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 150%;
      margin-left: 4px;
      text-align: center;
      letter-spacing: -0.011em;
      color: rgba(54, 52, 52, 0.6);
  }
  p.date {
      background: #F0EEEE;
      border-radius: 4px;
      width: 95px;
      display: inline-block;
      height: 73px;
      padding: 2px 2px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 150%;
      letter-spacing: -0.022em;
      color: #000000;
      margin-top: 8px;
      text-align: center;
      margin-left: 4px;
  }
  span.nov {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: -0.011em;
      color: #757575;
  }
  button.submit {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 29px;
      color: #FFFFFF;
      background: #EC691F;
      border-radius: 10px;
      border: none;
      padding: 5px 10px;
      margin-left: 18px;
      margin-top: 10px;
  }
  input.slot.ss, input.date.ss {
      margin-left: 18px;
  }
}
@media screen and (max-width: 410px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
li span {
  display: block;
  font-size: 4.5rem;
  color: #fff;
  background-image: url("../image/smcal.png") !important;
  text-align: center;
  width: 64px !important;
height: 60px !important;
padding-top: 8px;
margin-left: 0px !important;
}
.container112 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px 160px !important;
  position: relative;
  bottom: 200px;
}
iframe {
  border: 0;
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 290px !important ;
}
button.smm {
  border: none;
  margin-left: 20%;
}
li {
  display: inline-block;
  font-size: 1.5em;
  width: 4px !important;
  list-style-type: none;
  padding: 8px;
}
  img.d-block.carouimg {
      width: 45%;
      height: 192px;
      margin-left: 27%;
  }
  .stpara {
      position: relative;
      bottom: 89px !important;
  }
  p.rundisp {
      display: none !important;
  }
  p#demo {
      text-align: center;
      font-size: 40px !important;
      margin-top: 16px;
      position: relative;
      bottom: 281px;
      left: -2%;
  }
  form {
      width: 100% !important;
  }
  .inputs {
      width: 93%;}
      
p.slot, p.date {
  width: 76px;
  }
img.imgr3 {
  width: 308px;
}
img.pr1, img.pr12 {
  width: 285px;
}
p.mbox {
  font-size: 30px;
}
p.box2 {
  font-size: 14px;
  margin-left: 18px !important;
}
img.numsimg {
  position: absolute;
  left: 3%;
  top: 392px;
  width: 356px;
}

.pinkbg {
  background: rgba(248, 235, 227, 0.4);
  width: 100%;
  height: 1215px;
}
button.callbut{
width: 93px;
left: 272px;
top: 37px;
background: #323C8D;
border-radius: 8px;
font-family: 'Inter' !important;
font-style: normal;
font-weight: 500;
font-size: 6px;
padding:2px;
line-height: 150%;
letter-spacing: 0.12em;
color: #FFFFFF;

}
span.callimmg {
  position: relative;
}
button.venuebut {
margin-right: 3px !important;
padding: 2px 18px !important;
}
}

.wrapper {
position: relative;
height: 12em;
}

.countdown-container {
font-family: 'Inter' !important;
-webkit-font-smoothing: antialiased;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 100%;
}

.countdown {
display: flex;
transform-style: preserve3d;
perspective: 500px;
height: 10rem;
width: 64em;
margin: 0 auto;
}
.countdown.remove {
animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
overflow: hidden;
}

.number, .separator {
display: block;
color: #333;
height: 10rem;
font-size: 10rem;
position: relative;
line-height: 10rem;
text-align: center;
width: 100%;
}

.separator {
margin: 0;
width: 2rem;
}

.new, .old, .current {
color: #333;
position: absolute;
border-radius: 1rem;
height: 10rem;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.new {
animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
position: relative;
}

#js-days:after, #js-hours:after, #js-minutes:after, #js-seconds:after {
content: "DAYS";
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: -80px;
font-size: 12px;
}
#js-hours:after {
content: "HOURS";
}
#js-minutes:after {
content: "MINUTES";
}
#js-seconds:after {
content: "SECONDS";
}
@keyframes hide-countdown {
to {
  height: 0;
  overflow: hidden;
}
}
@keyframes show-new {
0% {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
}
100% {
  transform: translate(-50%, -50%);
}
}
@keyframes hide-old {
0% {
  transform: translate(-50%, -50%);
}
100% {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
}
}

p#demo {
  text-align: center;
  font-size: 170px;
  margin-top: 16px;
  position: relative;
  bottom: 281px;
  left: 0%;
}
p.rundisp {
  left: 33%;
  display: flex;
  position: relative;
  width: 55%;
  font-size: 24px;
  color: #fff;
  bottom: 236px;
}
span.spaace2 {
  padding: 0px 102px;
}

span.spaace1 {
  margin-left: -64px;
}
span.spaace3 {
  margin-left: -27px;
}
span.spaace4 {
  padding: 0px 102px;
}
.stpara {
  position: relative;
  bottom: 175px;
}

.item{
  background-color: #3290FF;
}
button.btnrel {
  position: relative;
  bottom: -148px;
  left: 92%;
  border: 1px solid black;
  padding: 0px 0px; 
}

.width{
  width:100px;
  color: #fff;
  background: black
}   

p.date :hover{
  background-color: #3290FF;
}

#toggleContainer label { 
  text-align: center;
  width: 70px;
}

#container {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

#toggleContainer {
  height: 10vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  position: absolute;
}

#tilesContainer {
  min-height: 90vh;
  width: 100vw;
  margin-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: center;
  
}

.tileItem {
  width: 250px;
  height: 250px;
  margin: 5px;
  border-radius: 5px;
  
  transition: all 0.5s ease;
}

.tileItem:hover {
   transform: scale(1.05);
  transition: all 0.5s ease;
}

#galleryContainer { 
  height: 500px;
  width: 800px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

#toggle {
  height: 10vh;
  width: 200px;
  display: none;
  align-items: center;
  margin: 10px;
}

#tilesView {
  min-height: 100vh;
  width: 100vw;
   display: none;
  justify-content: center;
  align-items: center;
  
}

#galleryView {
  height: 60vh;
  width: 98vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#outer3 {
  width: 100px;
  height: 40px;
  background-color: white;
  margin: 10px auto;
  border-radius: 3px;
  border: 2px solid white;
  transition: all 0.5s;
}

#slider3 {
  height: 36px;
  width: 46px;
  background-color: rgba(248, 235, 227, 0.4);
  border-radius: 3px;  
  transition: all 0.5s;
}

#slider3.active {
  -webkit-transform: translatex(50px);
  -ms-transform: translatex(50px);
  -o-transform: translatex(50px);
  transform: translatex(50px);
  transition: all 0.5s;
  background-color: rgba(248, 235, 227, 0.4);
}

#outer3.outerActive {
  background-color: white;
  border: 2px solid white;
  transition: all 0.5s;
}

#mainView {
  height: 244px;
  width: 330px;  
  border-radius: 5px;
  background-color: rgba(248, 235, 227, 0.4);
  margin-left: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 1s;  
}

#mainView:hover {
  transform: scale(1.2);
  transition: all 1s;   
}

#leftView {
  height: 244px;
  width: 150px;
  opacity: 0.5;
  border-radius: 5px;
  transform: skewy(5deg);
  transform-origin: top right;
  background-color: rgba(248, 235, 227, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;  
}

#leftView:hover {
  opacity: 1;
  transition: all 1s;
}

#rightView {
  height: 244px;
  width: 150px;
  opacity: 0.5;
  border-radius: 5px;
  transform: skewy(-5deg);
  transform-origin: top left;
  background-color: rgba(248, 235, 227, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
 transition: all 1s;
}

#rightView:hover {
  opacity: 1;
  transition: all 1s;
}

.navBtns {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  position: absolute;
  opacity: 0.8;
  background-color: transparent;
  cursor: pointer;
  color: white;
}

.navBtns:hover {
  opacity: 1;
  transition: all 1s;
  background-color: rgba(248, 235, 227, 0.4);
}

#navLeft {
  left: 50px;
}

#navRight {
  right: 50px;
}

#linkTag { 
  cursor: pointer;
  z-index: 1;
  box-sizing: border-box;
}

body,
.example h1,
.example p,
.example .button {
transition: all .2s ease-in-out;
}

body.light-theme {
background-color: #151515;
}

body.light-theme .example h1 {
color: #FFFFFF;
}

body.light-theme .example p {
color: #FFFFFF;
}

body.light-theme .buttons .button {
color: #FFFFFF;
border-color: #FFFFFF;
}

body.light-theme .buttons .button:hover {
color: #151515;
background-color: #FFFFFF;
}

.example {
font-family: 'Inter' !important;
width: 550px;
height: 378px;
margin: auto;
padding: 20px;
box-sizing: border-box;
}

.example .flipdown {
margin: auto;
}

.example h1 {
text-align: center;
font-weight: 100;
font-size: 3em;
margin-top: 0;
margin-bottom: 10px;
}

.example p {
text-align: center;
font-weight: 100;
margin-top: 0;
margin-bottom: 35px;
}

.example .buttons {
width: 100%;
height: 50px;
margin: 50px auto 0px auto;
display: flex;
align-items: center;
justify-content: space-around;
}

.example .buttons p {
height: 50px;
line-height: 50px;
font-weight: 400;
padding: 0px 25px 0px 0px;
color: #333;
margin: 0px;
}

.example .button {
display: inline-block;
height: 50px;
box-sizing: border-box;
line-height: 46px;
text-decoration: none;
color: #333;
padding: 0px 20px;
border: solid 2px #333;
border-radius: 4px;
text-transform: uppercase;
font-weight: 700;
transition: all .2s ease-in-out;
}

.example .button:hover {
background-color: #333;
color: #FFF;
}

.example .button i {
margin-right: 5px;
}

@media(max-width: 550px) {
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
span.dfon {
  background: none !important;
  margin-bottom: -22px !important;
  font-size: 12px;
}
ul {
  margin-bottom: 1rem;
  display: flex !important;
  position: relative !important;
  bottom: 379px !important;
  left: -63% !important;
}
.example {
  width: 100%;
  height: 362px;
}

.example h1 {
  font-size: 2.5em;
}

.example p {
  margin-bottom: 25px;
}

.example .buttons {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  display: block;
}

.example .buttons p,
.example .buttons a {
  float: none;
  margin: 0 auto;
}

.example .buttons p {
  padding-right: 0px;
}

.example .buttons a {
  display: inline-block;
}
}

#countdown {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
height: 145px;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 5px 0px;
position: relative;
  bottom: 200px;
}

.container {
color: #333;
margin: 0 auto;
text-align: center;
}

h1 {
font-weight: normal;
letter-spacing: .125rem;
text-transform: uppercase;
}

li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
text-align: center;
color: #fff;
height: 176px;
font-weight: 600;
}

li span {
display: block;
font-size: 5.5rem;
  padding-top: 14px;
color: #fff;
background-image: url("../image/calandar.png");
text-align: center;
width: 178px;
  height: 158px;
}

.emoji {
display: none;
padding: 1rem;
}

.emoji span {
font-size: 4rem;
padding: 0 .5rem;
}

@media all and (max-width: 768px) {
h1 {
  font-size: calc(1.5rem * var(--smaller));
}

li {
  font-size: calc(1.125rem * var(--smaller));
}

li span {
  font-size: calc(3.375rem * var(--smaller));
}
}
@media screen and (max-width:415px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
p.mbox {
  top: 152px !important;
  left: 17px !important;
}
datess {
  left: 87px !important;
  top: 257px !important;
  width: 191px !important;
  font-size: 20px;
  height: 31px !important;
}
.box2 {
  top: 38% !important;
  left: 3% !important;
}
form {
width: 402px !important;
}
.inputs {
width: 380px !important;
height: 44px;
padding-left: 5px;
margin-left: 10px !important;
}
.slot {
width: 84px !important;
}
p.date {
width: 84px !important;
}
.pinkbg {
height: 1300px;
}
}
@media screen and (max-width:376px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
p.mbox {
  top: 132px !important;
  left: 17px !important;
}
p.box2{
margin-top: 53px !important;
}
p.datess {
  left:20% !important;
  margin-top: -32px !important;
}
.box2 {
  top: 38% !important;
  left: 3% !important;
}
form {
width: 364px !important;
}
.inputs {
width: 343px !important;
height: 44px;
padding-left: 5px ;
margin-left: 10px !important;
}
.slot {
width: 74px !important;
font-size: 10px !important;
}
p.date {
width: 74px !important;
}
.pinkbg {
height: 1300px;
}
button.venuebut {
margin-right: 3px !important;
padding: 2px 18px !important;
}
}

button.smm {
border: none;
margin-left: 44%;
}
button.smmm {
border: none;
margin-left: 20px;
}
.calll {
margin-top: -5px !important;
}
div.scrollmenu {
background-color: #F5F5F5;
overflow: auto;
white-space: nowrap;
display:flex;
margin-top: -141px;
}

div.scrollmenu a {
display: inline-block;
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
position: relative;
  top: -20px;
}

div.scrollmenu a:hover {
background-color: #F5F5F5;
}

.img__wrap {
position: relative;
height: 207px;
width: 252px;
margin: 123px 52px;
}

.img__description {
position: absolute;
top: 18px;
bottom: 0;
left: 12px;
right: 0;
width: 280px;
  height: 138%;
  border-radius: 35px;
background: #474747;
color: #fff;
visibility: hidden;
padding: 15px 15px;
opacity: 0;

/* transition effect. not necessary */
transition: opacity .4s, visibility .4s;
}

.img__wrap:hover .img__description {
visibility: visible;
opacity: 1;
}
a#hrefs {
color: blue;
margin-top: 16px;
}
a#hrefs:hover {
color: blue;
background-color: #474747;
padding: 14px;
}
html {
scroll-behavior: smooth;
}

a {
text-decoration: none;
color: black;
} 

@media screen and (max-width: 1380px) and (min-width: 1250px){
p.mbox {
  top: 192px !important;
  left: 31px !important;
  font-size: 59px;
}
p.datess {
  left: 170px !important;
  top: 385px !important;
}
.box2{
  top: 66% !important;
  left: 6% !important;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 22px -2px;
position: relative;
bottom: 232px;
}
li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 9px;
}
form {
width: 400px !important;
position: absolute;
  top: 24%;
  right: 13%;
}
.inputs {
width: 380px !important;
height: 44px;
padding-left: 5px;
margin-left: 10px !important;
}
.slot {
width: 84px !important;
}
p.date {
width: 84px !important;
}
.pinkbg {
height: 970px;
}
button.btnrel {
position: relative;
bottom: -584px;
left: 91%;
}
.maps {
background-color: #F5F5F5;
height: 997px;
}
button.smm {
border: none;
margin-left: 43%;
}
button.callbut {
right: 11%;
position: absolute;
top: 5%;
padding: 18px 30px;
}
}
.smlink{
width:70px;
}

@media screen and (max-width: 1500px) and (min-width: 1381px){
p.mbox {
  top: 240px !important;
  left: 80px !important;
  font-size: 59px;
}
p.datess {
  left: 224px !important;
  top: 432px !important;
}
.box2{
  top: 72% !important;
  left: 9% !important;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 5px -50px;
position: relative;
bottom: 200px;
}
li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 9px;
}
form {
width: 400px !important;
position: absolute;
  top: 26%;
  right: 13%;
}
.inputs {
width: 380px !important;
height: 44px;
padding-left: 5px;
margin-left: 10px !important;
}
.slot {
width: 84px !important;
}
p.date {
width: 84px !important;
}
.pinkbg {
height: 970px;
}
button.btnrel {
position: relative;
bottom: -584px;
left: 91%;
}
.maps {
background-color: #F5F5F5;
height: 1050px;
}
button.smm {
border: none;
margin-left: 43%;
}
button.callbut {
right: 11%;
position: absolute;
top: 5%;
padding: 18px 30px;
}
}
iframe {
border: 0;
display: block;
margin: 0px auto;
width: 75%;
height:66%;
}
@media screen and (max-width: 1250px) and (min-width: 1150px){
p.mbox {
  top: 240px !important;
  left: 80px !important;
  font-size: 55px;
}
p.datess {
  left: 208px !important;
  top: 418px !important;
}
.box2{
  top: 74% !important;
  left: 9% !important;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 5px 0px;
position: relative;
bottom: 200px;
}
#countdown {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
height: 145px;
}
li {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 9px;
}
form {
width: 400px !important;
position: absolute;
  top: 25%;
  right: 7%;
}
.inputs {
width: 380px !important;
height: 44px;
padding-left: 5px;
margin-left: 10px !important;
}
.slot {
width: 84px !important;
}
p.date {
width: 84px !important;
}
.pinkbg {
height: 970px;
}
button.btnrel {
position: relative;
bottom: -584px;
left: 91%;
}
.maps {
background-color: #F5F5F5;
height: 1050px;
}
button.smm {
border: none;
margin-left: 42%;
}
button.callbut {
right: 8%;
position: absolute;
top: 5%;
padding: 18px 30px;
}
}
span.dfon {
background: none !important;
margin-bottom: -108px !important;
font-size: 28px;
}
@media screen and (max-width: 450px) and (min-width: 400px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
p.mbox {
  top: 163px !important;
  left: 57px !important;
  font-size: 25px;
}
p.datess {
  left: 90px !important;
  top: 250px !important;
  width: 226px !important;
  font-size: 24px;
}
.box2{
  top: 74% !important;
  left: 3% !important;
}
li span {
display: block;
font-size: 4.5rem;
color: #fff;
background-image: url(../image/smcal.png);
text-align: center;
width: 63px !important;
height: 38px !important;
padding-top: 8px;
margin-left: 0px !important;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 6px 154px !important;
position: relative;
bottom: 90px !important;
}
li span {
display: block;
font-size: 1.5rem !important;
color: #fff;
background-image: url(../image/smcal.png) !important;
text-align: center;
width: 64px !important;
height: 60px !important;
padding-top: 8px;
margin-left: 0px !important;
}
span.dfon {
background: none !important;
margin-bottom: -58px !important;
font-size: 12px !important;
position: relative;
  bottom: 26px;
}
#countdown {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
height: 1px;
}
img.mainimg {
top: 12%;
position: absolute;
width: 104%;
height: 445px;
left: 0%;
}
.stpara {
position: relative;
bottom: 7px !important;
}
.maps {
background-color: #F5F5F5;
height: 566px;
}
}
@media screen and (max-width: 399px) and (min-width: 380px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
p.mbox {
  top: 163px !important;
  left: 42px !important;
  font-size: 25px;
}
datess {
  left: 87px !important;
  top: 257px !important;
  width: 191px !important;
  font-size: 20px;
  height: 31px !important;
}
.box2{
  top: 74% !important;
  left: 3% !important;
}
form {
width: 355px !important;
margin-left: 12px;
}
.inputs {
width: 336px !important;
}
.slot {
width: 72px !important;
}
p.date {
width: 72px !important;
}
li span {
display: block;
font-size: 4.5rem;
color: #fff;
background-image: url(../image/smcal.png);
text-align: center;
width: 63px !important;
height: 38px !important;
padding-top: 8px;
margin-left: 0px !important;
}
.container112 {
display: flex;
justify-content: center;
align-items: center;
margin: 6px 154px !important;
position: relative;
bottom: 90px !important;
}
li span {
display: block;
font-size: 1.5rem !important;
color: #fff;
background-image: url(../image/smcal.png) !important;
text-align: center;
width: 64px !important;
height: 60px !important;
padding-top: 8px;
margin-left: 0px !important;
}
span.dfon {
background: none !important;
margin-bottom: -58px !important;
font-size: 12px !important;
position: relative;
  bottom: 26px;
}
#countdown {
align-items: center;
display: flex;
justify-content: center;
width: 100%;
height: 1px;
}
img.mainimg {
top: 12%;
position: absolute;
width: 100%;
height: 445px;
left: 0%;
}
.stpara {
position: relative;
bottom: 7px !important;
}
.maps {
background-color: #F5F5F5;
height: 566px;
}
}

@media screen and (max-width: 379px) and (min-width: 340px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
  p.mbox {
    top: 163px !important;
    left: 35px !important;
    font-size: 25px;
  }
  p.datess {
    left: 92px !important;
    top: 287px !important;
  }
  
  .inputs {
  width: 336px !important;
  }
  .slot {
  width: 72px !important;
  }
  p.date {
  width: 72px !important;
  }
  li span {
  display: block;
  font-size: 4.5rem;
  color: #fff;
  background-image: url(../image/smcal.png);
  text-align: center;
  width: 63px !important;
  height: 38px !important;
  padding-top: 8px;
  margin-left: 0px !important;
  }
  .container112 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 136px !important;
  position: relative;
  bottom: 90px !important;
  }
  p.box2 {
    margin-top: 8px !important;
    margin-left: 8px !important;
}
input.slot.ss, input.slot {
  font-size: 10px !important;
}
  form {
    width: 355px !important;
    margin-left: 4px;
}
  li span {
  display: block;
  font-size: 1.5rem !important;
  color: #fff;
  background-image: url(../image/smcal.png) !important;
  text-align: center;
  width: 64px !important;
  height: 60px !important;
  padding-top: 8px;
  margin-left: 0px !important;
  }
  span.dfon {
  background: none !important;
  margin-bottom: -58px !important;
  font-size: 12px !important;
  position: relative;
    bottom: 26px;
  }
  #countdown {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1px;
  }
  img.mainimg {
  top: 12%;
  position: absolute;
  width: 100%;
  height: 445px;
  left: 0%;
  }
  .stpara {
  position: relative;
  bottom: 7px !important;
  }
  .maps {
  background-color: #F5F5F5;
  height: 566px;
  }
  }
  .timeslots {
    overflow: scroll;
    display: flex;
    overflow-y: hidden;
}
.scrollable-element {
  scrollbar-width: none;
}
img.img__img.pr12.pr5 {
  width: 298px !important;
  height: 326px;
}img.img__img.pr12.pr6 {
    width: 298px !important;
    height: 326px;
}

@media screen and (max-width: 480px) and (min-width: 450px){
  input.date1, input.date2, input.date3, input.date4 {
    width: 75px !important;
  }
  #rightView {
    height: 244px;
    width: 65px;
  }
  #leftView {
    height: 244px;
    width: 65px;
  }
  img.pinksl {
    width: 310px;
}
  p.mbox {
    top: 163px !important;
    left: 35px !important;
    font-size: 25px;
  }
  p.datess {
    left: 62px !important;
    top: 289px !important;
  }
  
  .inputs {
  width: 336px !important;
  }
  .slot {
  width: 72px !important;
  }
  p.date {
  width: 72px !important;
  }
  li span {
  display: block;
  font-size: 4.5rem;
  color: #fff;
  background-image: url(../image/smcal.png);
  text-align: center;
  width: 63px !important;
  height: 38px !important;
  padding-top: 8px;
  margin-left: 0px !important;
  }
  .container112 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 136px !important;
  position: relative;
  bottom: 90px !important;
  }
  p.box2 {
    margin-top: 0px !important;
}
input.slot.ss, input.slot {
  font-size: 10px !important;
}
  form {
    width: 355px !important;
    margin-left: 4px;
}
  li span {
  display: block;
  font-size: 1.5rem !important;
  color: #fff;
  background-image: url(../image/smcal.png) !important;
  text-align: center;
  width: 64px !important;
  height: 60px !important;
  padding-top: 8px;
  margin-left: 0px !important;
  }
  span.dfon {
    background: none !important;
    margin-bottom: -58px !important;
    font-size: 12px !important;
    position: relative;
    bottom: 55px;
}
  #countdown {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 32px;
  }
  img.mainimg {
  top: 12%;
  position: absolute;
  width: 100%;
  height: 445px;
  left: 0%;
  }
  .stpara {
  position: relative;
  bottom: 7px !important;
  }
  .maps {
  background-color: #F5F5F5;
  height: 566px;
  }
  
  input.date1, input.date2, input.date3, input.date4 {
    width: 90px !important;
  }
.container112 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px 160px;
  position: relative;
  bottom: 110px !important;
}
iframe {
  border: 0;
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 290px !important;
}
img.pr12 {
  width: 285px;
}
button.smm {
  border: none;
  margin-left: 32% !important;
}
button.smm {
  border: none;
  margin-left: 33%;
}
.smlink{
  width:45px !important;
}
#mainView {
  height: 225px !important;
  width: 265px !important;
  border-radius: 5px;
  background-color: rgba(248, 235, 227, 0.4);
  margin-left: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 1s;
}
#galleryView {
height: 41vh !important;
width: 96vw !important;
display: flex;
justify-content: center;
align-items: center;
}
.width {
width: 82px !important;
}
button.btnrel {
  position: relative;
  bottom: -148px;
  left: 76% !important;
  border: 1px solid black;
  padding: 0px 0px;
}
#galleryContainer {
  height: 500px !important;
  width: 393px !important;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
  img.d-block.carouimg {
      width: 45%;
      height: 192px;
      margin-left: 27%;
  }
  .stpara {
      position: relative;
      bottom: 30px !important;
  }
  mg.d-block.carouimg {
      width: 45%;
      height: 350px;
      margin-left: 26%;
  }
  p.rundisp {
      display: none !important;
  }
  #demo {
      font-size: 45px !important;
      position: relative !important;
      bottom: 666px !important;
  }
  p.rundisp {
      left: 33%;
      display: flex;
      position: relative;
      width: 55%;
      font-size: 13px;
      color: #fff;
      bottom: 222px;
  }
  img.mainimg {
      top: 11%;
      position: absolute;
      width: 100%;
  height: 445px;
      left:0%;
      
  }
  img.logo {
      position: absolute;
      left: 6%;
      top: 1%;
      width: 26%;
  }
  button.callbut{
      width: 96px;
      left: 320px;
      top: 37px;
      background: #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 6px;
      padding:2px;
      line-height: 150%;
      letter-spacing: 0.12em;
      color: #FFFFFF;
      }
      li {
        display: inline-block;
        font-size: 30px !important;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
        text-align: left !important;
        color: #fff;
        height: 370px !important;
        font-weight: 600;
        width: 4px !important;
    }
    li span {
      display: block;
      font-size: 4.5rem;
      color: #fff;
      background-image: url("../image/smcal.png");
      text-align: center;
      width: 50px !important;
  height: 38px !important;
  padding-top: 8px;
  margin-left: 0px !important;
    }
    span#minutes {
      margin-left: 9px !important;
  }
  span#hours {
    margin-left: 2px !important;
}
  span#seconds {
    margin-left: 5px !important;
}
    ul {
      margin-bottom: 1rem;
      display: flex !important;
      position: relative !important;
      bottom: 346px !important;
      left: -31% !important;
  }
      button.venuebut{
          border: 1px dashed #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      margin-right: 11px;
      font-size: 8px;
      line-height: 150%;
      letter-spacing: -0.019em;
      margin-top: 14px;
      color: #323C8D;
      top: 24px !important;
  padding: 3px 17px !important;
      }
  span.callimmg {
      position: relative;
      top: 5px;
  }
  img.numsimg {
      position: absolute;
      left: -3%;
  top: 435px;
  width: 434px;
  }
  .mainhead{
      font-family: 'Inter';
      font-weight: 700;
      font-size: 34px;
      line-height: 150%;
      letter-spacing: -0.022em;
  padding: 0px 20px;
  color: #323C8D;
      text-align: left;
      padding-top: 15px;
  }
  .infopara, p.infopara1{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.019em;
  color: #1E1E1E;
  padding: 24px 20px;
  text-align: left;
  }
  .pinkbg {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 1250px;
  }
  img.imgr1 {
      margin-left: 0px;
      opacity: 0.2;
      width: 168px;
      height: 250px;
  }
  img.imgr2 {
      display: none;
  }
  img.imgr5 {
      position: absolute;
      margin-right:-35px;
      opacity: 0.2;
      width: 168px;
      height: 250px;
  }
  img.imgr4 {
      display: none
  }
  img.imgr3 {
      padding-top: 27px;
      position: absolute;
      left: 9%;
      width: 360px;
  height: 245px;
  }
  .imgdiv {
      margin-top: 50px;
  }
  h3.h3prod {
      padding-left: 15px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 150%;
      letter-spacing: -0.022em;
      color: #323C8D;
      margin-top: 0px;
      padding-top: 15px;
  }
  img.pr12 {
      width: 286px;
      padding-left: 10px;
      padding-right: 6px;
      padding-bottom: 10px;
  }
  .pinkbg.mob {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 384px;
  }
  img.pr1 {
      width: 181px;
      padding-left: 10px;
      padding-right: 4px;
      padding-bottom: 10px;
}
.pinkbg1 {
    background: rgba(248, 235, 227, 0.4);
    width: 100%;
    height: 430px;
    position: relative;
    bottom: 442px;
}
  .products {
      background-color: #F5F5F5;
      height: 570px;
  }
  img.vrr {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width:100%;
  }
  img.pinksl {
      width: 310px;
  }
  img.mapp {
      width: 100%;
  }
  .maps {
      background-color: #F5F5F5;
      height: 575px;
  }
  .lin{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  background-color: #3290FF;
      border: 4px dashed blue;
      border-radius: 8px;
      margin-left: 26%;
  }
  .fb{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 20px;
  background-color: skyblue;
      border: 4px dashed #8F8F8F;
      border-radius: 8px;
      margin-left: 55px;
  }
  .reach{
      font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #1E1E1E;
  margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
  }
  p.mbox {
      top: 128px;
      left: 34px;
      position: absolute;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 34px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.022em;
      text-transform: uppercase;
      color: #FFFFFF;
      border: 4px solid #fff;
      padding: 5px 16px;
      padding-bottom: 24px;
  }
  p.box2 {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      position: absolute;
      top: 50% !important;
      left: 7%;
  }
  form {
      position: relative;
      top: 11%;
      right: -4%;
      background: rgba(50, 60, 141, 0.9);
      border-radius: 16px;
      height: 538px;
          margin-top: 275px;
      width: 417px !important;
  }
  .slot {
    background: #F0EEEE;
    border-radius: 4px;
    width: 91px !important;
    display: inline-block;
    height: 43px !important;
  }
  h6.reg {
      padding-top: 15px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 150%;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      margin-top: 220px;
      margin-bottom: 12px;
      margin-left: 15px;
  }
  .inputs {
      background: #FFFFFF;
      border-radius: 8px;
      width: 392px !important;
      height: 44px;
      padding-left: 5px;
      margin-left: 12px;
      margin-bottom: 5px;
  }
  }
  @media screen and (max-width: 599px)and (min-width:490px){
    input.date1, input.date2, input.date3, input.date4 {
      width: 75px !important;
    }
  .container112 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -6px 160px;
    position: relative;
    bottom: 200px;
  }
  iframe {
    border: 0;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 290px !important;
  }
  img.pr12 {
    width: 285px;
  }
  button.smm {
    border: none;
    margin-left: 32% !important;
  }
  button.smm {
    border: none;
    margin-left: 40% !important;
  }
  .smlink{
    width:45px !important;
  }
  #mainView {
    height: 225px !important;
    width: 265px !important;
    border-radius: 5px;
    background-color: rgba(248, 235, 227, 0.4);
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 1s;
  }
  #galleryView {
  height: 41vh !important;
  width: 96vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .width {
  width: 82px !important;
  }
  button.btnrel {
    position: relative;
    bottom: -148px;
    left: 76% !important;
    border: 1px solid black;
    padding: 0px 0px;
  }
  #galleryContainer {
    height: 500px !important;
    width: 393px !important;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
    img.d-block.carouimg {
        width: 45%;
        height: 192px;
        margin-left: 27%;
    }
    .stpara {
        position: relative;
        bottom: 89px !important;
    }
    mg.d-block.carouimg {
        width: 45%;
        height: 350px;
        margin-left: 26%;
    }
    p.rundisp {
        display: none !important;
    }
    #demo {
        font-size: 45px !important;
        position: relative !important;
        bottom: 666px !important;
    }
    p.rundisp {
        left: 33%;
        display: flex;
        position: relative;
        width: 55%;
        font-size: 13px;
        color: #fff;
        bottom: 222px;
    }
    img.mainimg {
        top: 16%;
        position: absolute;
        width: 100%;
    height: 445px;
        left:0%;
        
    }
    p.datess {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 29px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.022em;
        color: #EC691F;
        position: absolute;
        width: 236px;
        height: 42px;
        left: 84px !important;
        top: 245px;
        background: #FFFFFF;
        border-radius: 8px;
        padding: -7px 1px !important;
    }
    img.logo {
        position: absolute;
        left: 7%;
        top: 1%;
        width: 26%;
    }
    button.callbut {
      width: 177px;
      left: 297px;
      top: 31px;
      background: #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      padding: 11px;
      line-height: 150%;
      letter-spacing: 0.12em;
      color: #FFFFFF;
  }
        li {
          display: inline-block;
          font-size: 30px !important;
          list-style-type: none;
          padding: 1em;
          text-transform: uppercase;
          text-align: left !important;
          color: #fff;
          height: 370px !important;
          font-weight: 600;
          width: 4px !important;
      }
      li span {
        display: block;
        font-size: 33px !important;
        color: #fff;
        background-image: url(../image/smcal.png);
        text-align: center;
        width: 68px !important;
        height: 58px !important;
        padding-top: -3px;
        margin-left: 0px !important;
    }
      span#minutes {
        margin-left: 9px !important;
    }
    span#hours {
      margin-left: 2px !important;
  }
    span#seconds {
      margin-left: 5px !important;
  }
      ul {
        margin-bottom: 1rem;
        display: flex !important;
        position: relative !important;
        bottom: 367px !important;
        left: -20% !important;
    }
    button.venuebut {
      border: 1px dashed #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: -0.019em;
      margin-top: 14px;
      margin-right: 30px;
      color: #323C8D;
      top: 19px !important;
      padding: 10px 17px !important;
  }
    span.callimmg {
        position: relative;
        top: 5px;
    }
    img.numsimg {
        position: absolute;
        left: -3%;
    top: 435px;
    width: 434px;
    }
    .mainhead{
        font-family: 'Inter';
        font-weight: 700;
        font-size: 34px;
        line-height: 150%;
        letter-spacing: -0.022em;
    padding: 0px 20px;
    color: #323C8D;
        text-align: left;
        padding-top: 15px;
    }
    .infopara, p.infopara1{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #1E1E1E;
    padding: 24px 20px;
    text-align: left;
    }
    .pinkbg {
        background: rgba(248, 235, 227, 0.4);
        width: 100%;
        height: 1100px;
    }
    img.imgr1 {
        margin-left: 0px;
        opacity: 0.2;
        width: 168px;
        height: 250px;
    }
    img.imgr2 {
        display: none;
    }
    img.imgr5 {
        position: absolute;
        margin-right:-35px;
        opacity: 0.2;
        width: 168px;
        height: 250px;
    }
    img.imgr4 {
        display: none
    }
    img.imgr3 {
        padding-top: 27px;
        position: absolute;
        left: 9%;
        width: 360px;
    height: 245px;
    }
    .imgdiv {
        margin-top: 50px;
    }
    h3.h3prod {
        padding-left: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        letter-spacing: -0.022em;
        color: #323C8D;
        margin-top: 0px;
        padding-top: 15px;
    }
    img.pr12 {
        width: 286px;
        padding-left: 10px;
        padding-right: 6px;
        padding-bottom: 10px;
    }
    .pinkbg.mob {
        background: rgba(248, 235, 227, 0.4);
        width: 100%;
        height: 384px;
    }
    img.pr1 {
        width: 181px;
        padding-left: 10px;
        padding-right: 4px;
        padding-bottom: 10px;
  }
  .pinkbg1 {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 430px;
      position: relative;
      bottom: 442px;
  }
    .products {
        background-color: #F5F5F5;
        height: 570px;
    }
    img.vrr {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width:100%;
    }
    img.pinksl {
        width: 451px;
    }
    img.mapp {
        width: 100%;
    }
    .maps {
        background-color: #F5F5F5;
        height: 566px;
    }
    .lin{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    background-color: #3290FF;
        border: 4px dashed blue;
        border-radius: 8px;
        margin-left: 26%;
    }
    .fb{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    background-color: skyblue;
        border: 4px dashed #8F8F8F;
        border-radius: 8px;
        margin-left: 55px;
    }
    .reach{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: -0.022em;
    color: #1E1E1E;
    margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    p.mbox {
      top: 158px;
      left: 83px;
      position: absolute;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 37px;
    }
    p.box2 {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      position: absolute;
      top: 56% !important;
      left: 13%;
  }
    form {
        position: relative;
        top: 11%;
        right: -15%;
        background: rgba(50, 60, 141, 0.9);
        border-radius: 16px;
        height: 538px;
            margin-top: 200px;
        width: 433px;
    }
    .slot {
      background: #F0EEEE;
      border-radius: 4px;
      width: 91px !important;
      display: inline-block;
      height: 43px !important;
    }
    h6.reg {
        padding-top: 15px;
        font-family: 'Inter' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: -0.019em;
        color: #FFFFFF;
        margin-top: 220px;
        margin-bottom: 12px;
        margin-left: 15px;
    }
    .inputs {
        background: #FFFFFF;
        border-radius: 8px;
        width: 408px;
        height: 44px;
        padding-left: 5px;
        margin-left: 12px;
        margin-bottom: 5px;
    }
    span.dfon {
      background: none !important;
      margin-bottom: -73px !important;
      font-size: 12px !important;
      position: relative;
        bottom: 66px;
      }
    h6.slots {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.019em;
        color: #FFFFFF;
        margin-top: 6px;
        margin-bottom: 0px;
        padding-left: 15px;
    }
    p.slot {
        background: #F0EEEE;
        border-radius: 4px;
        width: 95px;
        display: inline-block;
        height: 32px;
        padding: 2px 2px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 150%;
        margin-left: 4px;
        text-align: center;
        letter-spacing: -0.011em;
        color: rgba(54, 52, 52, 0.6);
    }
    p.date {
        background: #F0EEEE;
        border-radius: 4px;
        width: 95px;
        display: inline-block;
        height: 73px;
        padding: 2px 2px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        letter-spacing: -0.022em;
        color: #000000;
        margin-top: 8px;
        text-align: center;
        margin-left: 4px;
    }
    span.nov {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.011em;
        color: #757575;
    }
    button.submit {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        background: #EC691F;
        border-radius: 10px;
        border: none;
        padding: 5px 10px;
        margin-left: 18px;
        margin-top: 10px;
    }
    input.slot.ss, input.date.ss {
        margin-left: 18px;
    }
  }
  @media screen and (max-width: 700px)and (min-width:600px){
    input.date1, input.date2, input.date3, input.date4 {
      width: 75px !important;
    }
  .container112 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -6px 160px;
    position: relative;
    bottom: 200px;
  }
  iframe {
    border: 0;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 290px !important;
  }
  img.pr12 {
    width: 285px;
  }
  button.smm {
    border: none;
    margin-left: 32% !important;
  }
  button.smm {
    border: none;
    margin-left: 40% !important;
  }
  .smlink{
    width:45px !important;
  }
  #mainView {
    height: 225px !important;
    width: 265px !important;
    border-radius: 5px;
    background-color: rgba(248, 235, 227, 0.4);
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 1s;
  }
  #galleryView {
  height: 41vh !important;
  width: 96vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .width {
  width: 82px !important;
  }
  button.btnrel {
    position: relative;
    bottom: -148px;
    left: 76% !important;
    border: 1px solid black;
    padding: 0px 0px;
  }
  #galleryContainer {
    height: 500px !important;
    width: 393px !important;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
    img.d-block.carouimg {
        width: 45%;
        height: 192px;
        margin-left: 27%;
    }
    .stpara {
        position: relative;
        bottom: 89px !important;
    }
    mg.d-block.carouimg {
        width: 45%;
        height: 350px;
        margin-left: 26%;
    }
    p.rundisp {
        display: none !important;
    }
    #demo {
        font-size: 45px !important;
        position: relative !important;
        bottom: 666px !important;
    }
    p.rundisp {
        left: 33%;
        display: flex;
        position: relative;
        width: 55%;
        font-size: 13px;
        color: #fff;
        bottom: 222px;
    }
    img.mainimg {
        top: 16%;
        position: absolute;
        width: 100%;
    height: 445px;
        left:0%;
        
    }
    p.datess {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 29px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.022em;
        color: #EC691F;
        position: absolute;
        width: 236px;
        height: 42px;
        left: 100px;
        top: 245px;
        background: #FFFFFF;
        border-radius: 8px;
        padding: -7px 1px !important;
    }
    img.logo {
        position: absolute;
        left: 7%;
        top: 1%;
        width: 26%;
    }
    button.callbut {
      width: 177px;
      left: 441px;
      top: 31px;
      background: #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      padding: 11px;
      line-height: 150%;
      letter-spacing: 0.12em;
      color: #FFFFFF;
  }
        li {
          display: inline-block;
          font-size: 30px !important;
          list-style-type: none;
          padding: 1em;
          text-transform: uppercase;
          text-align: left !important;
          color: #fff;
          height: 370px !important;
          font-weight: 600;
          width: 4px !important;
      }
      li span {
        display: block;
        font-size: 33px !important;
        color: #fff;
        background-image: url(../image/smcal.png);
        text-align: center;
        width: 68px !important;
        height: 58px !important;
        padding-top: -3px;
        margin-left: 0px !important;
    }
      span#minutes {
        margin-left: 9px !important;
    }
    span#hours {
      margin-left: 2px !important;
  }
    span#seconds {
      margin-left: 5px !important;
  }
      ul {
        margin-bottom: 1rem;
        display: flex !important;
        position: relative !important;
        bottom: 367px !important;
        left: -20% !important;
    }
    button.venuebut {
      border: 1px dashed #323C8D;
      border-radius: 8px;
      font-family: 'Inter' !important;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: -0.019em;
      margin-top: 14px;
      margin-right: 30px;
      color: #323C8D;
      top: 19px !important;
      padding: 10px 17px !important;
  }
    span.callimmg {
        position: relative;
        top: 5px;
    }
    img.numsimg {
        position: absolute;
        left: -3%;
    top: 435px;
    width: 434px;
    }
    .mainhead{
        font-family: 'Inter';
        font-weight: 700;
        font-size: 34px;
        line-height: 150%;
        letter-spacing: -0.022em;
    padding: 0px 20px;
    color: #323C8D;
        text-align: left;
        padding-top: 15px;
    }
    .infopara, p.infopara1{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #1E1E1E;
    padding: 24px 20px;
    text-align: left;
    }
    .pinkbg {
        background: rgba(248, 235, 227, 0.4);
        width: 100%;
        height: 1100px;
    }
    img.imgr1 {
        margin-left: 0px;
        opacity: 0.2;
        width: 168px;
        height: 250px;
    }
    img.imgr2 {
        display: none;
    }
    img.imgr5 {
        position: absolute;
        margin-right:-35px;
        opacity: 0.2;
        width: 168px;
        height: 250px;
    }
    img.imgr4 {
        display: none
    }
    img.imgr3 {
        padding-top: 27px;
        position: absolute;
        left: 9%;
        width: 360px;
    height: 245px;
    }
    .imgdiv {
        margin-top: 50px;
    }
    h3.h3prod {
        padding-left: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        letter-spacing: -0.022em;
        color: #323C8D;
        margin-top: 0px;
        padding-top: 15px;
    }
    img.pr12 {
        width: 286px;
        padding-left: 10px;
        padding-right: 6px;
        padding-bottom: 10px;
    }
    .pinkbg.mob {
        background: rgba(248, 235, 227, 0.4);
        width: 100%;
        height: 384px;
    }
    img.pr1 {
        width: 181px;
        padding-left: 10px;
        padding-right: 4px;
        padding-bottom: 10px;
  }
  .pinkbg1 {
      background: rgba(248, 235, 227, 0.4);
      width: 100%;
      height: 430px;
      position: relative;
      bottom: 442px;
  }
    .products {
        background-color: #F5F5F5;
        height: 570px;
    }
    img.vrr {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width:100%;
    }
    img.pinksl {
        width: 451px;
    }
    img.mapp {
        width: 100%;
    }
    .maps {
        background-color: #F5F5F5;
        height: 566px;
    }
    .lin{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    background-color: #3290FF;
        border: 4px dashed blue;
        border-radius: 8px;
        margin-left: 26%;
    }
    .fb{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
    background-color: skyblue;
        border: 4px dashed #8F8F8F;
        border-radius: 8px;
        margin-left: 55px;
    }
    .reach{
        font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: -0.022em;
    color: #1E1E1E;
    margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    p.mbox {
      top: 158px;
      left: 83px;
      position: absolute;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 42px;
    }
    p.box2 {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 21px;
      line-height: 150%;
      text-align: center;
      letter-spacing: -0.019em;
      color: #FFFFFF;
      position: absolute;
      top: 53% !important;
      left: 13%;
  }
    form {
        position: relative;
        top: 11%;
        right: -15%;
        background: rgba(50, 60, 141, 0.9);
        border-radius: 16px;
        height: 538px;
            margin-top: 200px;
        width: 433px;
    }
    .slot {
      background: #F0EEEE;
      border-radius: 4px;
      width: 91px !important;
      display: inline-block;
      height: 43px !important;
    }
    h6.reg {
        padding-top: 15px;
        font-family: 'Inter' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: -0.019em;
        color: #FFFFFF;
        margin-top: 220px;
        margin-bottom: 12px;
        margin-left: 15px;
    }
    .inputs {
        background: #FFFFFF;
        border-radius: 8px;
        width: 408px;
        height: 44px;
        padding-left: 5px;
        margin-left: 12px;
        margin-bottom: 5px;
    }
    span.dfon {
      background: none !important;
      margin-bottom: -54px !important;
      font-size: 12px !important;
      position: relative;
        bottom: 30px;
      }
    h6.slots {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.019em;
        color: #FFFFFF;
        margin-top: 6px;
        margin-bottom: 0px;
        padding-left: 15px;
    }
    p.slot {
        background: #F0EEEE;
        border-radius: 4px;
        width: 95px;
        display: inline-block;
        height: 32px;
        padding: 2px 2px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 150%;
        margin-left: 4px;
        text-align: center;
        letter-spacing: -0.011em;
        color: rgba(54, 52, 52, 0.6);
    }
    p.date {
        background: #F0EEEE;
        border-radius: 4px;
        width: 95px;
        display: inline-block;
        height: 73px;
        padding: 2px 2px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        letter-spacing: -0.022em;
        color: #000000;
        margin-top: 8px;
        text-align: center;
        margin-left: 4px;
    }
    span.nov {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.011em;
        color: #757575;
    }
    button.submit {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF;
        background: #EC691F;
        border-radius: 10px;
        border: none;
        padding: 5px 10px;
        margin-left: 18px;
        margin-top: 10px;
    }
    input.slot.ss, input.date.ss {
        margin-left: 18px;
    }
  }
  @media screen and (min-width:340px) and (max-width: 410px){
button.callbut {
    width: 93px;
    left: 270px !important;
}
  }