*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
body{
    background: #020617;
    background-position: fixed;
    *overflow: hidden;

}


body.body-active{overflow: auto;}


.verification-age{position: fixed; left: 0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,0.4); padding-top: 60px;}
.verification-age-inner{margin: auto; background: #fff; width: 450px; border-radius: 30px; overflow: hidden;}
.age-verify-hd{background:#ca3c3c; color: #fff; font-size: 26px; text-align: center; padding: 15px;}
.age-verify-txt{font-size: 18px; color: #000; line-height: 30px; padding:15px; text-align: center;}
.age-verify-btn{padding: 15px; text-align: center;}
.i18{display: inline-block; padding: 15px 35px; color: #fff; background: #0d075b; border-radius: 15px; cursor: pointer;}
.i18-u{display: inline-block; padding: 15px 35px; color: #fff; background: #0d075b; border-radius: 15px; cursor: pointer;}
.i18:hover, .i18-u:hover{color: #000; background: #d9b633; text-decoration: none;}


img{
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}
.pd-top-30{
    padding-top: 30px;
}
.pd-btm-30{
    padding-bottom: 30px;
}
a{
    text-decoration: none;
    
    color: #fff
}
a:hover{
    text-decoration: underline;
    color: #d9b633
}
.text-center{
    text-align: center;
}
.cl{
    clear: both;
}
.display-flex{
    display: flex;
}
.display-flex-center{
    display: flex;
    align-items: center;
}
.see-more-cate{
    margin-top: 10px;
}
.see-more-cate a{
    display: inline-block;
    font-size: 15px;
    background:#e5ac00;
    padding:1px 10px;
    font-weight: 600;
    border-radius: 999px;
    width: 100%;
    text-align: center;
    color: #000
}
.see-more-cate a:hover{
    background: #730808
}
.w-100{
    width: 100%;
}
.w-25{
    width: 25%;
}
.white-text{
    color: #fff !important
}
.red-text{
    color:#e5ac00 !important
}
.black-text{
    color:rgba(255,255,255,0.7) !important
}
.container{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.container-top{
    max-width: 1360px;
    margin: auto;
}
h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}
h2{
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}
h3, .location-hd{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}
.main-hd{
    margin:0 0 20px 0;
}
.main-text p{
    font-size: 19px;
    line-height: 32px;
    color:rgba(255,255,255,0.7);
    margin-bottom: 10px;
    font-weight: 500;
}

.rates-de {
  margin: 15px 0;
}
.rates-de table {
  border-collapse: collapse;
  width: 100%;
}
.rates-de table tr th {
  background:#0d075b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid rgba(0,0,0,.2);
}
.rates-de table tr td {
  color: #0d075b;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid rgba(0,0,0,.2);
}
.rates-de table tr td:first-child {
  font-weight: 600;
  color: #0d075b;
}


.main-text p a{padding: 0 6px; display: inline-block; background:#032075;}

.center-tttx{width: 70%; text-align: center; margin: auto;}

.main-text ul{
    margin: 10px 15px;
}
.main-text ul li{
    font-size: 19px;
    line-height: 27px;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 8px;
}
.purple-text{
    color: #ff0054;
}
.text-white{
    color: #fff;
}
.text-yellow{
    color: #ddb821
}
header{
    padding: 2px 0 10px 0;
    border-radius: 0px;
    width: 100%;
    z-index: 999;
}
.header-box{
    display: flex;
    padding:6px 30px 10px 30px;
    border-bottom: rgba(255,255,255, 0.2) solid 1px;
}
.logo{
    color:#fff;
    font-size: 40px;
    font-family: 'Georgia', serif;
    width:260px;
    font-weight: 600;
}
.logo a{
    color: #fff;
}
.logo img{
    width: 100%;
}
.logo .footer-social-icons{
    display: none;
}
.menu-trigger{
    display: none;
}

.header-main{
    padding: 0 30px;
}

.header-menu{
    
}
.header-menu ul{
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.header-menu ul li{
    display: inline-block;
    position: relative;
    border-bottom: rgba(255,255,255,0.2) solid 1px;
    border-right: rgba(255,255,255,0.2) solid 1px;
}
.header-menu ul li:first-child{
    border-left: rgba(255,255,255,0.2) solid 1px;
}
.header-menu ul li a{
    color: rgba(255,255,255, 1);
    font-size: 14px;
    
    padding: 18px 25px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}
.cg-loc{
    color: rgba(255,255,255, 1);
    font-size: 14px;
    cursor: pointer;
    
    padding: 18px 25px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}
.header-menu ul li ul{
    display: none;
    width: 500px;
    background:#1a294d;
    z-index: 99;
    position: absolute;
    top: 100%;
    border: rgba(255,255,255,0.2) solid 1px;
    border-radius: 7px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.header-menu ul li ul li{
    width: 100%;
    text-align: left;
    width: 50%;
    border:0;
    text-transform: none;
}
.header-menu ul li ul li a{
    display: block;
    color: rgba(255,255,255,0.9);
    text-transform: none;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0px;
}
.header-menu ul li ul li a:hover{
    background: rgba(0,0,0,0.1);
}
.header-menu ul li:hover ul{
    display: flex
}
.arrow-down{
    position: relative;
    height: 0;
    width: 0;
    border-top: solid 4px rgba(255,255,255,0.7);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    display: inline-block;
    top: -2px;
}


.header-blocks{display: flex; align-items: center; justify-content: flex-end; flex: 1}
.header-blocks ul{margin:0; padding:0; display: flex; align-items:center;}
.header-blocks ul li{display: inline-block; position: relative;}
.header-block-icon{width: 55px; padding: 8px; height: 55px; display: inline-block;}
.header-block-box{display: flex; align-items: center;}
.header-block-icon-txt{font-size: 23px;}



.banner-box{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin: 15px 0;
}
.banner-box img{
    aspect-ratio:1/0;
    object-fit: cover;
}
.top-category{
    display: flex;
    flex-wrap: wrap;
}
.top-category-lf-box{
    display: flex;
    flex-wrap: wrap;
    width: 31%;
    padding: 20px;
    border-radius: 15px;
    border: rgba(255,255,255,0.2) solid 1px;
    background:#0f172a;
    margin: 10px;
    align-items: flex-start;
    text-align: center;
}
.top-category-lf{
    width: 100%;
}

 .top-category-lf img{border-radius: 15px; border: rgba(255,255,255,0.2) solid 1px;}

.top-category-rt{
    width: 100%;
    padding-left: 0px;
}
.category-hd{
    font-size: 19px;
    font-weight: 600;
    color: #e5ac00;
    font-style: italic;
    margin-bottom: 10px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.category-text{
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    line-height: 27px;
}


.main-top-boxes-header{margin-top: 30px; margin-bottom: 30px; padding: 40px; border-radius: 15px; border: rgba(255,255,255,0.2) solid 1px;}


.inner-loc-gallery ul{margin:0; padding:0; display: flex; flex-wrap: wrap;}
.inner-loc-gallery ul li{width: 25%; padding:10px; position: relative; z-index: 0;}
.inner-g-span{position: absolute; top: 22px; left:10px; background: red; padding: 5px 10px; font-size: 12px; font-weight: 600; text-transform: uppercase; color: #fff; z-index: 1; border-top-right-radius:10px; border-bottom-right-radius:10px;}
.inner-loc-gallery ul li img {border-radius: 15px;}



.top-box-inner{
    display: flex;
}
.top-box-lf{
    width: 60%;
}
.top-box-rt{
    width: 40%;
    padding-left: 30px;
}
.inner-box-inner{
    display: flex;
    padding: 25px; 
    border-radius: 15px;
  border: rgba(255,255,255,0.2) solid 1px;
    background: #0f172a;
    margin-top: 40px;
    margin-bottom: 20px;
}
.inner-box-lf{
    width: 77%;
}
.inner-box-rt{
    width: 23%;
    padding-left: 30px;
    margin-top: 20px;
}
.inner-box-img{
    padding: 4px;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
  border: #e5ac00 dashed 5px;
}

.inner-box-lf .main-text p{text-align: left;}


.gallery-box{
 position: relative;   
 z-index: 9;
}

.gallery-i-img{position: absolute; z-index: 0; width:326px; top:0; left: 0; opacity: 0.5}

.ex-1 ul{margin:0; margin-bottom: 15px; padding: 0; display: flex; flex-wrap: wrap;}
.ex-1 ul li{display: inline-block; position: relative; width: 16.66%}
.ex-1 ul li .ex-1-icon{width: 150px; height: 150px;}
.ex-1 ul li .ex-1-icon img{width: 150px; height:150px; object-fit: cover; border-radius: 50%;}


.main-gallery ul{
    margin: 0 -10px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.main-gallery ul li{
    width: 25%;
    padding: 20px;
    display: inline-block;
    cursor: pointer;
}

.main-gallery ul li:nth-child(9){display: none;}
.main-gallery ul li:nth-child(10){display: none;}

.main-gallery-back{
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.main-gallery-caption{
    width: 600px;
    position: fixed;
    margin:50px auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
.main-gallery-img-pop{
    width: 40%;
}
.main-gallery-img-pop img{
    width: 100%;
}
.close-gallery{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999999;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
}
 
.mid-gallery ul{
    margin: 0 -15px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}

.mid-gallery ul li{
    width: 33.33%;
    padding: 15px 15px;
    position: relative;
    display: block;
}

.mid-gallery-inner{
    border-radius: 20px;
    overflow: hidden;
}

.close-gallery:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.close-gallery:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(-45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000;
}
.main-gallery ul li.main-gallery-active .main-gallery-caption{
    display: flex;
}
.main-gallery-img{
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
    position: relative;
    border-radius: 15px;
    border: #e5ac00 solid 1px
}
.main-gallery-img img{
    height: 100%;
    width: 100%;
    transform: scale(1);
    border-radius: 15px;
    transition: .3s ease;
}
.main-gallery-img:hover img{
    transform: scale(1.03);
    transition: .3s ease;
}
.main-gallery-pop-table{
    background: #fff;
    width: 60%
}
.main-gallery-pop-table table{
    width: 100%;
    border-collapse: collapse;
}
.main-gallery-pop-table table tr td{
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.main-gallery-pop-table table tr:nth-child(odd){
    background: #eee
}
.view-gallery{
    position: absolute;
    width: 65%;
    color: #fff;
    background: #000;
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 52px;
    border-radius: 20px;
    text-align: center;
    z-index: 9999;
    border: #fff solid 2px;
    transform: scale(0);
    transition: .3s ease;
}
.main-gallery-img:hover .view-gallery{
    transform: scale(1);
    transition: .3s ease;
}
.location-btm-box{
    display: block;
    padding-top: 30px;
    margin-top: 30px;
}
.location-btm-lf{
    width: 100%;
}
.location-btm-rt{
    width:100%;

}

.location-btm-hd{
    color: #e5ac00;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
}


.get-location{background: #0f172a; padding: 40px 0; position: relative; border-top: rgba(255,255,255,0.1) solid 1px; border-bottom: rgba(255,255,255,0.2) solid 1px; margin: 40px 0;}

.get-back{background: #0f172a; margin:40px 0; border:rgba(255,255,255,0.1) solid 1px; padding: 40px; border-radius: 15px; box-shadow: rgba(0,0,0,0.5) 1px 1px 30px;}

.expe-img{margin: 15px 0;}
.expe-img-top{margin-top:0;}
.expe-img img, .expe-img-top img{border-radius: 15px;}

.location-btm-list ul{
    margin:15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.location-btm-list ul li{
    display: block;
    position: relative;
    padding:5px;
}
.location-btm-list ul li:before{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-135deg);
    right:25px;
    top: 25px;
}

.location-btm-list ul li a{
    background:linear-gradient(#e5ac00, #e92971);
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    display: block;
    padding:15px;
    font-weight: 600;
    padding-right: 55px;
}
.location-btm-rt .main-hd, .local-pages-text .main-hd{
    margin-top: 0;
}
.bottom-banner{
    padding: 30px 0
}
.bottom-banner-inner ul{
    display: flex;
    margin: 0 -10px;
    padding:0
}
.bottom-banner-inner ul li{
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}
.bottom-banner-img{
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.footer{
    background:#0f172a;
    padding: 30px 0;
    margin: 15px 0 0 0;
    border-radius: 0px;
}
.footer-social-icons{
    margin-top: 20px;
}
.footer-social-icons ul{
    margin:0;
    padding:0;
    text-align: center;

  padding: 10px;
  border-top: rgba(255,255,255,0.1) solid 1px;
}
.footer-social-icons ul li{
    display: inline-block;
    position: relative;
    margin: 5px;
}
.footer-social-icons ul li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}
.footer-social-icons ul li a img{
    width: 100%
}
.footer-box{
    display: flex;
}
.footer-foo-main{
    background: rgba(255,255,255,0.1);
  padding: 10px 40px;
  margin-bottom: 35px;
}
.footer-foo{
    width: 25%;
    padding: 0 30px;
}
.footer-hd{
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 600;
    color: #fff
}
.footer-foo p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer-foo-main p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer-foo ul{
    margin:0;
    padding: 0;
}
.footer-foo ul li{
    display: block;
    position: relative;
}
.footer-foo ul li a{
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
.footer-fixed{
    width: 100%;
    padding: 10px;
    padding-top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
    display: none;
}
.footer-fixed-inner{
    position: relative;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 10px;
    border: #ddd solid 1px;
    background: #fff;
}
.whatsapp{
    position: absolute;
    left: 10px;
    top: 5px;
}
.whatsapp a{
    height: 40px;
    width: 40px;
    border-radius:50%;
    background:#0c6830;
    padding: 7px;
    display: inline-block;
}
.phone{
    position: absolute;
    right: 10px;
    top: 5px;
}
.phone a{
    height: 40px;
    width: 40px;
    border-radius:50%;
    background: #bb0e0e;
    padding: 5px;
    display: inline-block;
}


.homerates{overflow: auto; padding: 0 15px;}
.homerates table{border: #032075 solid 1px; border-collapse: collapse; width: 100%; font-family: "Helvetica", sans-serif}
.homerates table tr td{padding: 10px; font-size: 18px; color: #032075; border:#032075 solid 1px;}

.frequently-ask{margin-bottom: 50px;}
.frequently-ask ul{margin:0; padding: 0;}
.frequently-ask ul li{display: block; padding: 15px; cursor: pointer; position: relative; border:#0d075b solid 1px; border-radius:10px;}

.frequently-ask-inner h4{font-size: 22px; font-weight: 600; margin: 0;}

.frequently-ask-inner-cap{padding-top: 10px; font-size: 16px; color: #000; display: none}

.frequently-ask-inner-cap p{text-align: left;}

.frequently-ask ul li.active .frequently-ask-inner-cap{display: block;}

.faq-open-icon{height: 10px; width: 10px; border:#0d075b solid 2px; border-top:0; border-right:0; transform: rotate(-135deg); position: absolute; right: 15px; top: 18px;} 


.middle-box{display: flex; align-items:flex-start;} 
.middle-box-lf {
  width: 30%;
  padding-left: 30px;
}
.middle-box-rt {
  width: 70%;
}
.middle-box-rt .main-text p{text-align: left;}

.whatsapp a img, .phone a img{
    width: 100%;
}
.phone-txt{
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.local-pages-box{
    display: flex;
}
.local-pages-img{
    width: 25%;
}
.local-pages-images{
    background: #fff;
    padding:10px;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.local-pages-text{
    width: 75%;
    padding-left: 30px;
}
.contact-us-form{
    border-radius: 10px;
    background: #eee;
    padding:30px;
}
.contact-us-head{
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-inputs{
    margin-bottom: 15px;
}
.contact-inputs label{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.contact-inp{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
}
.contact-inputs textarea{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
    height: 75px;
}
.contact-submit{
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background:#bb0e0e;
    padding:13px;
    text-align: center;
    border: 0;
    width: 60%;
    margin: auto;
}
.faq-accor{
    padding-bottom: 50px;
}
.faq-accor ul{
    margin: 0;
    padding:0;
}
.faq-accor ul li{
    display: block;
    position: relative;
    background: #eee;
    border: #ddd solid 1px;
    margin-bottom: 10px;
}
.faq-head{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 50px;
}
.count{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}
.down-arrw-faq{
    position: absolute;
    display: inline-block;
    right:10px;
    border: #aaa solid 2px;
    height: 9px;
    width: 9px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 13px;
}
.faq-txt{
    font-size: 19px;
    line-height: 29px;
    padding: 10px;
    padding-left: 50px;
}

.rates-de {
  margin: 15px 0;
  overflow: auto;
}
.rates-de table {
  border-collapse: collapse;
  width: 100%;
  border:#0d075b solid 1px;
}
.rates-de table tr th {
  background: #101732;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.2);
}
.rates-de table tr td:first-child {
  font-weight: 600;
  color: #e5ac00;
}
.rates-de table tr td {
  color: #fff;
  padding: 15px;
  font-size: 20px;
  border-bottom:#0d075b solid 1px;
  font-weight: 400;
  border: 1px solid rgba(255,255,255,.2);
}


.seperate{border-radius: 15px; background:#0d075b; display: flex; padding: 20px; margin-bottom: 20px;}
.seperate-lf{width: 15%}
.seperate-rt{color: #fff; font-size: 19px; line-height: 30px; width: 85%; padding:0 20px; position: relative;}
.seperate-rt p{margin-bottom:60px;}
.seperate-ab{position: absolute; bottom:0px; left: 15px; }

.se-call{height: 50px; width: 50px; border-radius: 50%; background:#d9b633; padding:10px; display: inline-block;}
.se-whats{height: 50px; width: 50px; border-radius: 50%; background: #0c6830; padding:10px; display: inline-block; margin-left: 5px;}
.se-call img{filter: invert(100%);}

.seperate-img img{border-radius: 15px;}


@media(max-width: 767px){
    .logo{
        width: 100%;
        text-align: center;
    }

.middle-box{display: block;}
.middle-box-lf {
  width: 100%;
}
    .middle-box-rt {
  width: 100%;
}

    .logo a img{
        width: 255px;
    }
    .header-box{
        display: block;
    }

    .header-menu ul{display: block;}

    .header-menu ul li{
        display: block;
        border-left: rgba(255,255,255,0.2) solid 1px;
    }
    .header-menu ul li a{
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }
    .menu-trigger{display: block; font-size: 18px; font-weight: 600; padding: 15px; background: rgba(255,255,255,0.3); color: #fff; cursor: pointer; margin-top: 10px; position: relative;}
    .trigger-icon{position: absolute; right: 15px; top: 7px; padding: 10px; display: block; background: rgba(0,0,0,0.5); width: 40px;}
    .trigger-icon1{width: 100%; height: 2px; background: #fff; margin-bottom: 5px; display: block;}
    .trigger-icon .trigger-icon1:last-child{margin-bottom: 0;}
    .cg-loc{
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }
    .header-menu ul li:hover ul{
        display: none;
    }
    .header-menu ul li ul{
        position: relative;
        width: 100%;
        height: 250px;
        overflow: auto;
    }
    .header-menu ul li.open-menu ul{
        display: block;
    }
    .header-menu ul li ul li a{
        font-size: 16px;
        text-align: center;
    }
    .header-menu{
        display: none;
    }

    .header-blocks{display: none;}


    .banner-box img{
        height: 230px;
        aspect-ratio:1/0;
        object-fit: cover;
    }
    .banner-video{
        display:block;
    }
    .top-box-inner{
        display: block;
    }
    .top-box-lf{
        width: 100%;
    }
    .top-box-rt{
        width: 100%;
        padding-left: 0;
    }
    .main-gallery ul li{
        width: 50%
    }
    .top-category{
        display: block;
    }
    .top-category-lf-box{
        width: 100%;
        margin-left:0;
        margin-right:0;
        display: block;
    }
    .top-category-lf{
        width: 100%;
    }




    .top-category-rt{
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .location-btm-box{
        display: block;
    }
    .location-btm-lf{
        width: 100%;
    }
    .location-btm-rt{
        width: 100%;
        padding-left: 0;
    }
    .bottom-banner-inner ul{
        display: block;
    }
    .bottom-banner-inner ul li{
        width: 100%;
        margin: 10px 0;
    }
    .footer-fixed{
        display: block;
    }
    .footer{
        padding-bottom: 80px;
    }
    .footer-box{
        display: block;
    }
    .footer-foo{
        width: 100%;
        padding: 0;
    }
    .footer-hd{
        margin-top: 30px;
    }
    .inner-box-inner{
        display: block;
    }
    .inner-box-lf{
        width: 100%;
    }
    .inner-box-rt{
        width: 100%;
        padding-left: 0;
    }
    .footer-social-icons{
        display: none;
    }
    .logo .footer-social-icons{
        display:block;
    }
    .logo .footer-social-icons ul li a{
        height: 30px;
        width: 30px;
    }
    .logo .footer-social-icons ul li a img{
        position: relative;
        top: -21px;
    }
    .logo .footer-social-icons ul li{
        margin:0;
    }
    .logo .footer-social-icons{
        margin-top: 10px;
    }
    .container{padding: 15px}
    .center-tttx{width: 100%}
    h1{font-size: 36px; line-height: 46px}
    h2{font-size: 34px; line-height: 44px}
    h3{font-size: 32px; line-height: 42px}
    .footer-hd{
        font-size: 20px;
        text-align: center
    }
    .footer-foo p{
        text-align: center;
        font-size: 18px;
    }
    .footer-foo ul li a{
        text-align: center;
        font-size: 18px;
    }
    .main-gallery-caption{
        width: 90%;
    }
    .main-gallery ul li.main-gallery-active .main-gallery-caption{
        display: block;
        height: 90vh;
        overflow: auto;
        margin: 10px auto
    }
    .main-gallery-img-pop{
        height: 350px;
        overflow: hidden;
    }
    .main-gallery-img-pop img{
        height: auto;
    }

.rates-de table{width: 500px;}

    .main-gallery-img-pop{
        width: 100%;
    }
    .main-gallery-pop-table{
        width: 100%;
    }
    .location-btm-list ul li{width: 50%}

    .seperate{display: block;}
    .seperate-lf{width: 80%; margin: auto;}
    .seperate-rt{width: 100%; padding: 20px 0 0 0}

    .seperate-ab{position: relative; left:0; bottom: 0}

    .verification-age{padding: 40px 15px;}
    .verification-age-inner{width: 100%}

    .ex-1 ul{margin:0; margin-bottom: 15px; padding: 0; display: flex; flex-wrap: wrap;}
.ex-1 ul li{display: inline-block; position: relative; width:50%; text-align: center; margin-bottom: 15px}
.ex-1 ul li .ex-1-icon{width:100px; height: 100px;}
.ex-1 ul li .ex-1-icon img{width: 100px; height:100px; object-fit: cover; border-radius: 50%;}

.get-back, .main-top-boxes-header{padding: 15px;}

}
@media(max-width: 580px){
    .banner-box img{
        height: 213px;
    }
    .location-btm-list ul li{width:100%}


}
@media(max-width: 480px){
    .banner-box img{
        height: 171px;
    }
        .ex-1 ul li{display: inline-block; position: relative; width:50%; text-align: center; margin-bottom: 15px}
.ex-1 ul li .ex-1-icon{width:100px; height: 100px;}
.ex-1 ul li .ex-1-icon img{width: 100px; height:100px; object-fit: cover; border-radius: 50%;}
}
@media(max-width: 380px){
    .banner-box img{
        height: 155px;
    }
}
