@media (min-width: 1200px) and (max-width: 1600px) {
  .navbar .navbar-toggler {
    padding: 2px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0px 5px;
    font-size: 15px;
    font-weight: 500;
  }
  .slider_section {
    height: 100%;
    padding: 140px 0px 60px 0px;
  }
  .slider_section .slider_details {
    text-align: center;
  }
  .slider_section .slider_details .title {
    font-size: 60px;
  }
  .slider_section .slider_details .subtitle {
    font-size: 24px;
  }
  .slider_section .slider_details .heading {
    font-size: 18px;
  }
  .slider_section .slider_details .content {
    margin: 10px 0px;
    font-size: 18px;
  }
  .slider_section .slider_details .price {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
  }
  .slider_section .details .box {
    margin: 10px 0px;
  }
  .slider_section .details .box p {
    margin-bottom: 0px;
  }
  .aboutus .header_section .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutus .header_section .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0px;
  }
  .aboutus .header_section {
    margin-bottom: 10px;
  }
  .aboutus .content,
  .aboutus .points .box span {
    font-size: 16px;
  }
  .aboutus .points .box {
    padding: 5px;
    height: 60px;
  }
  .aboutus .points .box .icon i {
    font-size: 16px;
  }
  .aboutus .points .box .icon {
    height: 30px;
    width: 30px;
  }
  .aboutus .about_img img {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .overview .overview_img img {
    height: 100%;
    border-radius: 10px;
  }
  .overview .header_section .head {
    font-size: 28px;
  }
  .overview .header_section .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .o_content {
    font-size: 16px;
    text-align: justify;
  }
  .overview .o_content h5 {
    margin: 10px 0px 10px 0px;
  }
  .overview .o_content h6 {
    font-size: 18px;
  }
  .overview .o_content ul {
    padding-left: 0px;
    text-align: left;
  }
  .highlights .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .highlights .header_section .subtitle {
    font-size: 16px;
  }
  .highlights .card {
    padding: 0px;
    width: 100%;
  }
  .highlights .card .card-title {
    font-size: 20px;
  }
  .highlights .details .container {
    max-width: 100%;
  }
  .highlights .card .card-text {
    font-size: 14px;
  }
  .highlights .details .boxex {
    display: flex;
  }
  .highlights .details .line {
    display: none;
  }
  .highlights .details .box {
    font-size: 16px;
    margin: 5px 0px;
  }
  .amenities .header_section .title {
    font-size: 34px;
  }
  .amenities .header_section .subtitle {
    font-size: 18px;
  }
  .amenities .col-lg-3 {
    width: 33.33%;
  }
  .amenities .card {
    margin-bottom: 25px;
    width: 100%;
  }
  .amenities .card .card-title {
    font-size: 22px;
  }
  .layout {
    padding: 40px 0px;
  }
  .layout .header_section .title {
    font-size: 34px;
  }
  .layout .header_section .subtitle {
    font-size: 16px;
    line-height: 1.1;
  }
  .layout .card .card-title {
    font-size: 24px;
  }
  .layout .card {
    padding: 30px;
    margin-bottom: 30px;
  }
  .layout .card .card-text {
    font-size: 18px;
  }
  .layout .card .dark_btn {
    padding: 10px 20px;
  }
  .price-list .text-uppercase {
    font-size: 16px;
  }
  .price-list .col-lg-3 {
    width: 50%;
  }
  .section-title {
    font-size: 34px;
    line-height: 1.1;
  }
  .card-top {
    padding: 25px 15px 40px;
  }
  .test .header_section .title {
    font-size: 30px;
    font-weight: 800;
  }
  .test .header_section,
  .contactus .header_section {
    margin-bottom: 20px;
  }
  .test .card {
    padding: 0px;
    margin-bottom: 30px;
  }
  .test .card p {
    font-size: 14px;
  }
  .contactus .header_section .title {
    font-size: 28px;
    line-height: 1.1;
  }
  .contactus .header_section .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactus .contact_img {
    margin-top: 30px;
  }
  .contactus .contact_img img {
    height: 400px;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer hr {
    margin: 20px 0 20px;
  }
  .justify-content-end {
    display: flex;
    justify-content: center !important;
  }
  .slider_section img {
    height: 300px;
  }
  .modal .modal-title {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-toggler {
    padding: 2px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
  }
  .slider_section {
    height: 100%;
    padding: 120px 0px;
  }
  .slider_section .slider_details {
    text-align: center;
  }
  .slider_section .slider_details .title {
    font-size: 60px;
  }
  .slider_section .slider_details .subtitle {
    font-size: 24px;
  }
  .slider_section .slider_details .heading {
    font-size: 18px;
  }
  .slider_section .slider_details .content {
    margin: 10px 0px;
    font-size: 18px;
  }
  .slider_section .slider_details .price {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
  }
  .slider_section .details .box {
    margin: 10px 0px;
  }
  .slider_section .details .box p {
    margin-bottom: 0px;
  }
  .aboutus .header_section .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutus .header_section .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0px;
  }
  .aboutus .header_section {
    margin-bottom: 10px;
  }
  .aboutus .content,
  .aboutus .points .box span {
    font-size: 14px;
  }
  .aboutus .points .box {
    padding: 5px;
    height: 60px;
  }
  .aboutus .points .box .icon i {
    font-size: 16px;
  }
  .aboutus .points .box .icon {
    height: 30px;
    width: 30px;
  }
  .aboutus .about_img img {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .overview .overview_img img {
    height: 100%;
    border-radius: 10px;
  }
  .overview .header_section .head {
    font-size: 28px;
  }
  .overview .header_section .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .o_content {
    font-size: 16px;
    text-align: justify;
  }
  .overview .o_content h5 {
    margin: 10px 0px 10px 0px;
  }
  .overview .o_content h6 {
    font-size: 18px;
  }
  .overview .o_content ul {
    padding-left: 0px;
    text-align: left;
  }
  .highlights .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .highlights .header_section .subtitle {
    font-size: 16px;
  }
  .highlights .card {
    padding: 0px;
    width: 100%;
  }
  .highlights .card .card-title {
    font-size: 20px;
  }
  .highlights .details .container {
    max-width: 100%;
  }
  .highlights .card .card-text {
    font-size: 14px;
  }
  .highlights .details .boxex {
    display: flex;
  }
  .highlights .details .line {
    display: none;
  }
  .highlights .details .box {
    font-size: 14px;
    margin: 5px 0px;
  }
  .amenities .header_section .title {
    font-size: 34px;
  }
  .amenities .header_section .subtitle {
    font-size: 18px;
  }
  .amenities .col-lg-3 {
    width: 33.33%;
  }
  .amenities .card {
    margin-bottom: 25px;
    width: 100%;
  }
  .amenities .card .card-title {
    font-size: 22px;
  }
  .layout {
    padding: 40px 0px;
  }
  .layout .header_section .title {
    font-size: 34px;
  }
  .layout .header_section .subtitle {
    font-size: 16px;
    line-height: 1.1;
  }
  .layout .card .card-title {
    font-size: 24px;
  }
  .layout .card {
    padding: 10px;
    margin-bottom: 30px;
  }
  .layout .card .dark_btn {
    padding: 10px 20px;
  }
  .price-list .text-uppercase {
    font-size: 16px;
  }
  .price-list .col-lg-3 {
    width: 50%;
  }
  .section-title {
    font-size: 34px;
    line-height: 1.1;
  }
  .card-top {
    padding: 25px 15px 40px;
  }
  .test .header_section .title {
    font-size: 30px;
    font-weight: 800;
  }
  .test .header_section,
  .contactus .header_section {
    margin-bottom: 20px;
  }
  .test .card {
    padding: 0px;
    margin-bottom: 30px;
  }
  .test .card p {
    font-size: 14px;
  }
  .contactus .header_section .title {
    font-size: 28px;
    line-height: 1.1;
  }
  .contactus .header_section .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactus .contact_img {
    margin-top: 30px;
  }
  .contactus .contact_img img {
    height: 400px;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer hr {
    margin: 20px 0 20px;
  }
  .justify-content-end {
    display: flex;
    justify-content: center !important;
  }
  .slider_section img {
    height: 300px;
  }
  .modal .modal-title {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newspaper .header_section .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newspaper .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .navbar .navbar-toggler {
    padding: 2px;
  }
  .slider_section {
    height: 100%;
    padding: 120px 0px;
  }
  .slider_section .slider_details {
    text-align: center;
  }
  .slider_section .slider_details .title {
    font-size: 45px;
  }
  .slider_section .col-lg-7,
  .slider_section .col-lg-5 {
    width: 100%;
  }
  .slider_section .slider_details .subtitle {
    font-size: 24px;
  }
  .slider_section .slider_details .heading {
    font-size: 18px;
  }
  .slider_section .slider_details .content {
    margin: 10px 0px;
    font-size: 18px;
  }
  .slider_section .slider_details .price {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
  }
  .slider_section .details .box {
    margin: 10px 0px;
  }
  .slider_section .details .box p {
    margin-bottom: 0px;
  }
  .aboutus .col-lg-6 {
    width: 100%;
  }
  .aboutus .header_section .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutus .header_section .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .aboutus .content {
    font-size: 16px;
  }
  .aboutus .about_img img {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .overview .overview_img img {
    height: 100%;
    border-radius: 10px;
  }
  .overview .header_section .head {
    font-size: 28px;
  }
  .overview .header_section .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .o_content {
    font-size: 16px;
    text-align: justify;
  }
  .overview .o_content h5 {
    margin: 10px 0px 10px 0px;
  }
  .overview .o_content h6 {
    font-size: 18px;
  }
  .overview .o_content ul {
    padding-left: 0px;
    text-align: left;
  }
  .highlights .header_section .title {
    font-size: 34px;
    line-height: 1;
  }
  .highlights .header_section .subtitle {
    font-size: 18px;
  }
  .highlights .card {
    padding: 10px;
  }
  .highlights .card .card-title {
    font-size: 20px;
  }
  .highlights .details .container {
    max-width: 100%;
  }
  .highlights .details .boxex {
    display: flex;
  }
  .highlights .details .line {
    display: none;
  }
  .highlights .details .box {
    font-size: 14px;
    margin: 5px 0px;
  }
  .amenities .header_section .title {
    font-size: 28px;
  }
  .amenities .header_section .subtitle {
    font-size: 16px;
  }
  .amenities .card {
    margin-bottom: 25px;
  }
  .amenities .card .card-title {
    font-size: 22px;
  }
  .layout {
    padding: 40px 0px;
  }
  .layout .header_section .title {
    font-size: 28px;
  }
  .layout .header_section .subtitle {
    font-size: 14px;
    line-height: 1.1;
  }
  .layout .card .card-title {
    font-size: 24px;
  }
  .layout .card {
    padding: 10px;
    margin-bottom: 30px;
  }
  .layout .card .dark_btn {
    padding: 10px 20px;
  }
  .price-list .text-uppercase {
    font-size: 16px;
  }
  .section-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .card-top {
    padding: 25px 15px 40px;
  }
  .test .header_section .title {
    font-size: 24px;
  }
  .test .header_section,
  .contactus .header_section {
    margin-bottom: 20px;
  }
  .test .card {
    margin-bottom: 30px;
  }
  .contactus .header_section .title {
    font-size: 28px;
    line-height: 1.1;
  }
  .contactus .header_section .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactus .contact_img {
    margin-top: 30px;
  }
  .contactus .contact_img img {
    height: 250px;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer ul li {
    font-size: 14px;
  }
  .footer ul li i {
    margin-right: 0px;
  }
  footer .col-lg-3 {
    width: 40%;
  }
  footer .col-lg-4 {
    width: 60%;
  }
  .footer hr {
    margin: 20px 0 20px;
  }
  .justify-content-end {
    display: flex;
    justify-content: center !important;
  }
  .slider_section img {
    height: 300px;
  }
  .modal .modal_img img {
    display: none;
  }
  .modal .modal-title {
    font-size: 14px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .newspaper .header_section .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newspaper .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .navbar .navbar-toggler {
    padding: 2px;
  }
  .slider_section {
    height: 100%;
    padding: 120px 0px;
  }
  .slider_section .slider_details {
    text-align: center;
  }
  .slider_section .slider_details .title {
    font-size: 60px;
  }
  .slider_section .slider_details .subtitle {
    font-size: 24px;
  }
  .slider_section .slider_details .heading {
    font-size: 18px;
  }
  .slider_section .slider_details .content {
    margin: 10px 0px;
    font-size: 18px;
  }
  .slider_section .slider_details .price {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
  }
  .slider_section .details .box {
    margin: 10px 0px;
  }
  .slider_section .details .box p {
    margin-bottom: 0px;
  }
  .aboutus .header_section .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .aboutus .header_section .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .aboutus .content {
    font-size: 16px;
  }
  .aboutus .about_img img {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .overview .overview_img img {
    height: 100%;
    border-radius: 10px;
  }
  .overview .header_section .head {
    font-size: 28px;
  }
  .overview .header_section .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .o_content {
    font-size: 16px;
    text-align: justify;
  }
  .overview .o_content h5 {
    margin: 10px 0px 10px 0px;
  }
  .overview .o_content h6 {
    font-size: 18px;
  }
  .overview .o_content ul {
    padding-left: 0px;
    text-align: left;
  }
  .highlights .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .highlights .header_section .subtitle {
    font-size: 16px;
  }
  .highlights .card {
    padding: 10px;
  }
  .highlights .card .card-title {
    font-size: 20px;
  }
  .highlights .details .container {
    max-width: 100%;
  }
  .highlights .details .boxex {
    display: flex;
  }
  .highlights .details .line {
    display: none;
  }
  .highlights .details .box {
    font-size: 14px;
    margin: 5px 0px;
  }
  .amenities .header_section .title {
    font-size: 28px;
  }
  .amenities .header_section .subtitle {
    font-size: 16px;
  }
  .amenities .card {
    margin-bottom: 25px;
  }
  .amenities .card .card-title {
    font-size: 22px;
  }
  .layout {
    padding: 40px 0px;
  }
  .layout .header_section .title {
    font-size: 28px;
  }
  .layout .header_section .subtitle {
    font-size: 14px;
    line-height: 1.1;
  }
  .layout .card .card-title {
    font-size: 24px;
  }
  .layout .card {
    padding: 10px;
    margin-bottom: 30px;
  }
  .layout .card .dark_btn {
    padding: 10px 20px;
  }
  .price-list .text-uppercase {
    font-size: 16px;
  }
  .section-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .card-top {
    padding: 25px 15px 40px;
  }
  .test .header_section .title {
    font-size: 24px;
  }
  .test .header_section,
  .contactus .header_section {
    margin-bottom: 20px;
  }
  .test .card {
    margin-bottom: 30px;
  }
  .contactus .header_section .title {
    font-size: 28px;
    line-height: 1.1;
  }
  .contactus .header_section .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactus .contact_img {
    margin-top: 30px;
  }
  .contactus .contact_img img {
    height: 250px;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer ul li {
    font-size: 14px;
  }
  .footer ul li i {
    margin-right: 0px;
  }
  footer .col-lg-3 {
    width: 40%;
  }
  footer .col-lg-4 {
    width: 60%;
  }
  .footer hr {
    margin: 20px 0 20px;
  }
  .justify-content-end {
    display: flex;
    justify-content: center !important;
  }
  .slider_section img {
    height: 300px;
  }
  .modal .modal_img img {
    display: none;
  }
  .modal .modal-title {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .newspaper .header_section .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .newspaper .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .navbar .navbar-toggler {
    padding: 2px;
  }
  .slider_section {
    height: 100%;
    padding: 120px 0px;
  }
  .slider_section .slider_details {
    text-align: center;
  }
  .slider_section .slider_details .title {
    font-size: 40px;
  }
  .slider_section .slider_details .subtitle {
    font-size: 16px;
  }
  .slider_section .slider_details .heading {
    font-size: 16px;
  }
  .slider_section .slider_details .content {
    margin: 10px 0px;
    font-size: 15px;
  }
  .slider_section .slider_details .price {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    margin: 10px auto;
  }
  .slider_section .details .box {
    margin: 10px 0px;
  }
  .slider_section .details .box p {
    margin-bottom: 0px;
    margin: 0px 5px;
  }
  .aboutus .header_section .head {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .aboutus .header_section .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .aboutus .content {
    font-size: 16px;
  }
  .aboutus .about_img img {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .overview .overview_img img {
    height: 150px;
    border-radius: 10px;
  }
  .overview .header_section .head {
    font-size: 28px;
  }
  .overview .header_section .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .o_content {
    font-size: 16px;
    text-align: justify;
  }
  .overview .o_content h5 {
    margin: 10px 0px 10px 0px;
  }
  .overview .o_content h6 {
    font-size: 18px;
  }
  .overview .o_content ul {
    padding-left: 0px;
    text-align: left;
  }
  .highlights .header_section .title {
    font-size: 28px;
    line-height: 1;
  }
  .highlights .header_section .subtitle {
    font-size: 16px;
  }
  .highlights .card {
    padding: 10px;
  }
  .highlights .card .card-title {
    font-size: 20px;
  }
  .highlights .details .boxex {
    display: block;
  }
  .highlights .details .line {
    display: none;
  }
  .highlights .details .box {
    font-size: 16px;
    margin: 5px 0px;
  }
  .amenities .header_section .title {
    font-size: 28px;
  }
  .amenities .header_section .subtitle {
    font-size: 16px;
  }
  .amenities .card {
    margin-bottom: 25px;
  }
  .amenities .card .card-title {
    font-size: 22px;
  }
  .layout {
    padding: 40px 0px;
  }
  .layout .header_section .title {
    font-size: 28px;
  }
  .layout .header_section .subtitle {
    font-size: 14px;
    line-height: 1.1;
  }
  .layout .card .card-title {
    font-size: 24px;
  }
  .layout .card {
    padding: 10px;
    margin-bottom: 30px;
  }
  .layout .card .dark_btn {
    padding: 10px 20px;
  }
  .price-list .text-uppercase {
    font-size: 16px;
  }
  .section-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .card-top {
    padding: 25px 15px 40px;
  }
  .test .header_section .title {
    font-size: 24px;
  }
  .test .header_section,
  .contactus .header_section {
    margin-bottom: 20px;
  }
  .test .card {
    margin-bottom: 30px;
  }
  .contactus .header_section .title {
    font-size: 28px;
    line-height: 1.1;
  }
  .contactus .header_section .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .contactus .contact_img {
    margin-top: 30px;
  }
  .contactus .contact_img img {
    height: 250px;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer ul li {
    font-size: 14px;
  }
  .footer ul li i {
    margin-right: 0px;
  }
  footer .col-lg-3 {
    width: 40%;
  }
  footer .col-lg-4 {
    width: 60%;
  }
  .footer hr {
    margin: 20px 0 20px;
  }
  .justify-content-end {
    display: flex;
    justify-content: center !important;
  }
  .slider_section img {
    height: 300px;
  }
  .modal .modal_img img {
    display: none;
  }
  .modal .modal-title {
    font-size: 14px !important;
  }
}
