:root{
--color1: #bfa373;
--color2: #9d9d9d;
--color3: #797979;
--color4: #ffffff;
}
*, ::after, ::before{
  transition: 
  						opacity 0.4s,
  						height 0.4s,
  						max-height 0.4s,
  						background-color 0.4s,
  						scale 0.4s,
  						background .3s ,
  						border .3s ,
  						border-radius .3s ,
  						box-shadow .3s;
  						
}

body, input, textarea, select {
  font-family: "Playfair Display", serif;
}

p, ul, span,a {
 font-family:'Montserrat', 'Open sans';	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

form.waiting input[type=submit]{
	filter: grayscale(1);
	cursor:progress;
}

img{max-width:100%;}
.lazy-container{display:inline-block;height:0px;padding-bottom:100%;}
.lazy-container > img{width:100%;}
.img-container:empty{
	background-image:url('../images/no-image.jpg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

html,body{margin:0px;padding:0px;-webkit-font-smoothing: antialiased;}

.error-text{color:#FF0000;font-size:70%;}
.error-text:empty{display:none;}
form .error-text{position:absolute;top:-15px;left:5px;}

#header-first .row .col div a:hover{
	color:var(--color1);
}
#header-first .row .col div a{
	color:var(--color2);
}

.btn-check:focus + .btn, .btn:focus {
  outline: none;
  box-shadow: none;
}
.dropdown-menu.submenu>li>a:hover{
 background-color:var(--color1);
 color:var(--color4);
}

.dropdown-menu.submenu>li,
.dropdown-multilevel.dropstart>li{
border:1px solid #dcdcdc;	
}
 .menu_lang .dropdown-toggle::after{
  display: inline-block;
}


#carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 2.04675;
 max-height:770px;
 min-height:331px;
}


nav #navstyling .dropdown-item.active, .dropdown-item:active {
   background-color: none;
}

nav #navstyling .nav-item.dropdown .dropdown-menu.submenu .nav-link.active{
  color:var(--color1);
  background-color:transparent; 	
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.form_window .dropdown-toggle::after{
	display:inline-block;
}

.form_window{
	position:absolute;
	top:-42px;
	z-index:7;
}

#header-first .row .col .dropdown ul.dropdown-menu{
  border-radius:0;
  z-index:99999;
  min-width:unset;
  position: relative;
  inset: 6px auto auto 0px;

  transform: translate(16px, 28px);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
 }

#navstyling .book_now{
	background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
	background-position: 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
  border: 1px solid #bfa373;
	color:var(--color4);
	font-size:12px;
	font-weight:normal;
	border-radius:0px;
	letter-spacing:2px;
	font-family: "Montserrat";
	width:170px;
	height:auto;
  padding: 13px 15px;
  text-align:center;
  justify-content:center;
}

#navstyling .book_now:hover{
  border:1px solid var(--color1);
 	color:var(--color1);
  transition: background 300ms ease-in-out;
	background-position: 100%;
	display: inline-block;
	font-family: "Montserrat";
	font-weight:normal;
	color: #bfa373;
  background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
}
 

#carouselExampleFade a.book_now,
#welcome a.book_now,
.room_img .book_now, 
.book_online .book_now,
footer .book_now,
#form_contact .book_now,
.payment .book_now{
	background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
	background-position: 0%;
  background-size: 500px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
  border: 1px solid #bfa373;
	color:var(--color4);
	font-size:12px;
	font-weight:normal;
	border-radius:0px;
	padding: 13px 32px;
	letter-spacing:2px;
	font-family: "Montserrat";
	width:170px;
	height:auto;
}
.payment .book_now{
  width:200px;
}

