@font-face {
  font-family: "August Stories";
  src: url("/assets/fonts/August_Stories.eot");
  src: url("/assets/fonts/August_Stories.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/August_Stories.woff2") format("woff2"),
    url("/assets/fonts/August_Stories.woff") format("woff"),
    url("/assets/fonts/August_Stories.ttf") format("truetype");
}
.html,
body {
  overflow-x: hidden;
}
.bnr-ts {
  margin-top: 4%;
}
.jotfrm {
  width: 80%;
  margin: 0 auto;
  background: #00000047;
}

/* Slider */

.slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.bnr-tit {
  width: 200px;
  margin: 0 auto;
  text-align: Center;
  display: block;
}
.bnr-tit::after {
  display: block;
  content: "";
  border-top: 0.2rem solid #ef7f1a;
  width: 4rem;
  top: 19%;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-left: 29%;
}
.slideoneContent h2.time::after {
  display: block;
  content: "";
  border-top: 0.2rem solid #ef7f1a;
  width: 4rem;
  top: 41%;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  display: block;
}
hr.white-hr {
  width: 80%;
  text-align: right;
  align-items: revert;
  color: white;
  height: 3px;
  opacity: 1;
  display: inline-block;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 761px;
  overflow: hidden;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
/* .col-md-8.mbrmvpe {
    margin-top: 10%;
} */
 .col-md-12.pt-5t.textLic-b {
    /* margin-top: 2%; */
    margin-left: 13%;
    margin-top:39%;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
  &:focus,
  &:hover {
    outline: 0;
  }
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}
.slick-prev {
  left: 0;
  z-index: 1;
}
[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: "\f104";
}

[dir="rtl"] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  right: auto;

  left: 0;
}

.slick-next:before {
  content: "\f105";
}

[dir="rtl"] .slick-next:before {
  content: "\f104";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;

  bottom: 16px;

  display: block;

  width: 100%;

  padding: 0;

  margin: 0;

  list-style: none;

  text-align: center;

  bottom: 0px !important;

  color: #fff;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 16px;

  height: 16px;

  margin: 0 8px;

  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;

  line-height: 0;

  display: block;

  width: 16px;

  height: 16px;

  padding: 8px;

  cursor: pointer;

  color: transparent;

  border: 0;

  outline: none;

  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "FontAwesome";

  font-size: 16px;

  line-height: 1;

  position: absolute;

  top: 0;

  left: 0;

  width: 25px;

  height: 25px;

  content: "\f111";

  text-align: center;

  opacity: 0.25;

  color: #fff;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;

  color: black;
}

.photo {
  background-size: contain;
  background-position: top !important;
  height: 760px !important;
  justify-content: center;
  align-items: center;
  background-blend-mode: multiply;
}
.row.banner-sec {
  align-items: center;
  padding-top: 0px;
  /*padding-top:80px;*/
}
h3.month {
  /* margin-left: 35px; */
  /* text-align: right; */
  font-size: 22px;
  margin-top: 5px;
  color: #fff;
  font-family: "Poppins", system-ui;
}
img.symbol-img {
  width: 100%;
  max-width: 15%;
  margin: 0 auto;
  padding-top: 30px;
}
h2.date sup {
  font-weight: 300;
}
/* .row.banner-sec h2.date::after {
    content: '';
    border-bottom: 4px solid #fff;
    width: 50px;
    display: block;
    position: relative;
    top: 34%;
    margin-left: 0px;
} */
.col-md-12.pt-5t.textLic-b {
  /* margin-top: 2%; */
  /* margin:0 auto;
  text-align:center;
  display:block; */
}
.side-cta .fa-brands.fa-whatsapp,
.side-cta .fa-solid.fa-phone,
.side-cta .fa-regular.fa-envelope,
.side-cta .fa-solid.fa-download,
.side-cta .fa-regular.fa-file-lines {
  /*border-radius: 0px !important;*/

  font-size: 22px;

  padding: 10px;

  width: 45px;
}

h2.date {
  /* color: #ef7f1a; */
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", system-ui;
  margin-bottom: 0px;

  /*padding-bottom:30px;*/
}
h2.date span {
    font-size: 26px;
    font-weight: 400;
}
div#reportfrm .my-2::placeholder, div#reportfrm label {
    color: #fff !important;
    font-size: 12px;
    padding-left: 12px;
}
img.date_time {
    width: 100%;
    max-width: 60%;
}
img.london-headline {
    width: 100%;
    max-width: 50%;
    margin-left: 12%;
    
}
h4.time {
  /* color: #ef7f1a; */
  color: #fff;
  font-family: "Poppins", system-ui;

  /*padding-bottom:30px;*/

  font-size: 30px;
}
.bnr-tit {
  text-align: center;
  color: white;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Poppins", system-ui;
}
.timeDate {
  /* padding-top:40px;
    padding-left: 40px; */
  padding-top: 5%;
  width: 100%;
  /* display: inline-flex; */
  margin: 0 auto;
}
/* .mbrmvpe {
    padding-top: 6%;
} */
.btwnhr {
  /* transform: rotate(90deg); */
  width: 25%;
  border-top: 2px solid #ffffffd9;
  margin-right: 12%;
}
img.hdlinelogo {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-bottom: 4%;
}
.expo-logo {
    margin-right: 10px;
}
img.expo_Logo {
  width: 100%;
  margin-bottom:30px;
  margin-top:30px;
}
/* .date-month {
    border-bottom: 1px solid #fff;
} */
.bnr1-lsimg {
  width: 100%;
  max-width: 100% !important;
  float: none;
}
.slideoneContent .timeDate h2.date {
  color: white !important;
  font-size: 28px;
  letter-spacing: 4px;
  margin-left: 3%;
  margin-bottom: 3%;
  font-weight: 300;
}
.slideoneContent p.btext {
  color: white;
  letter-spacing: 3px;
  margin-left: 3%;
}
.slideoneContent {
  padding-top: 7%;
  margin-left: 6%;
  width: 44% !important;
  text-align: right;
}

