@font-face {
    font-family: Cinzel-Regular;
    src: url('../fonts/Cinzel-Regular.ttf');
}
@font-face {
    font-family: Cinzel-Bold;
    src: url('../fonts/Cinzel-Bold.ttf');
}
@font-face {
    font-family: Cinzel-Regular;
    src: url('../fonts/Cinzel-Regular.ttf');
}
body{
    font-family: Cinzel-Regular;
}
h1{
    margin-bottom: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 45px;
}
h4{
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-family: calibri;
}
h4:after{
    border-bottom: 3px solid #333;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 15%;
    content: "";
}
p{
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    font-family: calibri;
}
a.link{
    background-color: #bd3e31;
    display: block;
    width: fit-content;
    padding: 15px 40px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px;
}
.topnav{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background-color: #000;
}
.topnav ul{
    padding-top: 10px;
}
.topnav ul li{
    padding-right: 20px;
}
.topnav ul li i{
    color: #fff;
}
.topnav ul li p{
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
}
.topnav .right{
    float: right;
}
.topnav .medias li a{

}
.topnav button{
    background-color: #c2492e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 18px 20px;
}
.mainnav{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
.mainnav .logo img{
    width: 150px;
}
.mainnav ul{
    float: right;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
}
.mainnav ul li a{
    padding-right: 20px;
    color: #fff;
}
.mainnav ul li:last-child a{
    background-color: #c2492e;
    padding: 15px 20px;
}
.mainnav ul li:last-child a:before{
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    padding-right: 8px;
}
.mainnav h4{
    margin: auto;
    margin-top: 24px;
    color: #c2492e;
    font-weight: bold;
    float: right;
    font-size: 18px;
    letter-spacing: 1px;
}
.banner{
    position: relative;
    background-image: url("../images/1.jpg");
    background-size: cover;
    height: 700px;
    background-position: center;
    padding-top: 250px;
    text-align: center;
}
.banner:before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    content: "";
}
.banner h4{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.banner h1{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    width: 650px;
    margin: auto;
    margin-top: 40px;
}
.banner p{
    width: 650px;
    letter-spacing: 0px;
    font-size: 17px;
}
.banner img{
    position: absolute;
    right: 0;
    width: 500px;
    height: 500px;
    object-fit: contain;
}
.banner a.btn1{
    background-color: #3a79dc;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 20px;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 25px;
    margin-right: 20px;
}
.banner a.btn2{
    background-color: #c2492e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 20px;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 30px;
}
.abt{
    margin-top: 70px;
}
.abt h1{

}
.abt .wrapper{
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.abt .wrapper:before{
    position: absolute;
    background-image: url("../images/icons8-brain-100.png");
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
    content: "";
    z-index: 1;
}
.abt .wrapper:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    margin: auto;
}
.serv{
    background-color: #333;
    text-align: center;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.serv h1{
    color: #fff;
}
.serv p{
    color: #fff;
    width: 700px;
    margin: auto;
}
.serv ul{
    margin-top: 50px;
}
.serv ul li{
    width: 48%;
    background-color: #fff;
    text-align: left;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
}
.serv ul li h3{
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.serv ul li img{
    background-color: #c2492e;
    padding: 10px;
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.serv ul li .content{
    width: 80%;
    display: inline-block;
    margin-left: 20px;
}
.serv ul li .content p{
    width: auto;
    color: #333;
    line-height: 1.4;
    letter-spacing: unset;
}
.serv ul li .content a{
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #c2492e;
    letter-spacing: 2px;
    border-bottom: 2px solid;
    width: fit-content;
    font-size: 12px;
}
.serv ul li:before{
    background-image: url("../images/icons8-heart-50.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    filter: brightness(0);
    width: 100px;
    height: 100px;
    right: -26px;
    bottom: -14px;
    opacity: 0.2;
}
.yus{
    margin-top: 70px;
}
.yus p{
    line-height: 1.4;
    letter-spacing: unset;
}
.yus .left{
    display: inline-block;
}
.yus .right{
    display: inline-block;
    float: right;
    width: 49%;
}
.yus h3{
    font-weight: bold;
    letter-spacing: 2px;
}
.yus ul{
    font-family: calibri;
    font-size: 16px;
    margin-bottom: 30px;
}
.yus ul li{
    line-height: 2;
}
.yus .tagline{
    background-color: #c2492e;
    position: absolute;
    width: 46%;
    left: 55px;
    padding: 40px;
    margin-top: -110px;
}
.yus .tagline ul{
	margin: auto;
    padding: unset;
}
.yus .tagline p{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.rooms{
    margin-top: 70px;
    text-align: center;
	margin-bottom: 70px;
}
.rooms h4:after{
    right: 0;
    margin: auto;
}
.rooms ul{
    text-align: left;
}
.rooms ul li{
    width: 33%;
    position: relative;
}
.rooms ul li img{
    height: 330px;
    object-fit: cover;
}
.rooms ul li .content{
    position: absolute;
    background-color: #fff;
    bottom: -25px;
    width: 90%;
    padding: 35px 35px 15px;
    border: 1px solid #3333332e;
}
.rooms ul li .content h2{
    margin: auto;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.rooms ul li .content .room-price{
    text-align: left !important;
}
.rooms ul li h4{
    letter-spacing: normal;
    color: #999999;
    margin: auto;
}
.rooms ul li h4:after{
    display: none;
}
.rooms ul li .price{
    color: #c2492e;
    font-weight: bold;
}
.explore{
    background-color: #f9f7f4;
    margin-top: 70px;
    padding-top: 50px;
}
.explore .wrapper{
    float: right;
    background-color: #fff;
    padding: 10px 60px 10px 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
}
.explore .wrapper i.fa{
    vertical-align: middle;
    background-color: #c2492e;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 22px;
}
.explore .wrapper .content{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.explore .wrapper .content h4{
    text-transform: capitalize;
    color: #999999;
    letter-spacing: normal;
    margin: auto;
}
.explore .wrapper .content h4:after{
    display:none;
}
.explore .wrapper .content p{
    font-weight: bold;
}
.explore .nav-tabs{
    display: grid;
}
.explore .nav-tabs li{
    margin-bottom: 13px;
    background-color: #fff;
}
.explore .nav-tabs li a{
    font-size: 20px;
    font-family: calibri;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #c2492e;
    border: 0px;
    color:#fff;
}
.explore .tab-content{
    position: relative;
}
.explore .tab-content img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.explore .tab-content .content{
    position: absolute;
    top: 0;
    color: #fff;
    width: 400px;
    padding: 20px 40px;
}
.explore .tab-content .content h2{
    font-family: calibri;
    font-size: 35px;
    font-weight: 500;
}
.explore .tab-content ul{
    color: #fff;
    margin-top: 40px;
}
.explore .tab-content ul li{

}
.explore .tab-content ul li p{
    font-size: 20px;
    color: #f1f1f1;
}
.explore .tab-content:before{
    position: absolute;
    width: 45%;
    height: 100%;
    background-color: #151516;
    content: "";
}
.explore .tab-content a{
    color: #fff;
    font-family: calibri;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    display: block;
    border-bottom: 1px solid #c2492e;
    width: fit-content;
}
.explore .tab-content a i.fa{
    margin-left: 10px;
}
.amneties{
  margin-top: 70px;
    text-align: center;
}
.amneties h4:after{
    right: 0;
    margin: auto;
}
.amneties ul{

}
.amneties ul li{
    border: 1px solid #3333332e;
    padding: 15px 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 18%;
    min-height: 147px;
    vertical-align: top;
    margin-bottom: 20px;
}
.amneties ul li i{
    font-size: 35px;
    color: #c2492e;
}
.amneties h3{
    font-family: calibri;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
}
.quote{
    background-image: url("../images/ptt_servicee.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: -6px;
}
.quote:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #c2492ed9;
    width: 100%;
    height: 100%;
    content:"";

}
.quote h1{
    text-align: center;
    color: #fff;
}
.quote button{
    display: block;
    margin: auto;
    background-color: #fff;
    border: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}
.testi{
    position: relative;
    margin-top: 70px;
    background-image: url("https://salemhomes.co.uk/wp-content/uploads/2023/11/WhatsApp-Image-2023-11-24-at-10.41.12-AM.jpeg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testi:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    content: "";
}
.testi h4{
    color: #fff;
    font-size: 25px;
}
.testi h4:after{
    border-bottom: 3px solid #fff;
}
.testi h1{
    font-size: 55px;
}
.testi ul{
    width: 650px;
    float: right;
}
.testi ul li{
    background-color: #000000b8;
    padding: 30px 50px;
}
.testi ul li p{
    color: #fff;
    font-size: 21px;
}
.testi ul li h3{
    font-family: calibri;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 25px;
}
.testi h5{
    font-family: calibri;
    text-transform: capitalize;
    font-size: 20px;
}
.testi .slick-dots{
    display:none !important;
}
footer{
    background-color: #1a1a1a;
    padding-top: 50px;
    font-size: 17px;
    font-family: calibri;
}
footer .logo img{
    width: 200px;
}
footer i{
    color: #fff;
    background-color: #c2492e;
    padding: 15px;
    font-size: 18px;
    border-radius: 50%;
}
footer .content{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
footer .content p{
    color: #e7e7e7;
    font-size: 19px;
    line-height: normal;
}
footer h4{
    margin-top: 50px;
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 3px solid #c2492e;
    width: fit-content;
    margin-bottom: 20px;
}
footer h4:after{
    display:none;
}
footer .abt{
    color: #e7e7e7;
    width: 300px;
    margin-top: auto;
}
footer p{
    color: #e7e7e7;
    font-size: 17px;
}
footer ul{

}
footer ul li a{
    color: #e7e7e7;
    text-transform: capitalize;
    line-height: 2.2;
}
footer form{
    position: relative;
}
footer input{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px 16px;
    width: 100%;
}
footer button{
    position: absolute;
    right: 7px;
    background-color: #c2492e;
    border: 0;
    top: 8px;
}
footer .ender{
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}
footer .ender p{
    margin: auto;
}
footer .ender p a{
	color:red;
}
footer .ender ul{
    float: right;
}
footer .ender ul li a{
    padding-right: 10px;
}
footer .ender ul li a i{
    background-color: transparent;
    padding: unset;
}
.abt{
    margin-top: 50px;
}
.abt p{
    width: 450px;
}
.abt .bg{
    position: relative;
    height: 500px;
    float: right;
}
.abt .fg{
    position: absolute;
    top: 19%;
}
.abt .fg img{
    height: 300px;
    object-fit: cover;
}
.abt .fg:before{
    position: absolute;
    background-color: #c2492ed9;
    content: "";
    width: 75%;
    height: 75%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.abt .fg h3{
    color: #fff;
    position: absolute;
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 100px;
    margin: auto;
}
.abt .fg h3 span{
    font-size: 30px;
    display: block;
}
.abt .author{
    margin-top: 50px;
}
.abt .author img{
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.abt .author .content{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.abt .author .content h4{
    margin: auto;
}
.abt .author .content h4:after{
    display: none;
}
.abt .author .content h5{

}
.eb-page-header.eb-room-header .eb-wrapper{
    display: block;
}
.eb-page-header, .entry-header{
    position: relative;
    padding: 100px 0;
}
.eb-page-header:before, .entry-header:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
    content:"";
}
.eb-page-header h1, .entry-header h1{
    color: #fff !important;
    text-align: center;
    position: relative;
	margin-top: 70px;
}
.room-price{
    text-align: center !important;
    position: relative;
}
.room-price span{
}
.room-page .section-title{
    font-size: 25px;
    font-weight: bold;
}
.room-services-list .room-services-item{
    padding: 12px;
    font-size: 17px;
}
.room-services-list .room-services-item i, .room-services-list .room-services-item img{
    color: #d68112;
}
.room-page .content{
    border-bottom: 1px solid #3333331f;
    padding-bottom: 30px;
}
.room-page .room-info .item i{
    background: #d68112;
    width: 45px;
    height: 45px;
    line-height: 43px;
}
.room-page .room-info .item i:before{
    font-size: 27px;
    color: #fff;
}
.review-content{
    border-bottom: 1px solid #3333;
    margin-bottom: 15px;
}
.review-info{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 5px;
    font-style: italic;
}
.similar-room-item{
    height: 230px;
    overflow: unset;
}
.similar-room-item .room-details{
    display: block;
    background: none;
    bottom: -55px;
    padding: unset;
}
.similar-room-item .room-title{
    color: #d2ae6d;
    letter-spacing: 2px;
}
.similar-room-item .room-price{
    float: none;
    text-align: left !important;
    text-transform: capitalize;
    font-size: 15px;
}
.similar-room-item .room-price span{
    color: #333;
}
.eb-widget .btn, .eb-widget button, .eb-checkout-form .eb-btn{
    background-color: #d68112;
    border: 0;
    font-size: 17px;
    padding: 10px;
}
.eb-widget .title{
    font-weight: bold;
    margin: auto;
}
.room-sidebar{
    background-color: #fdfdfd;
}
.eb-checkout-page{
    padding: 0px 100px;
    margin-bottom: 70px;
}
.eb-stepline{
    margin-bottom: 50px;
}
.checkout-details .checkout-details-inner{
    padding: 0px 50px;
    font-size: 15px;
}
.checkout-details .checkout-details-inner strong{
    display:block;
}
.checkout-payment-tabs .eb-payment-tabs{
    padding: 0px 50px;
}
.checkout-payment-tabs .payment-tabs-content{
    margin-left: 50px;
    margin-right: 50px
}
.checkout-details .title, .checkout-payment-tabs .title{
    margin-left:50px;
}
.thankyou-page{
    max-width: 700px;
    margin-bottom: 50px;
}
.thankyou-page .eb-thank-details{
    background-color:#fff;
}
.thankyou-page .eb-thank-details ul li span{
    width:auto;
}
.thankyou-page .eb-thank-details ul li strong{
    float:right;
}
.thankyou-page .thankyou-buttons .btn{
    background-color: #d68112;
}
.archive header{
    display:none;
}
.rooms-list{
    margin-top:50px;
    margin-bottom:50px;
}
.room-list-item img{
    height: 270px;
    object-fit: cover;
}
.room-list-item.sidebar-none .room-details .title a{
    color: #d68112;
    font-weight: bold;
    letter-spacing: 1px;
}
.room-list-item .room-details p{
    font-size: 17px;
}
.room-list-item .room-services .room-service-item{
    background-color: #c2492e;
    color: #fff;
    border-radius: 5px;
}
.room-price-details span{

}
.room-price-details{
    color: #d68112;
    letter-spacing: 1px;
}
.room-list-item.room-list-item-archive .btn{
    color:#d68112;
}
.room-list-item.room-list-item-archive .btn i{
    background: #d68112;
    display:none;
}
.room-list-item.room-list-item-archive .btn:hover{
    background: #d68112;
}
.eb-archive-rooms .eb-archive-price-details{
    background-color: #c2492e;
}
.page-id-64{
    background-color:#fff;
}
.eb-search-page{
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 70px;
}
.room-list-item .room-price-search{
    background-color: #c2492e;
    color: #fff;
}
.room-list-item .normal-price{
    color: #fff;
}
.search-filters .inner-wrapper-sticky{
    background-color: rgb(249, 249, 249);
    padding: 20px;
}
.room-list-item .room-details .title a{
    color: #d68112;
    font-weight: bold;
    letter-spacing: 1px;
}
.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to{
    background: #d68112;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    border-top-color: #d68112;
}
.irs--round .irs-handle{
    border: 4px solid #d68112;
}
.contact{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color:#fff;
}
.contact .inline{
    display: inline-block;
    width: 49%;
}
.contact .right{
    float:right !important;
}
.contact input{
    width: 100%;
    padding: 12px;
    margin-bottom: 10px !important;
    border: 1px solid #33333338;
}
.contact textarea{
    width: 100%;
    height:165px;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #33333338;
}
.contact button{
    margin: auto;
    background-color: #d68112 !important;
    border: 0;
    text-transform: uppercase !important;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    margin-top: 30px !important;
}
.contact ul li{
    margin-bottom:20px;
}
.contact ul li h4{
    font-size: 16px;
}
.contact ul li p{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.rating i.fa{
    font-family: "Font Awesome 5 Free";
    color: #d68112;
    font-weight: 900;
}
.hamburger{
    display: none;
    color: #c2492e;
    font-size: 23px;
    vertical-align: top;
}
.backface{
    position: fixed;
    width: 100%;
    height: 100%;
    left:-100%;
    background-color: #000000a3;
    z-index: 99999;
}
.sidenav{
    position: absolute;
    width: 70%;
    left:-100%;
    height: 100%;
    background-color: #fff;
    transition:ease-in 0.2s;
}
.sidenav ul li{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #3333332e;
    line-height: 2.5;
}
.sidenav ul li a{
    color:#333;
    padding-left: 15px;
}
.sidenav .close{
    position: absolute;
    top: 0;
    right: -35px;
    background-color: #c2492e;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    padding: 13px;
}
.mainnav .booknow{
    display:none;
}
@media screen and (max-width: 420px){
    h1{
        font-size:40px !important;
    }
    .hamburger{
        display:inline-block;
    }
	.booknow{
		background-color: #c2492e;
		padding: 10px 20px;
		color: #fff;
		float: right;
		display:block !important;
	}
	.topnav ul li {
    	padding-right: 10px;
	}
    .mainnav .logo{
        display: inline-block;
        width: 150px;
        margin-left: 14px;
        margin-top: -7px;
    }
	.mainnav .logo img {
    	width: 125px;
	}
    .mainnav ul{
        display:none;
    }
    .mainnav .booknow-btn{
        display:block;
        background-color: #d2ae6d;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 15px;
        float: right;
        margin-top: -10px;
    }
    .banner{
        height:450px;
        padding-top: 120px;
    }
    .banner h1{
        font-size:50px;
		width:auto;
    }
	.banner h4{
		margin:auto;
		margin-bottom:10px;
		margin-top:40px;
	}
    .abt ul li, .abt p{
        width:100%;
    }
    .abt ul li img{
        height:260px;
    }
	.abt .bg{
		height: 300px;
		float:none;
	}
	.abt .fg{
		top: unset;
		right: 0;
		bottom: -60px;
	}
	.abt .fg img{
		height:200px;
	}
	.abt .fg h3{
		font-size: 60px;
	}
	.yus .tagline{
		left: 0;
    	padding: 20px;
	}
	.yus h4{
		margin-top:100px;
	}
	.amneties ul li{
		margin-left: 0px;
		margin-right: 0px;
		width: 49%;
	}
	.rooms ul li{
		width:100%;
		height:400px;
	}
	.rooms ul li .content{
		bottom:35px;
	}
    .tickers ul{
        margin:auto;
    }
    .tickers ul li{
        width:49%;
        margin: auto;
        margin-bottom: 20px;
    }
    .tickers .icon{
        padding: 30px 15px;
        border-radius: 18px;
        min-height: 150px;
    }
    .tickers p{
        font-size:15px;
    }
    .booknow a{
        float:none;
    }
    .serv ul{
        height:auto;
    }
    .serv ul li{
        width:100%;
        margin-bottom: 30px;
    }
    .serv ul li .content, .serv ul li img{
        position:unset;
        width:100%;
    }
	.testi ul{
		width:auto;
		float:none;
	}
	.testi ul li {
    	padding: 20px 20px;
	}
	.testi ul li p{
		font-size: 18px;
	}
	.testi ul li h3{
		font-size:20px;
	}
	
    .testi button{
        display:none !important;
    }
    .eb-page main, .eb-page main.room-page{
        padding:unset;
    }
	footer .logo img {
		width: 200px;
		margin: auto;
		margin-bottom: 30px;
	}
    footer .abt{
        width:auto;
    }
    .eb-search-page{
        margin:auto;
    }
    .eb-checkout-page{
        padding: 0px 20px;
    }
	.eb-archive-rooms .eb-archive-price-details{
		padding: 30px 0px;
	}
	.eb-page-header h1, .entry-header h1{
		margin-top: 40px;
		line-height: 1.1 !important;
	}
	.eb-col{
		height:300px;
	}
}
.wpforms-container .wpforms-field{
	padding:unset !important;
}