/* width */

::-webkit-scrollbar {

    width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

    box-shadow: inset 0 0 2px grey;

    border-radius: 0px;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: linear-gradient(to top left, #ddad23 0%, #ddad33 100%);

    border-radius: 10px;

}



/* Handle on hover */

/*::-webkit-scrollbar-thumb:hover {

  background: #b30000; 

}*/


.bread-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
}

.bread-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.breadcrumb {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.section-list__head .image {
    margin-bottom: 12px;
}

.profile-listing .sec-4 .protect-payment {

    -webkit-box-pack: justify;

    align-items: center;

    -webkit-box-align: center;

    display: flex;
    justify-content: space-between;

    max-width: 300px;

    font-size: 12px;

    font-weight: 400;



}

.block-8 .sec-1 .box-1 .title h3 {

    font-size: 16px;

    color: #333;

    font-weight: 600;

    text-transform: capitalize;
}

.block-8 .sec-1 .box-1 .content .icon {
    margin-right: 10px;
}

.block-8 .sec-1 .box-1 .content {
    align-items: baseline;
    display: flex;
    margin-bottom: 5px;
}







.block-8 .sec-1 .box-1 .title {
    margin-bottom: 20px;
}



.block-8 .sec-1 .box-1 {
    margin-right: 10px;
    width: 33%;
}

.block-8 .sec-1 {

    justify-content: flex-start;

    display: flex;

    align-items: stretch;

    -webkit-box-pack: start;



}

.profile-listing .sec-4 .protect-payment .icon {

    margin-left: 0;

    margin-right: 16px;
}

.profile-listing .sec-4 {
    margin-top: 34px;
}

.profile-listing .sec-3 p {
    margin-bottom: 15px;
}



.profile-listing .sec-2 ul li .flex .center-2 {
    margin-left: 8px;
}

.profile-listing .sec-2 ul li .flex .center {

    text-align: center;

    font-size: 20px;

    min-width: 20px;
}

.profile-listing .sec-2 ul li .flex {

    display: flex;

    -webkit-box-align: center;

    align-items: baseline;

}

.profile-listing .sec-2 ul li {

    padding-left: 12px;

    padding-right: 12px;

    margin-bottom: 12px;
}

.profile-listing .sec-2 ul {
    display: flex;
    text-decoration: none;
    list-style: none;
}

.profile-listing .sec-1 .name {
    line-height: 0px;
}

.profile-listing .sec-1 .name .date {
    font-size: 14px;

    opacity: 0.7;
    font-weight: 500;
}



.profile-listing .sec-1 .name h2 {
    font-size: 18px;
    font-weight: 500;
}

.profile-listing .sec-1 .img img {
    border-radius: 50%;
}

.profile-listing .sec-1 .img {

    margin-right: 16px;

    height: 64px;

    width: 64px;
}



.profile-listing .sec-1 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.block-6 .block-6 {
    padding-left: 20px;
}

.review-reply .name-date .date {
    font-size: 14px;

    opacity: 0.7;
}

.review-reply .name-date {
    font-weight: 500;
}

.review-reply .name-date {
    margin-left: 12px;
}

.review-reply .img img {
    border-radius: 50%;
}

.review-reply .img {
    height: 56px;

    width: 56px;
}



.review-reply {
    display: flex;

    -webkit-align-items: center;

    -webkit-box-align: center;
    margin-top: 30px;
}

.property-gallery .owl-nav button[class*="owl-"] {

    width: 20px;

    height: 20px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #fd5056;

    text-align: center;

    font-size: 26px;

    border-right: 4px solid #544a42 !important;

    border-bottom: 4px solid #544a42 !important;

}

.property-gallery .owl-nav .owl-next {

    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 18%;

    right: -20px;

    transform: rotate(-45deg) translate(0px, 5px);

    opacity: 0.7;

}



.property-gallery .owl-nav .owl-prev {

    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 18%;

    left: -20px;

    transform: rotate(-227deg) translate(15px, 4px);

    opacity: 0.7;

}



.availity .bm__group:hover {
    color: #000;
}

.availity .bm__group:after {
    background: none;
}

.availity .bm__group:before {
    background: none;
}

.availity .bm__col--guests {
    border-color: #dddddd;

    border-style: solid;

    border-width: 0px 1px 1px 1px;
}



.availity .bm__col--guests {

    width: 210px;

    flex-basis: 100%;

}

.availity .form .bm__col--date {

    width: 240px;

    flex-basis: 100%;

    border: 1px solid #dddddd;

}



.intro .cate-box .box em {

    font-style: normal;

    display: block;

    margin-bottom: 0px;

    width: 100%;

}

.intro .cate-box .box h3 strong {
    font-size: 34px;
}

.intro .cate-box .box strong {

    display: block !important;

    margin-bottom: -10px !important;

    line-height: 1em;

    width: 100%;

}

.intro .cate-box .box h3 a img {

    display: block !important;

    position: relative;

    top: 0px;

    margin-bottom: -25px;

    opacity: 0.6;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;
}



.intro .cate-box .box h3 a:hover img {
    top: -2px;

    opacity: 1;
}

.intro .cate-box .box h3 a:hover {

    background: rgba(0, 0, 0, 0.3);

    box-shadow: 0 5px 9px -5px rgb(0 0 0 / 20%);

}

.intro .cate-box .box h3 a {

    text-transform: capitalize;

    color: #fff;

    text-decoration: none;

    line-height: 1em;

    display: block;

    height: 180px;

    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

    -ms-flex-pack: center;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-flex-direction: column;

    -webkit-box-align: center;

    -moz-box-align: center;

    -ms-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;
}



.intro .cate-box .box h3 {

    text-align: center;

    font-style: inherit;

    color: #fff;

    font-size: 20px;

    margin-bottom: 0px;

    line-height: 1em !important;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    transition: all 0.2s linear;

}

.intro .cate-box .box {

    padding: 0px !important;

    margin: 0px 5px;

    width: calc(20% - 10px);

    background: #595d57;

}



.intro .cate-box {

    width: calc(100% + 0px);

    flex-wrap: wrap;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    margin: 50px 0px;

}





.intro .width-50 {
    width: 60%;

    margin: 0 auto;
}



.availity .form {
    border: 1px solid rgb(221, 221, 221);

    border-radius: 12px;

    padding: 24px;

    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    padding: 30px 40px;
}



/*.our-hotel{    z-index: 9!important;}*/





.our-hotel .owl-nav .owl-next {

    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 30%;

    right: 0;

    transform: rotate(-45deg) translate(0px, 5px);

    opacity: 0.7;

}

.our-hotel .owl-nav .owl-prev {

    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 30%;

    left: 0;

    transform: rotate(-227deg) translate(15px, 4px);

    opacity: 0.7;

}

.our-hotel .owl-nav button[class*="owl-"] {

    width: 20px;

    height: 20px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #fd5056;

    text-align: center;

    font-size: 26px;

    border-right: 4px solid #544a42 !important;

    border-bottom: 4px solid #544a42 !important;

}

.all-hotel h2 strong {

    font-size: 64px;

}

.all-hotel h2 {

    color: #544A42;

    font-size: 24px;

    font-family: "freight-big-pro", serif;

    font-weight: 700;

    letter-spacing: -0.6px !important;

}
}

