@media all and (max-width: 767px) {
  .detail-table::-webkit-scrollbar {
    width: 4px;
  }
  .detail-table::-webkit-scrollbar-thumb {
    background-color: #9e7f53;
    border-radius: 10px;
    border: 6px solid #f1f1f2;
  }
  /* .nav-pills .nav-item:nth-child(1),
  .nav-pills .nav-item:nth-child(2) {
    margin-bottom: 14px;
  } */
  .detail-table {
    overflow: auto;
    overflow-x: scroll;
  }
  .modal-title.fs-5 {
    font-size: 18px !important;
  }
}
/* Large Mobile === 576px to 766px */
@media all and (min-width: 576px) {
  .title {
    font-size: 42px;
  }
  .title-border::before,
  .title-border::after {
    width: 48px;
  }
  .title-border::before {
    left: -48px;
  }
  .title-border::after {
    right: -48px;
  }

  /* === Privilege Area === */
  .card-wrapper-area {
    padding: 30px 5% 0 5%;
    row-gap: 50px;
  }
  .card-detail span {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .custom-btn-link {
    padding: 10px 20px 12px 20px;
  }
}

/* Ipad View === 767px to 991px */
@media all and (min-width: 767px) {
  /* === Banner Area === */
  .banner-sec {
    background: url(../img/banner-bkgd-ipad.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-vlu-img {
    background: url(../img/vlu-detail-banner-ipad.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-sec .container {
    padding-bottom: 70px;
  }
  .banner-title {
    font-size: 36px;
  }
  .title {
    font-size: 50px;
  }
  /* === Privilege Area === */
  .privilege-sec {
    padding: 60px 0;
  }
  .card-wrapper-area {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0% 0 0%;
    row-gap: 30px;
    column-gap: 25px;
  }
  .card-title-holder {
    width: 40%;
  }
  .card-img img {
    border-radius: 10px;
  }
  .card-detail span {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .custom-btn-link {
    padding: 12px 25px 14px 25px;
    font-size: 14px;
  }

  /* === CTA Area === */
  .medium-title {
    font-size: 30px;
  }
  .cta-sec .medium-title {
    font-size: 28px;
  }

  /* === VLU Card Detail Area === */
  .title.medium-title-two {
    font-size: 40px;
  }
  .nav-pills {
    height: 100%;
  }
  .wave-overlay::before {
    background-size: 114%;
    background-position: center 5px;
  }
  .card-title-holder::before {
    height: 180px;
    width: 180px;
  }
  .card-title-holder h6 {
    font-size: 30px;
    line-height: 1.2;
  }
  .card-title-holder h6 span {
    font-size: 42px;
  }
  .tab-card-holder {
    min-height: 250px;
    padding: 6%;
  }
  .nav-item .custom-btn-link {
    padding: 12px 35px 14px 35px;
    font-size: 16px;
  }
  .nav-item .btn-link-border::before,
  .nav-item .btn-link-border::after {
    width: 54px;
  }
  .nav-item .btn-link-border::before {
    left: -54px;
  }
  .nav-item .btn-link-border::after {
    right: -54px;
  }
  .nav-pills .nav-item {
    min-width: 180px;
    align-self: stretch;
  }
  .nav-pills .nav-item:not(:last-of-type) {
    margin-right: 0;
  }
  .nav-pills .nav-link {
    min-width: unset;
    height: 100%;
    border-radius: 0;
    white-space: initial;
    text-align: left;
    font-size: 22px;
    padding: 15px 25px 15px 25px;
    line-height: 1.35;
    justify-content: flex-start;
  }
  .nav-pills .nav-link br {
    display: block;
  }
  .nav-pills .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .nav-pills .nav-link::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #9e7f53;
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 2;
    transform: translateY(-50%) rotate(315deg);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }
  .nav-pills .nav-link.active::before {
    opacity: 1;
  }
  .card-detail-wrapper {
    width: calc(100% - 180px);
  }
  .detail-table {
    margin-top: 0;
    padding: 20px;
    width: 100%;
  }
  .detail-table tbody {
    width: 100%;
  }
  .detail-table tr {
    width: 100%;
  }
  .detail-table td:first-of-type {
    width: 220px;
  }
  .detail-table td:last-of-type {
    width: 2700px;
  }
  .detail-table td {
    font-size: 15px;
    padding: 8px 20px;
  }
  .tfoot td {
    border: none;
    font-size: 9px;
    padding-bottom: 0;
  }
  .t-c-btn {
    bottom: 20px;
    right: 20px;
    font-size: 9px;
  }

  /* === Embark Area === */
  .embark-sec .title.medium-title-two {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  .showcase-img {
    padding: 0 15px;
  }

  /* === Video Area === */
  .video-content {
    text-align: left;
  }
  .video-content h6 {
    font-size: 24px;
    /* margin-bottom: 80px; */
  }
  .video-content a {
    margin-left: 54px;
  }

  /* === CTA Two Area === */
  .cta-two-sec {
    padding: 25px 0;
  }
  .cta-two-title {
    font-size: 26px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  /* === Footer Area === */
  .footer {
    padding: 50px 0 40px 0;
  }
  .logo-area img {
    width: 220px;
  }
  .logo-area address a {
    font-size: 16px;
  }
  .footer-link-list {
    margin-bottom: 0;
  }
  .footer-link-list li a {
    font-size: 16px;
  }

  /* === About VLU Card Area === */
  .about-content-area {
    margin-top: 20px;
  }

  /* === Discount Area === */
  .disc-title span {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .disc-left-area .single-discount-item::after {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    height: 16px;
    margin-top: 22px;
  }
  .disc-right-area .single-discount-item:not(:last-of-type)::after {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    height: 16px;
    margin-top: 22px;
  }
  .single-discount-item {
    margin-top: 35px;
  }

  /* === Slider Area === */
  .gallery-img {
    height: 320px;
  }
  .gallery-text {
    bottom: 25px;
  }
  .gallery-text span {
    font-size: 28px;
  }
  .gallery-text span br {
    display: none;
  }

  /* === Discount Gallery Area === */
  .full-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .left-flex {
    width: 50%;
    padding-right: 10px;
    align-self: stretch;
  }
  .left-flex .new-gallry-content {
    height: 100%;
  }
  .new-gallery-img {
    height: 100%;
  }
  .right-flex {
    width: 50%;
    padding-left: 10px;
  }
  .new-gallry-content {
    margin-bottom: 0;
  }
  .right-flex .new-gallry-content:not(:first-of-type) {
    margin-top: 20px;
  }

  /* === Discount Slider Area Starts === */
  .disc-slide-logo {
    max-width: 300px;
    margin-bottom: 50px;
  }
  .disc-slide-text p {
    font-size: 22px;
  }
  .disc-tag-one {
    font-size: 22px;
  }
  .disc-tag-two {
    font-size: 90px;
  }
  .disc-tag-three {
    font-size: 22px;
  }
  .disc-tag-four {
    font-size: 45.5px;
  }
  .disc-slide-content {
    padding-top: 50px;
    padding-bottom: 45px;
    max-width: 56%;
    margin-right: auto;
    margin-left: 30px;
  }
  .discSlider .bkgd-overlay {
    background: linear-gradient(to right, #101010 56%, rgb(255, 255, 255, 0%));
  }

  /* === Contact Form === */
  #contactForm .modal-content {
    padding: 2.25rem;
  }
  .form-header {
    margin-bottom: 30px;
  }
  iframe {
    height: 40vh;
  }
}

/* Small Laptop View === 992px to 1199px */
@media all and (min-width: 992px) {
  /* === Banner Area ==== */
  .banner-vlu-img {
    background: url(../img/vlu-detail-banner-ipad.png);
    background-repeat: no-repeat;
    background-size: 94%;
    background-position: center 68%;
  }
  .banner-sec .container {
    padding-bottom: 50px;
  }
  .banner-title {
    font-size: 34px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-title br {
    display: none;
  }

  /* === VLU Card Detail Area === */
  .nav-pills .nav-link {
    font-size: 25px;
    padding: 15px 40px 17px 40px;
  }
  .card-detail-wrapper {
    width: calc(100% - 220px);
  }
  .tab-pane.show.active {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tab-card-holder {
    padding: 0 25px;
    flex-direction: column;
    justify-content: center;
    height: unset;
    align-self: stretch;
    position: relative;
    min-width: 305px;
    max-width: 305px;
  }
  .card-title-holder h6 {
    font-size: 36px;
  }
  .card-title-holder h6 span {
    font-size: 50px;
  }
  .card-title-holder {
    width: 100%;
    margin-top: 50px;
  }
  .card-img-holder {
    width: 100%;
    position: relative;
  }
  .tab-card-holder::before {
    content: "";
    background: url(../img/flower-design.png);
    position: absolute;
    height: 320px;
    width: 320px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
  }
  .wave-overlay::before {
    content: "";
    background: url(../img/wave-portrait.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 148%;
    background-repeat: no-repeat;
    background-position: -60px center;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .tab-card-holder::after {
    height: 30px;
    width: 30px;
    top: 50%;
    right: -15px;
    left: unset;
    bottom: unset;
    transform: translateY(-50%) rotate(-45deg);
  }
  .card-title-holder::before {
    display: none;
  }
  .detail-table {
    padding: 35px;
  }
  .detail-table td {
    font-size: 18px;
    padding: 10px 30px;
  }
  .tfoot td {
    border: none;
    font-size: 12px;
    padding-bottom: 0;
  }
  .t-c-btn {
    bottom: 15px;
    right: 35px;
    font-size: 12px;
  }
  .tabs-area {
    margin-top: 40px;
  }
  .title.medium-title-two {
    font-size: 50px;
  }

  /* === Embark Area === */
  .embark-bkgd {
    padding: 60px 0;
  }
  .embark-sec .title.medium-title-two {
    font-size: 40px;
    max-width: 90%;
  }
  .showcase-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
  }
  .single-showcase-item span {
    margin-top: 15px;
    font-size: 26px;
  }

  /* === Video Area === */
  .video-content h6 {
    font-size: 30px;
    /* margin-bottom: 110px; */
  }

  /* === CTA Two Area === */
  .cta-two-title {
    font-size: 28px;
    max-width: 70%;
    margin-bottom: 0;
    margin-left: initial;
  }

  /* === Footer Area === */
  .footer {
    padding: 10px 0 50px 0;
  }
  .footer-bkgd {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/surya-palace-hotel-front-view.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    height: 100%;
    width: 325px;
    z-index: 0;
  }
  .footer .container {
    padding-left: 30%;
    padding-top: 50px;
  }

  /* === About VLU Card Area === */
  .abt-sec {
    padding: 80px 0 60px 0;
  }
  .abt-img {
    text-align: center;
  }
  .abt-img img {
    width: 94%;
    text-align: center;
  }

  /* === Discount Area === */
  .main-discount-area {
    display: flex;
    width: 100%;
  }
  .disc-left-area {
    width: 45%;
  }
  .disc-right-area {
    width: 55%;
    padding-left: 40px;
  }
  .disc-left-area .single-discount-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-right: 20px;
  }
  .disc-left-area .single-discount-item .disc-title {
    margin-top: 40px;
  }
  .disc-left-area .single-discount-item .discount-tag-area {
    margin-bottom: 40px;
  }
  .disc-left-area .single-discount-item::after {
    content: "";
    background: url(../img/arrow-design-vertical.svg);
    height: 100%;
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    margin-top: 0;
  }
  .disc-title span {
    max-width: 100%;
    font-size: 20px;
  }
  .disc-tag-one {
    font-size: 20px;
  }
  .disc-tag-two {
    font-size: 60px;
  }
  .disc-tag-three {
    font-size: 16px;
  }
  .disc-tag-four {
    font-size: 45px;
  }
  .disc-right-area .single-discount-item:not(:last-of-type)::after {
    margin-top: 15px;
    width: 80%;
  }
  .single-discount-item {
    margin-top: 20px;
  }

  /* === Slider Area === */
  .gallery-img {
    height: 370px;
  }
  .gallery-text {
    bottom: 30px;
  }
  .gallery-text span {
    font-size: 30px;
  }

  /* === Discount Gallery Area === */
  .new-gallery-content span {
    font-size: 30px;
  }
  .new-gallery-content {
    bottom: 30px;
    left: 30px;
  }

  /* === Discount Slider Area Starts === */
  .disc-slide-logo {
    max-width: 390px;
  }
  .disc-slide-text p {
    font-size: 30px;
  }
  .disc-tag-one {
    font-size: 26px;
  }
  .disc-tag-two {
    font-size: 110px;
  }
  .disc-tag-three {
    font-size: 26px;
  }
  .disc-tag-four {
    font-size: 53px;
  }
  .disc-slide-content {
    padding-top: 60px;
    padding-bottom: 55px;
    margin-right: auto;
    margin-left: 40px;
  }
  .discSlider .bkgd-overlay {
    background: linear-gradient(to right, #101010 54%, rgb(255, 255, 255, 0%));
  }
  .swiper-pagination-bullet {
    height: 4.5px;
    width: 45px;
  }
  .discSlider .swiper-pagination {
    padding-top: 10px;
  }

  /* === Contact Form === */
  #contactForm .modal-dialog {
    max-width: 900px;
  }
  .form-img {
    left: -40px;
  }
}

/* Normal Laptop View === 1200px to 1399px */
@media all and (min-width: 1200px) {
  /* === Banner Area === */
  .banner-sec {
    background: url(../img/banner-bkgd-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-vlu-img {
    background: url(../img/vlu-detail-banner-desktop.png);
    background-size: 94%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .banner-title {
    font-size: 36px;
    max-width: 100%;
  }
  .banner-title br.d-desktop {
    display: block;
  }
  .title {
    font-size: 56px;
  }
  /* === Privilege Area === */
  .privilege-sec {
    padding: 70px 0;
  }
  .title-border::before,
  .title-border::after {
    width: 80px;
  }
  .title-border::before {
    left: -80px;
  }
  .title-border::after {
    right: -80px;
  }
  .card-wrapper-area {
    padding: 40px 5% 0 5%;
    row-gap: 50px;
    column-gap: 50px;
  }
  .card-detail span {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .custom-btn-link {
    padding: 12px 24px 14px 24px;
    font-size: 16px;
  }

  /* === CTA Area === */
  .cta-sec {
    padding: 60px 0;
  }
  .medium-title {
    font-size: 34px;
  }
  .cta-sec .medium-title {
    font-size: 34px;
  }

  /* === VLU Card Detail Area === */
  .tabbing-area {
    padding: 0 6%;
  }
  .tab-card-holder {
    min-width: 330px;
    max-width: 330px;
  }

  /* === Embark Area === */
  .embark-sec {
    margin-bottom: 30px;
  }
  .embark-bkgd {
    padding: 70px 0;
  }
  .showcase-grid {
    padding: 0 3%;
    row-gap: 60px;
  }
  .single-showcase-item span {
    margin-top: 20px;
    font-size: 28px;
  }

  /* === Video Area === */
  .video-content h6 {
    font-size: 30px;
    /* margin-bottom: 130px; */
    margin-right: 30px;
  }

  /* === CTA Two Area === */
  .cta-two-sec {
    padding: 30px 8%;
  }
  .cta-two-title {
    font-size: 24px;
    max-width: 100%;
  }

  /* === Footer Area === */
  .footer-bkgd {
    width: 380px;
  }
  .footer .container {
    padding-left: 25%;
    padding-top: 110px;
  }

  /* === About VLU Card Area === */
  .about-content p {
    font-size: 18px;
    line-height: 1.6;
  }

  /* === Discount Area === */
  .discount-sec {
    padding: 75px 0;
  }
  .disc-left-area {
    width: 34%;
  }
  .disc-right-area {
    width: 66%;
    padding-left: 30px;
  }
  .disc-left-area .single-discount-item {
    padding-right: 60px;
  }
  .disc-title span {
    font-size: 26px;
  }

  /* === Slider Area === */
  .slider-sec .container {
    max-width: 1320px;
  }
  .gallery-img {
    height: 510px;
  }
  .gallery-img img {
    border-radius: 20px;
  }
  .gallery-text span {
    font-size: 32px;
  }
  .swiper-pagination {
    padding-top: 25px;
  }
  .swiper-pagination-bullet {
    height: 4px;
    width: 40px;
  }

  /* === Discount Gallery Area === */
  body {
    overflow-x: hidden;
  }
  .gallery-sec {
    margin: 70px 0;
    position: relative;
  }
  .gallery-sec::before,
  .gallery-sec::after {
    content: "";
    background: url(../img/flower-design.png);
    position: absolute;
    height: 200px;
    width: 200px;
    background-size: cover;
    transform: rotate(-45deg);
    z-index: -1;
  }
  .gallery-sec::before {
    top: -80px;
    left: 40px;
  }
  .gallery-sec::after {
    bottom: -80px;
    right: 40px;
  }
  .new-gallery-content span {
    font-size: 30px;
  }
  .new-gallery-content {
    bottom: 30px;
    left: 30px;
  }
  .right-flex {
    align-self: stretch;
  }
  .right-flex .new-gallry-content:not(:first-of-type) {
    margin-top: 25px;
  }
  .left-flex {
    padding-right: 12.5px;
  }
  .right-flex {
    padding-left: 12.5px;
  }

  /* === Discount Slider Area Starts === */
  .discSlider .swiper-slide {
    height: 600px;
  }
  .disc-slide-content {
    padding-top: 70px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    max-width: 40%;
  }
  .discSlider .bkgd-overlay {
    background: linear-gradient(to right, #101010 44%, rgb(255, 255, 255, 0%));
  }

  /* === Contact Form === */
  #contactForm .modal-dialog {
    max-width: 1080px;
  }
  .form-btn {
    padding: 12px 35px 14px 35px;
  }

  /* === Thank You === */
  .thank-you-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .icon-holder {
    width: 280px;
  }
  .thank-you-content h1 {
    margin-top: 45px;
  }
  iframe {
    height: 90vh;
  }
  .form-img {
    top: 40px;
    left: -65px;
  }
  .form-img img {
    max-width: 135%;
    width: 135%;
  }
  .form-header,
  #contact-form {
    padding-left: 60px;
  }
}

/* Desktop View === 1400px to 1920px */
@media all and (min-width: 1400px) {
  /* === Banner Area === */
  .banner-vlu-img {
    background-size: 98%;
  }
  .privilege-sec {
    padding: 70px 0;
  }
  .title {
    font-size: 70px;
  }
  .title-border::before,
  .title-border::after {
    width: 106px;
    height: 2px;
  }
  .title-border::before {
    left: -106px;
  }
  .title-border::after {
    right: -106px;
  }
  .card-wrapper-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
    padding: 50px 8% 0 8%;
  }
  .card-img img {
    border-radius: 18px;
  }
  .card-detail span {
    font-size: 26px;
  }
  .custom-btn-link {
    padding: 12px 35px 14px 35px;
    font-size: 18px;
  }
  .btn-link-border::before,
  .btn-link-border::after {
    width: 54px;
  }
  .btn-link-border::before {
    left: -54px;
  }
  .btn-link-border::after {
    right: -54px;
  }

  /* === Embark Area === */
  .embark-sec .title.medium-title-two {
    max-width: 90%;
    font-size: 46px;
  }

  /* === Video Area === */
  .video-content h6 {
    font-size: 28px;
    /* margin-bottom: 165px; */
    margin-right: 0;
  }

  .t-c-btn {
    bottom: 35px;
  }
  /* === CTA Two Area === */
  .cta-two-title {
    font-size: 26px;
  }

  /* === About VLU Card Area === */
  .abt-img img {
    width: 84%;
  }
  .about-content-area {
    padding: 0 5%;
  }

  /* === Discount Area === */
  .discount-sec {
    padding: 85px 0;
  }
  .disc-right-area .single-discount-item:not(:last-of-type)::after {
    width: 66%;
    margin-top: 25px;
  }
  .main-discount-area {
    padding: 0 6%;
  }
  .discount-tag-area {
    margin-top: 30px;
  }
  .single-discount-item {
    margin-top: 30px;
  }

  /* === Slider Area === */
  .slider-sec .container {
    max-width: 1380px;
  }
  .gallery-img {
    height: 545px;
  }

  /* === Discount Gallery Area === */
  .new-gallery-content span {
    font-size: 34px;
  }

  /* === Discount Gallery Area === */
  .gallery-sec::before {
    left: -10px;
  }
  .gallery-sec::after {
    right: -10px;
  }

  .cta-sec .medium-title {
    font-size: 38px;
  }
}

/* Large Desktop View === 1920px & Large */
@media all and (min-width: 1700px) {
  .privilege-sec {
    padding: 100px 0;
  }
  .footer {
    padding: 60px 0 50px 0;
  }
  .footer-bkgd {
    width: 450px;
  }
  .footer .container {
    padding-left: 10%;
    padding-top: 110px;
  }

  /* === About VLU Card Area === */
  .abt-img {
    text-align: left;
  }
  .abt-img img {
    width: 88%;
  }
  .about-content-area {
    padding: 0 2.5%;
  }

  /* === Discount Slider Area Starts === */
  .discSlider .swiper-slide {
    height: 816px;
  }
  .disc-slide-content {
    padding-top: 70px;
    padding-bottom: 60px;
    max-width: 40%;
    margin-left: 100px;
    padding-top: 130px;
    padding-bottom: 110px;
    max-width: 35%;
  }
  .disc-slide-text p {
    font-size: 38px;
  }
  .disc-tag-one {
    font-size: 28px;
  }
  .disc-tag-two {
    font-size: 120px;
  }
  .disc-tag-three {
    font-size: 32px;
  }
  .disc-tag-four {
    font-size: 65px;
  }
  .discSlider .bkgd-overlay {
    background: linear-gradient(to right, #101010 34%, rgb(255, 255, 255, 0%));
  }
  /* === Video Area === */
  .video-content h6 {
    font-size: 28px;
    /* margin-bottom: 165px; */
    margin-right: 15px;
  }

  .slider-sec .container {
    max-width: 1868px;
  }
  .gallery-img {
    height: 734px;
  }
  .gallery-text span {
    font-size: 44px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1400px) and (max-height: 690px) {
  .banner-vlu-img {
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center 15%;
  }
  .banner-sec .container {
    padding-bottom: 70px;
  }
  .banner-title {
    font-size: 30px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1400px) and (max-height: 560px) {
  .banner-vlu-img {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center 10%;
  }
  .banner-sec .container {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 2400px) {
  .footer {
    padding: 150px 0 50px 0;
  }
  .footer-bkgd {
    width: 560px;
  }
  .footer .container {
    padding-left: 0;
    padding-top: 110px;
  }
}

@media all and (min-width: 1450px) {
  .gallery-sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 1450px;
  }
}
