@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:'Inter', sans-serif !important;
}


.image{
    max-width:200px;
}

 .navbar-nav>li>a:after, .dropdown-menu>li>a:after{
    display:block;
    content: '';
    border-bottom: solid 1px #43467B;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
  }
  .navbar-nav>li>a:hover:after, .dropdown-menu>li>a:hover:after { 
      transform: scaleX(1); 
      
  }
.navbar-nav>li>a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 186.02%;
	color: #000000;
	text-transform: uppercase;
}
.navbar-nav>li>a:hover{
    background:transparent !important;
    color:#000 !important;
}

/*****blog posts*******/
.owl-carousel .owl-item img {
    max-height: initial !important;
    position: relative !important;
    width: inherit !important;
    max-height:auto !important;
}
.owl-item .item .image-preview {
    width: 100% !important;
    height: 200px;
    margin: 0;
    object-fit: cover !important;
}
#blog-posts-UhXvtD7 > div > div.owl-stage-outer > div > div:nth-child(3) > div > a > h3{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 112.02%;
    color: #1B2730 !important;
}
.owl-item .item{
    background: rgb(243, 244, 251) !important;
    padding: 30px !important;
}
/*****end of blog posts*******/

@media(max-width:576px){
    .image{
        margin-top:0 !important;
    }
}
@media(max-width:1024px){
    .pic{
        position:static !important;
    }
}

.footer-text, .footer-text>a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 116.9%;
	color: #fff;
}


.service {
    background-color:#fff;
}

@media (min-width: 992px) {
    .service .col-md-8 {
        width:60%;
    }
    .service .gray-back  {
         width:40%;
    }
}
.container {
    max-width:1170px;
}

.service .gray-back  {
    background-color:#ffffff;
    
    padding:40px;
}
.service .gray-back .service-title {
    color:rgb(27, 39, 48);
    text-align:center;
}
.service .slide-subtitle, .gray-back .service-media{
    text-align:center;
    width:100%;
}
.gray-back hr {display:none}
.calendar-period {
 font-style: normal;
 font-weight: 700;
 font-size: 14px;
 line-height: 1.5;
 color: #fff;
 background-color: #182044;
 border-color: #182044;
 padding: 13px 28px; 
 border-radius: 102.151px;
}

.day-cell-title {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 300;
    color: #000;
}
.calendar-single .col-cell {
    margin:1.5px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.calendar .day-cell a, .calendar-single .day-cell a {
font-weight:700;
border:none;
}

.calendar .day-cell a:hover, .calendar-single .day-cell a:hover {
    border: 1px solid rgb(27, 39, 48);
    border-radius: 50%;
    padding: 9px;
    color:inherit;
}
.btn-rengine, .service-book a, .button, .action-container a, .success-container a {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.14em;
    background: rgb(27, 39, 48)
    border-radius: 73px;
    padding: 13px 35px;
    margin-top: 64px;
}

.date-spots-rate-group, .date-spots .price {display:none}


.row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  
  .footer-text>a{
    color:#fff!important;
}
.footer{
    background-color: #182044!important;
}


.form-color{
    color:#000!important;
}


.owl-stage > div > div> a> div> span{

    display:none;

}
.post-container > div > a > div > span{
   display:none;
}
.post-info > div > h6{
    display:none;
} 


@media(max-width: 767px) {

    .reverse-mobile {
        display: flex;
        flex-direction: column;
    }

    .reverse-mobile #mob-1 {
        order: 1;
    }

    .reverse-mobile #mob-2 {
        order: 2;
    }

}


@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }
    
    
    
    .service-book a, .button, .action-container a, .success-container a {
    border: 1px solid #182044;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00a6d8;
    margin: 10px;
    background-color: #182044;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: inherit;
    line-height: inherit;
}


.service-book a:hover, .caution-container a:hover, .button:hover, .action-container a:hover, .success-container a:hover {
    background-color: #fff;
    border-color: #182044;
    color: #182044;
}



.secondary-button {
    background: none;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    display: block;
    border-radius: 12px;
    border: 1px solid #182044;
    color: #182044;
    margin-top: 8px;
    margin-bottom: 10px;
}