.price-title .night-data {

    font-weight: 100;

    font-size: 15px;

}

.price-title .review-flex {
    -webkit-box-align: baseline;

    align-items: baseline;

    display: flex;

    font-size: 16px;

    line-height: 18px;
    font-weight: 500;
}





.price-title .price {
    font-size: 22px;

    font-weight: 500;
}



.winning {
    background: transparent url(../images/brockenhurst-hotel.png) center center/cover repeat scroll;

    position: relative;

}

.winning .texture-above:before {

    content: '';

    background: url(../images/top-texture.png)top -1px left -440px;

    background-size: 1440px 34px;

    display: block;

    height: 15px;

    position: absolute;

    width: 100%;

    left: 0px;

    top: -8px;

}



.book-hotel .container {
    padding: 0px 60px;
    background: white;

    box-shadow: rgb(0 0 0 / 12%) 0px 25px 50px -12px;
}

.book-hotel .accommodation__content h2 a {

    color: #544A42;

    text-decoration: none;

}



.book-hotel .owl-carousel .owl-stage-outer {

    position: relative;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

}

.clear {
    clear: both;
}

.book-hotel .owl-nav .owl-prev {
    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 35%;
    left: 0;

    transform: rotate(-227deg) translate(15px, 4px);

    opacity: 0.7;
}

