/* custom css */
.bg-linear-gradient{    
    background: linear-gradient(90deg, #ebb000 0%, #ffad04 100%) !important;
  }

  .ls-n15{
    letter-spacing: -15px;
}
.mb-n34{
  margin-bottom: -3.5rem;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
 
}
.header-title::before,.header-title::after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 3px solid #444444;
    width: 80px;
    margin: 0 20px;
}

.header-title::before{
  right: 100%;
}
.header-title::after{
  left: 100%;
}
.header-title-two::before{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 3px solid #444444;
    width: 110px;
    margin: 0px -100px;
}
.header-title-two::before{
  right: 100%;
}
.ps-115{
  padding-left: 115px;
}
.fs-01{
  font-size: 4rem !important;
}
.text-green{
  color: #2af97d;
}
.text-blue{
  color: #1d25fa !important;
}
.text-azul{
  color: #1B6AE3;
}
.bg-green-before::before{
  background-color: #2af97d;
}
.bg-blue-before::before{
  background-color: #1d25fa;
}
.bg-azul-before::before{
  background-color: #1B6AE3;
}
.rounded-square-box{
  background: #1d25fa;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -80px;
    right: -480px;
    top: 0;
    margin: auto;
    border-radius: 37%;
    transform: rotate(60deg);
}
.rounded-square-box-two{
  background: #2af97d;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: -355px;;
    top: 0;
    margin: auto;
    border-radius: 37%;
    transform: rotate(60deg);
}
.dot-dot-box{
  background-image: radial-gradient(#2af97d 15%, transparent 15%);
    background-size: 35px 35px;
    margin: -425px 0 0 288px;
    position: absolute;
    padding: 12rem;
}
.dot-dot-box-two{
  background-image: radial-gradient(#dddddd 15%, transparent 15%);
    background-size: 35px 35px;
    margin: 72px 0 0 25px;
    position: absolute;
    padding: 12rem;
}

.icon-rounded::before{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 40px;
    opacity: 10%;
    transform: rotate(70deg);
}

.icon-rounded span{
  font-size: 3rem;
}

.z-index-1{
  z-index: 1;
}
.h-430{
  height: 315px;
}
.object-fit-cover{
  object-fit: cover;
}
.fs-14p{
  font-size: 14px;
}
.fs-15p{
  font-size: 15px;
}
.btn-hover-blue {
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
}
.btn-hover-blue:hover{
    outline: none;
    
    box-shadow: 0px 0px 5px #1636f4 !important;
    -moz-box-shadow: 0px 0px 5px #1636f4 !important;
    -webkit-box-shadow: 0px 0px 5px #1636f4 !important;
}

.focused:focus{ 
  outline:none;
  border: 1px solid #4195fc !important; 
  box-shadow: 0px 0px 14px #4195fc !important; 
  -moz-box-shadow: 0px 0px 14px #4195fc !important;
  -webkit-box-shadow: 0px 0px 14px #4195fc !important;  
  border-radius: 0;
}
.focused:active{ 
  outline:none;
  border: 1px solid #4195fc !important; 
  box-shadow: 0px 0px 14px #4195fc !important; 
  -moz-box-shadow: 0px 0px 14px #4195fc !important;
  -webkit-box-shadow: 0px 0px 14px #4195fc !important;  
  border-radius: 0;
}
​.focused:visited{ 
  outline:none;
  border: 1px solid #4195fc !important; 
  box-shadow: 0px 0px 14px #4195fc !important; 
  -moz-box-shadow: 0px 0px 14px #4195fc !important;
  -webkit-box-shadow: 0px 0px 14px #4195fc !important;  
  border-radius: 0;
}
​.focused:target{ 
  outline:none;
  border: 1px solid #4195fc !important; 
  box-shadow: 0px 0px 14px #4195fc !important; 
  -moz-box-shadow: 0px 0px 14px #4195fc !important;
  -webkit-box-shadow: 0px 0px 14px #4195fc !important;  
  border-radius: 0;
}

/* Navbar */
.main-menu .navbar-nav .nav-item,.map-menu .navbar-nav .nav-item {
  position: relative !important;
  font-size: 14px;
}
.main-menu .navbar-nav .nav-item a::after,.map-menu .navbar-nav .nav-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 0%;
  content: "";
  height: 3px;
  transition: all 0.2s;
}
.map-menu .navbar-nav .nav-item a::after{
  background-color: #495057 !important;
}
.map-menu .navbar-nav .nav-item a{
  color: #495057 !important;
}
.main-menu .navbar-nav .nav-item a:hover::after,.map-menu .navbar-nav .nav-item a:hover::after {
  width: 35%;
}
.main-menu .navbar-nav .nav-item .active::after,.map-menu .navbar-nav .nav-item a:hover::after {
  width: 35%;
}
.sub-menu .breadcrumb-item{
  position: relative;
}
.sub-menu .breadcrumb-item::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3px auto;
  background-color: #666;
  width: 0%;
  content: "";
  height: 2px;
  transition: all 0.2s;
}
.sub-menu .breadcrumb-item:hover::after {
  width: 70%;
}
.sub-menu .breadcrumb-item.active::after {
  width: 70%;
}


