@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+English+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Quattrocento', serif;
}
.leftnavbar ul li.drop-li a {
	padding-left: 1px;
	padding-right: 1px;
}
.navbar-nav>li.drop-li {
	margin-right: 25px;
}
@media (max-width: 1120px) and (min-width: 992px) {
	.navbar-nav>li.drop-li {
		margin-right: 1px;
	}
}
.dropdown-menu, .ui-autocomplete{
	z-index: 10001 !important;
}
/* 18-06-2019 header changes */
.menu_box1 {
	width:24%;
	float:left;
}
.menu_box2 {
	width:18%;
	float:left;
}
.menu_box3 {
	width:18%;
	float:left;
	position:relative;
}
.menu_box4 {
	width:20%;
	float:left;
}
.menu_box5 {
	width:20%;
	float:left;
}
@media (min-width: 992px) {
	.first-drop.first-drop {
		padding:15px 15px 5px !important;
		width:96%;
		left:2%;
	}
}
@media (min-width: 1200px) {
	.first-drop.first-drop {
		padding:15px 15px 5px !important;
		width:70%;
		left:15% !important;
	}
}
.more_village {
	margin-top:30px;
}
.leftnavbar ul li.drop-li li a {
	font-size:15px;
}
.leftnavbar .sub_ul>li {
	padding:2px 0;
}
.village_list {
	position:absolute;
	top:0;
	left:50%;
	background:#fff;
	padding:10px 20px;
	min-width:420px;
	transition:all .25s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.more_village:hover .village_list,
.village_list.open {
	opacity:1;
	visibility:visible;
}
@media (max-width: 992px) {
	.village_list {
		position:relative;
		top:0;
		left:0;
		min-width:auto;
		width:100%;
	}
	.menu_box1 {
		width:40%;
		margin-bottom:20px;
	}
	.menu_box2 {
		width:20%;
		margin-bottom:20px;
	}
	.menu_box3 {
		width:40%;
		margin-bottom:20px;
	}
	.menu_box4 {
		width:50%;
		margin-bottom:20px;
	}
	.menu_box5 {
		width:20%;
		margin-bottom:20px;
	}
	.more_village:hover .village_list,
	.village_list.open {
		display:inline-block;
	}
	.village_list {
		display:none;
	}
}
@media (max-width: 680px) {
	.menu_box1,
	.menu_box2,
	.menu_box3,
	.menu_box4,
	.menu_box5 {
		width:100%;
	}
	.last_div .sub_ul {
		width:100%;
	}
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px 20px 20px 20px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.modal-header .slide_modal_close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
        width: 60%;
		margin: 80px -1px 0 auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-md {
    width: 400px;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
button.slide_modal_close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.slide_modal_close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

pre {
	font-family: 'Quattrocento',serif;
}

/************ css for corono virus div ******************/
.corono_virus{
	border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 17px;
    padding: 6px;
    text-align: center;
    background: rgba(107,140,107);
    position: fixed;
    width: 100%;
    z-index: 999;
    display: none;
}
.navbar-fixed-top{
	top: 34px !important;
}
.corono_virus a {
    color: #fff !important;
}
#wrapper{
	margin-top: 94px !important;
}
.top_nav_holder {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ff8e00;
  display: flex;
  justify-content: space-between;
  padding: 7px 10px 7px 7px;
}
.top_nav_holder span.trustpilot_holder {
  width: 85px;
}
.top_nav_holder span.trustpilot_holder img {
  width: 100%;
}
.top_nav_holder span.signIn_holder a {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .leftnavbar ul li.drop-li a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
	.corono_virus{
		font-size: 16px !important;
	}
}
/************** css of corono virus end here ******************/
/******************** new footer css start here **********************/
.footer{
    background-color:#84A286;
    padding-block:60px;
}
.top_fDiscription {
    font-size: 20px;
    line-height: 27px;
}
.f-btn-holder {
    width: 80%;
    padding: 13px 20px 13px 30px;
    background-color: #ffffff;
    margin-block: 15px;
    display: flex;
    justify-content: space-between;
}
.f-btn-holder input {
    width: calc(100% - 44px);
    border: unset;
    font-size:18px;
    line-height:24px;
}
.f-btn-holder input::placeholder{
    color:#000;
}
.f-btn-holder button {
    padding: 0;
    border: unset;
    background-color: unset;
}
footer ul.social-icons {
    padding: 0;
    display: flex;
    gap: 14px;
    margin-bottom:24px;
}
footer h4{
    font-size:32px;
    line-height:43px;
    margin-top:0;
    margin-bottom:30px;
}
.f_content{
    font-size:20px;
    line-height:27px;
    margin-bottom:15px;
}
.f_content a{
    color:#000000;
}
footer ul{
    padding-left:0;
}
footer ul li a{
    color:#000000;
    font-size:20px;
    line-height:56px;
}
.bottom-footer {
    text-align: center;
    padding-top:55px;
    padding:74px;
}
.bottom-footer p{
    margin-bottom:25px;
    font-size:20px;
    color:#000000;
}
.bottom-footer a{
    color:#000000;
}

@media(max-width:1699.98px){

    .top_fDiscription {
        font-size: 16px;
        line-height: 20px;
    }
    .f-btn-holder {
        padding: 15px 10px 15px 15px;
    }
    .f-btn-holder input {
        font-size:16px;
        line-height:20px;
    }
    footer ul.social-icons li a img {
        width: 30px;
    }
    footer h4{
        font-size:26px;
        line-height:30px;
        margin-bottom:15px;
        font-weight: 800;
    }
    .f_content{
        font-size:16px;
        line-height:20px;
        margin-bottom:10px;
    }    
    footer ul li a{
        font-size:16px;
        line-height:40px;
    }
    .bottom-footer {
        padding-top:25px;
        padding:38px;
    }
    .bottom-footer p{
        margin-bottom:15px;
        font-size:16px;
    }
}
@media(max-width: 991.98px){
    .right-foot-menu{
        margin-top:15px;
    }
}
@media(max-width: 767.98px){
    .f-btn-holder{
        width: 100%;
        margin-block: 15px;
    }
    footer .right-foot-menu ul{
        display:flex;
        flex-wrap: wrap;
    }
    footer .right-foot-menu ul li {
        width: 50%;
    }
    .footer {
        padding: 30px 10px;
        color:#000000;
    }
    footer ul.social-icons li a img {
        width: 20px;
    }
    footer ul.social-icons {
        gap: 17px;
        margin-bottom: 30px;
        align-items: center;
    }
    footer ul.social-icons li a{
        line-height: 20px;
    }
    .f_content {
        margin-bottom: 15px;
    }
    footer h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .for-desktop{
        display:none;
    }
    footer .right-foot-menu [class*=col-] + [class*=col-] h4 {
        margin-top: 30px;
    }
    .bottom-footer {
        padding: 30px 36px;
    }
    .bottom-footer p{
        font-size:14px;
        line-height:22px;
    }
}
/************* new footer css end here **************/

/*************** new header css here ************************/
.add-on .input-group-btn > .btn {
	border-left-width:0;
	left:-2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
	box-shadow:none;
	-webkit-box-shadow:none; 
	border-color:#cccccc; 
}
.my-navbar-nav > li > a {
	border-right: 1px solid #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.my-navbar-nav:last-child{ 
	border-right:0;
}
.round-btn{
	height: 50px;
	width: 50px;
	background-color:transparent;
	border-radius: 34px;
	text-align: center;
	line-height: 50px;
	color:gray;
	float: right;
}
.flip-icon{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.hidden-search-box{
	display: none;
	float: right;
	height: 50px;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid black;
	background: #ffff; 
}
.addon-btn{
	width: 50px;
	height: 50px;
	background-color: #84a286;
	border: 0 none;
	color: #edeeef;
	font-size: 13px;
}
.addon-text-box, addon-text-box:active{
	background-color: transparent !important;
	border: 0 none;
	color: #ffffff !important;
	border-radius: 0;
	font-family: Proxima Nova soft, Helvetica, sans;
	font-weight: 600;
	margin-left: calc(5px + 1.13em);
	margin-right: calc(5px + 1.13em);
	width: 100%;
	height: 50px;
}
.traingle{
	height:15px;
	width: 15px;
	background-color: transparent;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	border-bottom: 15px rgb(37, 51, 66) solid;
	float:right;
	margin-top: -10px;
	margin-right: 10px;
}

.input-group.add-on {
	display: table;
	border-collapse: separate;
	width: 100%;
	display: flex;
}

@media(max-width:992px){
    .hidden-search-box{
	   position: absolute !important;
	   background: rgba(107, 140, 107, .82) !important;
	   padding-inline: 15px;
	   top: 171px !important;
	   left: 0 !important;
	   right: 50% !important;
	   border: none !important;
	}
	
	.input-group.add-on{
		background-color: #ffff;
	}         
} 

.top_nav{
    display: flex;
    justify-content:space-between;
    align-items:center;
	padding-block: 10px;
}
.top_nav .signIn_holder span{
    margin-right: 15px;
}
.btn_One{
    color:#000000;
    font-size: 22px;
    line-height: 30px;
    padding: 13px 49px 17px;
    border: 1px solid #000000;
    margin-left:30px;
    margin-right:15px;
    font-weight:800;
    border-radius:unset;
}
.navbar-brand{
    height:unset;
    padding: 0;
}
nav .caret {
    width: 10px!important;
    border: 2px solid #000;
    border-top: unset;
    border-left: unset;
    transform: rotate(45deg);
    position: relative;
    bottom: 6px;
    height: 10px;
    left: 9px;
    transition:0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle:focus{
    color: #000000;
}
.navbar-default .navbar-nav>li.dropdown.open>a.dropdown-toggle:focus{
    color: #ffffff;
}
nav li.dropdown.open .caret{
    border-color:#ffffff;
    -webkit-transform: rotate(45deg) scale(-1);
    transform: rotate(45deg) scale(-1);
    bottom:-2px;
}

nav li.dropdown-submenu.open .caret{
    border-color:#ffffff;
    -webkit-transform: rotate(45deg) scale(-1);
    transform: rotate(45deg) scale(-1);
    bottom:-2px;
}
.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    float: unset;
}
.nav.navbar-nav::after,
.nav.navbar-nav::before {
    display:none;
}
.navbar-default .navbar-nav>li>a,
.top_nav .signIn_holder a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: #000000;
}
.navbar-default {
    background-color: #84A286;
    border: unset;
    border-radius:unset;
    margin-bottom:0;
}
.navbar-default .navbar-nav>li>a.wishlist{
    display: flex;
    align-items: center;
    gap: 15px;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.no-touch .navbar-default .navbar-nav>.open>a:hover{
    background-color:#4e5e4f;
    color:#ffffff;
}
.navbar-default .navbar-nav>li>a.wishlist span {
    position: relative;
    bottom: 3px;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle {
    padding-right: 20px;
}

/* Feefo Rating Css */
.feefo-rating .content-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-block: 30px;
}
.feefo-rating .content-holder ul.feefo-rating-star {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 0;
}
.feefo-rating .content-holder ul.feefo-rating-star::after {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #000000;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.feefo-rating .content-holder span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
}
.for_mobile{
    display: none !important;
} 

#search-suggestions{
	position:absolute; background:white; border:1px solid #ccc; display:none; z-index:1000; max-height:300px; overflow-y:auto; max-width:230px;
}

@media (max-width: 767px) {
    .span6-tablet, .span4-desktop {
      width: 100% !important;
      float: none;
    }
  }
  @media (max-width: 767px) {
    .responsive-grid .grid-item {
      width: 100% !important;
      float: none !important;
      margin-bottom: 15px;
          margin-left:0px;
    }
  }
  @media (min-width: 768px) and (max-width: 979px) {
    .responsive-grid .grid-item {
      width: 47% !important;
      float: left;
      margin-right: 1%;
      margin-bottom: 15px;
    }
    .responsive-grid .grid-item:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media (min-width: 980px) {
    .responsive-grid .grid-item {
      width: 31% !important;
      float: left;
      margin-right: 1%;
      margin-bottom: 15px;
    }
    .responsive-grid .grid-item:nth-child(3n) {
      margin-right: 0;
    }
  }
  
  .responsive-grid .grid-item {
    /* min-height: 300px; Adjust based on your tallest content */
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .scrollable-modal-body {
    overflow-y: auto;
    max-height: 65vh;
  }
  @media (max-width: 767px) {
    .scrollable-modal-body {
      max-height: 60vh;
      padding: 10px;
    }
    #searchModal{
        max-height:85vh!important;
    }
  }

@media(max-width:1699.98px){
    .top_nav{
        padding-block: 10px;
    }
    .btn_One{
        font-size: 16px;
        line-height: 20px;
        padding: 8px 20px 10px;
        margin-left:15px;
    }
    .top_nav .signIn_holder span{
        margin-right: 10px;
    }
    .top_nav .signIn_holder span img {
        width: 24px;
    }
    nav .caret {
        width: 7px!important;
        border-width: 1px;
        height: 7px;
        left: 4px;
        bottom:4px
    }
    .navbar-default .navbar-nav>li>a,
    .top_nav .signIn_holder a {
        font-size: 16px;
        line-height: 20px;
    }
    .navbar-default .navbar-nav>li>a.wishlist {
        gap: 10px;
    }
    .navbar-default .navbar-nav>li>a.wishlist span img {
        width: 18px;
    }
    .navbar-default .navbar-nav>li>a.dropdown-toggle {
        padding-right: 20px;
    }       
    .feefo-rating .content-holder {
        padding-block: 15px;
    } 
}
@media(max-width:991.98px){
    .for_mobile{
        display:inline-block !important;
    }
    .top_nav::before {
        content: "";
        width: 85px;
    }
    header {
        width: fit-content;
        position: absolute;
        top: 15px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .top_nav .right_tNav_holder .btn_One {
        display: none;
    }
    .top_nav .right_tNav_holder span.signIn_holder a {
        font-size: 0;
    }
    .top_nav .signIn_holder span img {
        height: 16px;
        width:auto;
    }
    header .navbar-default,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border: unset;
        padding:0;
        margin-bottom: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
        border-radius: 3px;
    }
    .nav.navbar-nav {
        flex-direction: column;
        margin: 0;
    }
    .navbar-default .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        width: 100vw;
        z-index: 999;
        background-color: #84A286;
        top:43px;
    }   
    .feefo-rating .content-holder {
        padding-top: 9px;
        padding-bottom: 11px;
    } 
    .head-nav.feefo-rating .content-holder{
        background-color:#f7f7f7;
    }
    .feefo-rating .content-holder img {
        height: 50px;
    }    
    .feefo-rating .content-holder ul li img {
        height: 12px;
    }
    .feefo-rating .content-holder {
        gap: 10px;
    }
    .feefo-rating .content-holder ul.feefo-rating-star {
        gap: 2.5px;
    }
    .navbar-default .navbar-nav>li>a {
        padding-left: 20px;
        padding-block: 14px;
        border-bottom: 1px solid #000000;
    }
    .home-wrapper .navbar-toggle span.icon-bar{
        transition: 0.3s ease-in-out;
    }
    .home-wrapper:has-in .navbar-toggle span.icon-bar:nth-child(2) {
        display: none;
    }
    .home-wrapper:has-in .navbar-toggle span.icon-bar:nth-child(3) {
        transform: rotate(45deg);
        top: 4px;
        position: relative;
    }
    .home-wrapper:has-in .navbar-toggle span.icon-bar:nth-child(4) {
        transform: rotate(-45deg);
        position:relative;
        bottom: 3px;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle,
    .dropdown-submenu > a.dropdown-toggle {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-right: 16px;
    }
    .dropdown-submenu > .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-top: 0;
      }
    
      .dropdown-submenu.open > .dropdown-menu {
        display: block;
      }
    nav .caret {
        left: 0;
    }    
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus, 
    .no-touch .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
        color: #000000;
    }
    
@media (max-width: 991px) {
    .multi-column{
        min-width:95%!important;
    }
    .dropdown-submenu > .dropdown-menu{
        left:auto!important;
    }
    .nav.navbar-nav.navright.pull-right {
        display: none;
        margin: 7px 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 61px;
        z-index: 99999;
        padding-inline: 13px;
        margin: 0!important;
    }
    
    .btn_One {
		color: red;
		font-size: 16px !important;
		padding: 13px 47px 15px ! important;
		border: 1px solid #000000;
		margin-left: 30px;
		margin-right: 15px;
		font-weight: 800;
		border-radius: unset;
	}
    
    nav .caret {
        left: 0;
        border: 0;
        width: 12px !important;
        height: 1.85px;
        background-color: #000000;
        transform: unset;
        bottom: 0;
        top: 0;
        margin-block: auto;
    }
    span.caret::after {
        content: "";
        position: absolute;
        height: 12px;
        width: 1.85px;
        background-color: #000000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition:0.3s ease-in-out;
    }
    nav li.dropdown.open .caret::after {
        transform: rotate(90deg);
    }
    nav li.dropdown.open .caret {
        bottom: 0;
        top: 0;
        margin-block: auto;
        transform: unset;
    }
    .navbar-default .navbar-nav>li.dropdown.open>a.dropdown-toggle:focus{
        color: #000000;
    }
    .nav .open>a, .nav .open>a:focus, .no-touch .nav .open>a:hover{
        border-color:transparent;
    }
    nav li.dropdown .caret::before {
        content: "";
        width: 45px;
        height: 49px;
        background-color: #E0E8E1;
        position: absolute;
        margin-left: -17px;
        top: 0;
        bottom: 0;
        margin-block: auto;
        z-index:-1;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #e0e8e1;
        border-bottom: 1px solid #000000;
    }
    .navbar-nav .open .dropdown-menu li{
        padding-inline:20px;
    }
    .navbar-nav .open .dropdown-menu li a {
        color: #000000 !important;
        font-size: 16px;
        font-weight: 800;
        line-height: 16px;
        padding-top: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #000022;
        padding-inline: 0;
    }
    .navbar-nav .open .dropdown-menu li:last-child a{
        border-bottom: unset;
    }
    .navbar-default .navbar-nav>li.open>a,
    .navbar-default .navbar-nav>li:last-child>a {
        border-bottom: unset;
    }
    .navbar-default .navbar-nav>li>a.wishlist{
        display:none;
    }
    .navbar-default .navbar-nav>li>a.btn_One {
        margin-block: 30px;
        border: 0;
        width: 260px;
        margin-inline: auto;
        color: #fff;
        background-color: #000000 !important;
        display:block;
    }
    .top_nav .right_tNav_holder span.signIn_holder a.search {
        height: 20px;
        position: relative;
        top: 6px;
    }	

nav li.dropdown-submenu.open > a .caret {
    transform: rotate(0deg); /* rotate right when submenu open */
   
  }
  nav li.dropdown-submenu > a .caret {
    transform: rotate(0deg); /* default downward */
  }

  nav li.dropdown-submenu > a .caret:after  {
    transform: rotate(90deg); /* default downward */
  }
  nav li.dropdown-submenu > a .caret::before,
    nav li.dropdown-submenu > a .caret::after {
    content: '';
    position: absolute;
    background-color: #333;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    top: 50%;
    transition: transform 0.3s ease;
    }
    /* Vertical line */
    nav li.dropdown-submenu > a .caret::after {
        transform: rotate(90deg);
    }
    
    /* When open: only horizontal line remains (minus) */
    nav li.dropdown-submenu.open > a .caret::after {
        transform: rotate(0deg); /* overlaps horizontal */
    }
}
/*********** new header css end here ****************/ 
}

.subscribe-section{
    background-color:#000000;
    padding-bottom:60px;
    padding-top:60px;
}

#mc_embed_signup div.mce_inline_error{
    background-color:transparent!important;
}
.subscribe-section h2{
    color:#ffffff;
    margin-top:30px;
    margin-bottom:15px;
    font: normal normal normal 24px/22px IM FELL English SC;
}
.subscribe-section p{
    font-size:22px;
}
.text-white{
    color:#ffffff!important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


/* --- Responsive fix: stack submenu vertically on small devices --- */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0;
        display: block; /* Always show nested menu on small devices */
    }

}