.slideoneContent p {
  color: white;
  font-size: 26px;
  font-family: "Poppins", system-ui;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.row.brands {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 30px;
}

.USAFlag.png {
  width: 60px !important;
}

img.USFlag {
  width: 55px !important;

  margin-right: 20px !important;
}

.row.brands img {
  width: 100%;
  max-width: 12%;
  margin: 0 auto;

  text-align: center;

  display: block;
}
img.Dev17,
img.Dev18,
img.Dev21 {
  width: 100% !important;
  max-width: 9% !important;
}
h2.Brands {
  text-align: center;

  font-size: 45px;

  font-family: "Poppins", system-ui;

  color: #fff;

  padding-bottom: 20px;

  position: relative;
}

.row.brands h4 {
  color: #fff;

  text-align: center;

  padding-bottom: 20px;

  font-size: 25px;

  font-weight: 100;

  /*height:100px;*/
}

h4.mtop {
  margin-top: -44px;
}

.advisoryDesk .Brands::after {
  right: 17% !important;
}

.advisoryDesk .Brands::before {
  left: 17% !important;
}

.overlayBg {
  background-blend-mode: multiply;

  background-color: #0000009c;
}

h2.Brands::before,
h2.Brands::after {
  display: inline-block;

  content: "";

  border-top: 0.2rem solid #ef7f1a;

  width: 4rem;

  top: 28px;

  position: absolute;
}

h2.Brands::before {
  left: 23%;
}
h2.Brands.heads::before {
  left: 13%;
}
h2.Brands.heads::after {
  right: 9%;
}

h2.Brands::after {
  right: 23%;
}
h2.title::before,
h2.title::after {
  display: inline-block;

  content: "";

  border-top: 0.2rem solid #ef7f1a;

  width: 4rem;

  top: 12%;

  position: absolute;
}
h2.title::before {
  left: 60%;
}
h2.title::after {
  left: 35%;
}
p.devBrands {
  text-align: center;
  font-size: 20px;
  color: #ef7f1a;
  width: 100%;
  margin: 0 auto 0px;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins";
}
img.orange-finestDev {
  width: 100% !important;
  max-width: 30% !important;
  margin-bottom: 10px !important;
}
.second-slide .row.topbar {
  height: 15px;
}
.lists {
  padding-left: 30%;
}

.lists li {
  color: #fff;

  font-size: 20px;

  font-family: "Poppins", system-ui;

  list-style-type: disclosure-closed;

  padding-bottom: 20px;
}

.btnContent {
  position: absolute;

  z-index: 9999;

  bottom: 0;

  top: 70%;

  margin: 0 auto;

  text-align: center;

  padding-top: 100px;

  width: 100%;
}

a.regBtn {
  background: #ef7f1a;
  padding: 10px 25px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", system-ui;
  width: 200px;
  /* margin: 0 auto;
    text-align: center;
    display: block; */
}

p.LICTEXT {
  font-size: 12px;

  padding-left: 20px;
  color: #fff;
}

p.bannerLic {
  color: #fff;

  font-size: 10px;

  text-align: center;

  /*padding-top: 20px;*/
}

span.LogoHead {
  display: inline-flex;
}

.row.brands.advisoryDesk {
  height: 250px;
}

#dlpfrm .modal-content,
#reportfrm .modal-content {
  background: no-repeat;

  border: 0px;

  margin-top: 20%;
}

#dlpfrm h2.Brands,
#reportfrm h2.Brands {
  font-size: 25px;
}

#dlpfrm #regform,
#reportfrm #rptform {
  background: #6a6969;
}

#dlpfrm h2.Brands::before,
#dlpfrm h2.Brands::after,
#reportfrm h2.Brands::before,
#reportfrm h2.Brands::after {
  width: 2rem;

  top: 21%;
}

#dlpfrm h2.Brands::before,
#reportfrm h2.Brands::before {
  left: -4%;
}

#dlpfrm h2.Brands::after,
#reportfrm h2.Brands::after {
  right: -4%;
}

#participate {
  padding-top: 80px;

  padding-bottom: 40px;

  background-image: url("./img/sliderOneBg.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-blend-mode: multiply;

  background-color: #0000009c;
}

button.close.text-end {
  float: right;

  background: none;

  border: none;

  font-size: 28px;

  font-weight: 900;

  margin-top: -15%;

  margin-right: -11%;
  color: #fff;
}

h2.colorHead {
  color: #ef7f1a;
}

.slick-slider {
  margin-bottom: 0px !important;
}

.service {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  grid-template-rows: 1fr 1fr;

  gap: 0em 0em;

  grid-auto-flow: column;
}

.box {
  margin: 0 auto;

  text-align: center;

  display: block;
}

#participate h4.time,
#participate h2.date {
  font-size: 32px;

  text-align: right;

  padding-bottom: 10px;
  padding-top: 30px;
}

#participate .dateTime p {
  text-align: right;
}

#participate .col-md-6.dateTime {
  padding-right: 80px !important;

  /*padding-top:12%;*/
}

/*#participate form#regform*/

/*{*/

/*    margin-top:80px;*/

/*}*/

#participate p {
  font-size: 25px;

  color: #2a415d;

  font-weight: 400;
}

.formSec {
  border-left: 2px solid #ef7f1a;
}

.conImg img {
  width: 100%;
}

span.lic-text {
  font-size: 12px;
}

form#regform,
#rptform {
  background: #00000047;

  padding: 50px;

  margin: 0 auto;

  display: block;

  width: 100%;

  max-width: 400px;
}

form#regform .my-2,
#rptform .my-2 {
  width: 100%;

  background: #ffffff30;

  border: 1px solid #00000029;

  padding: 5px;

  color: #fff;
}

form#regform .my-2::placeholder,
form#regform label {
  color: #fff !important;

  font-size: 12px;

  padding-left: 12px;
}

form#regform input.svsbmt,
#rptform input.svsbmt {
  background: #ef7f1a;

  padding: 10px 60px;

  box-shadow: none;

  color: #fff;

  border: none;

  /*margin: 0 auto;*/

  text-align: center;

  display: block;

  margin-top: 20px;

  margin-right: 20px;

  font-weight: 500;
}