.check_avail .book_now{
	background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
	background-position: 0%;
  background-size: 520px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
  border: 1px solid #bfa373;
	color:var(--color4);
	font-size:15px;
	font-weight:bold;
	border-radius:0px;
	padding: 6px 22px;
	letter-spacing:2px;
	font-family: "Montserrat";
}
.check_avail .book_now:hover{

	background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
	background-position: 100%;
  background-size: 520px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
	border:1px solid var(--color1);
 	background-color:var(--color4);
 	color:var(--color1);
 	display:block;
 	font-weight:normal;
}
nav .book_now:hover,
.payment .book_now:hover{
 	border:1px solid var(--color1);
 	color:var(--color1);
  transition: background 300ms ease-in-out;
	background-position: 100%;
	display: inline-block;
	font-family: "Montserrat";
	font-weight:normal;
	color: #bfa373;
  background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
}

 #welcome a.book_now:hover,
 .room_img .book_now:hover{
 	background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
	background-position: 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
	border:1px solid var(--color1);
 	background-color:var(--color4);
 	color:var(--color1);
 	display:block;
 	font-weight:normal;
}

#carouselExampleFade .carousel-inner .carousel-item h5{
 font-size:2.8rem;
 max-width: 1000px;
}


#carouselExampleFade a.book_now:hover,
.book_online .book_now:hover,
footer .book_now:hover,
#form_contact .book_now:hover{
  border:1px solid var(--color1);
 	background-color:transparent;
 	color:var(--color1);
 	display:block;
 	font-weight:normal;
 	background-position: 100%;
  background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
} 

.navbar-light .navbar-text a.book_now{
color:#fff;	
}	

 	
.carousel-caption{
 margin-top:0;
 text-align:left;
 left:26% !important;	
}


.navbar-light .navbar-toggler {
   border-color: rgba(0,0,0,0);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(191,163,115)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size:30px 30px;
  transition:all 400ms;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: unset;
}

.top_menu_open[aria-expanded="true"] span{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' fill='%23bfa373'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") !important;
  background-size:30px 30px;
  transition:all 400ms;
 }
  
  .navbar-toggler:focus {
   box-shadow:none !important;	
  }


.dropdown-menu{
  border:none;
  padding-top:0;
  padding-bottom:0;	
}
.dropdown-menu li>i.icon-search{
cursor:pointer;	
}
#staticBackdrop button{
position: absolute;
top: 14px;
right: 14px;	
}

#MainMenu #navstyling>li.top-site-menu-item >a{
	line-height:29px;
}
#MainMenu #navstyling>li>a:hover,
#MainMenu #navstyling>li>a.active{
 	color:var(--color1);
 }
 .modal-header{
  border-bottom:none;	
 }
 .modal-footer {
  border-top:none;	
 }
 
 #header-first  .need_help {
  font-size:15px;	
 }
  #header-first  div.need_help span:last-child{
  	 font-size:17px;
  	 color:var(--color1);
  }
  
.form_window{
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}
.rooms_suits{
 background-color:#f2f2f2;
}

.rooms_suits .brown_line{
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: #797979;
	margin-bottom: 0px;
	font-weight: normal;
	position: relative;
	display: inline-block;
}

.rooms_suits .brown_line:after,
.special_offers .brown_line:after,
#big_banner .brown_line:after,
#feel_free .brown_line:after,
.get_in .brown_line:after,
.description .brown_line:after,
.about_hotel .brown_line:after,
.hotel_facil .brown_line:after{
	display:inline-block;
	content: "";
	width: 50px;
	height: 2px;
	background: #bfa373;
	margin-left:10px;
}