.ui-menu-item-submenu {
    display: block;
    font-size: 13px;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.multi-column{
    min-width:990px;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

  .mt-20{
    margin-top:20px;
  }

  .pb-40{
    padding-bottom:40px;
  }
  .custom-modal-overlay {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999991;
  }
  
  .custom-modal-overlay.active {
    display: flex !important; /* Force flex on show */
  }
  
  /* Modal Box */
  .custom-modal {
    position: fixed;
    
    width: 40%;
    max-width:640px;
    border:1px solid #cccccc;
    box-sizing: border-box;
    background: #425143;
    z-index: 99999992;
    animation: st-ui-fade-in ease-in-out 0.5s;
    overflow: hidden;
    text-size-adjust: none;
    border-radius: 5px;
     border:1px solid #747474;
    font-family: system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;

    box-shadow:0px 0px 5px rgba(78, 74, 74, 0.5);
  }
  
  /* Inner Layout */
  .custom-modal-inner {
    display: flex;
    flex-wrap: wrap;
    border-radius:0px;
    height:100%;
    
  }
  
  /* Form Side */
  .custom-modal-form {
    
    box-sizing: border-box;
    padding: 10px 20px 10px 30px;
    display: flex;
  justify-content: center;     /* Horizontally center (optional) */
  align-items: center;  
  }
  .custom-modal-form #mc_embed_signup1{
    height: 100%;
    padding:20px 20px;
    box-sizing: border-box;
  }
  
  /* Image Side */
  .custom-modal-image {
    background-image:url("../images/contact.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
  }
@media (max-width: 768px) {
    .contact_info{
        flex-wrap: wrap;
        justify-content: center; /* center items horizontally */
        text-align: center; 
    }
    .contact_info li{
        flex: 1 1 100%;
        justify-content: center;
        margin:8px 0px;
    }
}

  
  /* Close Button */
  .custom-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    background: #fafafa;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
  }
  @media (max-width: 1450px) and (min-width: 992px) {
    .custom-modal{
        height: auto!important;
        width:100%;
    }
  }
  /* Responsive */
  @media (max-width: 1050px) {
    .custom-modal{
        height: auto!important;
        width:100%;
    }
  }
  @media (max-width: 991px) {
    .custom-modal-image{
        display:none;
    }
    .custom-modal-inner {
      flex-direction: column;
    }

    .custom-modal{
        width:90%;
        height:90%;
    }
  }

  .mailchimp_st-ui-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999991;
  }