.book-hotel .owl-nav .owl-next {
    position: absolute;

    top: 0;

    z-index: 5;

    margin-top: 35%;
    right: 0;

    transform: rotate(-45deg) translate(0px, 5px);

    opacity: 0.7;

}

.book-hotel .accommodation__price {

    font-style: italic;

    font-size: 22px;

    line-height: 27px;

    margin-bottom: 32px;

    font-weight: 300;

    opacity: 0.9;

}

.book-hotel {
    background-color: rgb(237 237 237);
}

.book-hotel .tours-section .tours-slider .owl-nav button[class*="owl-"] {

    border: 1px solid #fd5056;

}



.book-hotel .owl-carousel .owl-nav button[class*="owl-"] {

    width: 20px;

    height: 20px;

    -webkit-transition: 0.5s;

    transition: 0.5s;

    color: #fd5056;

    text-align: center;

    font-size: 26px;

    border-right: 4px solid #544a42 !important;

    border-bottom: 4px solid #544a42 !important;

}

.book-hotel .owl-carousel .owl-nav button[class*="owl-"]:last-child {

    margin-right: 0;

}

.book-hotel .owl-carousel .owl-nav button[class*="owl-"] i {

    vertical-align: -2px;

}

.book-hotel .owl-carousel .owl-nav button[class*="owl-"] i {

    vertical-align: -2px;

}







.book-hotel .accommodation__description p {

    margin-bottom: 26px;

    color: #544A42;

}

.book-hotel .tours-slider {
    padding: 30px 50px;
}

.book-hotel .accommodation__content {
    padding: 55px 50px;
}

.book-hotel .accommodation__content h2 {

    font-size: 35px;

    line-height: 45px;

    font-weight: 600;

    margin-bottom: 20px;

}

.winning .texture-below:after {

    content: '';

    background: url(../images/blue-grunge-bottom-2.png) left 1450px bottom;

    background-size: 2879px 58px;

    display: block;

    height: 18px;

    position: absolute;

    width: 100%;

    left: 0px;

    bottom: -9px;

    z-index: 9;
}



.winning .btn-outline-primary:hover:after {

    margin-left: 108px;

}

.winning .btn-outline-primary:after {

    content: '';

    background: url(../images/button-icon.png)no-repeat;

    background-size: 11px 19px;

    position: absolute;

    padding: 10px 6px;

    display: inline-block;

    margin-left: 100px;

    margin-top: 1px;

    -moz-transition: all 0.2s ease-in-out;

    -webkit-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}



.price-title {
    -webkit-box-align: baseline !important;

    -webkit-box-pack: justify !important;

    -webkit-box-direction: normal !important;

    -webkit-box-orient: horizontal !important;

    display: flex !important;

    flex-flow: row wrap !important;

    justify-content: space-between !important;

    align-items: baseline !important;

    margin-bottom: 24px !important;
}



._1n81at5 {

    font-size: 26px;

    line-height: 30px;

    font-weight: 500;

}