/* blog slider */
.swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }

.swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
      }

.swiper-slide img {
        display: block;
        width: 100%;
      }
iframe .ytp-show-cards-title {
  display: none !important;
}

/* testimonial slider */
.testimonial .swiper {
        width: 100%;
        height: 100%;
      }

      .testimonial .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
      }

      .testimonial .swiper-slide img {
        display: block;
        width: 100%;
      }

      @media only screen and (min-width: 992px) {
        .testimonial .swiper-slide:first-child {
          transition: transform 100ms;
        }

        .testimonial .swiper-slide:first-child img {
          transition: box-shadow 500ms;
        }

        .testimonial .swiper-slide.swiper-slide-active:first-child {
          transform: translateX(50%);
          z-index: 2;
        }

        .testimonial .swiper-slide.swiper-slide-active:first-child img {
          box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
        }

        .testimonial .swiper-slide:nth-child(2) {
          transition: transform 100ms;
        }

        .testimonial .swiper-slide.swiper-slide-next:nth-child(2) {
          transform: translateX(55%);
          z-index: 1;
        }

        .testimonial .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
          transform: translateX(-50%);
        }

        .testimonial .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
          transform: translateX(-55%);
        }
      }
 @media only screen and (min-width: 1200px) {
          .testimonial .swiper-button-next, .testimonial .swiper-button-prev {
            top: -22% !important;
          }
          .testimonial .swiper-button-prev, .testimonial .swiper-rtl .swiper-button-next {
              left: auto;
              right: 10%;

          }
          .testimonial .swiper-button-next, .testimonial .swiper-rtl .swiper-button-prev {
                      right: 5%;
                      left: auto;
                  }
          .testimonial{
            overflow: visible;
          }
      }
     
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .testimonial .swiper-button-next, .testimonial .swiper-button-prev {
            top: -10% !important;
          }
          .testimonial .swiper-button-prev, .testimonial .swiper-rtl .swiper-button-next {
              left: auto;
              right: 10%;

          }
          .testimonial .swiper-button-next, .testimonial .swiper-rtl .swiper-button-prev {
                      right: 5%;
                      left: auto;
                  }
          .testimonial{
            overflow: visible;
          }
      }
 @media only screen and (min-width: 992px) {
        .testimonial .swiper-slide{
        transform: translateX(115%) !important;
    margin: 0 1.5rem;
      }
      }
      @media only screen and (max-width: 991px) {
        .testimonial .swiper-slide{
          padding: 1rem;
      }
      }