footer, footer a{color:var(--color2);}
footer a:hover{color:var(--color1);}
footer h4{color:#FFFFFF;}
 footer .brown_line:after{
 	display:block;
	content: "";
	width: 50px;
	height: 1px;
	background: #bfa373;
	margin-top:10px;
 }
.gallery .brown_line:after{
	display:inline-block;
	content: "";
	width: 100px;
	height: 1px;
	background: #bfa373;
	margin-left:10px;
}
.gallery .brown_line:before{
	display:inline-block;
	content: "";
	width: 100px;
	height: 1px;
	background: #bfa373;
	margin-right:10px;
}

.rooms_suits .img_content{
		background-size: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		position:relative;
		width: 100%;
		height: 0px;
		padding-bottom:71.2%;
		margin: 0;
		transition:all 300ms ease;	
}


.room_img{
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.room_img h4{
 min-height:81px;	
 font-size:22px;
 font-family:Playfair Display;
 overflow:hidden;
}

.room_img .p_deesc{
 min-height:144px;
 font-size:16px;
 color:var(--color3);
 text-align:justify;
 font-family:'Open Sans';	
}

.room_img .img_content{position:relative;overflow:hidden;}
.room_img .img_content:before{
	opacity:0;
	
}
.room_img .img_content:hover:before{
	z-index:3;
	opacity:1;
	content:'';
	display:block;
	position:absolute;
	left:0px;right:0px;bottom:0px;top:0px;
	background-color:rgba(0, 0, 0, 0.4);
}
.room_img .img_content:hover img{
	position:relative;
	scale:1.08;
	z-index:2;
}


.features{
	background:url('/templates/default/images/feature-bg.jpg') no-repeat scroll center center;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
}
.reviews{
	background-color:var(--color1);
	padding-top: 10vh;
  padding-bottom: 10vh;
}
.reviews h2:after{
	display:block;
	content:"";
	width:50px;
	height:2px;
	background-color:#fff;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	
}
.nemo{
	border-radius:5px;
	border:1px solid white;
}

.nemo:before{
	display:block;
	content: "";
	background: url('/templates/default/images/testi-down.jpg') no-repeat scroll center center;
	height: 23px;
	width: 23px;
	position: absolute;
	left: 40px;
	bottom: -22px;
}

.book_online{
	background:url('/templates/default/images/video-bg-1.jpg') no-repeat fixed center center;
	background-size:cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}

.book_online:before {
	display:block;
	content:"";
	background:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

	.special_offers{
		padding-top:80px;
		padding-bottom:80px;	
	}
 .special_offers .honeymoon{
		background-color: var(--color1);
		color: #fff;
		font-weight: bold;
		padding: 2px 26px;
		bottom: 98px;
		left: 0px;
		font-size: 33px;
 }
 
	.special_offers .honeymoon:hover{
	 background: #3d373e;
	 transition: all 300ms linear 0s;
}
	}
	
	.bottom_info_honey{
		border: 1px solid var(--color2);
		padding: 26px 100px;
	}
	
	.social_icons li a{
		height: 36px;
		width: 36px;
		border: 1px solid #848484;
		display: inline-block;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 37px;
		transition: all 300ms linear 0s;
	}


 .social_icons li a:hover{
 	color:var(--color1);
 	border-color:var(--color1);
 }
 
 footer li>a{
 color:var(--color2);	
 }
 
 footer li>a:hover{
 color:var(--color1);	
 }
 
 .prev_icon,
 .next_icon {
   border-radius: 50%;
   background-color: rgba(0,0,0,.25);
}

#carouselExampleFade .carousel-caption{
 top:14rem;
}


	#carouselExampleFade .carousel-caption p {
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}


#big_banner{
 background-image:url('/templates/default/images/banner-bg.jpg');
 background-position:center center;
 background-size:cover;
 background-repeat:no-repeat;
 padding:75px 0;
 height:252px;
}


