@media (max-width: 575px) {
  .banner .banner-content,
  .tab button {
    padding: 10px 0;
  }
  .m-d-block,
  .toggle-btn {
    display: block;
  }
  header {
    padding: 8px 12px;
  }
  .contact-form .right,
  .footer-ul,
  .inner-body .left,
  .inner-body .right,
  .maldives-body .resort-body .box,
  .package-parent .container .packageCard .left,
  .package-parent .container .packageCard .right,
  .popUp-body form {
    width: 100%;
  }
  .menu {
    position: absolute;
    top: 100%;
    background-color: #fff;
    height: 100vh;
    left: -100%;
    padding: 15px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
  }
  .navbar .logo {
    width: 38%;
  }
  .navbar .menu ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .navbar .menu ul li a,
  footer ul li {
    font-size: 16px;
  }
  .navbar .toggle-btn img {
    width: 25px;
  }
  .navbar .menu.res-menu {
    width: 100%;
    right: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  h1 {
          font-size: 30px;
          line-height: 45px;
  }
  .banner {
    height: 40vh;
  }
  .banner .banner-content p {
    color: #fff;
    font-size: 14px;
  }
  .banner .banner-content .glbl-btn {
        padding: 10px;
        width: 55%;
        font-size: 16px;
        margin-top: 20px;
  }
  .packageCard .flex {
    padding-bottom: 15px;
    display: block !important;
    width: 100%;
  }
  .package-box,
  .package-parent .container .packageCard {
    height: auto;
  }
  .package-parent .container .packageCard .middle {
    padding: 0 15px;
    width: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .about,
  .inner-body {
    padding: 25px 0;
  }
  .package-parent .container .packageCard h2 {
    font-size: 18px;
    margin: 12px 0;
  }
  .packageCard .middle .destinations {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
  }
  .accordion-content ul li,
  .inclusion-exclusion .tabs a,
  .meals,
  .package-parent .container .packageCard .middle .hightlights li,
  .packageCard .middle .hightlights h4,
  .packages .package-box .middle ul li {
    font-size: 13px;
  }
  .package-parent .container .packageCard .right h5.price {
    color: #e13607;
    font-size: 20px;
  }
  .perks ul li img {
    width: 24px;
  }
  .perks ul li h5 {
    font-size: 13px;
    color: #727272;
    padding-left: 2px;
  }
  .perks ul li {
    margin-right: 6px;
    padding-right: 10px;
  }
  .package-parent .container .packageCard .right .glbl-btn {
    padding: 10px 19px;
    font-size: 16px;
    width: 85%;
  }
  .middle small {
    font-size: 12px;
    line-height: 18px;
  }
  .packages .package-box h3 {
    font-size: 18px;
    transform: translateY(-12px);
  }
  .packages .package-box .right .glbl-btn {
    width: 80%;
    font-size: 14px;
  }
  .accordion-header,
  .inclusion-exclusion ul li,
  .packages .package-box .right small {
    font-size: 14px;
  }
  .inner-body .right .form-body .form-group {
    width: 100%;
    margin-top: 0;
  }
  .contact-form .top h3,
  .packages .package-box .right h5 {
    font-size: 20px;
  }
  .form-group select,
  .inner-body .right .form-body .form-group input {
    height: 40px;
  }
  .about {
    width: 95%;
  }
  .about p {
    font-size: 15px;
    color: #6d6d6d;
  }
  .banner.inner-banner {
    height: 25vh;
  }
  .banner.inner-banner h2 {
    font-size: 35px;
  }
  footer {
    padding: 30px 0 15px;
    position:relative;
  }
  footer ul li img {
    width: 30px;
  }
  .contact .box {
    margin-bottom: 15px;
    width: 100%;
  }
  .contact-form .form-group label,
  .contact-form .left,
  .popUp-body .form-body label {
    display: none;
  }
  .contact-form .right form {
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
  }
  .form-group {
    width: 100%;
    margin: 5px 15px;
  }
  footer .flex.justify-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .packages .package-box .left img {
    height: 270px;
  }
  .contact-form {
    margin-bottom: 45px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  }
  .popUp-body {
    padding: 15px;
  }
  .popUp-body .heading img {
    right: -5px;
    width: 40px;
    top: -7px;
  }
  .popUp-body form h2 {
    font-size: 17px;
    font-weight: 400;
  }
  .form-group input,.form-group select {
    width: 100%;
    height: 39px;
    font-size: 14px;
    color: #000;
  }

  .form-group input::placeholder{
    color: #000;
  }

  
form textarea::placeholder{
    color: #000 !important;
  }
  .review_detail .box h5,
  .tab button {
    font-size: 15px;
  }
  footer .whatsapp {
    right: 80px;
  }
  footer .whatsapp img {
    width: 60px;
  }
  .review_detail .box {
    margin-top: 35px;
    font-size: 15px;
  }
  .inner-body .right .form-body .form-group input,
  .inner-body .right .form-body .form-group select,
  .popUp-body .heading {
    margin-bottom: 10px;
  }
  .tab button {
    margin: 8px 5px;
    width: 40%;
  }
  #popUp .for-outer,
  .tabcontent {
    padding: 0;
  }
  .inner-body .left img {
    height: 225px;
  }
  #popUp .textarea,
  .inner-body .right form .textarea textarea {
    margin-top: 0;
  }
  form #submit {
    margin: 0px auto 15px;
    width: 90%;
  }
  .grw-net-widget {
    position: static !important;

    z-index: 999999 !important;
}
.grw-net-widget-four-type-3 .grw-net-widget-four-logo {
    width: 35px !important;
    height: 35px !important;
}
.grw-net-widget .grw-net-text-medium {
    font-size: 12px !important;
}
.grw-net-widget-four-rows .grw-net-text-much-big {
    font-size: 15px !important;
}
.grw-net-widget-four-type-3 {
    width: 165px !important;
    min-width: unset !important;
    padding: 0 !important;
}
.grw-net-widget-four-content {
    padding: 5px 0px !important;
}
div#review {
    position: absolute !important;
    top: 25px !important;
    right: 10px !important;
}
.wa-chat-bubble {

    display: none !important;
}

    .package-parent .container .packageCard h2 {
        font-size: 15px;
        margin: 12px 0;
    }
    .package-parent .container .packageCard .middle h2 span {
            font-size: 11px;
  
}
  


}
