h1,h2,h3,h4,h5,h6,p{
	font-family: 'Montserrat', sans-serif;
}

.quote{
	font-family: 'Dancing Script', cursive;
font-family: 'Parisienne', cursive;
}

.btn-warning{
    background-color:#232323;
    color:#fff;
    border:0;
}

.btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}

.modal-header {
    padding: 5px;
    border: 0px;
}

.btn-white{
    background-color:#ffc107;
    color:#232323;
    border:0;
}

.btn-w{
     background-color:#fff;
    color:#232323;
    border:0;   
}

.no-gap{
	padding:0;
	margin:0;
}

.tb-gap{
	padding-top:50px;
	padding-bottom:50px;
}

.carousel .carousel-item{
	height:100vh;
}


.pricing{
	background-image:url('../img/img1.jpeg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right-center;
	background-attachment:fixed;
}

.inner-box{
	background-color:rgb(255 255 255 / 70%);
	padding:20px;
}

.inner-box table, .inner-box table tr, .inner-box table td, .inner-box table th {
	border:1px solid #000;
}

.about h5{
	font-size:15px;
}

.about p{
	font-size:14px;
}

.txt-bolder{
	font-weight:800;
}

.text-thin{
	font-weight:300;
}

.top-eighty{
	margin-top:80px !important;
}

.rl-gap{
	/*padding-left:20px;*/
	padding-right:40px;
}

.txt-black{
	color:#000;
}

.txt-yellow{
	color:#ffc107;
}

.bg-light{
	background-color:#f9f9f9;
}

.ficon{
	color:#2E1114;
	font-size:20px;
	border:1px solid #ffc107;
	padding:10px 20px;
	border-radius:4px;
	width:100%;
}


.slider-bg{
    background-color: #000;
    color:#fff;
}

.launch-title p{
	font-weight:300;
	font-size:26px;
	margin-bottom:0;
	color:#ffc107;
}

.launch-title h3{
	font-weight:900;
}

.launch-title{
	margin-bottom:50px;
	margin-top:50px;
}

.launch-title h5{
	font-weight:700;
}

.launch-title{
	animation: animate  
                1.8s linear infinite;
}

@keyframes animate { 
            0% { 
                opacity: 0; 
            } 
  
            50% { 
                opacity: 0.7; 
            } 
  
            100% { 
                opacity: 0; 
            } 
        } 


.address-title h4{
	font-weight:300;
}

.address-title{
	border:1px double #fdfdfd;
	padding:20px;
	margin: 30px 0;
	
}

.address-title h4 span{
	font-size:30px;
	color:#ffc107;
}

.slider-form{
	margin-bottom:50px;
}

.light-bg{
	background-color:#efefef;
}

.sub-title{
	font-size:18px;
	font-weight:600;
}

.content{
	line-height:28px;
}

.img-box{
	text-align:center;
	border:1px solid #ffc107;
	margin-bottom:10px;
}

.img-box img{
	height:100px;
	width:auto;
}

.am-icon{
	font-size:30px;
}

.img-location{
	background-image:url('../img/location.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border:1px solid #fdfdfd;
}
.nh {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 5px 35px #b9b9b9;
    padding: 20px;
    text-align: center;
}

.nh .icon{
	font-size:30px;
}

.request-bg{
	background-image:url('../img/Gera - 1.jpg');
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	padding:50px 0;
	color:#fff;
}

.request-bg button{
	font-weight:700;
}

.amenities img{
	height:80px;
	width:80px;
}

.fix-foot{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index:99;
}

.footer-left{
	text-align:justify;
	font-size:12px;
	margin-top:20px;
}

@media (max-width:480px){
	.rl-gap{
	/*padding-left:20px;*/
	padding-right:0px;
}

.mobile-view img{
	height:40px;
	width:40px;
}

.fix-foot .col-sm-4.text-center.pt-3.border {
    width: 33.33%;
    font-size: 10px;
}

.mobile-view .icon, .mobile-view, .about, .pricing, .mid-banner, .footer{
	text-align:center;
}

.mobile-view .icon p{
	text-align:center;
	font-size:10px;
}

.mobile-view .col-sm-6{
	display:inline-block;
	width:50%;
}

.carousel .carousel-item{
	height:auto;
}

.tb-gap{
	padding-top:20px;
	padding-bottom:20px;
}

strong{
    width:100%;
    display:block;
}

table{
    font-size:8px;
}

.top-eighty {
    margin-top: 17px !important;
}

}

/* ===========================
   International Telephone Input
=========================== */

.iti {
    width: 100%;
}

.iti input {
    width: 100%;
}

.iti__country-container {
    z-index: 9999;
}

.iti__dropdown-content {
    z-index: 99999;
}




/**/