.breadcrumb-item + .breadcrumb-item::before {
   color: #dcdbdb;
 }
 
 .breadcrumb-item.active a:hover{
  color:#797979;
 }
 
 #form_contact input,
 #form_contact textarea{
  padding:15px 20px;
  border-radius:0;	
 }
 
 section .map iframe{
 	z-index: -1;
 	position: absolute;
 	width: 100%; 
 	height: 100%;
 	top: 0px;
 	left: 0px;
 	border: medium none;
 }
 
 .description img.item-facility{
 	width:55px;
 	height:69.5px;
 	line-height:55px;
 	color:var(--color1);
 	margin-bottom:-15px;
 	display:inline-block;
 }
 .description img.item-facility.filter-brown{
 	filter:  invert(78%) sepia(42%) saturate(341%) hue-rotate(357deg) brightness(80%) contrast(83%);
 }
 .description div>div>span>p{
 	line-height:1.2;
 	margin-top:0;
 	font-size:17px;
 	color:#5c5c5c;
 	font-family:Playfair Display, serif;
 }
 
 .slider-home-rooms li{
  list-style:none;
  margin-right:8px;
 }
 .slider-home-rooms li:not(:last-child){
  margin-right:8px;
 }
 
 .slider-home-rooms li>a{
  text-decoration:none;
  color:#bbbbbb;
  font-size:24px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  width:42px;
  height:42px;
  background-color:transparent;
  border:2px solid #bbbbbb;
 }
  .slider-home-rooms li>a>i{
	  line-height:38px;	
	  font-size: 16px;
  }

 .slider-home-rooms li:hover a{
  color:#ffffff;
  background-color:var(--color1);
  border-color:var(--color1);
 }
 .list.reviews{
  padding:10px;	
 }
 
 .list.reviews .nemo{
 	 	min-height:265px;
 	 	display:flex;
 	 	align-items:center;
 	 	
 }
 .room_img h4{
  font-family:Playfair Display;
 }
  
 .room_img .short_descr{
  font-size:16px;
  color:var(--color3);
  font-family:'Open Sans';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
 }
 .room_img .col>h5{
  font-size: 30px;
   font-family:'Playfair Display';
   margin-bottom:0;	
 }
 .room_img .col>h5 span{
  font-size:25px;

 }
 
 .room_img .col>p{
   font-size:16px;
   color:var(--color3);	
   

 }
 
 #big-image{
  position:relative;
  padding-bottom:66.5%;
  height:0px;	
 }
#big-image a{display:block;width:100%;}
#big-image a img{width:100%;}

#list-small-images{}
#list-small-images a{display:inline-block;opacity:0.5;padding:5px;min-width:144px;min-height:125px;}
#list-small-images a:hover{opacity:0.65;}
#list-small-images a img{border:2px inset transparent;}
#list-small-images a.current{opacity:1;;}
#list-small-images a.current img{border-color:var(--color1)}
#list-small-images a img{display:block;width:100%;max-height:none;}
 
/*------------------------
Extra small
<576px 	Small
≥576px 	Medium
≥768px 	Large
≥992px 	X-Large
≥1200px 	XX-Large
≥1400px
--------------------*/

@media (min-width:1201px) and (max-width:1400px){
  #carouselExampleFade .carousel-caption{
   top:12rem;	
  }
  
 
	 #carouselExampleFade .carousel-inner .carousel-item h5{
		 font-size:3rem;
		
   }
  
	#carouselExampleFade .carousel-caption p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
	
 #carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 1.6909;
}

  
}

  #welcome {
		padding-bottom: 2rem;
    padding-top: 2rem;
  }

@media (min-width:992px) and (max-width:1200px){
	 #welcome {
		 padding-top: 8rem;
   }
   
	.special_offers .honeymoon {
    bottom: 134px;
  }
  
  .form_window{
	 top:13px;
  }
  
  
  #carouselExampleFade .carousel-caption{
   top:11rem;	
  }
  
  #carouselExampleFade .carousel-inner .carousel-item h5 {
   font-size: 2.8rem;
  }
  
	#carouselExampleFade .carousel-caption p{
	 font-size: 20px;
   line-height: 20px;
   margin-top: 20px;
	}

 .dropstart .dropdown-menu[data-bs-popper] {
    right: 0%;
  }
  
  #carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 1.3477;
}
  .list.reviews p.nemo{
 	 	min-height:242px;
 }
	
}

