@media screen and (max-width: 992px) {
.header {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
padding: 0px;
}

.header .logo {
padding: 0 15px;
}

.header .logo a {
font-size: 30px;
text-transform: capitalize;
color: #e91e63;
font-weight: 600;
}

.header .nav-menu {
padding: 0 15px;
}

.header .menu>.menu-item {
display: inline-block;
margin-left: 30px;
position: relative;
}

.header .menu>.menu-item>a {
display: block;
padding: 12px 0;
font-size: 16px;
color: #000000;
text-transform: capitalize;
font-weight: 600;
transition: all 0.3s ease;
}

.header .menu>.menu-item>a .plus {
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left: 5px;
pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
content: '';
position: absolute;
box-sizing: border-box;
left: 50%;
top: 50%;
background-color: #000000;
height: 2px;
width: 100%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus::before,
.header .menu>.menu-item:hover>a .plus::after {
background-color: #000000;
}

.header .menu>.menu-item>a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
color: #000000;
}

.header .menu>.menu-item>.sub-menu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 220px;
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 10px 0;
border-top: 3px solid #e91e63;
transform: translateY(10px);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}

.header .menu>.menu-item-has-children:hover>.sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.header .menu>.menu-item-has-children:hover>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item {
display: block;

}

.header .menu>.menu-item>.sub-menu>.menu-item:last-child {
border-bottom: 0px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
display: block;
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
text-decoration: none;
}

.header .open-nav-menu {
align-items: center;
cursor: pointer;
margin: 0px 0 0;
}

.header .open-nav-menu span {
display: block;
height: 2px;
width: 24px;
background-color: #fff;
position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
box-sizing: border-box;
}

.header .open-nav-menu span:before {
top: -7px;
}

.header .open-nav-menu span:after {
top: 7px;
}

.header .close-nav-menu {
height: 40px;
width: 40px;
background-color: #033588;
margin: 0 12px 15px 15px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
margin-left: auto !important;
border-radius: 4px;
}

.header .close-nav-menu img {
width: 16px;
}

.header .menu-overlay {
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
height: 100%;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}


.logo_section {
display: none;
}

.mobile_header {
display: none;
}

.mobile_header {
display: block;
padding: 15px 0px;
width: 100%;
z-index: 9;
top: 0;

}
.header .open-nav-menu{
    width: 40px;
    height: 40px;
    background: #003387;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: -19px;
}
.mobile_header .icon i{
    background: #3ac7f3;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_middle img{
    width: 150px;
}

.header .menu-overlay.active {
visibility: visible;
opacity: 1;
}

.header .nav-menu {
position: fixed;
right: -280px;
visibility: hidden;
width: 280px;
height: 100%;
top: 0;
overflow-y: auto;
background-color: #fff;
z-index: 1000;
padding: 13px 0;
transition: all 0.7s ease;
}

.header .nav-menu.open {
visibility: visible;
right: 0px;
}

.header .menu>.menu-item {
display: block;
margin: 0;
}

.header .menu>.menu-item-has-children>a {
display: flex;
justify-content: space-between;
align-items: center;
}

.header .menu>.menu-item a.active {
color: #033588;
}

.header .menu>.menu-item>a {
color: #000000;
padding: 16px 16px;
border-bottom: 1px solid #ece4e4;
letter-spacing: 2px;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}

.header .menu>.menu-item:last-child>a {
border-bottom: 0px;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
background-color: #000000;
}

.header .menu>.menu-item-has-children.active>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu {
width: 100%;
position: relative;
opacity: 1;
visibility: visible;
border: none;
background-color: transparent;
box-shadow: none;
transform: translateY(0px);
padding: 0px;
left: auto;
top: 10px;
max-height: 0;
overflow: hidden;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
padding: 8px 35px;
color: #000000;
font-size: 15px;
}

.header .close-nav-menu,
.header .open-nav-menu {
display: flex;
}

.mobile_header {
display: block;
}

header#main_header {
display: none;
}
.icon a {
    color: #033588;
    font-size: 20px;
}
.icon {
    text-align: right;
    float: right;
}
ul.menu {
    padding: 0;
}
.top-hd-bar{
    display: none;
}
h1 {
    font-size: 35px;
  font-weight: 600;
    font-family: 'Righteous';
  }
  .home-banner .carousel-control-prev img{
    width: 17px;
  }
  .home-banner .carousel-control-next img{
    width: 17px;
  }
  .banner_title{
    padding: 60px 0px;
    text-align: center;
  }

  .best-quality-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -55px;
    z-index: 15;
  }
.best-quality-section  p{
    text-align: center;
}
.style-font1 {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
  .best-quality-section {
    padding: 115px 0px 30px;
    position: relative;
    color: #a8e6fa;
    background: #003387;
  }
  .welcome-section {
    padding-top: 60px;
  }
  .welcome-content-bx{
      text-align: center;
      margin-top: 60px;
  }
  h2 {
    font-size: 30px;
    font-weight: 600;
  }
  section {
    padding: 60px 0px;
  }
  .testimonial-box{
      text-align: center;
     
  }
  .ft-call-btn {
    padding: 20px 50px;
    border: 2px solid #a8e6fa;
    color: #a8e6fa;
    transition: 0.5s;
    display: inline-block;
    margin-top: 15px;
  }
  .footer-start {
    background: #0e0e0e;
    color: #fff;
    padding: 60px 0px 20px;
  }
  .ft-first-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #545454;
    text-align: center;
  }
  .ft-nav li {
    margin-bottom: 10px;
    display: inline-block;
    padding: 4px 10px;
  }
  .menu-footer-main-menu{
      text-align: center;
  }
  .ft-nav{
      text-align: center;
  }
  .ft-cntct{
      text-align: center;
  }
  .footer-start p{
      text-align: center;
  }
  .faq-page #accordion h5 button::after {
    content: "\2705";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #a8e6fa;
    border: 2px solid #3ac7f3;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 8px;
    z-index: 1;
  }
  .faq-page #accordion h5 {
    margin-left: 10px;
  }
  .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    font-size: 14px;
    white-space:initial !important;
    text-align: left;
  }
  .welcome-section1 .welcome-content-bx {
    text-align: center;
    margin-top: 0px;
  }
  #inn-who .welcome-content-bx {
    text-align: center;
    margin-top: 0px;
  }
  .glass-pool .welcome-content-bx {
    text-align: center;
    margin-top: 0px;
  }
  .glass-balustrades .welcome-content-bx {
    text-align: center;
    margin-top: 0px;
  }
  .area-page .area-btn {
    padding: 10px 5px;
    background: #003387;
    color: #fff;
    border: none;
    border-radius: 3px;
    transition: 0.7s;
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
    .hd-btn2 {
        padding: 15px 40px;
        border: 2px solid #fff;
        background: #3ac7f3;
        color: #fff;
        border-radius: 26px;
        transition: 0.5s;
        display: inline-block;
        width: 100%;
      }
      .hd-btn3 {
        padding: 15px 25px;
        border: 2px solid #fff;
        background: #003387;
        color: #fff;
        border-radius: 26px;
        transition: 0.5s;
        display: inline-block;
        width: 100%;
      }
      .submit-btn {
        outline: none;
        background: #3ac7f3;
        color: #fff;
        border: 0;
        padding: 15px 17px;
        border-radius: 24px;
        transition: 0.5s;
        width: 250px;
        cursor: pointer;
        width: 100%;
      }
}

@media screen and (max-width: 320px) {}