/*#region Master */

body {
  direction: ltr;
}

.presentSwiper {
  background-color: #050809;
}

.textalignL {
  text-align: left;
}

.textalignR {
  text-align: right;
}

.textalignC {
  text-align: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap; /* This allows the items to wrap in case they don't fit in one row */
  align-items: stretch; /* This makes all the items stretch to fill the container */
}
.ql-align-center {
  text-align: center !important;
}

.valignT {
  vertical-align: top;
}

.valignB {
  vertical-align: bottom;
}

.valignM {
  vertical-align: middle;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.link {
  text-decoration: underline;
  color: blue;
}


/*#endregion */

/*#region Preloader */
.BackPreloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 111111;
  background-color: #ffffff;
}

.application-loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1000000 !important;
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.application-loading-box {
  width: 200px;
  height: 52px;
  margin: 5px;
  text-align: center;
  position: relative;
}



.AMPreloaderAnimation {
  position: absolute;
  height: 100px;
  width: 65px;
  opacity: 0;
  left: -50px;
  top: 0;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../images/Preloader.png);
  -moz-animation: AMLoader 2s ease-in-out infinite;
  -o-animation: AMLoader 2s ease-in-out infinite;
  -webkit-animation: AMLoader 2s ease-in-out infinite;
  animation: AMLoader 2s ease-in-out infinite;
}

@keyframes AMLoader {
  0% {
    opacity: 1;
    left: -50px;
  }

  80% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
  }
}

@-moz-keyframes AMLoader {
  0% {
    opacity: 1;
    left: -50px;
  }

  80% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
  }
}

@-o-keyframes AMLoader {
  0% {
    opacity: 1;
    left: -50px;
  }

  80% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
  }
}

@-ms-keyframes AMLoader {
  0% {
    opacity: 1;
    left: -50px;
  }

  80% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
  }
}

@-webkit-keyframes AMLoader {
  0% {
    opacity: 1;
    left: -50px;
  }

  80% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 1;
    left: 100%;
  }
}

/*#endregion */
.warning {
  font-size: 35px;
  font-weight: 300;
  color: #E9823B;
  margin-left: 9px;
}


.whiteC ::-webkit-input-placeholder {
  color: #fff;
}

.whiteC :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.whiteC ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.whiteC :-ms-input-placeholder {
  color: #fff;
}

.AbsoPreloader {
  top: 8px;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
  background-image: url(../../images/loader.GIF);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  position: absolute;
}


.longDesc a {
  color: #E9823B;
}

  .longDesc a:hover {
    color: #232323;
  }

.longDesc a {
  display: inline-block;
}

.longDesc p {
  display: block;
}

.longDesc img {
  display: initial !important;
}

.abso50 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  min-width: 50%;
}


.longDesc p, .smallDesc p, .AboutDesc p, .sub1 p {
  margin: 10px 0;
  line-height: 1.6;
  display: block;
}

.longDesc ul, .smallDesc ul, .AboutDesc ul, .SectionDescription ul, .sub1 ul {
  padding: 0 40px;
}


  .longDesc ul li, .smallDesc ul li, .AboutDesc ul li, .SectionDescription ul li, .sub1 ul li {
    line-height: 1.6;
  }


.SectionDescription p { 
  display: block;
}


.calendar1 p-calendar {
  height: 50px;
  margin: 8px 0;
}
.calendar1 {
  height: 66px;
}


.widthicon1{
    width:46px;
}

.widthicon2 {
  width: calc(100% - 46px);
  padding-left:25px;
}


.iti--allow-dropdown{
    margin: 8px 0;
    width:100%;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25D366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

