section.revs-sec.after-before-sec .rev-info img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
section.after-before-sec .head-sec {
  text-align: center;
  margin-bottom: 40px;
}
.af-bootom-text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.revs-sec.after-before-sec .owl-carousel .owl-stage-outer {
  padding: 0;
}
section.revs-sec.after-before-sec .rev-info img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.af-bootom-text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.after-before-sec .head-sec {
  text-align: center;
  margin-bottom: 40px;
}

section.after-before-sec .owl-carousel .owl-nav .owl-next,
section.after-before-sec .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: -10px;
  min-width: 35px;
  background: var(--white-color);
  margin: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
section.after-before-sec .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0px;
}

section.footer_bootom_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

h2.a-text.text-center {
  display: none;
}

h2.b-text.text-center {
  display: none;
}


/* =========blog=========  */
section.Blog-details .main-btn{
margin-right: 8px;
}

.breadcrumb {
    padding-left: var(--p1)
}

section.Blog-details .container {
    display: flex
}

section.Blog-details img {
    max-width: 45%;
    margin-right: 20px;
    max-height: 100%;
    object-fit: cover;
    min-height: 400px;
}

section.Blog-details .container div {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
}

/* ======== gallery ======== */

section.gallery .row {
    gap: 30px 0;
    justify-content: center;
}

section.gallery .head-sec {
    position: relative;
}
section.gallery .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.gallery .row {
    gap: 30px 0;
}

.gallery .rev {
    justify-content: space-between;
}

section.gallery .row.rev .img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

section.gallery .gallery-btn {
    text-align: center;
}

/* ===========Premium Short-Term Rental Management=============== */

.inquiry-btn{
        margin-top: 14px;
    margin-left: 10px;
}

section.choose-services {
    background: var(--secondary-color);
    margin-bottom: 0;
}
section.choose-services .head-sec p{
    color:var(--white-color);
}
section.choose-services .head-sec h2{
    color:var(--white-color);
    margin-bottom: 40px;
}
section.choose-services .service-head h3, section.choose-services p{
    color:var(--white-color);
}
section.choose-services .service-details p{
    font-size: 20px;
}

section.choose-services .row{
  justify-content: space-between;
    gap: 50px 0;
}
section.choose-services .col-6{
  flex: 0 0 auto;
    width: 48%;
  
}
section.choose-services h3{
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
    font-weight: 500;
}
section.choose-services span{
    margin-right: 10px;
}
.service-info {
    padding-top: 40px;
    border-top: 1px solid var(--white-color);
}


section.choose-services .head-sec{
  text-align: center;
}




/*  */



section.image-left-sec .container {
    display: flex
}

section.image-left-sec img {
    /* width: 450px; */
    max-width: 45%;
    margin-right: 20px;
    max-height: 100%;
    object-fit: cover;
    /* height: 100%; */
    min-height: 400px;
}

section.image-left-sec .container div {
    width: 100%;
}

a.sticky.main-btn.book1 {
    display: none
}
.service-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-btn span{
    font-weight:bold;
}
.service-btn .main-btn{
    display:inline-block;
    background: var(--btn-color);
    color: var(--white-color);
    padding: var(--p8) var(--p18);
}










