:root {
  --white: #ffffff;
  --black: #000000;
}
@media screen and (max-width: 1920px){
  .about-image-main-box svg{
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1827px){
  .double-layer-text-one,.double-layer-text-two {
    font: 600 169px / 185px Montserrat;
    font-family: sans-serif;
  }
  .container-slider{
    bottom: 20%;
  }
}
@media screen and (max-width: 1600px){
  .double-layer-text-one,.double-layer-text-two {
    font: 598 120px / 130px Montserrat;
    font-family: sans-serif;
  }
  .container-slider{
    bottom: 15%;
  }
  #slider .carousel-control-next{
    right: 14%;
  }
}
@media screen and (max-width: 1400px){
  .mphb-book-button{
    margin-top: 5px;
  }
  .mphb-confirm-reservation {
    margin-top: 3px;
  }
  p.mphb-check-in-date-wrapper label, .mphb-check-out-date-wrapper label {
    font: 600 10px / 25px Montserrat;
  }
  .slider-booking-lougue-form-box input, .slider-booking-lougue-form-box select{
    padding: 10px 5px;
  }
  .services-page-post-title h6,.services-page-section-box .services-page-post-box:nth-child(2) h6 {
    width: 76%;
  }
}
@media screen and (max-width: 1200px){
  #slider .carousel-control-next{
    right: 15%;
  }
  .main-navigation li{
    padding: 14px 8px 14px 8px;
  }
  #mySidenav #menu-primary-menu >li >a {
    padding-right: 0px;
  }
  #mySidenav{
    margin-left: 0px;
  }
  #slider .slider-main-image img{
    height: 470px;
  }
  h2 {
    font: 600 37px / 55px Montserrat;
  }
  .container-slider{
    bottom: 18%;
  }
  #slider .carousel-caption {
    top: 10%;
  }
  #slider .slider-indicator button{
    width: 105px;
  }
  .slider-booking-lougue-form-box .wpcf7-list-item label .wpcf7-list-item-label {
    color: #9F9F9F;
    font: 300 12px / 20px Montserrat;
  }
  .slider-booking-lougue-form-box .wpcf7-form-control-wrap{
    font: normal normal normal 12px/20px Montserrat;
  }
  #slider .carousel-control-next{
    right: 13%;
  }
  .about-image-main-box{
    height: max-content;
  }
  .about-image-main-box svg {
    position: absolute;
    top: 0;
    left: 14%;
    /* right: 0;
    z-index: 0;
    width: 72%; */
    height: 100%;
  }
  .about-main-box .about-image-main-box img{
    padding: 10px 0px 10px 0px;
  }
  .about-heading-content-box {
    padding: 0% 0% 0% 3%;
  }
  .about-text-one,.about-text-two{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .service-post-img{
    height: 200px;
  }
  .banner-currecy-left-image,.banner-currecy-right-image{
    display: none;
  }
  .pricing-plan-features-points-box {
    height: 300px;
  }
  #our-Gallery-page .main-grid{
    grid-template-rows: repeat(2, 150px);
  }
  .about-page .about-image-main-box {
    height: auto;
  }
  .services-image-box-content {
    width: 100%;
    height: 260px;
  }
  .contac_form form p {
    margin: 0px 0px;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 21%;
  }
  .double-layer-text-one, .double-layer-text-two {
    font: 600 84px / 110px sans-serif;
  }
  #slider .slider-indicator{
    width: 55%;
  }
  .mphb-regular-price,.mphb-view-details-button-wrapper{
    width: 20%;
  }
  .mphb-reserve-room-section{
    width: 30%;
  }
  .mphb-room-type-title a{
    font: 600 18px / 28px Montserrat;
  }
  .lougue-category-image h6 a {
    width: 50%;
    top: 35%;
  }
  .lougue-category-image-content-box{
    top: 28%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px){
  .book-now-page-button.btn{
    padding: 10px 18px 10px 18px;
  }
  .book-price-box{
    width: 15%;
  }
}
@media screen and (max-width: 1023px){
  #mySidenav #menu-primary-menu >li >a:hover{
    color: #000;
  }
  #mySidenav .main-navigation .current-menu-item a{
    color: var(--yellow) !important;
    position: relative;
  }
  #menu-primary-menu-1 > .menu-item-has-children::before{
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    position: absolute;
    right: 16px;
    bottom: 0;
    top: 20px;
    font-size: 14px;
    color: #fff;
  }
  .main-navigation ul ul {
    background-color: transparent;
    border: none;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
    border-bottom: none;
  }
  .toggle-nav {
    display: none;
  }
  #sidebar1{
    transition: 0.5s;
  }
  amp-sidebar#sidebar1 {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #292D32;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    transition: all 4s ease;
    -webkit-box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
    box-shadow: 1px 0 5px rgb(0 0 0 / 50%);
    transition-duration: 1s;
    animation: slideInLeftMenu 1s;
    }
    @keyframes slideInLeftMenu {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-296px);
    -ms-transform: translateX(-296px);
    transform: translateX(-296px);
  }

    100% {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #close_nav {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    color: white;
    cursor: pointer;
    z-index: 9999;
    text-align: right;
  }
  #close_nav i{
    color: white;
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 50%;
    padding: 9px;
    height: 30px;
    line-height: 0.8;
    width: 31px;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav{
    position: relative;
  }
  .toggle-nav span {
    position: absolute;
    left: 25px;
  }
  .thumb_image_border, .main-header .sidenav {
    display: none;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .toggle-nav {
    display: block;
    z-index: 1;
  }
  .main-navigation a {
    color: var(--grey4);
    font: normal normal 600 16px/25px Montserrat;
  }
  .main-navigation .menu {
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li, #masthead.scrolled .main-navigation ul ul li {
    display: block;
  }
  .main-navigation .menu>ul>li.highlight {
    background: transparent !important;
  }
  .menu>ul>li:hover:before, .menu>ul>li.current_page_item:before, .menu>ul>li.current-menu-item:before {
    display: none;
  }
  .sf-arrows .sf-with-ul:after {
    border-top-color: var(--grey2);
  }
  .toggle i.fa.fa-bars, .toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .menubar .nav ul li, .menubar.scrolled .main-navigation li {
    border-top:1px #fff solid;
    display: block;
    text-align: left;
    float: none;
    padding: 8px 0;
  }
  .menu-item-has-children>a {
    padding-bottom: 11px !important;
  }
  .nav ul li a {
    padding: 5px 10px;
    display: block;
    color: var(--white) !important;
  }
  .nav ul li ul li a:before {
  content: "\00BB \00a0";
  }
  .nav ul li ul li a {
    padding-left: 20px !important;
  }
  .nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .innermenubox {
    justify-content: center;
  }
  .main-navigation ul ul, .sub-menu{
    animation: unset !important;
    transition: unset !important;
  }
  .header-icons.order-three {
    justify-content: end;
    background: var(--green);
    padding: 0px 5px;
  }
  .toggle-nav .fa-bars {
    font-size: 25px;
    color: var(--yellow);
    padding: 11px 0px;
  }
  .scrolled .header-box{
    padding: 10px 12px;
    border-radius: 0px 0px 10px 10px;
  }
  .header-box{
    padding: 10px 10px;
  }
  .book-now-page-button.btn{
    padding: 10px 25px 10px 25px;
  }
  .book-now-features-icons img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
  }
  #header-menu {
    padding-top: 0%;
  }
}
@media screen and (max-width: 1200px) and (min-width:768px){
  .single-book-page .book-image{
    height: 280px;
  }
  .single-services-texts p{
    font: normal normal normal 11px/20px Montserrat;
    left: 23px;
  }
  .single-services-texts p:after{
    left: -23px;
  }
}
@media screen and (max-width: 1399px) and (min-width:992px){
  .custom-category-offerimage img{
    padding: 44px 30px;
  }
}
@media screen and (max-width: 991px){
  .lougue-category-image h6 a {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    width: 75%;
    margin: auto;
    color: #fff;
    font: 600 16px / 25px Montserrat;
  }
  section {
    background-repeat: no-repeat !important;
    padding: 40px 0;
  }
  #slider .slider-indicator{
    width: 100%;
    display: flex;
  }
  .container-slider {
    flex-direction: column-reverse;
    left: 2%;
    bottom: 14%;
  }
  .double-layer-text-one, .double-layer-text-two {
    font: 600 94px / 100px sans-serif;
  }
  .carousel-indicators{
    position: unset;
  }
  #slider .carousel-caption {
    top: 6%;
    left: 8%;
    right: 8%;
  }
  #slider .slider-indicator button {
    height: 75px;
  }
  #slider .slider-main-image img {
    height: 540px;
  }
  #slider .carousel-control-next,#slider .carousel-control-prev{
    display: none;
  }
  .slider-booking-inner-title{
    margin: unset;
    padding-left: 15px;
  }
  #slider .slider-main-image img{
    filter: brightness(0.4);
  }
  .slider-booking-lougue-form-box p{
    font: normal normal normal 12px/20px Montserrat
  }
  .slider-booking-lougue-form-box .wpcf7-list-item label .wpcf7-list-item-label{
    font: 300 12px / 20px Montserrat;
  }
  .slider-booking-lougue-form-box{
    padding: 20px 4%;
  }
  .slider-booking-lougue-form-box select{
    padding: 13px 0px;
    font-size: 9px;
  }
  .about-main-box .about-image-main-box img{
    padding: 10px;
  }
  .about-image-main-box svg{
    /* width: 73%;
    right: 0;
    left: unset;
    height: 100%;
    top: 0px; */
  }
  #aboutUs .about-main-box{
    flex-direction: column-reverse;
  }
  #aboutUs .slider-post img{
    width: 50px;
  }
  #aboutUs .slide-test{
    margin: 0 0 0 0%;
  }
  #aboutUs .slide-test-box i {
    color: #fff;
    font-size: 12px;
    align-self: center;
    position: relative;
    top: -2px;
  }
  #aboutUs .testi-rating {
    font: 600 16px / 20px Montserrat;
  }
  .about-heading-content-box {
    padding: 0% 8% 6% 10%;
  }
  #our-Gallery .main-grid{
    grid-template-rows: repeat(2, 120px);
  }
  .banner-currecy-left-image, .banner-currecy-right-image {
    display: none;
  }
  .banner-currecy-head-box {
    position: absolute;
    z-index: 1;
    padding-left: 20px;
  }
  .banner-currecy-image-inner-box {
    height: 280px;
  }
  .banner-currecy-image-inner-box .banner-currecy-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    filter: brightness(0.5);
  }
  #our-Gallery-page .main-grid{
    grid-template-rows: repeat(2, 115px);
    gap: 10px;
  }
  .services-page-section-inner-box .slide-test{
    margin: 0px;
  }
  .contac_form {
    padding: 30px 40px 30px 30px;
  }
  .footer-two .about_me, .footer-four aside{
    left: unset;
  }
  .collection-img-box {
    height: 300px;
  }
  .single-post-comment .comments-area {
    display: block !important;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 17%;
  }
  .lougue-book-post-box,.banner-currecy-sub-heading{
    text-align: center;
  }
  .book-now-price-details{
    padding-top: 10px;
  }
  .banner-currecy-button-box,.banner-currecy-heading{
    width: max-content;
    margin: auto;
  }
  .lougue-category-image-content-box {
    top: 30%;
  }

  .mphb_room_type.type-mphb_room_type {
    display: block;
    text-align: center;
  }
  .mphb-loop-room-thumbnail,.mphb-room-type-title{
    width: 100%;
  }
  .mphb_room_type.type-mphb_room_type p, .mphb-reserve-room-section{
    margin-top: 20px !important;
    margin: auto;
    width: 70% !important;
    text-align: center !important;
  }
  .mphb-recommendation-title{
    font: 600 30px / 60px Montserrat;
  }
  .double-layer-text-two,..double-layer-text-one{
    -webkit-text-stroke-width: 0.9px;
  }
  .about-content-box-parent-box{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .slide-test-box{
    padding-top: 20px;
  }
  #footer .footer-col-div h3{
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px){
  .mphb_room_type.type-mphb_room_type p, .mphb-reserve-room-section {
    width: 100% !important;
  }
  .mphb-book-button{
    margin-top: 5px;
  }
  .mphb-confirm-reservation {
    margin-top: 3px;
  }
  .service-post-img {
    width: 100%;
    height: 180px;
    padding: 0px 10px;
  }
  #newsletter svg,#our-team svg,#ourServices svg,.about-page .about-our-values-box svg,.services-page-section-box svg{
    display: none;
  }
  section{
    padding: 40px 0px;
  }
  h2 {
    font: 600 40px / 60px Montserrat;
  }
  .site-header:before{
    height: 120px;
    bottom: -100px;
  }
  #slider .slider-main-image img {
    height: 570px;
  }
  .slider-booking-form-box{
    flex-direction: column-reverse;
  }
  .double-layer-text-one,.double-layer-text-two {
    font: 600 90px / 65px Montserrat;
    font-family: sans-serif;
  }
  .about-main-box .about-image-main-box img{
    padding: 8px;
  }
  .about-image-main-box svg{
    /* width: 74%; */
  }
  #ourServices .owl-item.active .our-services-content-box{
    position: unset !important;
  }
  #ourServices .owl-item.active{
    height: unset;
  }
  #our-Gallery .grid-items img,#our-Gallery-page .grid-items img{
    border-radius: 8px;
  }
  #our-Gallery .main-grid {
    grid-template-rows: repeat(2, 100px);
    gap: 6px;
  }
  .pricing-plan-features-points-box {
    height: unset;
  }
  .pricing-plan-features-points p{
    width: 45%;
    margin: auto;
  }
  .pricing-plan-features-text{
    text-align: center;
  }

  #newsletter .news_inner {
    padding: 40px 20px;
  }
  .newsletter-form-box p {
    padding-top: 5%;
    width: 100% !important;
    text-align: center;
  }
  .newsletter-form-box{
    display: block !important;
  }

  .title-box{
    background-size: cover !important;
  }
  .about-page .about-heading-content-box .about-subheading{
    margin: auto;
  }
  #our-Gallery-page .main-grid {
    grid-template-rows: repeat(2, 90px);
    gap: 6px;
  }
  .location, .phone {
    width: 80%;
  }
  .about-image-values-box{
    width: 300px;
    height: 250px;
    margin: auto;
  }
  .about-image-values-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .slide-test-box{
    /* justify-content: center; */
  }
  .services-page-section-inner-box .slider-post img{
    width: 50px;
  }
  .page-numbers {
    margin-right: 4%;
  }
  .services-page-section-inner-box .services-sub-heading {
    width: 80%;
  }
  .services-image-box-content{
    height: 220px;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 23%;
  }
  #respond{
    max-width: 100%;
    margin-top: 15%;
  }
  .faq-form{
    width: 80%;
  }
  .single-book-page-main-box{
    justify-content: center;
  }
  .our-newsletter-heading,#newsletter [type=submit]{
    width: max-content;
    margin: auto;
  }
  .our-newsletter-sub-heading{
    text-align: center;
  }
  .above_title{
    width: 100%;
  }
}
@media screen and (max-width: 575px){
  .book-rating-box {
    text-align: center;
  }
  h2 {
    font: 600 30px / 45px Montserrat;
  }
  .double-layer-text-one, .double-layer-text-two {
    font: 600 60px / 65px sans-serif;
  }
  .header_search{
    justify-content: center;
  }
  #slider .slider-main-image img{
    height: 460px;
  }
  #slider .slider-indicator button{
    height: 55px;
  }
  .container-slider{
    flex-direction: column-reverse;
    left: 4%;
    bottom: 16%;
  }
  #our-Gallery .main-grid{
    grid-template-rows: repeat(2, 60px);
  }
  .about-image-main-box svg{
    /* width: 76%; */
    left: 13%;
  }
  #our-Gallery-page .main-grid {
    grid-template-rows: repeat(2, 50px);
  }
  .location, .phone {
    width: 70%;
    margin: auto;
  }
  .single-services-page-post-title h6{
    width: 65%;
  }
  .single-service-meta-img{
    text-align: center;
  }
  .contactpage-details img {
    border-radius: 20px 20px 20px 20px;
  }
  .contac_form {
    padding: 20px 40px 20px 30px;
  }
  .single-blog-post-image h6{
    width: 65%;
  }
  .single-blog-post-image {
    height: 300px;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 22%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mphb-errors-wrapper {
    text-align: center;
  }
  .mphb_sc_checkout-form{
    justify-content: center;
  }
  .mphb-booking-details-title,.mphb-room-number,.mphb-customer-details-title{
    font: normal normal bold 22px / 45px Montserrat;
  }
  #slider .slider-main-image img{
    height: 450px;
  }
  .above_title {
    text-align: center;
    width: 100%;
  }
  .title-box h1 {
    font: 600 20px / 25px Montserrat;
  }
  #loginModal .modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px){
  h2 {
    font: 600 28px / 35px Montserrat;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 26%;
  }
  .book-page-post-title h6 a{
    font: 600 16px / 25px Montserrat;
  }
  .book-now-features-icons img {
    border: 1px solid var(--yellow);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
  }
  .book-page-post-title{
    padding-top: 10px;
    text-align: center;
  }
  .lougue-category-image-content-box {
    top: 18%;
  }
  #loginModal .modal-content {
    width: 90%;
  }
}
@media screen and (max-width: 425px){
  .comment-body>p, .comment-body>.reply {
    padding-left: 30%;
  }
}
@media screen and (max-width: 480px) and (min-width: 376px){

  .pricing-plan-features-points p {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 375px){
  .pricing-plan-features-points p {
    width: 90%;
    margin: auto;
  }
  .pricing-plan-features-points-box {
    height: 280px;
  }
  .comment-body>p, .comment-body>.reply {
    padding-left: 35%;
  }
}
@media screen and (max-width: 320px){
  .comment-body>p, .comment-body>.reply {
    padding-left: 42%;
  }
}