form#regform input[type="radio"],
#rptform input[type="radio"] {
  box-sizing: border-box;

  appearance: none;

  background: #ffffff30;

  outline: 1px solid #00000029;

  width: 16px;

  height: 16px;
}

form#regform input[type="radio"]:checked,
#rptform input[type="radio"]:checked {
  background: #019904;
}

.thinkDubaiImg img {
  width: 200px;

  float: right;
}
span.loc {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
}
a.whatsapp {
  width: 40px;

  padding-top: 20px;

  margin-right: 28px;
}

.whatsapp img {
  background: #25d366;

  border-radius: 5px;

  width: 40px;
}

.col-md-6 .details {
  background: #2a415d;

  padding: 67px 100px;
}

#contact .col-md-6 {
  padding-left: 0px;

  padding-right: 0px;
}

#contact {
  margin-bottom: -5px;
}

/*#contact {*/

/*    margin-bottom: 50px;*/

/*}*/

.details h2 {
  color: #ef7f1a;

  font-size: 32px;

  font-weight: 700;
  margin-bottom: 25px;
}
span.add-loc {
  font-weight: 600;
}
.details p {
  color: #fff;

  font-size: 20px;

  font-weight: 300;
  margin-bottom: 0px !important;
  padding-bottom: 4px;
  font-family: "poppins";
}
span.location {
  font-size: 19px;
  /* font-size: 22px; */
  font-weight: 400;
}

.formSec input.my-2:focus-visible {
  outline: none !important;
}

img.DubaiExpo {
  width: 100%;

  max-width: 30%;

  padding-bottom: 9px;
}
.form-textbox,
.form-textbox::placeholder {
  color: #ffffff !important;
}
footer {
  background: #2a415d;

  padding: 40px 40px 10px 40px;
}

footer p {
  font-style: normal;

  text-align: left;

  font-size: 13px;

  line-height: 21px;

  letter-spacing: -0.02em;

  color: #8a9eb6;
}

#thankyou {
  background-repeat: no-repeat;

  background-size: cover;
}

#thankyou h1 {
  font-family: August Stories;

  font-size: 168px;

  color: #ef7f1a;
}

.ty-dubai-expo {
  width: 46%;
}

.tyfregmsg {
  color: #ef7f1a;

  margin-bottom: 90px;
}

.ty-date {
  color: #ef7f1a;

  font-size: 30px;

  font-weight: bold;

  font-family: "Poppins", system-ui;
}

.ty-spkto {
  color: white;

  font-family: "Poppins", system-ui;

  font-size: 24px;

  font-weight: 300;
}

.fa-brands.fa-whatsapp {
  background: #25d366;

  color: white;

  padding: 4px 6px;

  border-radius: 5px;

  font-size: 20px;

  margin-bottom: 10px;
}

.fa-solid.fa-phone,
.fa-regular.fa-envelope,
.fa-solid.fa-download,
.fa-regular.fa-file-lines {
  background: #ef7f1a;

  color: white;

  padding: 5px;

  font-size: 18px;

  border-radius: 5px;

  margin-right: 5px;

  margin-bottom: 10px;
}

.call {
  text-decoration: none;

  color: #2a415d;

  font-weight: 500;

  margin-bottom: 10px;
}

.tdtsq-blue {
  width: 50%;
  margin-top: 15%;
}

.cta-list {
  list-style-type: none;

  display: block;

  margin: 0 auto;

  text-align: center;
}

.cta-list li {
  display: inline;
}

.fa-brands.fa-whatsapp {
  margin-right: 5px;
}

.tyfregmsg::after {
  content: "";

  border-bottom: 3px solid #fff;

  width: 122px;

  display: block;

  margin: 0 auto;

  padding-bottom: 7px;
}

.mob-slide3,
.hd-desk {
  display: none;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #ef7f1a !important;
}

.slick-dots li button:before {
  font-size: 18px !important;
}

.slick-dots li.slick-active button:before {
  font-size: 20px;
}

ul.slick-dots {
  margin-bottom: 12px;
  /*margin-bottom: 70px;*/
  /* margin-bottom:78px; */
}

.side-cta .social-media {
  position: fixed;

  bottom: 6%;

  right: 5%;

  width: 100%;

  max-width: 50px;

  margin-bottom: 10px;
}

/******--------- Why Dubai ------------*********/

.whydbx img {
  width: 100%;
}

#whyindubai .row {
  align-items: center;

  display: flex;

  justify-content: center;
}

.feactures {
  display: flex;

  align-items: center;

  justify-content: space-around;
}

.feacbox {
  width: 100%;

  margin-bottom: -16px;

  margin-top: 0px;

  padding-bottom: 40px;

  padding-top: 0px;
}

.One,
.two,
.three {
  border-right: 1px solid #dd853c;
}

.feacbox img {
  width: 100%;

  border-right: 6px solid #dd853c;

  padding-right: 20px;
}

.image img {
  width: 100%;

  max-width: 50%;

  margin-left: 50%;
}
.One.mt img {
  height: 45px;
}
.One.mt {
  margin-top: 40px;
}
.One .feacbox {
  padding-bottom: 144px;
}
.three .feacbox {
  padding-bottom: 144px;
}
.content p {
  text-align: end;

  padding: 10px 20px;

  width: 200px;

  font-weight: 600;

  color: #2f3f5a;

  font-family: "Poppins";

  font-size: 15px;

  line-height: 24px;
}

.feacbox.mr-t {
  margin-top: 100%;
}
.One.mt {
  margin-top: 65px;
}
.two .feacbox {
  padding-bottom: 80px;
}
/*.One.mt{*/

/*    margin-top:110px;*/

/*}*/
.three.mt {
  margin-top: 150px;
}
/*.three.mt .image {*/
/*    padding-top: 40px;*/
/*}*/
.two {
  margin-top: -144px;
}
.three.mt {
  margin-top: 80px;
}