._fecoyn4 {

    color: inherit !important;

    font-size: 1em !important;

    font-weight: inherit !important;

    line-height: inherit !important;

    margin: 0px !important;

    padding: 0px !important;

    display: inline !important;

    font-style: normal;

}

._1qdp1ym {

    -webkit-box-pack: justify !important;

    -webkit-box-align: end !important;

    align-items: flex-end !important;

    display: flex !important;

    justify-content: space-between !important;

    margin-bottom: 25px;

}

._544wcx {

    display: flex !important;

    flex-wrap: wrap !important;

    margin-top: 4px !important;

}

._fardlj {

    -webkit-box-align: center !important;

    min-width: 0px !important;

    margin-top: 8px !important;

    align-items: center !important;

    display: inline-flex !important;

}

._hyestb {

    -webkit-box-align: center !important;

    align-items: center !important;

    color: #ddad23 !important;

    display: inline-flex !important;

    margin-right: 4px !important;

    min-width: 14px !important;

}

._17p6nbba {

    overflow: clip !important;

}



._17p6nbba {

    line-height: 20px !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

    display: -webkit-box !important;

    -webkit-line-clamp: 1 !important;

    -webkit-box-orient: vertical !important;

    color: rgb(34, 34, 34) !important;

    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;

    font-size: 14px !important;

    position: relative !important;

    font-weight: 500 !important;

}

._s65ijh7 {

    color: rgb(34, 34, 34) !important;

    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;

    font-size: 15px !important;

    line-height: 20px !important;

    padding-left: 4px !important;

    font-weight: 600 !important;

    text-decoration: underline !important;

}

._rfpozg4 {

    cursor: pointer !important;

    position: relative !important;

    touch-action: manipulation !important;

    font-family: inherit !important;

    font-size: inherit !important;

    line-height: inherit !important;

    border-radius: 0px !important;

    outline: none !important;

    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;

    -webkit-tap-highlight-color: transparent !important;

    background: transparent !important;

    border: none !important;

    color: inherit !important;

    display: block !important;

    margin: 0px !important;

    padding: 0px !important;

    text-align: inherit !important;

    text-decoration: none !important;

    height: 100% !important;

    width: 100% !important;

}

._5oadh0 {

    color: rgb(113, 113, 113) !important;

    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;

    font-weight: 400 !important;

    margin: 8px 8px 0px !important;

}

._fardlj {

    -webkit-box-align: center !important;

    min-width: 0px !important;

    margin-top: 8px !important;

    align-items: center !important;

    display: inline-flex !important;

}

._8vvkqm3 {

    overflow: clip !important;

}

._8vvkqm3 {

    line-height: 20px !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;

    display: -webkit-box !important;

    -webkit-line-clamp: 1 !important;

    -webkit-box-orient: vertical !important;

    font-size: 15px !important;

    position: relative !important;

    color: rgb(113, 113, 113) !important;

    font-weight: 500 !important;

    text-decoration: underline !important;

}

._y4w03w {

    height: 28px !important;

}

._1jdtwz4 {

    -webkit-box-pack: end !important;

    display: flex !important;

    justify-content: flex-end !important;

}

._c2acbp {

    margin-right: 20px !important;

}

._h6wsya2 {

    cursor: pointer !important;

    display: inline-block !important;

    margin: 0px -8px !important;

    position: relative !important;

    text-align: center !important;

    width: auto !important;

    touch-action: manipulation !important;

    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;

    font-size: 14px !important;

    line-height: 18px !important;

    font-weight: 500 !important;

    border-radius: 8px !important;

    outline: none !important;

    padding: 8px !important;

    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;

    -webkit-tap-highlight-color: transparent !important;

    border: none !important;

    background: transparent !important;

    color: rgb(34, 34, 34) !important;

    text-decoration: underline !important;

}

._5kaapu {

    -webkit-box-align: center !important;

    display: flex !important;

    align-items: center !important;

}

._14tkmhr {

    margin-right: 8px !important;

}



.single-property-banner {

    margin-bottom: 50px;

}