/* custom Responsive */
@media (max-width: 991px) {
    .mobil-bg-gradient{
      background: linear-gradient(90deg, #8468a6 0%, #bbb9f2 100%) !important;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 10px;
    padding: 2rem 0;

    }
    
}
@media (min-width: 992px) {
    .position-xl-absolute{
      position: absolute;
    }
    .mt-lg-10r{
      margin-top: 10rem !important;
    }
    
}



  /* @media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
} */






input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.logo-nav {
  color: #fff;
}

.navbar-shrink .logo-nav {
  /*color: var(--bs-blue);*/
}

body {
  font-family: Poppins, sans-serif;
}
.bg-soft-blue{
  background: #5e7fdc;
}
.bg-moody-blue{
  background: #7779d7;
}
.bg-purple{
  background: #A987F1;
}
.bg-blue {
  background: #1D25FA !important;
}
.bg-smoke{
  background: #f5f5f5;
}
.bg-mist{
  background: #e8e8fe;
}
.bg-blue-shadow{
  background: #dae0fc;
}
.bg-gray{
  background: #fafbff;
}
.bg-bk-50{
  background: #f3f4f8;
}
.px-2percent {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.text-black-1 {
  color: #201D1D !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mw-30 {
  max-width: 30px;
}

.minw-90 {
  min-width: 90px;
}

.mw-10percent {
  max-width: 10%;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.object-fit-cover {
  object-fit: cover;
}

.w-110p {
  width: 110px;
}

.h-100p {
  height: 100px;
}
.h-110p{
  height: 110px;
}

.bg-shadow-card {
  background-image: url(../../assets/img/card-shadow.svg);
  background-repeat: no-repeat;
  width: 395px;
  height: 170px;
}

.fs-12 {
  font-size: 12px;
}

.w-234 {
  /*width: 234px;*/
}

.radius-10 {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.58);
}

@media (min-width: 1200px) {
  .mw-xl-105p {
    max-width: 105px;
  }
}

.tab-ar .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  color: #1D25FA !important;
  border-bottom: 1px solid #1D25FA !important;
}
.w-400p{
  width: 400px;
}
.mt-4p {
  margin-top: 4px;
}

.ps-10 {
  padding-left: 4rem;
}

.bg-blue-trans {
  background: #7378fc !important;
}

@media (min-width: 1200px) {
  .vh-xs-100 {
    height: 100vh !important;
  }
}

@media (min-width: 1200px) {
  .h-xs-100 {
    height: 100% !important;
  }
}

.vh-50 {
  height: 50vh;
}
.bg-img1{
  background-image: url("./../images/bridg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.bg-img1::before{
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: absolute;
  opacity: 30%;
  top: 0;
}
.w-sm-100{
  width: 100%;
}
@media (min-width: 1200px) {
  .fs-xl-1{
    font-size:  2.5rem !important;
  }
  .fs-xl-5{
    font-size: 1.25rem !important;
  }
 
  .w-xl-75 {
    width: 75% !important;
  }
}




/* bootstrap hover */
@media only screen and (min-width: 960px) {
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-toggle::after {
  border-bottom: 0.3em solid;
  border-top: 0;
}
}
@media screen and (max-width: 991px) {
.dropdown-toggle.show::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
}


.nav-sticky{ 
      background-color: #fff;
      box-shadow: 0 0.5rem 1rem rgb(55 99 244 / 15%) !important;     
}
.nav-sticky .nav-link{
  color: #495057 !important;
}
.nav-sticky .nav-item a::after{
  background-color: #495057 !important;
}
.nav-sticky .dropdown-toggle{
  color: #495057 !important;
}
.nav-sticky .navbar-brand{
  color: #1d25fa !important;
}
.nav-sticky .navbar-toggler{
  color: #495057 !important;
}

.hover-zoom {
  transition: transform 0.4s ease;
}
.hover-zoom:hover {
  transform: scale(1.1);
}


.bg-blk-shadow::before{
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: absolute;
  opacity: 30%;
  top: 0;
  border-radius: var(--bs-border-radius-xl) !important;
}
.testimonial img{
  width: 60px !important; 
  height:60px !important; 
  margin-top: -30px !important; 
  box-shadow: none !important;
}

.footer-menu a{
  position: relative;
}
.footer-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3px auto;
  background-color: #fff;
  width: 0%;
  content: "";
  height: 2px;
  transition: all 0.2s;
}
.footer-menu a:hover::after {
  width: 80%;
}

.social-menu a i{
  color: #fff;
  transition: transform .4s ease-in-out;

}
.social-menu a i:hover{
  transform: rotate(360deg);
}

.swiper-button-prev, .swiper-button-next{
  color: #1D25FA;
}


.site-map {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding-top: 70px;
}
.site-map .info-sidebar {
  height: calc(100vh - 70px);
  transition: width .3s ease;
  position: relative;
}
.site-map .info-sidebar {
  height: calc(100vh - 70px);
  flex-grow: 1;
  max-width: 426px;
}
.site-map .info-sidebar .info-box {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.site-map .info-list-desktop {
  width: 426px;
  /* padding-left: 15px;
  padding-right: 10px; */
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  transition: width .2s ease;
  opacity: 1;
}

.site-map .map-panel {
  height: calc(100vh - 70px);
  flex-grow: 1;
}
.map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}



@media (min-width: 1200px) {
  .info-list-mobile{
    display: none;
  }
  .list-mobile-btn{
    display: none;
  }
}  
@media (max-width: 1199px) {
  .info-sidebar{
    display: none;
  }
  .site-map .info-list-mobile {
    display: block;
    z-index: 1;
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0px;
    background-color: white;
    height: calc(100% - 70px);
    /* height: calc(100% - (130px + var(--notch-inset-top)));
    height: calc(100% - (130px + constant(safe-area-inset-top) + var(--notch-inset-top)));
    height: calc(100% - (130px + env(safe-area-inset-top) + var(--notch-inset-top))); */
    margin-top: 70px;
    border-radius: 10px 10px 0px 0px;
    transform: translateY(100%);
    transition: transform .2s ease;
  }
}

.transform-y0{
  transform: translateY(0) !important;
}

.info-list-mobile .list-mobile-scroll{
  overflow: auto;
  height: 100%;
  padding: 12px;
}

.list-mobile-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 5 !important;
}