p.licText {
  color: #2a405c;

  font-size: 10px;

  padding-top: 35px;

  padding-bottom: 35px;
}
.row.reg-btn {
    margin-top: 8%;
}
img.date-venue-img {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.textLic-b p.LICTEXT {
  font-size: 11px;
  /* padding-left: 20px; */
  /* color: #2a415d !important; */
  color: #fff !important;
  /* margin-left: -28px; */
  font-weight: 400;
  font-family: "Poppins";
  /* margin:0 auto;
      text-align:center;
      display:block; */
  padding-top: 15px;
  padding-left: 0px;
  /* text-align: center; */
}
.col-md-4.text-center {
  padding-bottom: 60px;
}

#whyindubai .col-md-4 {
  position: relative;
}

.thikLogo {
  position: absolute;

  bottom: -180%;
}
.whiteBg {
  background: #fff;
  padding-top: 20px;
}
.row.whiteBg {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

p.btext {
  /* padding-top:18px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
}
p.btext span {
  /* font-size: 30px; */
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: ui-monospace;
  line-height: 40px !important;
  letter-spacing: 1.5px;
}
.bsubtext {
  font-size: 32px;
  /* color: #2a415d; */
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins";
  font-weight: 700;
  margin-left: 0px;
  letter-spacing: 0.5px;
}
.bsubtext span { 
  font-size: 27px;
  font-weight: 400;
}
.abudubaislide .bsubtext span, .abudubaislide .textLic-b p.LICTEXT {    
    color: #fff !important;
}
.abudubaislide img.expo_Logo {
    width: 94%;
}
.abudubaislide .col-md-6.mbrmvpe {
    margin-top: 8%;
}


.bsubtext p {
  margin-top: -5px !important;
}
.timeDate a.regBtn {
  text-transform: math-auto;
  margin: 0px;
  /* margin-bottom:20px;
      margin-top:45px; */
}

h2.time {
  color: #2a415d;
  margin-bottom: 30px;
}
/* .slideoneContent a.regBtn {
      margin: inherit !important;
  } */
.slideoneContent img.tdtsq-white {
  max-width: 25%;
  width: 100%;
  margin-top: -65px;
  margin-bottom: 30px;
}
.bnr-ts img.foo-sq-logo,
.photo img.foo-sq-logo {
  width: 100% !important;
  max-width: 20% !important;
  float: right;
  margin-top: -20px;
}
img.liveinvest-logo {
  width: 100%;
  max-width: 35%;
  float: left;
  /* margin-top:-30px; */
}
img.unitImg {
  width: 100%;
  max-width: 39%;
}
.col-md-12.pt-2.text-center {
  margin-top: 4%;
}
h2.title {
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins";
  font-size: 25px;
  line-height: 24px;
}
img.finestDev {
  display: none !important;
}
.thikLogo-mob {
  display: none;
}
.thikLogo {
  display: block;
}
.whtbdr {
  background: none !important;
  border: 1px solid white;
  border-radius: 10px;
  text-transform: unset !important;
}
h2.Brands.orngtxt {
  color: #ef7f1a;
}
.dwlrpt img {
  width: 100%;
  max-width: 99%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.dwlrpt {
  position: relative;
}
.dwlrpt i.fa.fa-download {
  position: absolute;
  bottom: 4% !important;
  left: 3% !important;
  font-size: 18px;
  background: #ef7f1a;
  padding: 6px;
  color: white;
  border-radius: 7px !important;
}
#weekly_report h2.Brands::before {
  left: 20%;
}
#weekly_report h2.Brands::after {
  right: 20%;
}
.klk-logo {
  margin-bottom: 30px;
}

.klk-logo img {
  display: block;
  width: 65%;
  margin: 0 auto;
}
/**************---------- Media Query ---------------***********/
@media screen and (min-width: 375px) and (max-width: 375px) {
  img.bnr1-lsimg {
    max-width: 60% !important;
  }
  .col-md-12.pt-5t.textLic-b.mob {
    /* margin-top: 130% !important; */
  }
}

