/* window-popup */

.full-display {
  background-color: #0000006b;
  color: #000 !important;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.pop-images{
  background-image: url("../img/window-pop-images.jpg");
  text-align: center;
  width: 100% !important;
  height: 100vh;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-background-color{
  background-color:#F9EFD8 ;
  border-radius: 1rem;
  width: 73%;
  height: 411px;
}


.pop-background-color  .rammandir-img{
  display: block;
  margin-top: auto;
  position: relative;
  z-index: 9999;
}

.pop-background-color  .rammandir-img .fab-logo{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: -48px;
  width: 78px;
  border-radius: 50%;
  bottom: 189px;
  z-index: -8;
  -webkit-animation: spin 10s infinite linear;
}

#confetti{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pop-background-color  .crose-pop{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 125px;
  text-align: center;
  background: #00000091;
  width: 52px;
  color: white;
  font-size: 29px;
  border-radius: 37px;
  height: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.pop-background-color  .arrow{
  font-size: 25px;
}

.pop-background-color  .click-here{
  background: white;
  width: 64%;
  padding: 10px;
  border-radius: 24px;
  margin-top: 32px;
}

.booking_bg{
  background-color: var(--yellow-color);
  color: white;
  width: 70%;
}



/* ----keyframe */
@keyframes grow-and-shrink {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.pop-background-color  {
  animation: grow-and-shrink 100ms;
  animation-timing-function: ease-in-out;
}
/* home sections */

.input-size{
    border: none !important;
    width: 200px !important;
  
  }

  .placholder-class::placeholder{
    color: white !important;
  }


  .form-control:focus{
    box-shadow: none !important; 
  } 
  
  .border-right
  {
    border-right: 1px solid #E0E0E0 ;
  }
  
  .input-size-check{
    border: none !important;
    width: 138px !important;
    background: transparent !important;
  }
  
  .main-border{
    border-radius: 50px;
    border: 1px solid #F2F2F2 !important;
    margin-top: 10px !important ;
    padding-block: 14px;
  }
  
  .mobile-mode-form{
/*     background-color: #100f0f9c; */
    display: none ;
  } 
  
  .opition{
    border: none !important;
  }
  
  .opition:focus{
    box-shadow: none !important;
  }
  
  .form-control{
    padding: 8px 3px 0 0 !important;
  }
  
  
  
  .hambardar{
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  #where{
    background-color: transparent;
    color: white;  
  }
  /* Default placeholder color */
  .black-background #where::placeholder {
    color: white;
  }
  
  /* Placeholder color when background is white */
  .white-background #where::placeholder {
    color: black;
  }
  
  
  
  
  .bg_banner{
    background-image: url("assets/img/blueneck-background-img.png");
    height:800px  ;
    width: 100%;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .slider_bg {
    background-image: url(../img/sliderblum.png);
    height: 360px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
/* 
  .hostag-slider{
    position:  relative !;
  } */
  
  .hostag-slider .slick-slide img {
    width: 100%;
    height: auto;
  }
  
  .padding-top{
    padding-top:300px;
  }
  
  .hastag {
    margin-top: 293px;
  }
  
  .guest-manage {
    padding-top: 64px;
  }
  
  .guest-manage img{
    width:  62%;
  }
  .side-big-logo img{
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .card-border{
    border-radius: 20px ;
    border-radius: 2px solid #000 !important;
    background-color: #F5F5F5;
  }
  
  .hotel-images-room{
    width: 100%;
  }
  
  #menu{
    color: var(--main_color);
  }
  
  .menu {
    font-size: 70px;
    padding-top:5px !important;
  }
  
  .book-btn{
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
    color: white;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    color: #fff !important;
  } 
  
  /* .book-btn1 a{
    position: absolute;
    bottom: -50px;
    right: 342px;
    background-color: transparent !important;
    border: 2px solid var(--main_color) !important;
    color: var(--main_color) ;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 30px;
  } */
  .book-btn2 a{
    position: absolute;
    bottom: -50px;
    right: 342px;
    background-color: transparent !important;
    border: 2px solid var(--main_color) !important;
    color: var(--main_color) ;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 30px;
  }
  .book-btn3 a{
    position: absolute;
    bottom: -50px;
    right: 342px;
    background-color: transparent !important;
    border: 2px solid var(--main_color) !important;
    color: var(--main_color) ;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 30px;
  }
  
  .img-manage-us img{
    width: 100% !important;
  }
  
  .hotel-contant {
    position: absolute;
    bottom: 12px;
    padding: 0 20px;
    color: #fff;
    text-transform: capitalize;
  }

  .main-border{
    background: #89818152 !important;
  }
  
  .logo_spin{
    -webkit-animation: spin 10s infinite linear; 
  }
  .border-right input{
    background: transparent  !important;
  }
  
  .product_bg{
    background-color: #E6F8FE;
  }
  
  .servic-manage{
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom:0px;
    z-index: 998;
    width: 100px !important;
  }
  
  .servic-manage img{
    margin-block-end: 12px;
    width: 60px !important;
    transition: all 0.2s linear;
    
  }
  
  .mobile-slider{
    display: none;
  }
  
  .servic-manage img:hover{
    width: 70px !important;
  }
  
  .mobile-design{
    display: none !important;
  }
  
  .contact_btn{
    border: 1px solid var(--main_color);
    padding: 3px 18px;
  }
  
  .braind-banner{
    padding: 50px 0;
  }
  
  /* -----socal-media---------- */
  
  /* .floating-bar p,
  span,
  .twitter {
    font: normal normal 10px Arial;
    text-align: center;
    color: #998578;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 10px;
  } */
  
  .floating-bar .twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
  .floating-bar .twitter:hover {
    color: #FF7D6D;
    text-decoration: none;
  }
  
  
  
  /* Floating Social Media Bar Style Starts Here */
  
  .floating-bar .fl-fl {
    background: var(--main_color);
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 198px;
    position: fixed;
    right: -160px;
    z-index: 998;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.alertbox {
  z-index: 9999 !important;
}
  
  .floating-bar .fa {
    font-size: 20px;  
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 0px;
  }
  
  .floating-bar .fl-fl:hover {
    right: 0;
  }
  
  .floating-bar .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
  }
  
  .float-fb {
    bottom:188px
  }
  
  .float-tw {
    bottom: 127px;
  }
  
  .float-gp {
       bottom: 65px;
  }
  
  .float-rs {
    bottom: 10px;
  }
  
  .special_btn{
    background: transparent; 
    border: 1px solid var(--main_color) ;
    border-radius: 5px;   
  }
  
  .see-what{
    text-align: center;
    margin-top: -60px;
    
  }
  
  .blue-nack-img {
    padding-top: 53px;
    width: 100%;
    margin-left: 56px;
  }
  
  /* @-webkit-keyframes logo_spin{
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
  } */
  
  .come-blue-neck {
    width: 283px;
    height: 238px;
    background-color: #F5F5F5;
    border-radius: 14px;
  }
  
  .come-blue-yellow{
    width: 280px;
    height: 245px;
    background-color: var(--yellow-color);
    border-radius: 14px ;
  }
  
  .gallery-images-size img{
    width: 100%;
  }
  
  .come-blue-neck_1{
    width: 306px;
    height: 238px;
    background-color: #F5F5F5;
    border-radius: 14px;
  }
  
  .light-blue {
    width: 630px;
    height: 358px;
    background-color: #b3eeff;
    border-radius: 16px;
  }
  
  .bg-white{
    height: 500px;
  }
  
  .bg-white img{
    display: block;
    margin: auto;
  }
  
  .mobile-bg{
    background-color:white;
  }
  .mobile-off{
    display: none !important;
  }
  
  .product_slider {
    margin: 0 -10px;
  }
  .product_slider .slick-slide {
    margin: 0 10px;
  }
  
  .partner{
    border: none;
    background-color: #fff;
  }
  
  .text-color a{
    color:var(--main_color) !important;
    font-size: var(--font_size_18);
  }
  
  
  .text-color i{
    font-size: 30px !important;
    padding-top: 4px;
    padding-left: 4px;
  }
  
  .mobile-design .slick-dots {
    bottom: 12px !important;  
    
  }
  .product_slider .slick-dots {
    bottom: 12px !important;  
    
  }
  
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--yellow-color) !important;
  }
  
  .slick-dots li button:before{
    font-size: 10px !important;
  }
  
  input {
    padding:10px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    border-radius: 0 !important;
  }
  
  .form-control {
    border-radius: 0 !important;
    font-size: 12x;
  }
  
  .clickable { cursor: pointer; }
  
  
  .form-group input{
    border: none;
    box-shadow: none;
  }
  
  /* #add-guest{
    width: 114px;
  } */
  
  /* .gallery .slick-track{
    width: 0 !important;
  } */
  
  .gallery .slick-list {
    padding: 0 !important;
  }
  
  .mobile-mode-form{
    background-color: #0101014d;
    display: none ;
    margin-top:68px;
  }
  
  .mobile-input-border{
    background-color: white;
    border-radius: 7px !important;
  }
  
  .mobile-input-border input{
    border: none ;
  }
  
  .hotel-mini-image{
    width: 28px;
    color: white;
  } 
  
  .search{
    background-color: var(--main_color);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid var(--main_colors);
  }
  /* ==============hotel-listing===================== */
  
  .hotel-listing-top{
    margin-top: 165px;
  }
  
  .card-bg{
    background-color: #F5F5F5;
    border-radius: 20px;
  }
  

  .left_blog_img img{
    width: 100%;
    display: block;
    margin: auto;
  }

  .text-blue{
    color: blue !important;
    border: none;
  }
  
  #more {display: none;}
  
  .book-btn{
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
    color: white;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    color: #fff !important;
  } 

  .book-now{
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
    width: 100%;
    padding: 15px 21px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
  }

  .readmore{
    border: none;
    color: var(--main_color);
    background: none;
  }

  .view-button{
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
    width: 100%;
    padding: 15px 21px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
  }

  /* .view-button{
    font-size: 16px;
  } */
  

  .book-now-2{
    background-color: white;
    border: 1px solid var(--main_color);
    width: 100%;
    padding: 16px 30px;
    border-radius: 5px;
    color: var(--main_color);
    font-weight: 600;
    font-size: 1rem;
	margin-top:10px;
  }
  .more-top{
    padding-top:73px;
  }
  
  .hotel_img img{
    width: 100%;
  }
  
  .more-top-second{
    padding-top:51px;
  }
  
  .price-top {
    margin-top: 50px;
  }
  
  .slide-containt p a{
    padding-right:10px ;
    margin-bottom: 20px !important;
  }
  
  .aminitiy-bottom{
    padding-bottom: 10px;
  }
  
  .view-button-padding{
    padding-top: 288px;
  }
  
  .view-button-padding-second {
    padding-top: 311px;
  }
  
  .policy{
    color: var(--main_color) !important;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 2px solid var(--main_color);
    padding-bottom: 10px;
  }
  
  
  .tab-view{
    display: none;
  }
  
  .contact{
    cursor: pointer;
  }
  
  /* ==================hotel-details-page======================= */
  .room-reviews {
    margin-top: 50px;
  }
  
  .room .section-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .section-title.sm h4 {
    font-size: 50px;
  }
  
  .section-title p {
    color: #c9c9c9;
    text-transform: uppercase;
    display: inline-block;
  }
  
  .room-reviews .rating-details .review-summary {
    text-align: center;
    background-color: #ad498c;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 10px;
    border-radius: 4px;
  }
  
  .room-reviews .rating-details .review-summary .average {
    font-size: 28px;
    font-weight: 600;
  }
  
  .room-reviews .rating-details .review-summary .rating i {
    color: #fff;
  }
  
  .room-reviews .rating-details .progress-item {
    margin-bottom: 5px;
  }
  
  .room-reviews .rating-details .progress {
    height: 15px;
    background: #efefef;
    border-radius: 2px;
  }
  
  .room-reviews .rating-details .progress-bar {
    background-color: #ad498c;
  }
  
  .room-reviews .rating-details .progress-item .progress-value {
    font-size: 12px;
    margin-top: -5px;
    text-transform: uppercase;
    text-align: right;
  }
  
  .room-reviews .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
  }
  
  .btn_1 {
    border-radius: 3px;
    border: 1px solid #04ad04 !important;
    text-transform: uppercase;
    padding: 10px 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 10px;
  }
  
  .room-reviews .review-contentt {
    position: relative;
    padding: 20px 30px;
    border: 1px solid #efefef;
    border-left-width: 8px;
  }
  
  .room-reviews .rating i.voted {
    color: #ffb600;
  }
  
  .room-reviews .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
  }
  
  .room-reviews .review-author {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .room-reviews .review-author img {
    border-radius: 3px;
  }
  
  .room-reviews .review-author img {
    width: 80px;
    height: auto;
  }
  
  .room-reviews .review-info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
  }
  
  /* ====================hotel-listing=================== */
  
  .hotel-details-margine-top{
    padding-top: 152px !important;
  }
  
  .hotel-details-margine-top img {
    width: 100%;
    border-radius: 10px;
  }
  
  
  .padding-bottom{
    margin-bottom: 25px !important;
  }
  
  .rate-manage{
    background-color: #E8F7F0;
    color:#1EBC67;
    padding: 8px 15px;
    border-radius: 10px;
    
  }
  
  .rate-hotels{
    background-color: #EAF7F9;
    color:#01BCF1;
    padding: 8px 15px;
    border-radius: 10px;
  }
  
  .rate-buliding{
    background-color: #FBEBF0;
    color:#E4457F;
    padding: 8px 15px;
    border-radius: 10px;
  }
  
  .rate-value{
    background-color: #FBEEE8;
    color:#D95A25;
    padding: 8px 15px;
    border-radius: 10px;
  }
  
  .green-text{
    color:#1EBC67 ;
  }
  .share-img img{
    width: 26px;
    float: inline-end;
  }
  
  .navigation-bar{
    padding-block: 60px;
  }
  
  .navigation-bar a{
    margin-inline-end: 70px;
    font-weight: 500;
    font-size: var(--font_size_22);
    transition: all 0.1s linear;
    border-bottom: 2px solid  white ;   
  
  }
  
  .navigation-bar a:hover{
      color:var(--main_color) !important;
      border-bottom: 2px solid  var(--main_color) ;   
  }
  
  .amenities-manage p  span{
    margin-left: 15px !important;
  }
  
  .amenities-manage p {
    padding-block: 5px;
  }
  
  .phots-slider{
    padding-left: 28px !important;
    font-size: 15px;
  }
  
  .phots-slider span{
    padding: 7px 10px;
  }
  
  .phots-slider span:hover{
    background-color: white;
    border-radius: 15px;
    color: var(--main_color);
  }
  
  .phots-slider .slick-dots {
    bottom: 12px !important
  }
  
   .slick-dots li.slick-active button:before{
    color: var(--main_color) !important;
  }
  
  .map-manage iframe{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-top: 30px;
  }
  
  .socal-media{
    text-transform: capitalize;
  }
  
  
  /* ==============privay================================== */
  
   .bg-logo-animation .slick-next:before {
    border-radius: 0px;
    color: #01BCF1 !important;
    font-size: 29px;
  }
  
  /* .bg-logo-animation .slick-prev:before {
    content: "<" !important;
    border-radius: 0px;
    color: #01BCF1 !important;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important
  }
   */
  .bg-logo-animation .slick-next{
    border: none !important;
    color: transparent;
    font-size: 0 !important;
    position: absolute;
    top: 211px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding-bottom: 4px;
    /* background-color: #827a7ac9; */
  }
  
  .bg-logo-animation .slick-prev {
    border: none !important;
    color: transparent;
    font-size: 0 !important;
    position: absolute;
    top: 211px;
    left: 15px;
    z-index: 999;
    /* background-color: #827a7ac9; */
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding-bottom: 4px;
  }
  
  .let-grow{
    border: none;
    text-align: center;
    background-color: white;
    color: var(--main_color);
    font-size: 18px;
  }
  
  
  /* HTML: <div class="loader"></div> */
  .loader {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    animation: l1 1s linear infinite alternate;
  }
  .loader:before {
    content:"Loading..."
  }
  @keyframes l1 {to{opacity: 0}}
  
  
  /* ======testimunial======= */
  
  
  
  
  .slider-start img{
    width: 20px;
  }
  
  
  
  
  /* ======================hotel=details========================= */
  
  /* 
  .demo-gallery > ul {
    margin-bottom: 0;
  }
  .demo-gallery > ul > li {
      float: left;
      margin-bottom: 15px;
      margin-right: 20px;
      width: 200px;
  }
  .demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  .demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }
  .home .demo-gallery {
    padding-bottom: 80px;
  */ 
  
  .bg-logo-animation{
  background-image: url("../img/blue-neck-add.png") !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
  } 
  
  
  /* ======home-banner====== */
  .help-bannder-heading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .btn-connect{
    background-color: var(--yellow-color) !important;
    color: var(--main_color);
    border: 1px solid var(--yellow-color);
    font-weight: 600;
    border-radius: 5px;
  }
  
  .h5-size{
    font-size: 2.9375rem;
  }
  
  .help-banner img{
    width: 100%;
  }
  
  .mobile-view{
    display: none;
  }
  
  .footer-phone{
    display: none;
  }
  
  #more {display: none;}
  
  
  /* --------------------------------------------------------------------------------------- */
  /* Loader
  /* --------------------------------------------------------------------------------------- */
  
  .o-page-loader {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: opacity .5s;
      background: white;
      z-index: 99999;
  }
  
  .o-page-loader--content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
  }
  
  .o-page-loader--spinner{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .o-page-loader--spinner img {
      width: 100px;
      margin: 24px auto;
      -webkit-animation: spin 10s infinite linear ;
      -webkit-animation:spin 4s linear infinite;
      -moz-animation:spin 4s linear infinite;
      animation:spin 4s linear infinite;
  }
  
  
  
  .o-page-loader--message {
      color: var(--main_color);
      font-weight: bold;
      font-size: 18px;
      font-family: 'Arial', sans-serif;
  }
  
  /* --------------------------------------------------------------------------- */
  /* Animation - Loading Spinner
  /* --------------------------------------------------------------------------- */
  
  @-moz-keyframes spin { 
      100% { -moz-transform: rotate(360deg); } 
  }
  @-webkit-keyframes spin { 
      100% { -webkit-transform: rotate(360deg); } 
  }
  @keyframes spin { 
      100% { 
          -webkit-transform: rotate(360deg); 
          transform:rotate(360deg); 
      } 
  }

  /* contact us */
  
  .bg_contact{
    background-image: url("../img/contact-use-image.jpg") !important;
    height:590px  ;
    width: 100%;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;

  }


  :focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.form-control-message{
  width: 100%;
  height: 140px;
  border: 2px solid var(--main_color);
  border-radius: 10px;
  padding: 20px;
}

.form-control input:focus {
      border-color: var(--main_color)!important;
}


  .contact-first-row{
    padding-bottom: 30px;
  }

  .contact-img img{
    width: 100%;
  }

 .contact-side-padding{
    padding: 0 0 0 150px ;
    margin-top: 102px;
    border-radius: 15px;
  }

  .backgroung-color{
    background-color:#E6F9FE;
  }

/*  
  .contact-input input{
    padding: 13px 24px !important;
    border: 2px solid var(--main_color);
    border-radius: 10px !important;
    margin-bottom: 20px;
  }

  .contact-input textarea{
    padding: 60px 24px !important;
    border: 2px solid var(--main_color);
    border-radius: 10px !important;
    margin-bottom: 20px;
  } */



.dark-blue-box{
  width:30% ;
  height:100% ;
  background-color: var(--main_color);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -999;
}

.contact-padding-top{
  padding-top: 220px;
}

.dark-blue-position{
  position: relative;
}

.contact-images{
  display: flex;
  justify-content: center;
}

.contact-images iframe {
  width: 70%;
  height: 680px;
  border-radius: 10px;
 
}

.form-border-line {
  background-color: white;
}

.validation-section{
  color: red;
}


.dots-img-section{
  position: relative;
  top: 19%;
  transform: translateY(-50%);
}

.dots-img-section img{
  position: absolute;
  right: 0;
  top: 50px;
}


.form-control {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  border: none !important;
}

.form-control label {
  color: #777;
  display: block;
  margin-bottom: 5px;
}

.form-control input {
  display: block;
  width: 100%;
  padding: 13px 24px !important;
  border: 2px solid var(--main_color);
  border-radius: 10px !important;
  margin-bottom: 20px;
}

.form-control input:focus {
  outline: 0;
  border-color: #777;
}

.form-control.success input {
  border-color: var(--success-color);
}

.form-control.error input {
  border-color: var(--error-color);
}

.form-control small {
  color: var(--error-color);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.form-control.error small {
  visibility: visible;
}

.form button {
  cursor: pointer;
  background-color: #3498db;
  border: 2px solid #3498db;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px;
  margin-top: 20px;
  width: 100%;
}


small{
  padding-left: 26px !important;
}


.bg_about{
  background-image: url("../img/about-bg-image.png");
  height:590px  ;
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;

}


.about-paragraph{
  line-height: 1.7 !important;
  opacity:0.6 !important;
}



/* =====about-css=== */
.about-position{
  position: relative;

}
.vision-section{
  position: relative;
}

.dots img{
  margin: 0;
  position: absolute;
  top: 42%;
  right: -18px;
  transform: translateY(-50%);
}

.about-side-arrow img{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-side-arrow-second img{
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.dots-second img{
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.vision-blueneck img{
  width: 85%;
  /* display: flex;
  justify-content: end; */
}

.core-value img{
  width: 85%;
}

.core-value{
  display: flex;
  justify-content: center;
}


.bg-logo-animation .slick-prev:before {
  /* content: "<" !important; */
  border-radius: 0px;
  color: #01BCF1 !important;
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500 !important;
}


/* --------patners&patrone-------- */

.bg_patners{
  background-image: url("../img/partner&patrone-hero-img.jpg") !important;
  height:590px  ;
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;

}

.get-connect .form-border{
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}

.form-border input{
  background: transparent !important;
}


/* ----------bg-blog----------- */

.bg_blog{
  background-image: url("../img/blog-img.jpg") !important;
  height:590px  ;
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-flexi {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.left_blog_img {  
    flex: 1;
    margin-right: 20px; 
}

.right_blog_content {
    flex: 2;
    
}
.right_blog_content h4 {
    font-size: 1.875rem;
    line-height: 45px;
    font-weight: 700;
}
.right_blog_content p {
    font-size: 1.3125rem;
}
/* .right_blog_content span {
    font-size: 20px;
    color: #01bcf1;
    font-weight: 600;
    
} */
.recent-blog {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    border-top:2px solid #ffd602;
    padding: 30px 0;
}
.rec-bg .heading-re{
  color:#ffd602 ;
  margin-top: 60px;
  padding:30px 0

}

.nav-bar-height{
  padding: 0 !important;
}

#read-more{
    cursor: pointer;
}
 #readless{
     display: none;
} 

.right_recent_content {
    padding-left: 50px;
}
.rec-bg .heading-re span{
  color:#01bcf1 ;
}

/* ------------------------blog-details-------------------- */

.bg_blog_details {
  background-image: url("../img/blog-img.jpg") !important;
    height: 590px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  /* flex-wrap: wrap; */
  padding-top: 20px;
}

/* .left-column {
  flex: 0 0 0%;
  padding: 10px;
} */

.right-column {
  background-color:#def8ff;
  height: 80%;
  margin-left: 30px;
}

.blog-image {
  width: 100%;
  height: auto;
}

.blog-title {
  font-size: 1.6875rem;
  margin-top: 10px;
  font-weight: 600;

}

.blog-date {
  color: #888;
  font-size: 14px;
  margin-right: 20px;
}

.blog-content {
  margin-top: 20px;
  font-size: 16px;
}

.comment-form {
  margin-top: 40px;
}

.comment-form form {
  display: flex;
  flex-direction: column;
}

.comment-form label {
  margin-bottom: 5px;
}

.comment-form input,
.comment-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
}

.comment-form button {
  padding: 10px;
  font-size: 16px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
}

.comment-form button:hover {
  background-color: #0056b3;
}

.previous-posts {
  list-style: none;
  padding: 0;
}

.previous-posts li {
  margin-bottom: 10px;
}

.previous-posts a {
  color: #007BFF;
  text-decoration: none;
}

.previous-posts a:hover {
  text-decoration: underline;
}



.get-connect .form-border {
  border: 2px solid #D9D9D9;
  border-radius: 10px;
}

.inner-border{
background: white;
margin: 16px;
padding: 18px;
}

.blog-details-img{
width: 219px;
}

.blog-side-img-contant{
  font-size: 1.0625rem;
}

.form-border input {
  background: transparent !important;
}


/* ======bookingengian=== */