.w-70p{
  width: 70px;
}
.w-30p{
  width: 30px;
}
.pt-4r{
  padding-top: 4rem;
}


.active>.nav-link-style, .nav-link-style.active {
  color: #1D25FA;
  background: #eaebfe;
}
.nav-link-style:hover {
  color: #1D25FA;
  background: #eaebfe;
}



.form-container {
	width: 100vw;
	height: 100vh;
	background-color: #eaebfe;
	display: flex;
   	justify-content: center;
	align-items: center;
}
.upload-files-container {
	
    /* width: 420px; */
    padding: 25px 10px;
    /* border-radius: 40px; */
    border: 2px dashed #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drag-file-area {
	
    /* border-radius: 40px; */
    /* margin: 10px 0 15px; */
    /* padding: 30px 50px; */
    /* width: 350px; */
    text-align: center;
}
.drag-file-area h3 {
	font-size: 26px;
	margin: 15px 0;
}
.drag-file-area label {
	font-size: 19px;
}

.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #1D25FA;
	background-color: #eaebfe;
  	transition: all 1s;
	/* width: 390px; */
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar-custom {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.upload-button {
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	border-radius: 20px;
	margin: 10px;
	padding: 7.5px 50px;
	cursor: pointer;
}
.browse-files{
  cursor: pointer;
  text-transform: capitalize;
  display: grid;
}


.btn-circle {
  /* width: 60px; */
    height: 60px;
    text-align: center;
    justify-content: center;
    padding: 6px 13px;
    border: 1px solid #eaebfe;
    margin: auto;
}


.form-select::placeholder,.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909090;
  opacity: 1; /* Firefox */
}