@media (min-width:768px) and (max-width:991px){
	#welcome {
		padding-bottom: 3rem;
    padding-top: 8rem;
  }
  .special_offers .honeymoon {
    bottom: 99px;
  }
  nav .navbar-nav li{
 	 border-bottom:1px solid #ededed;
 	 padding:5px 0px;
 	 font-size:16px;
 	 margin:0px;
  }
  nav .navbar-nav li:last-child{
 	  border-bottom:none;
 	}
 	
 nav .navbar-nav li .dropdown-item{
 padding-left:0;	
 }
 
 ul.dropdown-menu.submenu{
	 padding-left:0;
	 margin-left:0;
	 position:relative;
 }
  ul.dropdown-menu.submenu li.nav-item.dropstart>ul>li{
  padding-left:0;
  margin-left:0;
  border-bottom:none;
  }
  .dropdown-menu.submenu > li {
  border: none;
  border-bottom:1px solid #ededed;
}
 
  .form_window{
	  top:15px;
  }
    
  #carouselExampleFade .carousel-caption{
   top:13rem;	
  }
  
  #carouselExampleFade .carousel-inner .carousel-item h5 {
    font-size: 2.5rem;
  }
  
	#carouselExampleFade .carousel-caption p{
	 font-size: 16px;
   line-height: 19px;
	}

 .main_menu{
 	position:unset;
 }
  #navstyling{
		left: 0;
		width: 100%;	
  }
  
  .dropstart .dropdown-menu[data-bs-popper] {
    right: 0%;
  }
  
  .dropdown-menu.submenu > li, .dropdown-multilevel.dropstart > li {
   border: unset;
  }
  
  #carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 1.2727;
}
  
 
}

@media (min-width:576px) and (max-width:767px){
	#welcome {
		padding-bottom: 3rem;
    padding-top: 13rem;
  }
#welcome>div>div.img_relax{
	margin-top:50px;
	}
	
	.form_window{
	 top:10px;	
	}
	
	#carouselExampleFade .carousel-caption{
   top:7rem;	
   /*left:1rem;*/
  }
  
  #carouselExampleFade .carousel-inner .carousel-item h5{
   font-size: 2rem;
	 padding-bottom:5px;
  }
  
	#carouselExampleFade .carousel-caption p{
	 font-size: 16px;
   line-height: 17px;
	}
	
	.main_menu{
 	position:unset;
 }
  #navstyling{
		left: 0;
		width: 100%;	
  }
  
  .dropstart .dropdown-menu[data-bs-popper] {
    right: 0%;
  }
  
  .dropdown-menu.submenu > li, .dropdown-multilevel.dropstart > li {
   border: unset;
  }
  
 #carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 1.2736;
}

  .reviews {
   padding-top: 5vh;
   padding-bottom: 5vh;
  }

 .features {
  padding-top: 50px;
  padding-bottom: 50px;
 }
}

@media (min-width:327px) and (max-width:575px){
	#welcome {
		padding-bottom: 3rem;
    padding-top: 13rem;
  }
	 #header-first  .need_help,
	 #header-first  div.need_help span:last-child{
   font-size:12px;	
 }
 
 .special_offers .honeymoon {
  background-color: var(--color1);
  color: #fff;
  font-weight: bold;
  padding: 2px 26px;
  bottom: 135px;
  left: 0px;
  font-size: 23px;
}
.special_offers h5>span{
	font-size:28px;
} 

