@media (max-width: 1024px) { 

} 

@media (max-width: 768px) { 

}


@media (max-width: 767px) {
	section#contact-box {
    background-position: 100% 0;
}
	/*------ #mobile-tags ------*/
	.offset-1, .offset-2, .offset-3, .offset-4, .offset-5 {
    margin-left: 0;
	}
	.d-non {display:none}
	.col-width-10 {width:10%;-webkit-box-flex: 0; flex: 0 0 10%; max-width: 10%;}
	.col-width-20 {width:20%;-webkit-box-flex: 0; flex: 0 0 20%; max-width: 20%;}
	.col-width-30 {width:30%;-webkit-box-flex: 0; flex: 0 0 30%; max-width: 30%;}
	.col-width-40 {width:40%;-webkit-box-flex: 0; flex: 0 0 40%; max-width: 50%;}
	.col-width-50 {width:50%;-webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
	.col-width-60 {width:60%;-webkit-box-flex: 0; flex: 0 0 60%; max-width: 60%;}
	.col-width-70 {width:70%;-webkit-box-flex: 0; flex: 0 0 70%; max-width: 70%;}
	.col-width-80 {width:80%;-webkit-box-flex: 0; flex: 0 0 80%; max-width: 80%;}
	.col-width-90 {width:90%;-webkit-box-flex: 0; flex: 0 0 90%; max-width: 90%;}
	.rewrow {
	flex-direction: column-reverse;
	}
	/*------ #mobile-tags ------*/
.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #131313f7;
    width: 100%;
    height: 100vh;
    animation-duration: 0.6s;
    animation-name: slideInLeft;
    transition: all 0.3s ease-in-out 0s;
    padding: 25px;
}
.collapse.show a.close-menu-btn {
 display: block;
}
a.close-menu-btn {
position: absolute;
right: 15px;
top: 15px;
animation-duration: 2.5s;
animation-name: fadeIn;
transition: all 0.3s ease-in-out 0s;
}
.navbar-collapse:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bad;
    z-index: -1;
    animation-duration: 1.5s;
    animation-name: fadeIn;
    transition: all 0.3s ease-in-out 0s;
}
a.close-menu-btn svg {
    width: 40px;
    height: 40px;
    fill: #ffffffb5;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar {
    width: max-content;
    float: right;
    margin: -5px -15px -5px 5px;
}
section#top-adress-2 a.logo img {
width: 100%;
margin-top: 11px;
}
.adress-icon svg {
width: 30px;
height: 30px;
margin-top: 6px;
margin-right: 10px;
}


section#form-banner h1 {
    font-size: 31px;
}

section#form-banner h2 {
    color: #fff;
    font-size: 33px;
    text-align: center;
    line-height: 32px;
}
section#form-banner p {
    text-align: center;
}
section#form-banner a.button {
    display: block;
    margin: 0 auto;
}
.hesd-form input {
    padding: 10px;
}

.over-box {
position: relative;
background: #ffffffe6;
width: 100%;
height: auto;
backdrop-filter: blur(5px);
padding: 50px;
right: inherit;
transition: 0.5s;
}
.tap-box:hover .over-box {
right: 0;
}
.tap-box-left .over-box {
right: inherit;
left: inherit;
}
.tap-box-left:hover .over-box {
left: 0px;
}
img.wom-bot {
width: 70%;
margin: -95px auto 0;
display: block;
}

.booking {
height: auto;
margin-bottom: 30px;
}

.main-contact {
height: auto;
}
section#contact-box .flex-box {
height: auto;
padding: 40px 20px;
}
section#features .side-left-one {
    margin: 0 0 5px;
    padding: 15px;
}
img.free-size {
    width: 70px;
    margin: 75px auto 0;
    display: block;
}
.svg-frame svg {
    height: 40px;
}
.adress-icon {
    margin-top: 0px;
    color: #fff;
}
h2.title.text-left {
    text-align: center !important;
}
section#about-us h2.title.text-left {
    padding-top: 40px;
}
section#about-us .about-vhar {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
section#about-us .one-vhar {
    margin-bottom: 10px;
}
h2.title {
    font-size: 32px;
}
.serv-box .flex-box {
    height: auto;
}
section#contact-box h2.titl {
    text-transform: uppercase;
    line-height: 41px;
    color: #ffa700;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 0;
    text-align: center;
}
section#contact-box h3 {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 27px;
    padding-top: 20px;
    text-align: center;
}
section#contact-box .flex-box {
    height: auto;
    padding: 0px 20px 29px;
}
section#serv-page {
    background-size: cover;
}
.serv-box {
    padding: 30px;
}
section#features img {
    margin-top: 20px;
}
section#optionser h3 {
    text-align: center;
}
.booking .button {
    margin: 25px auto 10px;
}
.hesd-form span {
    font-size: 14px;
}
section#features img.free-size {
    left: 230px;
}
section#form-banner .hesd-form {
    display: none;
}
section#about-us .sub-img-box {
    bottom: -60px;
}
section#about-us .button {
    margin: 25px auto 0;
}
}

@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}