.form-select::-ms-input-placeholder,.form-control::-ms-input-placeholder { /* Microsoft Edge  Internet Explorer 10-11*/
  color: #909090;
}
.form-select{ 
  color: #909090 !important;
}

.select-order{
  padding: 6px 50px 6px 25px;
}



.badge_blue {
    color: #1D25FA;
    background: #eaebfe;
    font-size: 12px;
    padding: 10px 22px;
    border-radius: 12px;
}
.badge_red {
  color: #ff2c78;
  background: #f5e6ed;
  font-size: 12px;
  padding: 10px 22px;
  border-radius: 12px;
}
.badge_yellow {
  color: #958610;
  background: #eef2dc;
  font-size: 12px;
  padding: 10px 22px;
  border-radius: 12px;
}
.badge_gray {
  color: #484848;
  background: #d1d1d1;
  font-size: 12px;
  padding: 10px 22px;
  border-radius: 12px;
}


.table_title_before{
    position: relative;
    vertical-align: middle;
}
.table_title_before::before{
  content: "";
  height: 100%;
  width: 100%;
  padding: 30px;
  background-color: #f3f4f8;
  position: absolute;
  border-radius: 12px;
}
.table_title_before th{
  padding: 30px 0.5rem;
  border: none;
}
.table_title_before th:first-child{
  padding-left: 30px;
}

.luggage-pagination .page-link{
  background: none;
    border: none;
    color: #333;
    border-radius: 5px;
    padding: 1px 11px;
    margin: 5px;
    box-shadow: none;
}
.luggage-pagination .page-link:hover{
  background: #1D25FA;
  color: #fff;
}  
.luggage-pagination .page-link.active, .luggage-pagination .active>.page-link{
  background: #1D25FA;
  color: #fff;
}
.luggage-pagination .page-item:last-child .page-link{
  border-radius: 5px;
}

.nav_store{
  background-color: #f3f4f8;
}





/*
 *  custom style scroll bar
 */

 .site-map .info-list-desktop::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
 }
 
 .site-map .info-list-desktop::-webkit-scrollbar
 {
   width: 5px;
   background-color: #F5F5F5;
 }
 
 .site-map .info-list-desktop::-webkit-scrollbar-thumb
 {
   background-color: #000000;
   border: 2px solid #555555;
 }
 
 .hoverShadowBorder{
  transition: all 0.5s ease-out;
  border: 1px solid #fff;
 }
 .hoverShadowBorder:hover{  
    box-shadow: 0px 0px 15px 5px rgb(38 38 38 / 20%);
    /* margin-top: -4px; */
    border: 1px solid #1D25FA;
    background-color: white;
    
 }



 .btn-outline-blue {
  --bs-btn-color: #1D25FA;
  --bs-btn-border-color: #1D25FA;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1D25FA;
  --bs-btn-hover-border-color: #1D25FA;
  --bs-btn-focus-shadow-rgb: 0, 180, 201;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1D25FA;
  --bs-btn-active-border-color: #1D25FA;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1D25FA;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1D25FA;
  --bs-gradient: none;
}