@media (max-width:425px) {
  .col-md-12.pt-5t.textLic-b{
    margin-top: 133% !important;
  }
}
@media (max-width:375px) {
  .col-md-12.pt-5t.textLic-b{
    margin-top: 91% !important;
    margin-left: 18% !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .slideoneContent h2.time::after {
    top: 62%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  html,
  .body {
    overflow-x: hidden !important;
  }
  /* p.bsubtext
      {
        text-align: left;
        margin-left: 55px;
      } */

  .row.banner-sec h2.date::after {
    content: "";
    border-bottom: 3px solid #fff;
    width: 50px;
    display: block;
    position: absolute;
    top: 29%;
    margin-left: 0px;
  }
  .col-md-12.pt-5t.textLic-b {
    margin-top: 116%;
    margin-left: 29%;
    padding-left: 0px !important;
  }
  .second-slide .row.topbar {
    height: 50px;
  }
  p.btext {
    padding-top: 10px;
    padding-left: 0px;
  }
  p.bannerLic {
    padding-top: 0px !important;
  }

  .photo.abudubaislide.slick-slide.slick-active {
      background-image: url(/img/abudxb-mob-bg.jpg) !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      height: 580px !important;
  }
  .abudubaislide .col-md-6.mbrmvpe {
      margin-top: 3%;
  }
  .abudubaislide img.expo_Logo {
      width: 45%;
  }

  /* .col-md-12 .pt-5t .textLic-b .mob{
      margin-top: 134% !important;
  } */
    .abudubaislide  .bsubtext span {
        font-size: 22px;
    }
  /* .row.banner-sec .col-md-4 {
        width: 50%;
        max-width: 50%;
      } */
  .row.banner-sec .col-md-4.emptycol {
    display: none;
  }
  .photo {
    /* height:630px !important; */
    height: 580px !important;
    /*height:4px !important;*/
  }
  .photo.second-slide.slick-slide.slick-active {
    height: 1200px !important;
  }
  .slideone {
    
    background: url(./img/09-09-Mob.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 580px !important;
  }
  img.expo_Logo {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  img.london-headline
  {
    margin: 0 auto;
        padding-bottom: 20px;
  }
  img.date_time {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
  img.hdlinelogo {
    width: 50%;
  }

  .pe-5.mbrmvpe {
    padding: 0 !important;
    width: 80% !important;
    float: right;
  }
  .dubaislide {
    /* background: url("./img/21-jw-mob-bg.jpg") !important; */
     background: url("https://dubaipropertyexpo.in/wp-content/uploads/2026/08/expo-conrad-mobile.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 406px  !important;
    background-position: initial;
  }
  .dubaislide img.bnr1-lsimg {
    margin: inherit;
    width: 90% !important;
  }
  .hdmob {
    display: none;
  }
  .dubaislide .timeDate {
    text-align: center;
    /* padding-top: 15px;
        padding-left:20px; */
    width: 100%;
  }
  /* .dubaislide a.regBtn {
    margin-top: 0%;
    max-width: 200px;
    
  } */
  /* .dubaislide a.regBtn {
        margin-left: 0px;
        margin-top: 0%;
        max-width: 168px;
        
    } */
  p.LICTEXT.rotateText {
    padding-top: 10px;
  }
  .dubaislide p.LICTEXT.rotateText {
    font-weight: 400 !important;
    font-size: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align:left;
    /* text-align: center; */
    /* margin-left: 30px; */
  }
  .row.reg-btn
  {
    margin:0 auto;
  }
  .dubaislide p.LICTEXT.rotateText {
    /* margin-right:140px; */
    /* padding-top: 10px; */
  }
  p.LICTEXT.rotateText .slideone a.regBtn {
    /* margin-top: 8% !important; */
    margin-bottom: 10px;
  }
  .slideone a.regBtn {
    margin-top: 0%;
    max-width: 200px;
  }

  .slideoneContent a.regBtn {
    margin: 0 auto !important;
  }
  .thikLogo {
    display: none;
  }
  img.Dev17,
  img.Dev18,
  img.Dev21 {
    width: 100% !important;
    max-width: 60% !important;
  }
  .thikLogo-mob {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .shssld {
    display: none !important;
  }

  .slideoneContent {
    text-align: center;

    padding-top: 3%;
    margin-left: 0;
    width: 100% !important;
  }

  .hd-mob {
    display: none;
  }

  .hd-desk {
    display: block !important;
  }
  .bnr-ts img.foo-sq-logo {
    margin-top: -25px;
    margin-right: 15px;
    width: 15%;
  }
  /* br
      {
        display:none;
      } */
  img.bnr1-lsimg {
    margin-bottom: 0px;
    width: 100%;
    max-width: 90% !important;
    /* margin:0 auto !important; */
    text-align: center;
    display: block;
    float: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  p.LICTEXT.rotateText {
    font-weight: 400 !important;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }
  img.liveinvest-logo {
    /* width:25%;
          margin-top:0px; */
    /* width: 26%; */
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
  }
  .bsubtext span {
    /* color: #2a415d; */
    color: #fff;
    font-size: 26px;
    padding-left: 0px;
    font-weight: 500;
  }
  .slideoneContent img.tdtsq-white {
    max-width: 40%;
    width: 100%;
    margin: 0 auto;
    margin-top: -20px !important;
  }
  .slideoneContent h2.time::after {
    /*top: 59%;*/
    /*margin-left: 26%;*/
    /*width: 2rem;*/
    width: 2rem;
    position: relative;
    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

  .content p {
    width: 100px;
    font-size: 10px;
    line-height: 18px;
  }
  .details h2 {
    font-size: 28px;
  }
  .footerSec .tdtsq-white {
    width: 50%;
    margin-right: 52%;
    margin-bottom: 10%;
  }
  .whydbx {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  p.licText {
    margin-bottom: 75px;
    margin-top: -15px;
  }
  img.unitImg {
    width: 100%;
    max-width: 80%;
    padding-left: 20px;
    /*margin: 0 auto;*/
    /*text-align: center;*/
    display: block;
  }
  hr.white-hr {
    width: 100%;
    display: none;
  }
  p.btext {
    font-size: 12px;
    padding-top: 10px;
    /* text-align: left; */
    padding-right: 20px;
  }
  .row.whiteBg {
    height: 580px;
  }
  h2.time {
    margin-bottom: 12px;
  }
  /*h2.time*/
  /*{*/
  /*    margin-bottom:10px;*/
  /*}*/

  #thankyou h1 {
    font-size: 132px;
  }

  .db-mob-slid::after {
    right: 8% !important;
  }

  .db-mob-slid::before {
    left: 8% !important;
  }
  img.finestDev {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    display: block !important ;
  }

  .advisoryDesk .Brands::before {
    left: 3% !important;
  }

  .advisoryDesk .Brands::after {
    right: 3% !important;
  }

  #participate h2.Brands::before {
    left: 10%;
  }

  #participate h2.Brands::after {
    right: 10%;
  }

  #participate .col-md-6.dateTime {
    padding: 0px !important;
  }

  #participate h4.time,
  #participate h2.date,
  #participate .dateTime p {
    text-align: center !important;
  }

  .thinkDubaiImg img {
    width: 150px;

    float: none;

    margin: 0 auto;

    text-align: center;

    display: block;
  }
  .whydbx img {
    width: 50%;
    padding-bottom: 30px;
  }
  section#whyindubai {
    padding-top: 50px;
  }

  .mob-slide3 {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    /*gap: 3em 2em;*/
    gap: 20px;
    /* gap: 15px; */
    grid-auto-flow: row;
    padding: 25px 20px;
  }
  .col-md-12.pt-2.text-center {
    /*margin-top: 7%;*/
    /* margin-top:-30%; */
    margin-top: 0%;
  }

  span.lic-text {
    font-size: 12px;

    margin: 0 auto;

    text-align: center;

    display: block;

    margin-top: 20px !important;
  }

  .tdtsq-white {
    margin-top: 3% !important;

    margin-bottom: 10%;
  }

  ul.slick-dots {
    margin-bottom: 0px;
    position: absolute;
    top: 95%;
  }
  p.bannerLic {
    font-size: 10px;
  }
  span.LogoHead {
    display: ruby-text;
  }

  /*.btnContent {*/

  /*    position: absolute;*/

  /*    top: 100%;*/

  /*}*/
  #slider h2.date {
    font-size: 30px;
    padding-top: 0px;
    /* margin-left: 22px; */
    padding-bottom: 0px;
    /* color: #ef7f1a; */
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    /* text-align:left; */
  }
  #slider h4.time {
    font-size: 18px;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 6px;
    color: #fff;
  }
  .btwnhr {
    display: none;
  }
  h3.month {
    /* text-align: left;
        margin-left: 38px; */
    color: #fff;
    font-family: "Poppins", system-ui;
    font-size: 18px;
    text-align: center;
  }
  .date-month {
    padding-top: 5px;
    width: 50%;
    display: inline;
  }
  img.symbol-img {
    width: 100%;
    max-width: 10%;
    padding-top: 10px;
    margin-left: 55px;
  }
  .row.banner-sec h2.date::after {
    top: 21.5%;
    margin-left: 0px;
    position: relative;
    padding-top: 10px;
    margin-left: 115px;
    display: none;
  }

  .row.banner-sec h2.date {
    font-weight: 700;
  }
  .row.banner-sec {
    padding-top: 0px;
    display: block;
  }
  .timeDate {
    text-align: center;
    padding-top: 20px;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .slideoneContent p {
    /*font-size:18px;*/
    font-size: 15px;
  }

  a.regBtn {
    font-size: 11px;
    /* width: 300px; */
    width: 100%;
    /* max-width: 250px; */
    max-width: 150px;
  }

  /*.btnContent p*/

  /*{*/

  /*    font-size:10px;*/

  /*}*/

  /*.mob-slide3 {*/

  /*     display: grid;*/

  /*     grid-template-columns: 1fr 1fr;*/

  /*     grid-template-rows: 1fr 1fr;*/

  /*     gap: 2em 2em;*/

  /*     grid-auto-flow: column;*/

  /* }*/

  .mob-slide3 img {
    width: 100%;

    max-width: 80%;
    margin-bottom: 10px;
  }

  .row.advisoryDesk img {
    width: 100%;

    max-width: 50%;

    /*margin-bottom: 50px;*/
  }

  .row.brands.advisoryDesk .col-md-4 {
    margin-bottom: 65px;
  }

  .row.brands h4 {
    padding-bottom: 5px;
  }

  p.LICTEXT {
    padding-top: 20px;
    padding-left: 15px;
    text-align: left;
    margin-top: 20%;
  }
  .container.bnr-ts {
    padding-left: 20px;
    padding-right: 20px;
  }

  p.bannerLic {
    padding-left: 8px;

    padding-right: 8px;
  }

  #slider h2.Brands {
    font-size: 23px;

    padding-bottom: 0px;
  }

  h2.Brands {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  h2.Brands::before,
  h2.Brands::after {
    width: 2rem;
  }

  h2.Brands::after {
    right: 0%;

    top: 12px;
  }
  h2.Brands::before {
    left: -2%;
    top: 12px;
  }

  .row.advisoryDesk {
    display: block;

    padding-top: 20%;
  }

  /*.row.advisoryDesk .col-md-4 {*/

  /* padding-bottom: 50px;*/

  /*}*/

  .row.brands.advisoryDesk {
    height: auto;

    padding-top: 25px;
  }

  h2.Brands.colorHead {
    font-size: 17px;
  }

  #whydubai .row.text-center {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    grid-template-rows: 1fr 1fr;

    gap: 2em 2em;

    grid-auto-flow: column;
  }

  .service {
    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 1fr 1fr 1fr;

    gap: 0em 0em;

    grid-auto-flow: column;
  }

  .wd-icon {
    width: 25% !important;
  }

  .wd-txt {
    font-size: 14px !important;

    padding: 20px;
  }

  #participate h2.Brands.colorHead {
    font-size: 25px;
  }

  a.whatsapp img {
    width: 40px;
  }

  .formSec {
    border: none;
    padding-top: 40px;
  }

  .cta-list {
    padding-left: 15px;
  }
  .One .feacbox,
  .two .feacbox,
  .three .feacbox {
    padding-bottom: 0px;
    margin-bottom: 30px;
    height: 220px;
  }
  .One.mt,
  .two .mt,
  .three .mt {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  .feacbox.mr-t {
    margin-top: 0px !important;
  }
  .two {
    margin-top: 0px;
  }
  section#whyindubai .col-md-8 {
    padding-right: 40px;
  }
  form#regform,
  #rptform {
    width: 300px;
  }
  .three.mt {
    margin-top: 8px;
  }
  .dateTime {
    display: flex;
  }
  .unitImg {
    width: 100%;
    max-width: 50%;
  }
  #participate h2.date,
  #participate .dateTime p {
    font-size: 24px;
    padding-top: 0px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  #participate span.loc {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .timeLoc {
    padding-top: 20px;
    padding-right: 20px;
  }
  .One.mt,
  .two,
  .three {
    border: none;
  }
  .feacbox {
    border-right: 1px solid #dd853c;
  }
  .two .image img,
  .three img {
    height: 50px;
  }
  .col-md-6 .details {
    padding: 50px;
  }
  img.DubaiExpo {
    width: 100%;
    max-width: 30%;
    padding-bottom: 9px;
  }
  footer {
    padding: 30px;
  }
  img.tdhsqlogo {
    width: 35%;
  }
  p.bannerLic {
    padding-top: 20px;
  }
  a.regBtn {
    float: none;
    margin-left:20px !important;
    /* margin: 0 auto;
    text-align: center;*/
    display: block; 
  }
  .textLic-b p.LICTEXT {
    margin-top: 10px;
    color: #fff !important;
    font-weight: 800;
  }
  p.btext span {
    font-size: 26px;
    /* color: #2a415d; */
    color: #fff;
    font-weight: 700;
    text-align: center !important;
    padding-left: 00px;
    line-height: 25px !important;
  }
  .address {
    text-align: center;
  }
  #weekly_report h2.Brands::before {
    left: 9% !important;
  }
  #weekly_report h2.Brands::after {
    right: 9% !important;
  }
  .dwlrpt img {
    margin-bottom: 40px !important;
  }
  #thumbnailyt h2.Brands::before {
    left: 12%;
  }
  #thumbnailyt h2.Brands::after {
    right: 12%;
  }
  img.Darglobal {
    padding-top: 10px;
  }
  .row.banner-sec .col-md-6 {
    width: 100%;
  }
  .row.deskstop {
    display: none;
}
img.expo_Logo_mob {
    width: 100%;
    max-width: 60%;
}
img.date-venue-img-mob {
    width: 100%;
    max-width: 55%;
    margin-top: 20px;
    margin-bottom: 20px;
   
}
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .slideone a.regBtn {
    margin-top: 32% !important;
  }
}
@media screen and (min-width: 540px) and (max-width: 540px) {
  img.expo_Logo_mob {
        width: 100%;
        max-width: 50%;
    }
  img.bnr1-lsimg {
    width: 100% !important;
    max-width: 40% !important;
    /* margin: 0 auto !important;
        text-align: center;
        display: block;
        padding-left: 0px; */
  }
  p.btext {
    text-align: center;
    padding-right: 0px;
  }
  #slider h2.date {
    padding-left: 10px;
  }
  .dubaislide .col-md-12.pt-5t.textLic-b.mob {
    margin-top: 4% !important;
    padding-left: 7% !important;
  }
  .dubaislide p.LICTEXT.rotateText {
    padding-left: 67px;
    text-align: left;
  }
  .dubaislide .timeDate {
    width: 100%;
    max-width: 100%;
  }
  .bsubtext span {
    font-size: 18px;
  }
  #slider h2.date {
    font-size: 26px;
  }
  .timeDate {
    padding-left: 15px;
  }
  a.regBtn {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .dubaislide p.LICTEXT.rotateText {
    margin-left: -8%;
  }
  p.btext span {
    font-size: 20px;
    padding-left: 10px;
  }
  #participate h2.date {
    font-size: 28px;
  }
  #participate h2.date {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .col-md-12.pt-5t.textLic-b.mob {
    margin-top: 0% !important;
    padding-left: 0% !important;
  }
  /* .timeDate
      {
        margin-left: -50%;
      } */
  .timeDate a.regBtn {
    margin-top: 5%;
  }
  p.LICTEXT.rotateText {
    left: 75%;
    top: 35%;
  }
  .slideone,
  .photo {
    height: 650px !important;
  }
  .col-md-12.pt-2.text-center {
    margin-top: -100px;
  }
  .slideone a.regBtn {
    margin-top: -2% !important;
  }
  p.bannerLic {
    font-size: 10px;
    padding-top: 20px !important;
  }
  .mob-slide3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .mob-slide3 img {
    width: 100%;
    max-width: 80%;
  }
  img.Darglobal {
    padding-top: 20px;
  }
  #participate h2.Brands::before,
  #thumbnailyt h2.Brands::before {
    left: 24%;
  }
  #participate h2.Brands::after,
  #thumbnailyt h2.Brands::after {
    right: 24%;
  }
  #weekly_report h2.Brands::before {
    left: 20% !important;
  }
  #weekly_report h2.Brands::after {
    right: 20% !important;
  }
  .row.banner-sec h2.date::after {
    content: "";
    border-bottom: 3px solid #fff;
    width: 50px;
    display: block;
    position: absolute;
    top: 57%;
    margin-left: 35%;
    display: none;
  }
  p.btext {
    padding-top: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .slideoneContent h2.time::after {
    top: 50%;
    right: 37%;
    margin-top: 10px;
    position: relative;
  }
  .timeDate {
    padding-top: 0px;
  }
  .col-md-12.pt-5t.textLic-b {
    margin-top: 50px;
  }
  .slideoneContent {
    text-align: left;
  }

  .mob-slide3 {
    display: none;
  }

  html,
  .body {
    overflow-x: hidden !important;
  }

  h2.Brands::before {
    left: 4% !important;
    width: 6rem;
    top: 15px;
  }
  .bnr-tit::after {
    display: block;
    content: "";
    border-top: 0.2rem solid #ef7f1a;
    width: 4rem;
    top: 15%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-left: 21%;
  }
  /*  .slideoneContent h2.date::after {*/
  /*    display: block;*/
  /*    content: "";*/
  /*    border-top: .2rem solid #ef7f1a;*/
  /*    width: 4rem;*/
  /*    top: 33%;*/
  /*    position: absolute;*/
  /*    margin: 0 auto;*/
  /*    text-align: center;*/
  /*    display: block;*/
  /*}*/

  .slideone {
    background-size: cover !important;
    background-position: center !important;
    height: 460px !important;
    background-repeat: no-repeat !important;
  }
  .slideoneContent h2.time::after {
    top: 44%;
  }
  h2.Brands::after {
    right: 4% !important;
    width: 6rem;
    top: 20px;
  }

  .btnContent {
    top: 98%;
  }

  form#regform,
  #rptform {
    width: 300px;
  }

  form#regform .my-2,
  #rptform .my-2 {
    width: 260px;
  }

  #participate h2.date {
    font-size: 27px;
  }

  #participate p {
    font-size: 18px;
  }

  .map iframe {
    /*height: 380px;*/
    height: 320px;
  }
  h2.Brands {
    font-size: 30px;
  }

  #slider .row.brands img {
    width: 100px;
  }

  .details {
    padding: 49px;
  }
  img.expo_Logo
  {
    margin-top:0px;
    margin-bottom: 0px;
  }
  .timeDate h2.date {
    font-size: 30px;
  }
  .bsubtext {
    font-size: 22px;
  }
  .timeDate {
    width: 100% !important;
    max-width: 100% !important;
  }
  .row.banner-sec {
    align-items: unset;
  }
  .row.banner-sec h2.date::after {
    top: 36%;
    position: relative;
  }
  .row.whiteBg {
    height: 420px;
  }
  .photo {
    height: 475px  !important;
    background-size: cover;
    /* height:600px; */
  }
  .row.pt-4.mb-0.shssld.brands {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  p.bannerLic {
    padding-top: 0px;
  }
  a.regBtn {
    padding: 7px 15px;
  }
  .bnr1-lsimg {
    width: 100%;
    max-width: 100% !important;
  }
  img.london-headline
  {
    width: 100%;
    max-width: 50%;
    margin-left: 12%;
    margin-bottom: 20px;
  }
  .col-md-12.pt-5t.textLic-b.mob {
    /* margin-top: 5% !important; */
    /* margin-left: 20% !important; */
  }
  p.btext {
    padding-top: 0px;
  }

  .timeDate a.regBtn {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 7px 5px;
  }
  p.btext span {
    font-size: 18px;
    line-height: 20px !important;
    /* color:#2a415d; */
    color: #fff;
  }
  img.symbol-img {
    padding-top: 0px;
  }
  map.iframe {
    height: 350px !important;
  }
  .address {
    padding-top: 0px;
  }
  .bsubtext span {
    /* color:#2a415d; */
    color: #fff;
    font-size: 20px;
  }
  h2.title::before,
  h2.title::after {
    top: 13%;
  }
  h2.title::after {
    left: 25%;
  }
  h2.title::before {
    left: 66%;
  }
  .col-md-12.pt-2.text-center {
    margin-top: 4%;
  }
  #participate h2.Brands::before,
  section#thumbnailyt h2.Brands::before {
    left: 15% !important;
  }
  #participate h2.Brands::after,
  section#thumbnailyt h2.Brands::after {
    right: 15% !important;
  }
  #weekly_report h2.Brands::before {
    left: 11% !important;
  }
  #weekly_report h2.Brands::after {
    right: 11% !important;
  }
  .col-md-12.pt-5t.textLic-b {
    margin-top: 48%;
    margin-left: 60px;
  }

  h2.time {
    margin-bottom: 20px;
  }
  p.LICTEXT {
    margin-top: 0px;
  }
  .content p {
    width: 150px;
  }
  .thikLogo {
    display: none;
  }
  .thikLogo-mob {
    display: block;
    /*padding-left: 20px;*/
    margin: 0 auto;
    text-align: Center;
  }
  img.unitImg {
    width: 100%;
    max-width: 60%;
  }
  form#regform,
  #rptform {
    margin-left: 20px;
    margin-right: 20px;
  }
  form#regform .my-2,
  #rptform .my-2 {
    width: 100%;
  }
  .col-md-6 .details {
    padding: 50px;
  }
  ul.foo-cont li a {
    margin-left: 0px;
    font-size: 14px;
  }
  .details h2 {
    font-size: 28px;
  }
  /* img.liveinvest-logo
      {
          margin-top:-15px;
      } */
  .bnr-ts img.foo-sq-logo {
    margin-top: -2px;
  }

  .textLic-b p.LICTEXT {
    /* margin-left:-75px; */
    font-size: 10px;
    padding-left: 10px;
  }
  ul.slick-dots {
    margin-bottom: 10px;
  }
  .timeDate a.regBtn {
    width: 190px;
  }

  span.loc {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1023px) {
  html,
  .body {
    overflow-x: hidden;
  }

  .btnContent {
    top: 90%;
  }

  .map iframe {
    height: 200px;
  }
  h2.date {
    font-size: 40px;
  }
  ul.slick-dots {
    margin-bottom: 20px;
  }
  .photo {
    background-position: 70% 100% !important;
  }
}