.row.gutters-5 {

    padding-left: 12.5px;

    padding-right: 12.5px;

}



.row.gutters-5 > [class^="col-"] {

    padding-left: 2.5px;

    padding-right: 2.5px;

}

.single-property-banner .single-listing-box2 .item-img {

    position: relative;

    cursor: pointer;

    overflow: hidden;

}

.single-property-banner .single-listing-box2 .item-img img {

    transform: scale(1);

    transition: all 0.3s ease-in-out;

}

.single-property-banner .single-listing-box2 .item-img:after {

    content: "";

    height: 100%;

    width: 100%;

    background: #ddad23;

    opacity: 0;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    visibility: hidden;

    transition: all 0.3s ease-in-out;

    z-index: 1;

}

.single-property-banner .single-listing-box3 {

    margin-bottom: 5px;

}

.single-property-banner .single-listing-box3 .item-img {

    position: relative;

    cursor: pointer;

    overflow: hidden;

}

.single-property-banner .single-listing-box3 .item-img img {

    transform: scale(1);

    transition: all 0.3s ease-in-out;

}

.single-property-banner .single-listing-box3 .item-img:after {

    content: "";

    height: 100%;

    width: 100%;

    background: #ddad23;

    opacity: 0;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    visibility: hidden;

    transition: 0.3s;

}

.single-property-banner .single-listing-box4 .item-img {

    position: relative;

    cursor: pointer;

    overflow: hidden;

}

.single-property-banner .single-listing-box4 .item-img img {

    transform: scale(1);

    transition: all 0.3s ease-in-out;

}

.single-property-banner .single-listing-box4 .item-img:after {

    content: "";

    height: 100%;

    width: 100%;

    background: #ddad23;

    opacity: 0;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    visibility: hidden;

    transition: 0.3s;

}

.single-property-banner .single-listing-box2 .item-img:hover img {

    transform: scale(1.1);

}

.single-property-banner .single-listing-box2 .item-img:hover:after {

    visibility: visible;

    opacity: 40%;

    transition: 0.3s;

}

.single-property-banner .single-listing-box3 .item-img:hover img {

    transform: scale(1.1);

}

.single-property-banner .single-listing-box3 .item-img:hover:after {

    visibility: visible;

    opacity: 40%;

    transition: 0.3s;

}

.single-property-banner .single-listing-box4 .item-img:hover img {

    transform: scale(1.1);

}

.single-property-banner .single-listing-box4 .item-img:hover:after {

    visibility: visible;

    opacity: 40%;

    transition: 0.3s;

}

.single-property-banner img {

    width: 100%;

    height: auto;

}

.property-detail .container {

    padding-left: 60px;

    padding-right: 60px;
}



._14i3z6h {

    color: inherit !important;

    font-size: 26px;

    font-weight: 500;

    line-height: inherit;

    margin: 0px;

    padding: 0px;

}

._194e2vt2 {

    margin: 0px !important;

    padding: 0px !important;

}

._194e2vt2:nth-child(n) > li {

    display: inline-block !important;



    font-size: 18px;

}



.profile-img img {
    width: 55px;

    height: 55px;

    border-radius: 50%;
}

.inner-content {
    width: 100%
}

.title-div {
    display: flex;

    justify-content: space-between;

    width: 100%;
}



._1vjikx5 {

    display: flex !important;

    margin-bottom: 24px !important;

}

._1t2btyf {

    flex-shrink: 0 !important;

    min-width: 24px !important;

}

._1mqc21n {

    margin-left: 16px !important;

}

._1jlr81g {
    font-size: 15px;

    font-weight: 400;

    color: #747474;
}

._1qsawv5 {
    font-size: 18px;

    font-weight: 500;
}



.p-title-b {
    font-size: 20px;

    margin-bottom: 25px;

    line-height: 27px;

    font-weight: 500;

    color: #222;
}