#welcome>div>div.img_relax{
	margin-top:100px;
	}
	
	.form_window{
	 top:10px;	
	}
	
	
	#carouselExampleFade a.book_now{
		background-image: linear-gradient(30deg, #bfa373 50%, transparent 50%);
		background-position: 0%;
		background-size: 500px;
		background-repeat: no-repeat;
		transition: background 300ms ease-in-out;
		border: 1px solid #bfa373;
		color: var(--color4);
		font-size: 10px;
		font-weight: normal;
		border-radius: 0px;
		padding: 8px 5px;
		letter-spacing: 2px;
		font-family: "Montserrat";
		text-align: center;
		width:100px;
	  height:auto;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
  }
  
  .main_menu{
 	position:unset;
 }
  #navstyling{
		left: 0;
		width: 100%;	
  }
  .dropstart .dropdown-menu[data-bs-popper] {
    right: 0%;
  }
  
  .dropdown-menu.submenu > li, .dropdown-multilevel.dropstart > li {
   border: unset;
  }
 
 #carouselExampleFade img{
 object-fit: cover;
 object-position: center;
 aspect-ratio: 1.2740;
} 
  .reviews {
   padding-top: 5vh;
   padding-bottom: 5vh;
  }
  
  .features {
	  padding-top: 25px;
	  padding-bottom: 25px;
  }
  
 }

@media(min-width:349px) and (max-width:574px){
  #carouselExampleFade .carousel-caption{
   top:2.4rem;
   /*left:1rem;*/
  }
  
  #carouselExampleFade .carousel-inner .carousel-item h5 {
   font-size: 1.5rem;
   padding-bottom: 8px;
   margin-bottom:1px;
  }
  
  #carouselExampleFade .carousel-caption p{
	 line-height: 18px;
   font-size: 15px;
	}	
	
	.reviews {
   padding-top: 5vh;
   padding-bottom: 5vh;
  }
  .features {
	  padding-top: 25px;
	  padding-bottom: 25px;
  }
  
  
}

@media (min-width:327px) and (max-width:348px){
	.special_offers .honeymoon {
  background-color: var(--color1);
  color: #fff;
  font-weight: bold;
  padding: 2px 26px;
  bottom: 164px;
  left: 0px;
  font-size: 21px;
}
.special_offers h5>span{
	font-size:24px;
} 

.form_window{
	top:13px;
 }
  
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
  }
  
  .main_menu{
 	position:unset;
 }
  #navstyling{
		left: 0;
		width: 100%;	
  }
  
  .dropstart .dropdown-menu[data-bs-popper] {
    right: 0%;
  }

.dropdown-menu.submenu > li, .dropdown-multilevel.dropstart > li {
   border: unset;
  }
  
 #carouselExampleFade .carousel-caption {
   top: 2rem;
   /*left:1rem;*/
 }
 
 #carouselExampleFade img{
  object-fit: cover;
  object-position: center;
  aspect-ratio: 0.9598;
 }

  #carouselExampleFade .carousel-inner .carousel-item h5 {
   font-size: 1.5rem;
   padding-bottom: 8px;
   margin-bottom:1px;
  }
  
	#carouselExampleFade .carousel-caption p{
	 line-height:15px;
	 font-size: 14px;
	}
	.reviews {
   padding-top: 5vh;
   padding-bottom: 5vh;
  }
  .features {
	  padding-top: 25px;
	  padding-bottom: 25px;
  }
  
  
  
}


@media only screen and (max-width: 327px) {
	#carouselExampleFade img{
   object-fit: cover;
   object-position: center;
   aspect-ratio: 0.9598;
  }
  #carouselExampleFade .carousel-caption{
   display:none;	
  }
  .reviews {
   padding-top: 4vh;
   padding-bottom: 4vh;
  }
  
  #carouselExampleFade .carousel-inner .carousel-item h5 {
   font-size: 1.5rem;
   padding-bottom: 8px;
   margin-bottom: 1px;
  }
  #carouselExampleFade .carousel-caption p{
	 line-height:15px;
	 font-size: 14px;
	}
 
}

 
/************************/
@media (max-width:319px){
	body > *{display:none !important;}
	body:before{content:"Resolution is too small. please enter from other device.";display:block !important;padding:10px 10px;text-align:center;}
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}