.was-validated .form-control:invalid, .form-control.is-invalid{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-select:valid, .form-select.is-valid{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-control:valid, .form-control.is-valid{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-control:valid, .form-control.is-valid:active{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus{
  border-color: #dee2e6;
  box-shadow: none;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus{
  border-color: #dee2e6;
  box-shadow: none;
}



.bg-blue-img{
  background-image: url(../../images/bridg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-blue-img::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #1D25FA;
  position: absolute;
  opacity: 80%;
  top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bgImgNone{
  background-image: none;
}




/* booking chat */
.booking-tchat .title-zone{
  background: #fff;
  border-radius: 0.375rem 0.375rem 0 0;
}
.booking-tchat .scroll-zone {
  overflow-y: auto;
  height: 536px;
  overflow-x: hidden;
}
.booking-tchat .welcoming-message {
  width: 55%;
  background-color: #fff;
  color: #4a4a4a;
  margin: 40px auto;
  padding: 27px 25px 9px 25px;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: relative;
  font-size: 13px;
}
.booking-tchat .message-row {
  width: 100%;
  
}
.booking-tchat .traveler-messages {
  background-color: #1D25FA;
  color: #fff;
  padding: 13px 23px 11px 18px;
  text-align: right;
  border-radius: 5px;
  position: relative;
  white-space: normal;
  word-wrap: normal;
  word-break: break-word;
}
.booking-tchat .traveler-messages p{
  font-size: 13px;
  margin: 0;
}
.booking-tchat .reverse-square-traveler {
  height: 15px;
  width: 15px;
  background: #1D25FA;
  border-left: 1px solid #1D25FA;
  border-bottom: 1px solid #1D25FA;
  position: absolute;
  transform: rotate(45deg);
  right: -8px;
}
.booking-tchat .another-view-container {
  padding-left: 30px;
}
.booking-tchat .icon-another-2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.booking-tchat .another-messages {
  position: relative;
  background-color: #fff;
  color: #4a4a4a;
  padding: 13px 10px 11px 20px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  white-space: normal;
  word-wrap: normal;
  word-break: break-word;
  font-size: 13px;
}
.booking-tchat .reverse-square-another {
  height: 15px;
  width: 15px;
  background: #fff;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-left: -28px !important;
  position: absolute;
  transform: rotate(45deg);
  margin-bottom: -36px;
}
.booking-tchat .icon-img {
  position: absolute;
    padding: 15px;
    top: -18px;
    left: calc(50% - 18px);
    background-position: center;
    background-size: cover;
}
.booking-tchat .icon-position {
  margin-left: -15px;
  margin-top: -20px;
  width: 55px;
  height: auto;
  border: none;
}
.booking-tchat .sending-zone {
  border-top: 1px solid #dadada;
  color: #555;
  background-color: #fff;
  padding: 25px 25px;
  box-shadow: #e4e4e4 0 2px 4px 0;
  border-radius: 0 0 0.375rem 0.375rem;
}
.cancel-box .cancel-reservation {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 23px;
  box-shadow: 0 0.5rem 1rem rgb(55 99 244 / 15%) !important;
  background: #fff;
  border-radius: var(--bs-border-radius)!important;
}







.bar{
  display: block;
  background-color: #00cccf;
}

.bar h1{
  margin: 0px;
  font-family: helvetica, sans-serif;
  font-size: 22px;
  padding: 10px;
  color: white;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.profile-photo-div{
  position: relative;
  /* margin: 50px auto 10px auto; */
  width: 150px;
  /* height: 150px; */
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
}

.profile-img-div{
  display: block;
  position: relative;
  overflow: hidden;
}

#loader{
  position: absolute;
  top:0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00cccf;
  z-index:10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#profile-img{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border-radius: 50%; */
}

#change-photo{
  display: none;
}

.profile-buttons-div{
  position: relative;
  display: block;
}

.button{
  position: relative;
  display: block;
  font-family: helvetica, sans-serif;
  font-size: 15px;
  padding:20px;
  text-align: center;
  color: white;
  background-color: #00cccf;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button:hover{
  letter-spacing: 1px;
}

.button:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}

.button:hover:after{
  -webkit-transform: scale(50);
  -ms-transform: scale(50);
  transform: scale(50);
  opacity: 1;
}

.button.half{
  width: 50%;
}

.green{
  background-color: #15ae6b;
}

.red{
  background-color: #ae0000;
}

#x-position{
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

#y-position{
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: none;
}

canvas{
  position: fixed;
  top: -2000px;
  left: -2000px;
  z-index: -1;
}

.profile-img-confirm{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.error{
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: red;
  text-align:center;
  display: none;
}

.contact-section .d-flex span{
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.blog-section img{
    height: 200px !important;
}