.p-title {
    font-size: 18px;

    font-weight: 400;

    line-height: 23px;

    color: #747474;
}



.block-3 {
    padding: 20px 0px;
}

.sleeping-title h2 {

    margin-bottom: 20px;

    color: #222;

    font-weight: 500;

    font-size: 25px;

    line-height: 26px
}



._evft92 {

    color: rgb(34, 34, 34) !important;



    font-weight: 500;

    font-size: 20px;

    line-height: 20px;

    margin-top: 16px;

}



._4zdnhq {

    color: rgb(34, 34, 34) !important;



    font-weight: 400;

    font-size: 18px;

    line-height: 18px;

    margin-top: 4px;

}



.ammenies h2 svg {
    margin-right: 6px;
}

.ammenies h2 {

    margin-bottom: 20px;

    color: #222;

    font-weight: 500;

    font-size: 25px;

    display: flex;

    align-items: baseline;

    line-height: 26px
}





.mtb-30 {
    margin: 30px 0px
}

.mtb-40 {
    margin: 40px 0px
}

.mtb-50 {
    margin: 50px 0px
}

.mtb-60 {
    margin: 60px 0px
}

.mtb-70 {
    margin: 70px 0px
}

.mtb-80 {
    margin: 80px 0px
}

.mtb-90 {
    margin: 90px 0px
}

.mtb-100 {
    margin: 100px 0px
}



.ptb-30 {
    padding: 30px 0px
}

.ptb-40 {
    padding: 40px 0px
}

.ptb-50 {
    padding: 50px 0px
}

.ptb-60 {
    padding: 60px 0px
}

.ptb-70 {
    padding: 70px 0px
}

.ptb-80 {
    padding: 80px 0px
}

.ptb-90 {
    padding: 90px 0px
}

.ptb-100 {
    padding: 100px 0px
}



.block-4 {
    padding: 20px 0px;
}

.block-5 {
    padding: 20px 0px;
}



._1byskwn {

    margin-left: -8px !important;

    margin-right: -8px !important;

    width: calc(100% + 16px) !important;

}

._19xnuo97 {

    width: 50% !important;

    padding-left: 8px !important;

    padding-right: 8px !important;

}



.dir.iikjzje {

    padding-bottom: 16px;

    font-weight: 400;

    font-size: 16.5px;

}



.i10xc1ab {

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -webkit-flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

}



.dir-ltr.i1fpqhzs {

    margin-right: 16px;

    margin-left: 0;

}

._1byskwn {

    -webkit-box-pack: start !important;

    -webkit-box-align: stretch !important;

    display: flex !important;

    align-items: stretch !important;

    justify-content: flex-start !important;

    flex-wrap: wrap !important;

    width: calc(100% + 12px) !important;

    margin-left: -6px !important;

    margin-right: -6px !important;

}