.section_title {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.section_content {
    font-family: "Montserrat", serif;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.text-muted {
    color: #a8aeb4; 
  }
  .footer_subscribe{
    border:1px solid #272727;
    border-radius:10px;
    width:95%;
    box-shadow:0px 0px 5px rgba(64,64,64,0.2);
    padding:20px;
    margin-bottom:20px;
  }

    

  .position-container .bottom_section {
    padding:30px 10px 10px;
    
  }

span.list-review {
    font-weight: bold;
    position: static;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #5271ff;
    display: inline-block;
}

.icon-text-pair {
    display: inline-flex;
    align-items: center;
    gap: 5px; /* space between icon and text */
    font-size: 14px;
}

.custom-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-guest {
    background-image: url('../images/icons/icon_guests.png');
}

.icon-bed{
    background-image: url('../images/icons/icon_bed.png');
}

.icon-bath{
    background-image: url('../images/icons/icon_bath.png');
}
.icon-pet{
    background-image: url('../images/icons/icon_pet.png');
}

.custom-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  }

  .custom-text a{
    color:inherit;
    font-weight:bold;
  }
  .custom-text a.underline{
    text-decoration:underlinel
  }

  .custom-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .bg_secondary_exmoor{
    background:#f5f5f5;
  }

  @media(min-width:1400px){
    .footer .home-wrapper{
        width:1320px;
    }
}
@media(min-width:1700px){
    .footer .home-wrapper{
        width:1638px;
    }
}