@media screen and (max-width: 1024px) {
      .col-md-12.pt-5t.textLic-b {
        /* margin-top: 2%; */
        margin-top:43% ;
    }
}
@media screen and (min-width: 1100px) {
      .col-md-12.pt-5t.textLic-b {
        /* margin-top: 2%; */
        margin-top:44%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  map.iframe {
    height: 410px !important;
  }
  img.bnr1-lsimg {
    padding-top: 0px;
    width: 100%;
    max-width: 50%;
  }
  h2.title::before {
    left: 62%;
  }
  p.btext span {
    font-size: 22px;
  }
  .bsubtext span {
    font-size: 22px;
  }
  h2.title::after {
    left: 32%;
  }
  h2.title::before,
  h2.title::after {
    top: 13%;
  }
  .col-md-12.pt-5t.textLic-b.mob {
    /* margin-top: 5%; */
  }
  .col-md-12.pt-2.text-center {
    margin-top: 3%;
  }
  .photo {
    background-size: cover;
    background-position: top !important;
    height: 600px !important;
  }
  img.liveinvest-logo {
    margin-top: -15px;
  }
  h2.date {
    font-size: 38px;
  }

  h2.Brands::before {
    left: 7% !important;
  }

  h2.Brands::after {
    right: 10%;
  }
  /*.slideoneContent h2.date::after*/
  /*{*/
  /*    top:36%;*/
  /*}*/
  .slideoneContent h2.time::after {
    top: 41%;
    right: 40%;
    margin-top: 10px;
    position: relative;
  }
  .btnContent {
    top: 90%;
  }

  .map iframe {
    height: 375px;
  }
  ul.slick-dots {
    margin-bottom: 20px;
  }
  /* .photo {
        background-position: 30% 100% !important;
      } */
  #participate h2.Brands::before,
  section#thumbnailyt h2.Brands::before {
    left: 20% !important;
  }
  #participate h2.Brands::after,
  section#thumbnailyt h2.Brands::after {
    right: 20% !important;
  }
  .row.banner-sec h2.date::after {
    position: relative;
    top: 35%;
  }
  .col-md-6 .details {
    padding: 75px 100px;
  }
  #weekly_report h2.Brands::after {
    right: 15%;
  }
  #weekly_report h2.Brands::before {
    left: 15% !important;
  }
}

@media screen and (min-width: 1200px) {
  .slideoneContent h2.time::after {
    top: 41%;
    right: 43%;
    margin-top: 10px;
    position: relative;
  }
  .photo {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767.99px) {
  .col-md-12.pt-5t.textLic-b.mob {
    display: block;
   
  }
  /* .col-md-8.mbrmvpe {
      margin-top: 4%;
  } */
  /* .col-md-12.pt-5t.textLic-b.desk
    {
        display:none;
    } */
}
@media screen and (min-width: 767.99px) {
  /* .col-md-12.pt-5t.textLic-b.mob
    {
        display:none;
    } */
  .col-md-12.pt-5t.textLic-b.desk {
    display: block;
  }
  .row.mobile {
    display: none;
}
}