.iikjzje {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-align-items: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

.v7aged4:hover {
    background-color: #ddad23;
    color: #fff;
    transition: 0.6s;
    text-decoration: none;
}

.v7aged4 {

    border-radius: 8px;

    border-width: 1px;

    border-style: solid;

    transition: 0.6s;

    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.1s ease;

    -webkit-transition: box-shadow 0.2s ease, transform 0.1s ease;

    border-color: #222222;

    background: #fff;

    padding: 10px 23px;

    text-decoration: none;

    font-weight: 400;

    color: #222;

    font-size: 16px;

}

.intro .u-expanded-width {
    height: 559px;

    background-image: none;

    margin: 200px 0 0 auto;
    background-color: #d9d9d9;
    width: 100%
}





.winning .intro {
    padding: 120px 0px;
}



































@media (min-width: 744px) {

    .iikjzje {

        -webkit-box-pack: end;

        -webkit-justify-content: flex-end;

        -ms-flex-pack: end;

        justify-content: flex-end;

        -webkit-flex-direction: row-reverse;

        -ms-flex-direction: row-reverse;

        flex-direction: row-reverse;

        max-width: 83.33333333333334%;

    }

}

@media(max-width:575.98px) {

    .intro .width-50 {
        width: 100%;
        margin: 0 auto;
    }

    .intro .cate-box .box {
        padding: 0px !important;
        margin: 0px 5px;
        width: calc(50% - 10px);
        background: #595d57;
        margin-bottom: 20px;
    }

    .intro .cate-box .box h3 strong {
        font-size: 28px;
        padding: 5px;
    }

    .intro .cate-box .box em {
        font-style: normal;
        display: block;
        margin-bottom: 0px;
        width: 100%;
        font-size: 15px;
    }

    .intro h2 {
        color: #544A42;
        font-size: 24px;
        line-height: 1.8em;
        line-height: 1.5em;
        margin: 0px 20px 20px 20px;
        font-family: "freight-big-pro", serif;
        font-weight: 700;
        letter-spacing: -0.6px !important;
    }

    .all-hotel h2 strong {
        font-size: 34px;
    }

    .breadcrumb {
        height: 240px;
        background-size: 320%;
        background-position: center;
    }

    .bread-title h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 37px;
        line-height: 48px;
    }

    .property-detail .container {
        padding-left: 41px;
        padding-right: 30px;
    }

    .property-gallery .owl-nav .owl-next {
        margin-top: 30%;
    }

    .property-gallery .owl-nav .owl-prev {
        margin-top: 30%;
    }

    .profile-img img {
        width: 93px;
        height: 55px;
        border-radius: 50%;
    }

    .iikjzje {
        -webkit-box-pack: justify;
        -webkit-justify-content: start;
        -ms-flex-pack: justify;
        justify-content: start;
    }

    ._19xnuo97 {
        width: 50% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .block-8 .sec-1 {
        display: block;
    }

    .block-8 .sec-1 {
        justify-content: flex-start;
        display: block;
        align-items: stretch;
        -webkit-box-pack: start;
    }

    .block-8 .sec-1 .box-1 {
        margin-right: 10px;
        width: 100%;
        margin-bottom: 30px;
    }

    .intro .about-center {
        text-align: center;
    }

    .winning .intro .section-text-image__actions {
        padding-left: 20px;
    }

    .book-hotel .container {
        padding: 0px 0px;
        background: white;
        box-shadow: rgb(0 0 0 / 12%) 0px 25px 50px -12px;
        /* margin: 20px; */
    }

    .winning .intro p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        letter-spacing: 0.4px;
        padding-left: 20px;
    }

    .book-hotel .tours-slider {
        padding: 0px 10px;
    }

    .tours-slider .owl-nav {
        display: none;
    }

    .book-hotel {
        background-color: #fff;
    }

    .book-hotel.ptb-100 {
        padding: 0px 0px;
    }

    .cottage .owl-nav {
        display: none;
    }

    .book-hotel .accommodation__content {
        padding: 15px 20px;
    }

    .header__bar {
        height: 0px;
        background: #4D4D4D;
        color: #fff;
    }

    .booking-form .col-form {
        display: block !important;
        justify-content: space-between;
    }

    .booking-form .start-date {
        width: 250px !important;
        flex-basis: 250px !important;
        position: relative;
    }

    .booking-form .end-date {
        width: 250px !important;
        flex-basis: 250px !important;
        position: relative;
    }

    .booking-form .end-date input {
        border-right: 1px solid #ddad23 !important;
        border-left: 1px solid #ddad23 !important;
        border-bottom: 1px solid #ddad23 !important;
        padding: 45px 10px 22px 16px;
        margin-bottom: 20px;
    }

    .booking-form form {
        padding: 20px 70px;
        position: absolute;
        bottom: -35% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0) 0px 6px 6px;
        /* z-index: 99999; */
    }

    .booking-form .form-logo {
        width: 105px;
        flex-basis: 105px;
        margin-right: 30px;
        margin-bottom: 15px !important;
    }

}
